Skip to content

Releases: multiversx/mx-sdk-py

v1.1.0

04 Feb 10:44
254d1a7
Compare
Choose a tag to compare

What's Changed

This PR contains a small breaking change, that is the fix of an incorrect behavior. The method TransactionComputer.compute_bytes_for_serializing() has been modified to serialize the transaction based on the transaction.options property. A boolean parameter ignore_options has been added and it's set to False by default. This ensures the transaction is serialized based on the options. If the parameter is set to True, it will work as it previously did, serializing the transaction.

If one used the LedgerApp component without LedgerAccount, when passing transactions to be signed they need to be serialized as follows:

transaction = Transaction(...)
app = LedgerApp()
transaction_computer = TransactionComputer()
signature = app.sign_transaction(transaction_computer.compute_bytes_for_signing(transaction, True))

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Jan 09:37
1b52ba7
Compare
Choose a tag to compare

This release contains a lot of new features and a couple of breaking changes.

The cookbook can be found here.

The migration issue can be found here.

What's Changed

New Contributors

Full Changelog: v0.19.0...v1.0.0

v1.0.0b3

22 Jan 13:05
9eb42b8
Compare
Choose a tag to compare
v1.0.0b3 Pre-release
Pre-release

What's Changed

  • Remove test files when building package by @popenta in #190

Full Changelog: v1.0.0b2...v1.0.0b3

v1.0.0b2

22 Jan 12:31
5633bbd
Compare
Choose a tag to compare
v1.0.0b2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0b1...v1.0.0b2

v1.0.0b1

16 Jan 15:26
ba60cf8
Compare
Choose a tag to compare
v1.0.0b1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0b0...v1.0.0b1

v1.0.0b0

15 Jan 13:53
ee479c4
Compare
Choose a tag to compare
v1.0.0b0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.19.0...v1.0.0b0

v0.19.0

02 Dec 08:18
057c29f
Compare
Choose a tag to compare

What's Changed

Added a LibraryConfig that can be changed to modify the default hrp value. Will mostly be used in the context of sovereign chains.

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

25 Nov 14:13
1755514
Compare
Choose a tag to compare

What's Changed

Changed the data field of the TransactionEvent class to bytes instead of string. The field can hold complex data types that cannot be easily decoded.

What's Changed

Full Changelog: v0.17.0...v0.18.0

v0.17.0

22 Nov 08:26
17e9ddf
Compare
Choose a tag to compare

What's Changed

Added support for the new RelayedV3.

What's Changed

Full Changelog: v0.16.3...v0.17.0

v0.16.3

01 Nov 13:58
fb3d420
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.2...v0.16.3