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 | |
---|---|---|
.. | ||
mock | make govet linter pass (#3292) | 6 years ago |
event_test.go | libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) | 6 years ago |
helpers.go | pubsub 2.0 (#3227) | 6 years ago |
helpers_test.go | Fix validValue rule | 7 years ago |
httpclient.go | pubsub 2.0 (#3227) | 6 years ago |
interface.go | add UnconfirmedTxs/NumUnconfirmedTxs methods to HTTP/Local clients (#2964) | 6 years ago |
localclient.go | pubsub 2.0 (#3227) | 6 years ago |
main_test.go | 3291 follow-up (#3323) | 6 years ago |
rpc_test.go | bound mempool memory usage (#3248) | 6 years ago |
types.go | General Merkle Proof (#2298) | 6 years ago |