Releases: multiversx/mx-sdk-py-cli
v9.6.3
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
What's Changed
What's Changed
- Fix CLI help / description (reproducible builds) by @andreibancioiu in #440
Full Changelog: v9.6.1...v9.6.2
v9.6.1
What's Changed
What's Changed
- Log level warning to info when config file exists by @danidrasovean in #438
- Adjust localnet config to work with Spica (upcoming release) by @andreibancioiu in #439
Full Changelog: v9.6.0...v9.6.1
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