This repository was archived by the owner on Aug 12, 2024. It is now read-only.
v6.0.0
·
64 commits
to master
since this release
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_calldataused to have a default. That is not allowed anymore the user need to be provideinit_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
--calldatain cli - unify parameters related to calldata to
calldatain programmatic api encode-calldataarguments parameter is now varidic instead of a list- account_basic_to_ga param
init_calldatarenamed to calldata - account_basic_to_ga param calldata is mandatory
- it is not possible anymore to use
.addressto retrieve the contract address, instead it can be retrieved from the deploy transaction