Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

v5.0.0

Choose a tag to compare

@noandrea noandrea released this 05 Oct 09:18
· 81 commits to master since this release
6a477fc

5.0.0 (compare) - 2019-10-04

This version is cross compatible with Fortuna and Lima versions of the node

Code Refactoring

Features

  • feat(aens): support lima aens model (#241) (1ffae14). Related issues/PRs: #233, #236, #235
  • feat(cli): auto select the network-id for high level cli command (#246) (e512d15).
  • feat(compiler): support for compiler series v4 / FATE (#229) (3276eec).
  • feat: name auction length (#250) (b5f3a08).

Deprecated

  • namehash function is deprecated and will be removed after Lima HF

BREAKING CHANGES

  • sign_transaction(str) has been changed to broadcast_transaction(TxObject) where TxObject is the default transaction object troughout the sdk
  • broadcast_transaction(str) has been changed to broadcast_transaction(TxObject)
    changes the max length for auction from 32 to 12
  • wait_for_transaction drops the optional (and unused) parameter confirm_transaction.
  • wait_for_confirmation returns height where the transaction has been found (if any)

For the CLI, the parameter --network-id has been dropped for the commands:

  • aecli account spend
  • aecli name claim
  • aecli name revoke
  • aecli name update
  • aecli name transfer
  • aecli name bid
  • aecli contract deploy
  • aecli contract call

more details can be found at the relevant commit: 542beb6, e512d15,
b5f3a08