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

v6.0.0

Choose a tag to compare

@shekhar-shubhendu shekhar-shubhendu released this 17 Oct 15:03
· 64 commits to master since this release
78ee8ef

6.0.0 (compare) - 2019-10-17

Bug Fixes

  • fix(cli): name claim and update commands (#257) (84988f9). Related issues/PRs: #256
  • fix(hashing): fix typo in hash function name (af06d36).

Features

  • feat(aens): allow to set multiple and custom pointers for a name (0e60389). Related issues/PRs: #244, #244
  • feat(aens): use .chain instead of .aet as TLD after Lima HF (e02b92c). Related issues/PRs: #266
  • feat(contracts): enable contracts compile, deploy, generate aci using cli (1c0e21d).
  • feat(node): add spend_by_name (72d4a95).

BREAKING CHANGES

  • remove legacy parameters and add the required ones. Removed address from the contract object
  • the init_calldata used to have a default. That is not allowed anymore the user need to be provide init_calldata.
  • changes in the signature of the contract call in contract and transaction module
  • the encode-calldata and decode-data commands have been removed
  • rename cli name contracts to contract
  • unify parameters related to calldata to --calldata in cli
  • unify parameters related to calldata to calldata in programmatic api
  • encode-calldata arguments parameter is now varidic instead of a list
  • account_basic_to_ga param init_calldata renamed to calldata
  • account_basic_to_ga param calldata is mandatory
  • it is not possible anymore to use .address to retrieve the contract address, instead it can be retrieved from the deploy transaction