erigon-pulse/txpool
Temirlan 8234bab3de
TxPool sendersBatch optimizations (#927)
Reduce memory allocations and using inverted index (instead of
brute-force).
Use common.Address type instead of []byte

[Related issue](https://github.com/ledgerwatch/erigon/issues/7002)
2023-03-16 03:32:58 +00:00
..
testdata ErigonLib: move types to own package (#413) 2022-04-11 10:02:44 +07:00
txpooluitl support for eth/68 in transaction pool (#877) 2023-02-01 21:50:37 +00:00
fetch_test.go support for eth/68 in transaction pool (#877) 2023-02-01 21:50:37 +00:00
fetch.go support for eth/68 in transaction pool (#877) 2023-02-01 21:50:37 +00:00
mocks_test.go e3: return list of e3 files by grpc (#884) 2023-02-10 14:16:39 +07:00
pool_fuzz_test.go TxPool sendersBatch optimizations (#927) 2023-03-16 03:32:58 +00:00
pool_test.go support for eth/68 in transaction pool (#877) 2023-02-01 21:50:37 +00:00
pool.go TxPool sendersBatch optimizations (#927) 2023-03-16 03:32:58 +00:00
send.go support for eth/68 in transaction pool (#877) 2023-02-01 21:50:37 +00:00
test_util.go support for eth/68 in transaction pool (#877) 2023-02-01 21:50:37 +00:00
txpool_grpc_server.go TxPool sendersBatch optimizations (#927) 2023-03-16 03:32:58 +00:00