You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the XDR and API are stabilized, we will need to inform the community SDK maintainers about the changes.
The CLI script can add comments rather than open new issues, but a new issue is better given that many SDK repos have already closed the Protocol 20 issues (e.g. Soneso/stellar_flutter_sdk#73).
Summary of Changes
XDR
The XDR needs to be updated to stellar/stellar-xdr@6a620d1. This includes a non-trivial list of breaking changes (mostly renames):
The BumpFootprintExpirationOp is now ExtendFootprintTTLOp and its ledgersToExpire field is now named extendTo, but it serves the same purpose.
ContractExecutable.contractExecutableToken is now contractExecutableStellarAsset
SorobanTransactionData.refundableFee is now resourceFee
This new fee encompasses the entirety of the Soroban-related resource fees. Note that this is distinct from the "network-inclusion" fee that you would set on your transaction
Once the XDR and API are stabilized, we will need to inform the community SDK maintainers about the changes.
The CLI script can add comments rather than open new issues, but a new issue is better given that many SDK repos have already closed the Protocol 20 issues (e.g. Soneso/stellar_flutter_sdk#73).
Summary of Changes
XDR
The XDR needs to be updated to stellar/stellar-xdr@6a620d1. This includes a non-trivial list of breaking changes (mostly renames):
BumpFootprintExpirationOp
is nowExtendFootprintTTLOp
and itsledgersToExpire
field is now namedextendTo
, but it serves the same purpose.ContractExecutable.contractExecutableToken
is nowcontractExecutableStellarAsset
SorobanTransactionData.refundableFee
is nowresourceFee
RPC
getEvents
RPC endpoint structure has changed:value: { xdr: string }
is now justvalue: string
(Flatten thegetEvents
response structure #1015)contractId
will always be a contract strkey (C...
format) if present (The contract ID returned bygetEvents
should be a strkey #1007)getLedgerEntries
RPC endpoint now includes expiration info (soroban-rpc: Better state expiration support forgetLedgerEntry
#1010):expirationLedgerSeq
is a string-ifieduint32
present if the requested entries have expirationThe text was updated successfully, but these errors were encountered: