Releases: nervosnetwork/ckb-cli
Releases · nervosnetwork/ckb-cli
v0.17.0-rc2
v0.17.0-rc2
v0.17.0-rc1
v0.17.0-rc1
v0.17.0-pre1: Merge pull request #23 from nervosnetwork/ckb-0.17
chore: Compatible with ckb develop branch
v0.15.0
v0.15.0
ckb-cli v0.15.0-rc2
- Compatible with ckb-v0.15.z
- Use rocksdb as index database backend
- Add web3 v3 keystore support
Update for ckb rc/v0.14.0
NOTE:
[block_assembler]
config has changed (code_hash
part)
Download from CDN (China):
- http://ckbbin.engpro.cryptape.com/ckb-cli-v0.2.0-x86_64-windows.zip
- http://ckbbin.engpro.cryptape.com/ckb-cli-v0.2.0-x86_64-apple-drawin.tar.gz
- http://ckbbin.engpro.cryptape.com/ckb-cli-v0.2.0-x86_64-linux-musl.tar.gz
Verify the binary files:
gpg --verify -v ckb-cli-v0.2.0-x86_64-xxx-xxx.tar.gz.asc
- GPG Key ID:
AB6F37735498EDE9
- GPG Subkeys:
5BDF6C7775A473DF
lmdb backed index + Windows support
- Speed up index init (about 1000 blocks/second)
- Auto reopen lmdb when processed 10000 blocks
- Add Windows support (without TUI)
Download from CDN (China):
TUI and a lot bug fixes
- Add basic TUI subcommand
- Fix a lot bugs
Download from CDN (for Chinese user):
Basic usable
Compatible with ckb rc/v0.12.2
rpc: Invoke RPC call to node
get_tip_header Get tip header
get_block Get block content by hash
get_block_hash Get block hash by block number
get_block_by_number Get block content by block number
get_transaction Get transaction content by transaction hash
get_cells_by_lock_hash Get cells by lock script hash
get_live_cell Get live cell (live means unspent)
get_current_epoch Get current epoch information
get_epoch_by_number Get epoch information by epoch number
local_node_info Get local node information
tx_pool_info Get transaction pool information
get_peers Get connected peers
wallet: tranfer / query balance(with local index) / key utils
transfer Transfer capacity to a address (can have data)
get-capacity Get capacity by lock script hash
get-balance Get balance by address (balance is capacity)
top Show top n capacity owned by lock script hash
generate-key Generate a random secp256k1 privkey and save to file (print block_assembler config)
key-info Show public information of a secp256k1 private key (file)