ckb 0.33.0-pre (967fc0e 2020-06-17)
This is an RC version to preview the changes in the next release.
OS | Arch | Runtime Dependencies | Package | Sign |
---|---|---|---|---|
macOS | x64 | macOS 10.12 or above | zip | PGP |
Linux | x64 | glibc, libstdc++ | tarball | PGP |
CentOS | x64 | glibc, libstdc++, openssl | tarball | PGP |
Windows* | x64 | VC++ Redistributable | zip | PGP |
Docker | dockerhub |
* Windows support is experimental.
Changes since v0.32.2
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)