Files
tendermint/CHANGELOG_PENDING.md
Anton Kaliaev 048ac8d94b remove invalid transactions from the mempool (#3701)
Otherwise, we'll be trying to include them in each consecutive block.

The downside is that evil proposers will be able to drop valid
transactions (see #3322).

Reverts https://github.com/tendermint/tendermint/pull/3625

Fixes #3699
2019-06-03 08:46:02 -04:00

286 B

v0.31.7

**

BREAKING CHANGES:

  • CLI/RPC/Config

  • Apps

  • Go API

  • Blockchain Protocol

  • P2P Protocol

FEATURES:

IMPROVEMENTS:

BUG FIXES:

  • [mempool] #3699 Revert the change where we only remove valid transactions from the mempool once a block is committed.