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 |
4 years ago | |
---|---|---|
.. | ||
config.go | mempool: introduce KeepInvalidTxsInCache config option (#5813) | 4 years ago |
config_test.go | consensus: double-sign risk reduction (ADR-51) (#5147) | 4 years ago |
toml.go | mempool: introduce KeepInvalidTxsInCache config option (#5813) | 4 years ago |
toml_test.go | linter: (1/2) enable errcheck (#5064) | 5 years ago |