Anton Kaliaev
41f91318e9
bound mempool memory usage (#3248)
* bound mempool memory usage
Closes #3079
* rename SizeBytes to TxsTotalBytes
and other small fixes after Zarko's review
* rename MaxBytes to MaxTxsTotalBytes
* make ErrMempoolIsFull more informative
* expose mempool's txs_total_bytes via RPC
* test full response
* fixes after Ethan's review
* config: rename mempool.size to mempool.max_txs
https://github.com/tendermint/tendermint/pull/3248#discussion_r254034004
* test more cases
https://github.com/tendermint/tendermint/pull/3248#discussion_r254036532
* simplify test
* Revert "config: rename mempool.size to mempool.max_txs"
This reverts commit
|
6 years ago | |
---|---|---|
.. | ||
config.go | bound mempool memory usage (#3248) | 6 years ago |
config_test.go | config: Add ValidateBasic (#2485) | 6 years ago |
toml.go | bound mempool memory usage (#3248) | 6 years ago |
toml_test.go | improve ResetTestRootWithChainID() concurrency safety (#3291) | 6 years ago |