erigon-pulse/types
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/fuzz ErigonLib: move types to own package (#413) 2022-04-11 10:02:44 +07:00
testdata.go Remove Starknet stuff (#871) 2023-01-30 18:10:21 +01:00
txn_packets_fuzz_test.go bringing hash, address, and chain config into lib (#826) 2023-01-13 15:52:38 +00:00
txn_packets_test.go bringing hash, address, and chain config into lib (#826) 2023-01-13 15:52:38 +00:00
txn_packets.go support for eth/68 in transaction pool (#877) 2023-02-01 21:50:37 +00:00
txn_test.go bringing hash, address, and chain config into lib (#826) 2023-01-13 15:52:38 +00:00
txn_types_fuzz_test.go remove fuzzbeta build tag, because now go1.18 is minimum requirement (#428) 2022-07-03 14:38:53 +06:00
txn.go TxPool sendersBatch optimizations (#927) 2023-03-16 03:32:58 +00:00