Skip to content

Releases: multiversx/mx-sdk-py-cli

v9.3.0

04 Jan 09:19
e9e47ca
Compare
Choose a tag to compare

What's Changed

Updated the Rust version and fixed a bug when creating a dns register relayed transaction.

What's Changed

  • Update rust version & install sc-meta using --locked by @popenta in #384
  • Fix dns register using relayed transaction by @popenta in #387

Full Changelog: v9.2.0...v9.3.0

v9.2.0

19 Dec 11:37
64634bd
Compare
Choose a tag to compare

What's Changed

mxpy can now be installed using pipx. To learn how to install it feel free to check out our installation guide.

This new version of mxpy check the mxpy.json config file and prints a warning if the active configuration contains deprecated entries.

For operations that require Rust to be installed, mxpy will not install it automatically. An error is displayed that asks the user to run the mxpy deps install ... command and try again.

This version also includes a couple of bugfixes and improvements.

What's Changed

  • Install mxpy using pipx by @popenta in #374
  • Check for deprecated entries in mxpy.json and display warning by @popenta in #375
  • Throw error if Rust is not installed for contract operations: new, build, clean by @popenta in #376
  • Regenerate CLI.md file by @popenta in #377
  • Remove unused dependency by @popenta in #378
  • Escape message when printing using rich by @popenta in #379

Full Changelog: v9.1.0...v9.2.0

v9.2.0b0

11 Dec 14:39
68c3224
Compare
Choose a tag to compare
v9.2.0b0 Pre-release
Pre-release

Full Changelog: v9.1.0...v9.2.0b0

v9.1.0

11 Dec 13:13
0ec3a6d
Compare
Choose a tag to compare

What's Changed

Now, when calling a contract a token transfer is also supported. To send EGLD the amount should be provided using --value and for sending ESDT/MetaESDT/NFT one can use --token-transfer. The token identifier should be provided (including nonce for NFTs/MetaESDTs) followed by the amount.
e.g.

--token-transfers NFT-123456-0a 1 ESDT-987654 100000000

What's Changed

Full Changelog: v9.0.2...v9.1.0

v9.0.2

27 Nov 11:45
3068191
Compare
Choose a tag to compare

What's Changed

  • Add extra checks when installing Rust - display some warning messages, if needed by @andreibancioiu in #366

Full Changelog: v9.0.1...v9.0.2

v9.0.1

27 Nov 09:32
cfd847e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

22 Nov 09:28
46da74d
Compare
Choose a tag to compare

This new version of mxpy(v9) contains quite a few changes over the previous one.
Some of the commands that suffered changes are: mxpy deps, mxpy contract and mxpy wallet.

Please make sure that you read the migration guide.

The release has been prepared here.

What's Changed

Full Changelog: v8.1.6...v9.0.0

v8.1.6

08 Nov 09:33
9e6f330
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.5...v8.1.6

v8.1.5

02 Nov 13:49
0b39f3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.4...v8.1.5

v8.1.4

02 Nov 09:22
f0f9365
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.3...v8.1.4