mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 15:07:24 +00:00
* cs: panic only when WAL#WriteSync fails - modify WAL#Write and WAL#WriteSync to return an error * fix test * types: validate Part#Proof add ValidateBasic to crypto/merkle/SimpleProof * cs: limit max bit array size and block parts count * cs: test new limits * cs: only assert important stuff * update changelog and bump version to 0.32.7 * fixes after Ethan's review * align max wal msg and max consensus msg sizes * fix tests * fix test * add change log for 31.11
1.3 KiB
1.3 KiB
v0.32.8
**
Special thanks to external contributors on this release: @erikgrinaker
Friendly reminder, we have a bug bounty program.
BREAKING CHANGES:
-
CLI/RPC/Config
-
Apps
-
Go API
- [libs/pubsub] #4070
Query#(Matches|Conditions)returns an error.
- [libs/pubsub] #4070
FEATURES:
IMPROVEMENTS:
- [mempool] #4057 Include peer ID when logging rejected txns (@erikgrinaker)
- [tools] #4023 Improved
tm-monitorformatting of start time and avg tx throughput (@erikgrinaker) - [libs/pubsub] #4070 No longer panic in
Query#(Matches|Conditions)preferring to return an error instead. - [libs/pubsub] #4070 Strip out non-numeric characters when attempting to match numeric values.
- [p2p] #3991 Log "has been established or dialed" as debug log instead of Error for connected peers (@whunmr)
BUG FIXES:
- [tools] #4023 Refresh
tm-monitorhealth when validator count is updated (@erikgrinaker)