mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
* mempool: make max_msg_bytes configurable * apply suggestions from code review * update changelog pending * apply suggestions from code review again
781 B
781 B
v0.32.2
**
Special thanks to external contributors on this release:
Friendly reminder, we have a bug bounty program.
BREAKING CHANGES:
-
CLI/RPC/Config
-
Apps
-
Go API
- [libs] #3811 Remove
db
from libs in favor ofhttps://github.com/tendermint/tm-cmn
- [libs] #3811 Remove
FEATURES:
IMPROVEMENTS:
- [abci] #3809 Recover from application panics in
server/socket_server.go
to allow socket cleanup (@ruseinov) - [rpc] #2252 Add
/broadcast_evidence
endpoint to submit double signing and other types of evidence - [rpc] #3818 Make
max_body_bytes
andmax_header_bytes
configurable - [p2p] #3664 p2p/conn: reuse buffer when write/read from secret connection
- [mempool] #3826 Make
max_msg_bytes
configurable