2018-05-29 16:49:02 +04:00
|
|
|
# Mempool Reactor
|
|
|
|
|
|
|
|
## Channels
|
|
|
|
|
2018-08-07 18:40:11 -04:00
|
|
|
See [this issue](https://github.com/tendermint/tendermint/issues/1503)
|
2018-05-29 16:49:02 +04:00
|
|
|
|
|
|
|
Mempool maintains a cache of the last 10000 transactions to prevent
|
|
|
|
replaying old transactions (plus transactions coming from other
|
|
|
|
validators, who are continually exchanging transactions). Read [Replay
|
2018-08-07 18:40:11 -04:00
|
|
|
Protection](../../../../app-development.md#replay-protection)
|
2018-05-29 16:49:02 +04:00
|
|
|
for details.
|
|
|
|
|
|
|
|
Sending incorrectly encoded data or data exceeding `maxMsgSize` will result
|
|
|
|
in stopping the peer.
|