erigon-pulse/txpool
Andrew Ashikhmin 88e80dac7a
txpool: prevent index out of range (#690)
This is to prevent the following error reported by stickx:

![PXL_20221020_010643559](https://user-images.githubusercontent.com/34320705/196905773-5a9fee50-53a1-494e-ae44-2eae40d0c972.jpeg)
2022-10-20 11:14:41 +02:00
..
testdata ErigonLib: move types to own package (#413) 2022-04-11 10:02:44 +07:00
txpooluitl WithTablessCfg -> WithTableCfg (#601) 2022-08-24 11:02:47 +02:00
fetch_test.go Revert "Switch from eth/66 to eth/67 (#503)" (#504) 2022-06-28 13:39:45 +02:00
fetch.go Pool: parse rlp chain id for non-legacy transactions (#542) 2022-07-23 10:11:25 +07:00
mocks_test.go Add eth/67 (#505) 2022-06-28 17:24:56 +01:00
pool_fuzz_test.go changed baseFeeCap from uint64 -> uint256 (#646) 2022-09-23 12:47:01 +02:00
pool_test.go changed baseFeeCap from uint64 -> uint256 (#646) 2022-09-23 12:47:01 +02:00
pool.go txpool: prevent index out of range (#690) 2022-10-20 11:14:41 +02:00
send.go Add eth/67 (#505) 2022-06-28 17:24:56 +01:00
test_util.go Revert "Switch from eth/66 to eth/67 (#503)" (#504) 2022-06-28 13:39:45 +02:00
txpool_grpc_server.go [txpool] Best function to accept onTopOf argument and indicate whenever it is too early to gather tx for a block (#685) 2022-10-14 23:11:37 +01:00