Skip to content

Commit

Permalink
Merge pull request #491 from TheWaWaR/bump-up-to-v1.1.0
Browse files Browse the repository at this point in the history
chore: bump up to v1.1.0
  • Loading branch information
TheWaWaR authored Aug 31, 2022
2 parents d8238e9 + f9d44bc commit b7b4d0f
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 101 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v1.1.0
* 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`][ckb-indexer-repo] 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
* Update ckb from `v0.101.3` to `v0.103.0`
* Remove `ckb-sdk` from `ckb-cli` and created as an [standalone repository](https://github.com/nervosnetwork/ckb-sdk-rust)
Expand All @@ -21,3 +35,4 @@


[sudt-wiki]: https://github.com/nervosnetwork/ckb-cli/wiki/UDT-(sudt)-Operations-Tutorial
[ckb-indexer-repo]: https://github.com/nervosnetwork/ckb-indexer
Loading

0 comments on commit b7b4d0f

Please sign in to comment.