Files
tendermint/CHANGELOG_PENDING.md
Dev Ojha 1ea64fc27f Make mempool aware of MaxGas requirement (#2360)
* 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
2018-09-12 16:41:19 -04:00

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: