Skip to content

Commit

Permalink
Update xdrgen and xdr definitions (#5136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Dec 11, 2023
1 parent acbe8a0 commit 9ba150d
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 92 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ xdr/Stellar-contract.x \
xdr/Stellar-internal.x \
xdr/Stellar-contract-config-setting.x

XDRGEN_COMMIT=f9995ef529eb83db6b70206a0a857dc88e33c750
XDR_COMMIT=6a620d160aab22609c982d54578ff6a63bfcdc01
XDRGEN_COMMIT=e2cac557162d99b12ae73b846cf3d5bfe16636de
XDR_COMMIT=bb54e505f814386a3f45172e0b7e95b7badbe969

.PHONY: xdr xdr-clean xdr-update

Expand Down
6 changes: 3 additions & 3 deletions gxdr/xdr_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions xdr/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
2 changes: 1 addition & 1 deletion xdr/xdr_commit_generated.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6a620d160aab22609c982d54578ff6a63bfcdc01
bb54e505f814386a3f45172e0b7e95b7badbe969
Loading

0 comments on commit 9ba150d

Please sign in to comment.