Skip to content

Commit

Permalink
Remove proofs from SorobanTransactionData (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTyson authored Aug 15, 2024
1 parent 482ed02 commit 8a04355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Stellar-ledger-entries.x
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ enum EnvelopeType
ENVELOPE_TYPE_CONTRACT_ID = 8,
ENVELOPE_TYPE_SOROBAN_AUTHORIZATION = 9
};
}

enum BucketListType
{
Expand Down Expand Up @@ -795,3 +794,4 @@ case COLD_ARCHIVE_BOUNDARY_LEAF:
case COLD_ARCHIVE_HASH:
ColdArchiveHashEntry hashEntry;
};
}
8 changes: 1 addition & 7 deletions Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -883,13 +883,7 @@ struct SorobanResources
// The transaction extension for Soroban.
struct SorobanTransactionData
{
union switch (int v)
{
case 0:
void;
case 1:
ArchivalProof proofs<>;
} ext;
ExtensionPoint ext;
SorobanResources resources;
// Amount of the transaction `fee` allocated to the Soroban resource fees.
// The fraction of `resourceFee` corresponding to `resources` specified
Expand Down

0 comments on commit 8a04355

Please sign in to comment.