In the most cases transactions gets mined immediately. In case of NameClaim, tx needs to be
submitted in the next keyblock after preclaim. In that case it would be mined also immediately,
with no early name revealing.
If still needed, use aecli chain broadcast tx_... --no-waitMined instead.
6.0.0 (2024-04-16)
Check out the new documentation at docs.aeternity.com/aepp-cli-js
⚠ BREAKING CHANGES
oracle:
aecli oracle get
removedUse
aecli inspect
instead.oracle: aecli don't accept already known account address in oracles
Remove extra argument:
account:
aecli account verify-message
accepts signer address instead walletchain:
aecli chain network_id
removedUse
aecli chain status
instead.Commands don't accept
--no-waitMined
anymoreIn the most cases transactions gets mined immediately. In case of NameClaim, tx needs to be submitted in the next keyblock after preclaim. In that case it would be mined also immediately, with no early name revealing. If still needed, use
aecli chain broadcast tx_... --no-waitMined
instead.account:
account save
removedUse
account create
instead:account:
aecli account spend
renamed toaecli spend
chain: aecli connects to mainnet by default
Use the below to switch back to testnet.
require nodejs@18 or newer
Because nodejs@16 is not maintained currently.
name:
name lookup
command removedUse
inspect
instead.account:
account generate
command removedUse
account create
in a cycle instead.crypto:
crypto sign
command removedUse
account sign
instead.crypto:
crypto unpack
command removedUse
inspect
instead.crypto:
crypto decode
removedUse another base58 decoder if necessary.
account:
account balance
,account nonce
commands removedUse
inspect <ak-address>
instead.account: remove useless
output
optionaccount:
account spend
returns unwrapped JSONaccount:
account transfer
command removedUse
spend
instead.Features
name extend
(0d4aa51)Bug Fixes
-G
flag for both gas and gas price (047cf8e)--networkId
in commands where node is required (cfd7ac5)Other commits with breaking changes
account create
andaccount save
(fdaeeff)aecli account spend
toaecli spend
(4af1b4c)account generate
command (1c6abd8)balance
,nonce
commands (b4792e6)output
option (74a8a37)network_id
command (4d4adce)crypto sign
command (bb39f07)crypto unpack
command (37b9965)crypto decode
command (a0d9b05)name lookup
command (e4f9b50)oracle get
(6db5dc2)This PR is supported by the Æternity Foundation