Skip to content

Releases: multiversx/mx-sdk-py

v0.14.0

15 Oct 08:35
ad12822
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.14.0

v0.13.2

14 Oct 14:25
205adfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

20 Sep 10:42
4b77938
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

16 Sep 11:48
79cd70b
Compare
Choose a tag to compare

What's Changed

  • Minor breaking change: pass Token & TokenTransfer as concrete classes, instead as of interfaces by @andreibancioiu in #100

Full Changelog: v0.12.0...v0.13.0

v0.12.0

10 Sep 12:07
0749f65
Compare
Choose a tag to compare

What's Changed

  • Added unset special roles in factory. by @cristure in #93
  • Adjust version constraints & fix dependabot alerts by @popenta in #96

Full Changelog: v0.11.1...v0.12.0

v0.11.1

19 Aug 09:50
0fb0a2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

12 Aug 10:43
d482158
Compare
Choose a tag to compare

What's Changed

This release contains a bunch of new features and also some fixes. Added support for RelayedV3 Transactions, EGLD in MultiESDTNFTTransfer and dynamic NFTs. For more informations please check out this page.

A "fixing" change has been introduced, there was a missing parameter for creating unjailing transactions, that has been added.

What's Changed

Full Changelog: 0.10.1...v0.11.0

0.10.1

09 Jul 09:56
f35b2c4
Compare
Choose a tag to compare

What's Changed

  • Added array value by @popenta in #66
  • Transaction events parser by @popenta in #67
  • Added support for counted-variadic by @popenta in #68
  • Ensure all bytes are deserialized by @popenta in #70
  • Cookbook update and small fix when decoding event topics by @popenta in #69
  • Load multiple signers from pem file by @popenta in #74
  • Fixed set payload from list by @popenta in #76
  • Send Native token in MultiESDTNFTTransfer by @popenta in #73
  • Added support for notarizing transactions for token transfer factory by @popenta in #81
  • Support for instantiating address and bytes values from dictionary by @popenta in #80

Full Changelog: v0.10.0...0.10.1

v0.11.0b0

04 Jul 13:56
d736e80
Compare
Choose a tag to compare
v0.11.0b0 Pre-release
Pre-release

What's Changed

  • Add relayed transactions v3 by @cristure in #39
  • Merge main into feat/next by @popenta in #44
  • Remove transaction builders and old transaction parsers by @popenta in #53
  • Added amount parameter for unjailng transactions by @popenta in #55
  • Added array value by @popenta in #66
  • Transaction events parser by @popenta in #67
  • Added support for counted-variadic by @popenta in #68
  • Ensure all bytes are deserialized by @popenta in #70
  • Cookbook update and small fix when decoding event topics by @popenta in #69
  • Merge main into feat/next by @popenta in #71
  • Load multiple signers from pem file by @popenta in #74
  • Fixed set payload from list by @popenta in #76
  • Send Native token in MultiESDTNFTTransfer by @popenta in #73
  • Merge main into feat/next by @popenta in #77
  • Fix transactions converter: transaction from dictionary with inner transactions by @popenta in #78

New Contributors

Full Changelog: v0.10.0...v0.11.0b0

v0.10.0

17 Jun 11:39
a7b6089
Compare
Choose a tag to compare

What's Changed

Just like we have codecs & ABI support for contract interactions in TypeScript, we have them in Python as well 🚀

Events decoding is yet to come (soon). A few types aren't handled yet - e.g. counted variadics. Support for them will come soon, as well.

References:

Additional examples will reach the cookbook.

Detailed PRs

Full Changelog: v0.9.2...v0.10.0