Releases: multiversx/mx-sdk-py-cli
v11.3.0
What's Changed
What's Changed
- Localnet: add support for Supernova by @andreibancioiu in #560
Full Changelog: v11.2.3...v11.3.0
v11.2.3
v11.2.2
v11.2.1
v11.2.0
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
- Token command group implementation - issue_fungible command by @LaraTifui in #539
- Merge main in feat/next by @popenta in #541
- Token management operations - first part by @popenta in #540
- Token Management Operations - second part by @popenta in #545
- Delegation refactoring by @popenta in #542
- Remove unnecessary field from base exception class by @popenta in #548
- Refactoring contracts to remove wrapper by @popenta in #543
- Use guardian and relayer addresses instead of accounts by @popenta in #549
- Refactoring: Remove governance wrapper by @popenta in #544
- Remove multisig wrapper by @popenta in #546
- Refactoring: Remove validators wrapper by @popenta in #547
- transactions refactoring by @popenta in #550
- Cleanup after refactoring by @popenta in #551
New Contributors
- @LaraTifui made their first contribution in #539
Full Changelog: v11.1.1...v11.2.0
v11.1.1
v11.1.0
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
v11.0.0
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
- Set gas price for smart contract interactions by @popenta in #516
- Require python 3.10 or greater by @popenta in #520
- Multisig integration by @popenta in #515
- Governance integration by @popenta in #517
- Wrap Ledger error by @popenta in #525
- Environment config by @popenta in #519
- Address config by @popenta in #521
- Deprecate password file cli argument by @popenta in #529
- Added get commands by @popenta in #522
- Remove recall nonce argument by @popenta in #527
- Set log level from config or cli args by @popenta in #528
- Generate CLI.md file by @popenta in #530
- Refactoring config-wallet by @popenta in #532
- Rename env to config-env by @popenta in #533
Full Changelog: v10.2.0...v11.0.0
v10.2.0
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
Full Changelog: v10.1.1...v10.2.0