Skip to content

v10.2.0

Choose a tag to compare

@popenta popenta released this 29 Apr 12:17
· 183 commits to main since this release
e2da34b

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