Add EIP: EVM Verification Key Registry - #12055
Open
lucadonnoh wants to merge 2 commits into
Open
Conversation
Collaborator
File
|
abcoathup
reviewed
Jul 31, 2026
| @@ -0,0 +1,289 @@ | |||
| --- | |||
Contributor
There was a problem hiding this comment.
Suggested change
| --- | |
| --- | |
| eip: 8357 |
@lucadonnoh
Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.
Please also update the filename.
abcoathup
reviewed
Jul 31, 2026
| title: EVM Verification Key Registry | ||
| description: Exposes fork-approved EVM verification keys and activation timestamps to contracts | ||
| author: Luca Donno (@lucadonnoh) | ||
| discussions-to: https://ethereum-magicians.org/t/eip-8079-native-rollups/26565 |
Contributor
There was a problem hiding this comment.
Please create a discussions topic for this EIP using the template
https://ethereum-magicians.org/c/eips/5
|
The commit ac107a2 (as a parent of 01e1b4f) contains errors. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new Standards Track Core EIP defining a fixed-address system contract that exposes fork-approved EVM verification keys and their activation timestamps.
The registry lets native rollups either follow the current key automatically or pin a previously registered key. Registrations are append-only and occur only through hard-fork system calls.
The current draft references EIP-8288 (#11772) for the 32-byte
verification_keyformat.