Skip to content

Releases: multiversx/mx-sdk-py-cli

v9.5.5

25 Apr 09:00
3112b15
Compare
Choose a tag to compare

What's Changed

Update the dependencies in pyproject.toml.

What's Changed

Full Changelog: v9.5.4...v9.5.5

v9.5.4

22 Apr 08:18
6783cd1
Compare
Choose a tag to compare

What's Changed

When passing string arguments to contract operations, such as deploy, call and upgrade, mxpy interpreted it as unknown arguments. All string arguments should be prefixed with str:.

Another issue happened when signing transactions by hash with guarded accounts. This is now fixed.

What's Changed

Full Changelog: v9.5.3...v9.5.4

v9.5.3

08 Apr 12:27
c8b95fc
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v9.5.2...v9.5.3

v9.5.2

29 Feb 11:30
25cc744
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v9.5.1...v9.5.2

v9.5.1

20 Feb 10:13
7e477e9
Compare
Choose a tag to compare

What's Changed

What's Changed

New Contributors

Full Changelog: v9.5.0...v9.5.1

v9.5.0

08 Feb 11:04
26f5889
Compare
Choose a tag to compare

What's Changed

No breaking changes, added a parameter --validators-file for staking operations like remove-nodes, stake-nodes, unbond-nodes, unstake-nodes and unjail-nodes.

The commands can be used by providing the bls keys using --bls-keys or the validators file using --validators-file.

What's Changed

  • Use validators file to stake, unstake, etc by @popenta in #409

Full Changelog: v9.4.1...v9.5.0

v9.4.1

01 Feb 12:03
b2b07a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.4.0...v9.4.1

v9.4.0

30 Jan 09:32
7d110d2
Compare
Choose a tag to compare

What's Changed

A new command called mxpy config reset was implemented and can be used to remove the mxpy.json config file. The default values will be then used, but the default values should be enough anyway.

Also, the deprecated entries in the mxpy.json file are shown and the user is asked to remove them.

The mxpy deps check all and mxpy deps install all have been fixed and are now working properly. Keep in mind that after running mxpy deps install all a shell restart is required for the changes to occur.

What's Changed

Full Changelog: v9.3.1...v9.4.0

v9.3.1

15 Jan 13:44
4c08e9a
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v9.3.0...v9.3.1

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