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