4.2.0
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 amemo
parameter to attach to the challenge transaction. - Updated
ChallengeTransaction
to provide amemo
property. - Updated
read_challenge_transaction()
to validate challenge transactions with muxed accounts (M...
) as the client account ID.
- Updated