erigon-pulse/cmd
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
..
abigen Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
bootnode move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
devnet evm tracing interface to use uint256, to avoid value.ToBig() allocations (#5781) 2022-11-30 08:31:39 +07:00
downloader Downloader extract, step2 (#6076) 2022-11-20 10:41:30 +07:00
erigon Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
erigon-cl Added Consensus Layer staged sync (#6183) 2022-12-03 03:16:26 +01:00
erigoncustom Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
evm Withdrawals part 1 (#6009) 2022-12-01 09:15:01 +01:00
hack Fix test e3 (#6087) 2022-11-20 10:58:20 +07:00
integration txpool to pull blocks of transactions until no gas remains for the block (#6160) 2022-12-03 12:20:47 +07:00
lightclient attempt at fixing lightclient performance leaks (#6169) 2022-12-02 00:21:33 +01:00
observer Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
p2psim Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
pics Support genesis constructors for Chiado (#6103) 2022-11-21 17:21:59 +01:00
prometheus grafana: more mdbx internals (#5789) 2022-10-19 12:07:31 +07:00
rlpdump rename (#1978) 2021-05-20 19:25:53 +01:00
rpcdaemon Withdrawals part 1 (#6009) 2022-12-01 09:15:01 +01:00
rpctest e3: more mainnet snapshots (#5867) 2022-10-31 09:20:58 +07:00
sentinel Added Consensus Layer staged sync (#6183) 2022-12-03 03:16:26 +01:00
sentry e3: reduce state write lock (#6096) 2022-11-21 10:38:22 +07:00
state e3: fix dao test (#6173) 2022-12-01 15:32:10 +07:00
txpool Downloader extract, step2 (#6076) 2022-11-20 10:41:30 +07:00
utils Downloader extract, step2 (#6076) 2022-11-20 10:41:30 +07:00
verkle added MPT storage dumps (#6153) 2022-11-30 10:53:58 +01:00