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.
** The binaries require following CPU instructions: call (MODE64), cmovbe (CMOV), xorps (SSE1), movq (SSE2)
Changes since v0.42.0
Features
- #2663: Try to increase file descriptor soft limit (@zhangsoledad)
- #2647: Sort txs in pool by indirect dep (@zhangsoledad)
- #2746: Update tx-pool for reorg synchronously (@zhangsoledad)
Bug Fixes
-
#2655: Don't remove peer id on addr (@driftluo)
if no peer id on addr, it will always output an error log when trying to dial the observed addr.
Improvements
-
#2662: Shortcut return proposal reward when
target_proposals
is empty (@quake)This PR will reduce the rocksdb query especially
get_block_txs_hashes
in thecommitted_idx_proc
, which is a slow query according to profiler result. -
#2691: Skip fresh proposal id checking in TransactionHashes message (@quake)
-
#2748: Upgrade rocksdb (@zhangsoledad)