Releases: multiversx/mx-sdk-py-cli
v8.1.3
The newly released sdk-py-wallet
contains a few breaking changes, making mxpy incompatible with sdk-py-wallet = 0.8.0
.
mxpy still references the older version of sdk-py-wallet
, but the next release of mxpy, v9.0.0
will be compatible with the latest wallet package.
What's Changed
Full Changelog: v8.1.2...v8.1.3
v9.0.0b1
v8.1.2
v8.1.1
What's Changed
- Adjust default vmtools version: 1.4.60 by @andreibancioiu in #334
Full Changelog: v8.1.0...v8.1.1
v8.2.0b1
v8.1.0
It is now possible to convert from a wallet to an address using the mxpy wallet convert
command.
The issue and instructions can be found here.
What's Changed
- Fix no wasm opt argument by @popenta in #329
- Convert from wallet to bech32 address or pubkey by @popenta in #328
- Bump version to v8.1.0 by @popenta in #330
Full Changelog: v8.0.0...v8.1.0
v8.0.0
mxpy v8 comes with a few breaking changes. The contract build
and contract clean
commands have been modified along with some commands that have been removed.
Please have a look at the migration guide. Make sure to do a mxpy deps install rust --overwrite
upon installing v8.
Detailed changes are also described here: #288.
What's Changed
contract build
usingsc-meta
by @popenta in #283 andcontract clean
usingsc-meta
by @popenta in #296- Replace
Transaction
class with the one from sdk-core by @popenta in #278 - Use the
Address
class from sdk-py-core by @popenta in #276 - Remove default chain ID and proxy by @popenta in #294 (introduced in late v7)
- Colourful logging by @popenta in #297
- mxpy-up less verbose by @popenta in #322
- Install twiggy if not installed for contract report by @popenta in #302
- Fix contract build in case of Rust error by @popenta in #319
- Reference new core package by @popenta in #313
- Remove network commands & unused wallet commands by @popenta in #286
- Removed DiskCache and sorted imports by @popenta in #291
- Removed the hyperblock command group by @popenta in #324
- Change all tests to use pytest by @popenta in #290
- Update go (for localnet) and rust versions by @ssd04 in #323
- Generated an updated CLI.md file by @popenta in #317
New Contributors
Full Changelog: v7.3.0...v8.0.0
v8.0.0b0
v7.3.0
What's Changed
- Adjust default Rust version by @andreibancioiu in #305
Full Changelog: v7.2.1...v7.3.0
v7.2.1
What's Changed
- Update golang version used for "localnet": go1.20.5 by @andreibancioiu in #298
- Adjust check of CLI args (proxy) by @andreibancioiu in #299
Full Changelog: v7.2.0...v7.2.1