aecli
migrates to a new secret key format. Use SDK's tools page to convert secret keys.
⚠ BREAKING CHANGES
-
account:
aecli account address
accepts--secretKey
instead--privateKey
-
contract: uses v8 compiler by default
-
contract: not compatible with v7 compiler
-
aens:
commitmentId
removed from the JSON output ofaecli name pre-claim
Usetx.commitmentId
instead. -
some fields in node responses returned as numbers instead of strings
Namely:abiVersion
vmVersion
callerNonce
senderNonce
oracleTtl.value
responseTtl.value
queryTtl.value
endsAt
-
tabbed data aligned without underscores
-
width of the first column in tabbed data depends on the content
Features
Bug Fixes
- contract: print details of static call (5c119c5)
- name keystore as filename instead of full path (d8325f6)
- race condition while setting options (1f03275)