Skip to content

Releases: multiversx/mx-sdk-py-cli

v11.3.0

02 Dec 14:22
4cdaeff

Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v11.2.3...v11.3.0

v11.2.3

21 Oct 08:24
3ab008f

Choose a tag to compare

What's Changed

Full Changelog: v11.2.2...v11.2.3

v11.2.2

09 Oct 12:16
ed5e86c

Choose a tag to compare

What's Changed

Integrated the latest sdk-py to fix the gas limit estimation for guarded and relayed transactions.

What's Changed

Full Changelog: v11.2.1...v11.2.2

v11.2.1

06 Oct 10:52
dd8ebaf

Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v11.2.0...v11.2.1

v11.2.0

29 Sep 09:36
cb116b4

Choose a tag to compare

What's Changed

Added a new command group called mxpy token that can be used to perform all sorts of token management operations. Please type mxpy token -h for a full list of available commands.

What's Changed

New Contributors

Full Changelog: v11.1.1...v11.2.0

v11.1.1

18 Aug 11:41
0662ba4

Choose a tag to compare

What's Changed

Full Changelog: v11.1.0...v11.1.1

v11.1.0

30 Jul 07:41
12d9483

Choose a tag to compare

What's Changed

A default gas_limit_multiplier can be set in config or the --gas-limit-multiplier can be provided to each command. This value will be then multiplied by the estimated gas limit of the transaction. This is available only if the proxy is provided when creating transactions.

What's Changed

Full Changelog: v11.0.1...v11.1.0

v11.0.1

18 Jul 11:34
f69ed46

Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v11.0.0...v11.0.1

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