mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
* use byte buffer pool to decreass allocs * wrap to put buffer in defer * wapper defer * add dependency * remove Gopkg,* * add change log
623 B
623 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
dbfrom libs in favor ofhttps://github.com/tendermint/tm-cmn
FEATURES:
IMPROVEMENTS:
- [abci] #3809 Recover from application panics in
server/socket_server.goto allow socket cleanup (@ruseinov) - [rpc] #3818 Make
max_body_bytesandmax_header_bytesconfigurable - [p2p] #3664 p2p/conn: reuse buffer when write/read from secret connection