Skip to content

v12.0.0

Latest

Choose a tag to compare

@popenta popenta released this 27 Jul 08:48
862f7b2

What's Changed

  • Fixed --timeout parsing so explicit values are integers and no longer break transaction-result waiting.
  • Added validation that rejects odd-length --token-transfers lists instead of silently dropping the final argument.
  • Added a regression test for malformed token-transfer pairs.
  • Fixed get network-status --shard so the selected shard is forwarded to the network provider.
  • Made --name mandatory for dns register.
  • Prevented tx sign from succeeding when no sender, guardian, or relayer wallet is available.
  • Added HTTP status validation to contract verification, verification polling, and contract unverification requests.
  • Improved guardian cosigner error handling by converting HTTP failures into GuardianServiceError.
  • Updated a test address argument to use the supported addr: prefix, removing deprecated behavior.
  • Expanded CLI.md.sh and regenerated CLI.md with 16 previously undocumented paths, including DNS, configuration deletion, network status/config, governance proposal, and semi-fungible token commands.
  • Increased the min supported Python version to 3.11.

What's Changed

Full Changelog: v11.4.1...v12.0.0