Skip to content

Commit

Permalink
Update thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Jun 13, 2023
1 parent fc22628 commit f08a9ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,11 @@ struct SorobanAuthorizationEntry
SorobanAuthorizedInvocation rootInvocation;
};

/* Upload WASM, create, and invoke contracts in Soroban.
Threshold: med
Result: InvokeHostFunctionResult
*/
struct InvokeHostFunctionOp
{
// Host function to invoke.
Expand All @@ -586,7 +591,8 @@ enum BumpExpirationType

/* Bump the expiration ledger of the entries specified in the readOnly footprint
so they'll expire at least ledgersToExpire ledgers from lcl.
Threshold: low
Threshold: med
Result: BumpExpirationResult
*/
union BumpExpirationOp switch (BumpExpirationType type)
Expand Down

0 comments on commit f08a9ab

Please sign in to comment.