ethereum / ethereum/execution-specs
feat(fill): validate block header fields by fork
Open
A-test-fill
C-feat
stale
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 505
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 116
Description
### Description
Will help us not fall into the issue described in this PR:
- https://github.com/ethereum/execution-spec-tests/pull/2161
Essentially we want to make sure that we don't add header fields from for example Cancun to Shanghai. In the above PR we added Cancun header fields to a Shanghai genesis block in transition tests.
Contributor guide
Assessment
This issue has not been assessed yet.