Skip to content

Releases: multiversx/mx-sdk-py-cli

v9.6.3

20 Sep 12:17
c1386f2
Compare
Choose a tag to compare

What's Changed

What's Changed

  • Localnet: adjust VmQueryDelayAfterStartInSec (30 seconds instead of 120) by @andreibancioiu in #449

Full Changelog: v9.6.2...v9.6.3

v9.6.2

28 Aug 12:55
0f7091f
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v9.6.1...v9.6.2

v9.6.1

16 Aug 12:19
ff8f07c
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v9.6.0...v9.6.1

v9.6.0

27 May 15:31
f1ce216
Compare
Choose a tag to compare

What's Changed

What's Changed

New Contributors

Full Changelog: v9.5.5...v9.6.0

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