Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For completeness, update XDR reference to the latest commit #715

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading