tendermint/mempool
Dev Ojha bd531401a0 mempool: Store txs by hash inside of cache (#2234)
* mempool: Store txs by hash inside of cache

This allows for large cachesizes, without fear of the memory
consumption growing rapidly.

* (squash this) rename hashedTx -> txHash
2018-08-29 08:10:06 +04:00
..
mempool.go mempool: Store txs by hash inside of cache (#2234) 2018-08-29 08:10:06 +04:00
mempool_test.go mempool: Keep cache hashmap and linked list in sync (#2188) 2018-08-13 14:42:33 +04:00
metrics.go fixes after @xla review 2018-06-20 12:40:25 +04:00
reactor.go unexport DecodeMessage functions 2018-07-09 13:01:23 +04:00
reactor_test.go fix import paths 2018-07-01 22:36:49 -04:00
wire.go Fix mempool 2018-03-31 11:51:32 +02:00