This version is compatible with v0.25.0 and above. However, it is recommended to upgrade the node, since we will only release security patches based on the latest release.
See how to connect to various chains in Wiki.
This release only contains bug fixes and improvements.
Downloads
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.
The files are signatures. It is wise and more secure to check out for the files integrity.
#2052: Return connected address in RPC The RPC #2043: Upgrade tokio for tx-pool (@zhangsoledad)
#2100: Move all To eliminate large dependences of #2091: Logger filter parse crate name leniently (@yangby-cryptape)
Changes since v0.32.2
Bug Fixes
get_peers
(@keroro520)
get_peers
miss the peer connected address. Hence it may be empty addresses returned for inbound peers.
Improvements
Config
structs to ckb-app-config (@quake)
ckb-app-config
, this PR moved all config related structs to this crate and reversed dependencies of other crates