From a4f13b2e8c2dc262634da755116a3a8296b6b3b2 Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Tue, 5 Dec 2023 09:22:49 -0800 Subject: [PATCH] Upgrade raw XDR source with aesthetic changes --- Makefile | 4 ++-- xdr/curr/Stellar-transaction.x | 6 +++--- xdr/next/Stellar-transaction.x | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index ea3db5e7..58e700c6 100644 --- a/Makefile +++ b/Makefile @@ -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 \ @@ -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 \ diff --git a/xdr/curr/Stellar-transaction.x b/xdr/curr/Stellar-transaction.x index c7f0f5e2..87dd32d3 100644 --- a/xdr/curr/Stellar-transaction.x +++ b/xdr/curr/Stellar-transaction.x @@ -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 @@ -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 @@ -599,7 +599,7 @@ struct ExtendFootprintTTLOp /* Restore the archived entries specified in the readWrite footprint. - Threshold: med + Threshold: low Result: RestoreFootprintOp */ struct RestoreFootprintOp diff --git a/xdr/next/Stellar-transaction.x b/xdr/next/Stellar-transaction.x index c7f0f5e2..87dd32d3 100644 --- a/xdr/next/Stellar-transaction.x +++ b/xdr/next/Stellar-transaction.x @@ -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 @@ -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 @@ -599,7 +599,7 @@ struct ExtendFootprintTTLOp /* Restore the archived entries specified in the readWrite footprint. - Threshold: med + Threshold: low Result: RestoreFootprintOp */ struct RestoreFootprintOp