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 |
6 years ago | |
---|---|---|
.. | ||
mempool.go | mempool: Store txs by hash inside of cache (#2234) | 6 years ago |
mempool_test.go | mempool: Keep cache hashmap and linked list in sync (#2188) | 6 years ago |
metrics.go | fixes after @xla review | 7 years ago |
reactor.go | unexport DecodeMessage functions | 6 years ago |
reactor_test.go | fix import paths | 6 years ago |
wire.go | Fix mempool | 7 years ago |