mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
* Make mempool aware of MaxGas requirement * update spec * Add tests * Switch GasWanted from kv store to persistent kv store * Fix typo in test name * switch back to using kvstore, not persistent kv store
338 B
338 B
Pending
Special thanks to external contributors with PRs included in this release:
BREAKING CHANGES:
-
CLI/RPC/Config
-
Apps
-
Go API
- #2310 Mempool.ReapMaxBytes -> Mempool.ReapMaxBytesMaxGas
-
Blockchain Protocol
-
P2P Protocol
FEATURES:
- #2310 Mempool is now aware of the MaxGas requirement
IMPROVEMENTS:
BUG FIXES: