Skip to content

0.24.0-0.1.0

Compare
Choose a tag to compare
@ricricucit ricricucit released this 30 Oct 15:38
· 3108 commits to develop since this release

Install this using npm i @aeternity/aepp-sdk.

Changelog

Added

  • Full support of Epoch-0.24.0
  • (CLI) Develop decode base58 address command in crypto module
  • (CLI) Add nonce param to all tx command's
  • (CLI) Add gas param to deploy and call commands
  • Add ability to create spend transaction natively
  • Implement ethereum keystore using AES-126-CTR and SCRYPT as key derivation function

Changed

  • (CLI) Change --privateKey to flag on ACCOUNT ADDRESS command
  • Change node version in Dockerfile
  • API endpoints to meet new Epoch specifications
  • Update docco config and change rename package to recursive-rename
  • Improved documentation

Removed

  • Support for < 0.24.0

Notes and known Issues

  • ethereum keystore usage will be removed in the next release
  • CLI will move to a separate package