mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-05 03:20:44 +00:00
* rpc: return err if page is incorrect (less than 0 or greater than total pages) Fixes #3813 * fix rpc_test
871 B
871 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
- [libs] #3811 Remove
FEATURES:
IMPROVEMENTS:
- [abci] #3809 Recover from application panics in
server/socket_server.goto allow socket cleanup (@ruseinov) - [rpc] #2252 Add
/broadcast_evidenceendpoint to submit double signing and other types of evidence - [rpc] #3818 Make
max_body_bytesandmax_header_bytesconfigurable - [p2p] #3664 p2p/conn: reuse buffer when write/read from secret connection
- [mempool] #3826 Make
max_msg_bytesconfigurable
BUG FIXES:
- [rpc] #3813 Return err if page is incorrect (less than 0 or greater than total pages)