mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
not MaxOpenConnections Fixes #4311 Also, set MaxBodyBytes, MaxHeaderBytes and WriteTimeout similar to HTTP server.
616 B
616 B
v0.33.1
**
Special thanks to external contributors on this release: @princesinha19
Friendly reminder, we have a bug bounty program.
BREAKING CHANGES:
-
CLI/RPC/Config
-
Apps
-
Go API
FEATURES:
- [rpc] [#3333] Add
order_byto/tx_searchendpoint, allowing to change default ordering from asc to desc (more in the future) (@princesinha19)
IMPROVEMENTS:
BUG FIXES:
- [node] [#\4311] Use
GRPCMaxOpenConnectionswhen creating the gRPC server, notMaxOpenConnections - [rpc] [#\4319] Check
BlockMetais not nil in/block&/block_by_hash