We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to add support to the stable Protocol 20 release that adds some refactor changes:
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.
BumpFootprintExpirationOp
ExtendFootprintTTLOp
ledgersToExpire
extendTo
ContractExecutable.contractExecutableToken
contractExecutableStellarAsset
SorobanTransactionData.refundableFee
resourceFee
For more information refer to: kommitters/stellar_sdk#341
Add support for stable Protocol 20 release.
The text was updated successfully, but these errors were encountered:
🚀 This was implemented and is now available on v0.15.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Context
We need to add support to the stable Protocol 20 release that adds some refactor changes:
For more information refer to: kommitters/stellar_sdk#341
Objective
Add support for stable Protocol 20 release.
The text was updated successfully, but these errors were encountered: