Skip to content

4.2.0

Compare
Choose a tag to compare
@overcat overcat released this 17 Sep 00:07
1723e72

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

Update

  • Updated the following SEP-10 utility functions to be compliant with the protocols (#521, stellar-protocol/#1036):
    • Updated build_challenge_transaction() to accept muxed accounts (M...) for client account IDs.
    • Updated build_challenge_transaction() to accept a memo parameter to attach to the challenge transaction.
    • Updated ChallengeTransaction to provide a memo property.
    • Updated read_challenge_transaction() to validate challenge transactions with muxed accounts (M...) as the client account ID.