Skip to content

Releases: multiversx/mx-sdk-py-cli

v11.0.0

30 Jun 07:53
1ba2524

Choose a tag to compare

What's Changed

This release contains mainly new features, but also a few breaking changes.

For more details, check out the migration issue.

For examples, check out the Cookbook.

What's Changed

Full Changelog: v10.2.0...v11.0.0

v10.2.0

29 Apr 12:17
e2da34b

Choose a tag to compare

What's Changed

mxpy contract verify
By default, the command will prompt you to confirm that you understand the implications of verifying a contract and that you agree to proceed. You can skip this confirmation by providing either --skip-confirmation or -y.

mxpy contract unverify
The command accepts the bech32 address of the contract as positional argument. The rest of the arguments are keyword arguments. The command also needs --code-hash to specify the code hash of the contract, --verifier-url, this is the url to our verifier service (usually https://play-api.multiversx.com) and the wallet of the owner that is used to sign the payload.

What's Changed

  • Added command to unverify smart contract by @popenta in #514

Full Changelog: v10.1.1...v10.2.0

v10.1.1

09 Apr 09:18
8ac2d4e

Choose a tag to compare

What's Changed

Full Changelog: v10.1.0...v10.1.1

v10.1.0

02 Apr 11:07
af10ef5

Choose a tag to compare

What's Changed

Changes:

  • --recall-nonce argument is obsolete. Nonce is fetched from the network if proxy is provided.
  • A new argument --hrp has been added and can be used to specify a hrp. If not provided, hrp is fetched from the network if proxy is provided. If proxy is not provided, the hrp is taken from the config.
  • When using the faucet, api and wallet urls can be provided. Useful for Light Speed Chains (sovereign chains).

What's Changed

  • Recall nonce by default if nonce not set and proxy is provided by @popenta in #508
  • Extend faucet for custom api and wallet by @popenta in #507
  • Fetch HRP from network if possible by @popenta in #509
  • Added hrp as argument by @popenta in #511

Full Changelog: v10.0.1...v10.1.0

v10.0.1

25 Mar 12:30
7a28de3

Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v10.0.0...v10.0.1

v10.0.0

25 Mar 11:54
2ea596f

Choose a tag to compare

What's Changed

The release was prepared here.
The migration support can be found here.

What's Changed

New Contributors

Full Changelog: v9.12.1...v10.0.0

v9.12.1

11 Mar 12:10
61f7452

Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v9.12.0...v9.12.1

v9.12.0

04 Mar 09:46
67017b8

Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v9.11.0...v9.12.0

v9.11.0

30 Jan 09:08
a12071b

Choose a tag to compare

What's Changed

A new feature was added that enables a wallet to be exported as a secret key in hex format.

wallet convert --infile wallet.pem --in-format pem --out-format secret-key

What's Changed

  • [Cherry pick]: wallet export to secret key by @popenta in #474

Full Changelog: v9.10.2...v9.11.0

v9.10.2

21 Jan 11:25
3ac2fe2

Choose a tag to compare

What's Changed

  • Call sign-multiple-transactions when cosigning transactions using TCS by @popenta in #463

Full Changelog: v9.10.1...v9.10.2