Commit graph

5 commits

Author SHA1 Message Date
0xSHKWON
1e0679c7e2
core, core/state: fix preimage recording in parallel block execution (#35459)
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
2026-08-04 15:55:36 +08:00
0xSHKWON
c42d4e4177
core: attach the precompile cache in parallel block execution (#35443) 2026-08-04 15:35:12 +08:00
rjl493456442
6434bc91d4
core, eth: rename regular gas to execution gas (#35457)
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2026-08-04 14:35:06 +08:00
0xSHKWON
83f0795a60
core: fix data race on the BLOCKHASH cache in parallel block execution (#35441) 2026-08-04 08:41:08 +08:00
rjl493456442
454ca784c5
core: implement parallel block execution with BAL (#35264)
Some checks are pending
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
/ Linux Build (push) Waiting to run
This PR implements the parallel block executor, with the execution
pre-state
derived from the block-level access list.
2026-07-28 15:17:09 +02:00