Skip to content

2.9.0

Compare
Choose a tag to compare
@overcat overcat released this 11 Nov 12:50
96780fe

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

This update include breaking changes

Breaking changes

  • Updates the SEP-10 utility function parameters and return values to support SEP-10 v3.0

    • The following functions replaced the domain_name parameter with home_domains:

      • stellar_sdk.sep.stellar_web_authentication.read_challenge_transaction()
      • stellar_sdk.sep.stellar_web_authentication.verify_challenge_transaction_signers()
      • stellar_sdk.sep.stellar_web_authentication.verify_challenge_transaction_signed_by_client()
      • stellar_sdk.sep.stellar_web_authentication.verify_challenge_transaction_signed_by_client_master_key()
      • stellar_sdk.sep.stellar_web_authentication.verify_challenge_transaction_threshold()
      • stellar_sdk.sep.stellar_web_authentication.verify_challenge_transaction()
    • The following function replaced the domain_name parameter with home_domain:

      • stellar_sdk.sep.stellar_web_authentication.build_challenge_transaction()
    • stellar_sdk.sep.stellar_web_authentication.read_challenge_transaction() now returns an additional object attribute, matched_home_domain