Skip to content

Releases: aeternity/aepp-cli-js

2.2.0 (2019-07-16)

16 Jul 11:42
a08d1b6
Compare
Choose a tag to compare

Features

  • Node: Compatibility for node 4.0.0
  • Inspect Ability to unpack transaction using inspect command

Bug Fixes

  • CLI: Fix exit codes around the CLI (#84) (c775e1d)

2.1.0 (2019-05-20)

28 May 11:09
772efa6
Compare
Choose a tag to compare

Bug Fixes

Features

  • Fortuna: Add Fortune(3.0.0) compatibility
  • Account: Feature/allow to spend percentage of balance (#68)
  • Tx: Add vmVersion option to contract-deploy command

Release 2.0.0

26 Apr 17:56
989c504
Compare
Choose a tag to compare

2.0.0 (2019-04-26)

SDK version: 3.1.0

Features

  • Commitizen: Configure commitizen (#53) (e7f2d0a)

  • CI: Configure Jenkins pipeline

  • Account: Add option to get balance on specific heigh/hash

  • CLI: Make compatible with spec

  • Contract: Implement standalone compiler commands

  • DOCS add command for auto generating CHANGELOG

BREAKING CHANGES

  • Remove contract call and deploy commands. Remove aens claim, revoke and
    update commands.

Release 1.0.1

10 Jan 13:13
1f36fd9
Compare
Choose a tag to compare

Using sdk: v1.2.1
Compatible with >= 1.0.0 and < 2.0.0

Changes:

  • Add broadcast sub-command to tx
  • Add 'sign' sub-command to account
  • Add contract inspect command
  • Improve error printing
  • Add --networkId flag to each command which build a tx
  • Remove default fee for each command's (SDK calculate fee by itself)
  • Add AENS transaction's build commands for offline mode to tx module
  • Add contract transaction's build commands for offline mode to tx module
  • Add oracle transaction's build commands for offline mode to tx module