Skip to content

Releases: nervosnetwork/ckb-cli

v1.2.0 Support ckb-indexer rpc from ckb node

02 Nov 01:36
20a1ca0
Compare
Choose a tag to compare

NOTE

Current ckb-cli version only support ckb v0.105.0+ with indexer feature enabled.
Please add Indexer to rpc.modules in ckb.toml to enable indexer feature.

Changes

  • Update ckb deps from v0.104.0 to v0.105.1
  • Update deps
    • ckb-sdk to v2.3.0
    • secp256k1 to v0.24
    • bitcoin to v0.27
  • Support ckb-indexer rpc from ckb node
  • Add account bitcoin-xpub subcommand

v1.1.1 always create .ckb-cli directory when start

09 Sep 03:06
e41c4a3
Compare
Choose a tag to compare

Changes

  • fix: always create .ckb-cli directory when start (PR #493)
    • so that it will not fail when user use ckb-cli for the first time.

v1.1.0 Replace local ckb-index with ckb-indexer

31 Aug 03:36
b7b4d0f
Compare
Choose a tag to compare

Changes

  • Update ckb deps from v0.103.0 to v0.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
  • Use ckb-indexer as index backend
  • Update ckb-sdk to v2.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

v1.0.0 Use new ckb-sdk

06 Jul 06:48
8c6538e
Compare
Choose a tag to compare

Changes

  • Update ckb from v0.101.3 to v0.103.0
  • Remove ckb-sdk from ckb-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 with fee-rate argument and the default value is 1000'
  • Refactor AddressParser
  • Add sudt subcommand
  • Short address use ckb2021 address format

v0.101.2

02 Dec 01:42
fe71a18
Compare
Choose a tag to compare
Merge pull request #450 from TheWaWaR/bumpup-to-v0.101.2

chore: bump up to v0.101.2

v0.101.1

27 Oct 05:43
fbef5b5
Compare
Choose a tag to compare
Merge pull request #440 from TheWaWaR/bump-up-to-v0.101.1

chore: Bump up version to v0.101.1

v0.101.0

20 Oct 12:50
1b66835
Compare
Choose a tag to compare
v0.101.0

v0.100.0

15 Sep 02:32
3d23e8b
Compare
Choose a tag to compare
Merge branch 'develop'

v0.100.0-rc5

08 Sep 07:31
af9dfe5
Compare
Choose a tag to compare
v0.100.0-rc5 Pre-release
Pre-release
chore: update ckb to v0.100.0-rc5 (#430)

* chore: update ckb to v0.100.0-rc5

* fix: fix index thread is_started prediction bug

v0.100.0-rc2

19 Aug 02:52
17a5ab2
Compare
Choose a tag to compare
v0.100.0-rc2 Pre-release
Pre-release
v0.100.0-rc2