erigon-pulse/txpool
hexoscott 9f72de1e9d
txpool to mark candidate txs for mining (#772)
as we're now visiting the txpool multiple times during mining we need a
way to ensure we're not trying to include the same transactions twice
and to only get new data each time. This seems a simple way to achieve
this, but if there would be a better way let me know.
2022-12-09 09:51:50 +00: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 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 Add withdrawal operations to Engine API (#734) 2022-12-01 08:32:55 +01:00
pool_fuzz_test.go Update interfaces (#733) 2022-11-11 16:36:22 +01:00
pool_test.go Update interfaces (#733) 2022-11-11 16:36:22 +01:00
pool.go txpool to mark candidate txs for mining (#772) 2022-12-09 09:51:50 +00: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 txpool to mark candidate txs for mining (#772) 2022-12-09 09:51:50 +00:00