Skip to content

Commit

Permalink
chore: bump to v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Jun 19, 2020
1 parent c6c6c25 commit 0a813b2
Show file tree
Hide file tree
Showing 57 changed files with 126 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git:
env:
global:
- RUST_BACKTRACE=full
- CKB_CLI_VERSION=v0.32.0
- CKB_CLI_VERSION=v0.33.1

addons:
apt:
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [v0.33.0](https://github.com/nervosnetwork/ckb/compare/v0.33.0...v0.32.2) (2020-06-19)

### Bug Fixes

* #2052: Return connected address in RPC `get_peers` (@keroro520)

The RPC `get_peers` miss the peer connected address. Hence it may be empty addresses returned for inbound peers.

### Improvements

* #2043: Upgrade tokio for tx-pool (@zhangsoledad)

* bump tokio 0.2
* refactor tx-pool with async/await

* #2100: Move all `Config` structs to ckb-app-config (@quake)

To eliminate large dependences of `ckb-app-config`, this PR moved all config related structs to this crate and reversed dependencies of other crates

* #2091: Logger filter parse crate name leniently (@yangby-cryptape)

# [v0.32.1](https://github.com/nervosnetwork/ckb/compare/v0.32.0...v0.32.1) (2020-05-29)

### Bug Fixes
Expand Down

0 comments on commit 0a813b2

Please sign in to comment.