mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
730 B
730 B
Pending
Special thanks to external contributors with PRs included in this release:
BREAKING CHANGES:
-
CLI/RPC/Config
-
Apps [rpc] /status
result.node_info.otherbecame a map #2391 -
Go API
- #2310 Mempool.ReapMaxBytes -> Mempool.ReapMaxBytesMaxGas
-
Blockchain Protocol
-
P2P Protocol
FEATURES:
- #2310 Mempool is now aware of the MaxGas requirement
IMPROVEMENTS:
- [types] add Address to GenesisValidator #1714
- [metrics]
consensus.block_interval_metricsis now gauge, not histogram (you will be able to see spikes, if any)
BUG FIXES:
- [node] #2294 Delay starting node until Genesis time