erigontech / erigontech/erigon
Parallelize commitment validation using block access lists
Open
Glamsterdam
performance
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.5k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 455
Description
[Block-Level Access Lists](https://eips.ethereum.org/EIPS/eip-7928) provide post-state, so it's possible to do state root validation on multiple CPUs in parallel as well as concurrently with EVM execution validation. (Not helpful for block building performance since we don't have the BAL then yet, but should be a boon for block validation performance.)
Contributor guide
Assessment
This issue has not been assessed yet.