Skip to content

Commit

Permalink
Upgrade raw XDR source with aesthetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Dec 5, 2023
1 parent 25735c2 commit a4f13b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
XDR_BASE_URL_CURR=https://github.com/stellar/stellar-xdr/raw/6a620d160aab22609c982d54578ff6a63bfcdc01
XDR_BASE_URL_CURR=https://github.com/stellar/stellar-xdr/raw/bb54e505f814386a3f45172e0b7e95b7badbe969
XDR_BASE_LOCAL_CURR=xdr/curr
XDR_FILES_CURR= \
Stellar-SCP.x \
Expand All @@ -14,7 +14,7 @@ XDR_FILES_CURR= \
Stellar-contract-config-setting.x
XDR_FILES_LOCAL_CURR=$(addprefix xdr/curr/,$(XDR_FILES_CURR))

XDR_BASE_URL_NEXT=https://github.com/stellar/stellar-xdr/raw/45fbdc24a3afaffdaa47bef4656f9945d1a63581
XDR_BASE_URL_NEXT=https://github.com/stellar/stellar-xdr/raw/bb54e505f814386a3f45172e0b7e95b7badbe969
XDR_BASE_LOCAL_NEXT=xdr/next
XDR_FILES_NEXT= \
Stellar-SCP.x \
Expand Down
6 changes: 3 additions & 3 deletions xdr/curr/Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ struct SorobanAuthorizationEntry
SorobanAuthorizedInvocation rootInvocation;
};

/* Upload WASM, create, and invoke contracts in Soroban.
/* Upload Wasm, create, and invoke contracts in Soroban.
Threshold: med
Result: InvokeHostFunctionResult
Expand All @@ -588,7 +588,7 @@ struct InvokeHostFunctionOp
/* Extend the TTL of the entries specified in the readOnly footprint
so they will live at least extendTo ledgers from lcl.
Threshold: med
Threshold: low
Result: ExtendFootprintTTLResult
*/
struct ExtendFootprintTTLOp
Expand All @@ -599,7 +599,7 @@ struct ExtendFootprintTTLOp

/* Restore the archived entries specified in the readWrite footprint.
Threshold: med
Threshold: low
Result: RestoreFootprintOp
*/
struct RestoreFootprintOp
Expand Down
6 changes: 3 additions & 3 deletions xdr/next/Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ struct SorobanAuthorizationEntry
SorobanAuthorizedInvocation rootInvocation;
};

/* Upload WASM, create, and invoke contracts in Soroban.
/* Upload Wasm, create, and invoke contracts in Soroban.
Threshold: med
Result: InvokeHostFunctionResult
Expand All @@ -588,7 +588,7 @@ struct InvokeHostFunctionOp
/* Extend the TTL of the entries specified in the readOnly footprint
so they will live at least extendTo ledgers from lcl.
Threshold: med
Threshold: low
Result: ExtendFootprintTTLResult
*/
struct ExtendFootprintTTLOp
Expand All @@ -599,7 +599,7 @@ struct ExtendFootprintTTLOp

/* Restore the archived entries specified in the readWrite footprint.
Threshold: med
Threshold: low
Result: RestoreFootprintOp
*/
struct RestoreFootprintOp
Expand Down

0 comments on commit a4f13b2

Please sign in to comment.