4.0.0 (2022-04-07)
⚠ BREAKING CHANGES
- contract deploy: accept args and bytecode, custom descrPath
Run aecli contract deploy --help to get the latest documentation.
- contract call: accept arguments as JSON-encoded array
Affected commands: contract deploy, contract call.
- contract: decode call result, make args flexible
Removed commands: contract encodeData, contract decodeCallData.
Added commands: contract encode-calldata, contract decode-call-result.
Features
- contract deploy: accept args and bytecode, custom descrPath (cb25bb7)
Bug Fixes
- account transfer: remove unimplemented excludeFee option (cddbbe9)
- account transfer: remove unused denomination option (4c4d215)
- contract call: accept arguments as JSON-encoded array (201a7e0)
- name full-claim: key of created pointer (7c278f1)
- config command (27a1169)
- usage show correct command name (223f05d)
- contract: decode call result, make args flexible (b0a5cdc)