Skip to content

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

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 03:36
b7b4d0f

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