Commit graph

5 commits

Author SHA1 Message Date
Jared Wasinger
57c631e2a8 * factor bal size when enforcing block size limit while adding txs to payload in miner
* add support for three access list execution mode presets exposed via the --bal.executionmode flag:
- sequential: no performance acceleration
- full: parallel transaction execution, state root calculation, async warming of access list reads
- nobatchio: same as 'full', but without async warming of access list reads

* fix the way metrics are reported when executing access-list-containing blocks to be in-line with how it's done for other blocks.

* fix blockchain tests runner
2026-02-11 16:55:16 -05:00
MariusVanDerWijden
8182ab0b06 core: clean up parallal state processor 2026-02-05 14:59:06 +01:00
MariusVanDerWijden
1d942bddf3 core: clean up parallal state processor 2026-02-05 14:55:54 +01:00
MariusVanDerWijden
1509dd2d8c core: fix rebasing errors 2026-02-05 14:06:44 +01:00
Jared Wasinger
4c36eaf532 all: all block access list changes up through devnet 1 including perf changes 2026-01-27 13:48:18 -05:00