Skip to content

7.0.0

Compare
Choose a tag to compare
@overcat overcat released this 12 Jan 07:54
00a6638

This update includes breaking changes.

This release introduces unconditional support for muxed accounts. (#574)

Breaking changes

  • In v4.0.0, we introduced opt-in support for muxed accounts, you would need to set ENABLE_SEP_0023 to true in the environment variable to enable support for this feature. In the new release, this feature will be enabled by default. (#574)

Add

  • Introduced a helper function which lets you pre-determine the hex claimable balance ID of a CreateClaimableBalance operation prior to submission to the network: (#575)

    class Transaction:
        def get_claimable_balance_id(self, operation_index: int) -> str:
            pass

Update

  • When the user builds a transaction through TransactionBuilder but does not set TimeBounds, the SDK will give a warning. (#565)
  • stellar_sdk.xdr module adds some validation to the data. (#564)

PyPi Package: https://pypi.org/project/stellar-sdk/7.0.0/
Documentation: https://stellar-sdk.readthedocs.io/en/7.0.0/