Files
tendermint/docs/tendermint-core
Anton Kaliaev dc90cf60d5 mempool: introduce KeepInvalidTxsInCache config option (#5813)
When set to true, an invalid transaction will be kept in the cache (this may help some applications to protect against spam).

NOTE: this is a temporary config option. The more correct solution would be to add a TTL to each transaction (i.e. CheckTx may return a TTL in ResponseCheckTx).

Closes: #5751
2020-12-21 20:29:14 +04:00
..
2020-09-03 07:50:31 +00:00

order, parent
order parent
1
title order
Tendermint Core 4

Overview

This section dives into the internals of Tendermint the implementation.