Skip to content

7.0.0

Latest
Compare
Choose a tag to compare
@davidyuk davidyuk released this 30 Jan 14:54
· 10 commits to develop since this release
d966c82

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 of aecli name pre-claim
    Use tx.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

  • narrow first column and remove _ in tables (b5dfdda)
  • oracle: make oracleTtl optional (457e4c4)

Bug Fixes

  • contract: print details of static call (5c119c5)
  • name keystore as filename instead of full path (d8325f6)
  • race condition while setting options (1f03275)

Commits with breaking changes

  • account: consistently use secret key instead private key (476aec1)
  • deps: update sdk to 14.0.0 (894083f)