mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
726 B
726 B
Pending
Special thanks to external contributors on this release:
BREAKING CHANGES:
- CLI/RPC/Config
- [config]
mempool.walis disabled by default
-
Apps
-
Go API
- [node] Remove node.RunForever
- [config] #2232 timeouts as time.Duration, not ints
FEATURES:
IMPROVEMENTS:
- [consensus] #2169 add additional metrics
- [p2p] #2169 add additional metrics
- [config] #2232 added ValidateBasic method, which performs basic checks
BUG FIXES:
- [autofile] #2428 Group.RotateFile need call Flush() before rename (@goolAdapter)
- [node] #2434 Make node respond to signal interrupts while sleeping for genesis time