erigon-pulse/txpool
hexoscott 55d0e42c95
yielded changes in txpool (#784)
pass in a slice of already yielded ids. Allows for per mining process
filtering. The global state before was causing issues with mining
processes stealing transactions.
2022-12-18 08:43:14 +07: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 Extend fork ID to timestamp-based forks (#783) 2022-12-16 11:42:09 +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 yielded changes in txpool (#784) 2022-12-18 08:43:14 +07: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 move to PeekBest and YieldBest methods in txpool (#773) 2022-12-09 10:59:00 +00:00