- Update ckb deps from
v0.105.1
tov0.106.0
- Update dep ckb-sdk to
v2.4.0
- Add deploy subcommand, this is a more advanced version of
capsule deploy
#515- more resonable CKB transaction structure
- support
multisig
lock
- Add
--max-tx-fee
argument to subcommands, so that you can transfer all your CKB to another address more easy #517wallet transfer
sudt
dao
- Update ckb deps from
v0.104.0
tov0.105.1
- Update deps
- ckb-sdk to
v2.3.0
- secp256k1 to
v0.24
- bitcoin to
v0.27
- ckb-sdk to
- Support ckb-indexer rpc from ckb node
- Add
account bitcoin-xpub
subcommand
- Update ckb deps from
v0.103.0
tov0.104.0
- BREAKING: remove
ckb-index
crate, and effect following subcommands:- remove
index
subcommand - remove
wallet top-capacity
subcommand - remove
wallet get-capacity --lock-hash
support - remove
wallet get-live-cells --lock-hash
support - remove
wallet get-live-cells --type-hash
support - remove
wallet get-live-cells --code-hash
support
- remove
- Use
ckb-indexer
as index backend - Update
ckb-sdk
tov2.0.0
- Guide user to select ckb/ckb-indexer url for the first time
- Add
--local-only
flag to not check alerts and get network type when startup
- Update ckb from
v0.101.3
tov0.103.0
- Remove
ckb-sdk
fromckb-cli
and created as an standalone repository - Add
ckb-signer
sub-crate for keystore implementation - Use new
ckb-sdk
to refactor:wallet transfer
dao deposit
dao prepare
dao withdraw
- Replace
tx-fee
argument withfee-rate
argument and the default value is1000
' - Refactor
AddressParser
- Add
sudt
subcommand - Short address use ckb2021 address format
- Compatible with ckb-v0.15.z
- Use rocksdb as index database backend
- Add web3 v3 keystore support