This repository was archived by the owner on Aug 12, 2024. It is now read-only.
v5.0.0
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 tobroadcast_transaction(TxObject)where TxObject is the default transaction object troughout the sdkbroadcast_transaction(str)has been changed tobroadcast_transaction(TxObject)
changes the max length for auction from 32 to 12wait_for_transactiondrops the optional (and unused) parameterconfirm_transaction.wait_for_confirmationreturns height where the transaction has been found (if any)
For the CLI, the parameter --network-id has been dropped for the commands:
aecli account spendaecli name claimaecli name revokeaecli name updateaecli name transferaecli name bidaecli contract deployaecli contract call
more details can be found at the relevant commit: 542beb6, e512d15,
b5f3a08