erigon-pulse/txpool
Andrew Ashikhmin e879377319
Fix index out of range in TxPool.best (#876)
This should fix
```
CLMocker: Could not getPayload (a55589c9, 0x0000000000000003): runtime error: index out of range [15] with length 15, trace: [stageloop.go:262 panic.go:884 panic.go:113 pool.go:670 pool.go:677 pool.go:699 stage_mining_exec.go:204 kv_mdbx.go:622 stage_mining_exec.go:199 stage_mining_exec.go:135 stagebuilder.go:41 sync.go:353 sync.go:255 stageloop.go:275 backend.go:518 block_builder.go:30 asm_amd64.s:1594]
```
which I occasionally observed in my Hive test runs.
2023-02-01 16:27:43 +01:00
..
testdata ErigonLib: move types to own package (#413) 2022-04-11 10:02:44 +07:00
txpooluitl txpool changes for eip-3860 (#820) 2023-01-16 22:15:42 +00:00
fetch_test.go Update interfaces (#733) 2022-11-11 16:36:22 +01:00
fetch.go Fieldalign (#695) 2022-10-21 15:31:23 +07:00
mocks_test.go Remove PassivePeers (#857) 2023-01-26 14:07:17 +01:00
pool_fuzz_test.go txpool changes for eip-3860 (#820) 2023-01-16 22:15:42 +00:00
pool_test.go txpool changes for eip-3860 (#820) 2023-01-16 22:15:42 +00:00
pool.go Fix index out of range in TxPool.best (#876) 2023-02-01 16:27:43 +01:00
send.go Fieldalign (#695) 2022-10-21 15:31:23 +07:00
test_util.go Fieldalign (#695) 2022-10-21 15:31:23 +07:00
txpool_grpc_server.go nit: tweak error handling for rlp too big (#834) 2023-01-18 14:38:47 +07:00