-
Notifications
You must be signed in to change notification settings - Fork 397
Closed
Labels
A-spec-toolArea: Specification Tooling—Tools for the Ethereum specification (eg. `src/ethereum_spec_tools/*`)Area: Specification Tooling—Tools for the Ethereum specification (eg. `src/ethereum_spec_tools/*`)C-featCategory: an improvement or new featureCategory: an improvement or new featureE-mediumExperience: of moderate difficultyExperience: of moderate difficulty
Description
With the introduction of EIP-7892, we need to support Blob Parameter Only (BPO) hardforks.
Although they are similar to the glacier forks in that they only tune constants (and make no other changes), unlike glacier forks they are going to get more thorough testing.
I'd like to rewrite ethereum-spec-new-fork so that it:
- Is more robust;
- Requires no human-tuning after running;
- Supports setting
FORK_CRITERIA; and - Supports changing BPO parameters.
The end goal is to have t8n use the tool to generate a sequence of forks based on a BPO schedule.
Metadata
Metadata
Assignees
Labels
A-spec-toolArea: Specification Tooling—Tools for the Ethereum specification (eg. `src/ethereum_spec_tools/*`)Area: Specification Tooling—Tools for the Ethereum specification (eg. `src/ethereum_spec_tools/*`)C-featCategory: an improvement or new featureCategory: an improvement or new featureE-mediumExperience: of moderate difficultyExperience: of moderate difficulty