erigon-pulse/turbo/stages
hexoscott 09a01bc6a0
txpool to pull blocks of transactions until no gas remains for the block (#6160)
Moving the txpool transaction pull into the execution phase and looping
until the gas is used up or the txpool runs dry.

Removed the concept of local vs remote transactions as comments/code
showed this split was no longer in use.

Created a `PreparedTxs` collection to satisfy the use case in the
integration tool when mining is active.

Untested locally as I have no way of mining/validating currently.

Co-authored-by: Alex Sharov <AskAlexSharov@gmail.com>
2022-12-03 12:20:47 +07:00
..
bodydownload Fix test e3 (#6087) 2022-11-20 10:58:20 +07:00
headerdownload Support genesis constructors for Chiado (#6103) 2022-11-21 17:21:59 +01:00
blockchain_test.go e3: recon reduce ram (#6004) 2022-11-09 14:32:44 +07:00
chain_makers_test.go Update consensus tests to v11 (#4724) 2022-07-26 09:35:38 +02:00
genesis_test.go Support genesis constructors for Chiado (#6103) 2022-11-21 17:21:59 +01:00
mock_sentry.go txpool to pull blocks of transactions until no gas remains for the block (#6160) 2022-12-03 12:20:47 +07:00
sentry_mock_test.go Withdrawals part 1 (#6009) 2022-12-01 09:15:01 +01:00
stageloop.go sprint length and base fee denominator change for mumbai testnet (#6142) 2022-11-29 08:11:29 +07:00