- Updates `stellar-sdk` to `^10.0.0` for Protocol 21 support (717) - Drops support for Python 3.7 (717)
Bug fixes
- Uses configured Horizon URL for for the `testnet` subcommand (716)
2.4.2rc1
Bug Fixes
- Fixes the on-change callback signatures by serializing the transaction object to json before signing (711)
2.4.1rc1
Updates
- Adds the `Signature` header to on-change callback requests for SEP-24, 6, & 31 as defined in each SEP
Bug Fixes
- Adds a `"transaction"` top-level key to the callback request body
2.4.0rc1
**Updates stellar-sdk to 9.0.0a2, compatible with Soroban Preview 11, in preparation for the Protocol 20 release.**
Update to this version in order to test your application on futurenet, and soon testnet, prior to mainnet's upgrade to Protocol 20. v2.4.0 will be released following the stellar-sdk 9.0.0 release.
2.3.10
Bug Fixes
- Fixes the on-change callback signatures by serializing the transaction object to json before signing (711)
2.3.9
Changes are identical to the changes included in 2.4.1-rc1.