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

Updating the SDKs to the stable Protocol 20 release #152

Closed
Shaptic opened this issue Oct 23, 2023 · 2 comments
Closed

Updating the SDKs to the stable Protocol 20 release #152

Shaptic opened this issue Oct 23, 2023 · 2 comments

Comments

@Shaptic
Copy link

Shaptic commented Oct 23, 2023

SDKs need to be updated to adapt to breaking changes that have occurred since Preview 11 (i.e. the current testnet release candidate) coming to Protocol 20.

Summary of Breaking Changes

This is likely irrelevant to SDK maintainers, but do note sandbox mode has been removed from the Soroban CLI (stellar/stellar-cli#983).

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
  • see Upgrade XDR to the final, stable testnet version. stellar/js-stellar-base#704 for an example migration

RPC

@Ifropc
Copy link

Ifropc commented Oct 24, 2023

For reference, here's the mirror issue on Stellar JS SDK Github (link)

@christian-rogobete
Copy link
Contributor

Thank you for adding this issue. It has been completed in release 2.4.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants