Releases: multiversx/mx-sdk-py-cli
v9.6.0
What's Changed
What's Changed
- Fixed ignored value for mxpy staking-provider unjail transaction by @danidrasovean in #425
- By default, install rust "stable" by @andreibancioiu in #427
- Localnet: compatibility with Node 1.7 (Vega) by @andreibancioiu in #426
New Contributors
- @danidrasovean made their first contribution in #425
Full Changelog: v9.5.5...v9.6.0
v9.5.5
v9.5.4
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
- Raise error when given string argument without prefix by @popenta in #420
- Fix transaction signing by @popenta in #421
Full Changelog: v9.5.3...v9.5.4
v9.5.3
What's Changed
What's Changed
- Fix contract report: "twiggy" dependency is managed by "deps rust" by @andreibancioiu in #419
- Remove workflows related to mxpy-up (aren't needed anymore) by @andreibancioiu in #415
Full Changelog: v9.5.2...v9.5.3
v9.5.2
What's Changed
What's Changed
- Fix signing for "staking-provider" commands. by @andreibancioiu in #414
Full Changelog: v9.5.1...v9.5.2
v9.5.1
What's Changed
What's Changed
- Added staking provider commands into CLI docs by @ramonalobont in #410
- Handle proxy error by @popenta in #413
New Contributors
- @ramonalobont made their first contribution in #410
Full Changelog: v9.5.0...v9.5.1
v9.5.0
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
Full Changelog: v9.4.1...v9.5.0
v9.4.1
What's Changed
- Update localnet to work with Sirius by @andreibancioiu in #407
Full Changelog: v9.4.0...v9.4.1
v9.4.0
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
- Refactor contract interactions by @popenta in #394
- Fix "deps check all" command by @popenta in #388
- Implemented config reset command by @popenta in #401
- Update vm tools tag to v1.5.24 by @popenta in #403
Full Changelog: v9.3.1...v9.4.0
v9.3.1
What's Changed
What's Changed
- Fix display of dns-addresses by @popenta in #389
- mxpy data parse: remove undesired warning message by @andreibancioiu in #398
Full Changelog: v9.3.0...v9.3.1