Add EIP: ECRECOVER Native Key Awareness#11515
Open
prestwich wants to merge 1 commit intoethereum:masterfrom
Open
Add EIP: ECRECOVER Native Key Awareness#11515prestwich wants to merge 1 commit intoethereum:masterfrom
prestwich wants to merge 1 commit intoethereum:masterfrom
Conversation
Companion to EIP-8164. Modifies the ECRECOVER precompile to support native-key accounts: rejects dead ECDSA keys and adds a native-key signature verification mode via a 0xff sentinel in the v position. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator
File
|
|
The commit 7400424 (as a parent of e08aef1) contains errors. |
abcoathup
reviewed
Apr 17, 2026
| @@ -0,0 +1,196 @@ | |||
| --- | |||
| eip: XXXX | |||
Contributor
There was a problem hiding this comment.
Suggested change
| eip: XXXX | |
| eip: 8225 |
Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.
Please also update the filename.
abcoathup
reviewed
Apr 17, 2026
| title: ECRECOVER Native Key Awareness | ||
| description: Extends ECRECOVER to verify native-key signatures and reject dead ECDSA keys | ||
| author: Gregory Markou (@GregTheGreek) <gregorymarkou@gmail.com>, James Prestwich (@prestwich) <james@prestwi.ch> | ||
| discussions-to: https://ethereum-magicians.org/t/eip-XXXX-ecrecover-native-key-awareness/XXXXX |
Contributor
There was a problem hiding this comment.
Please create discussions topic on Eth Magicians using the template https://ethereum-magicians.org/c/eips/5
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.
Summary
0x01) to be native-key-aware0xef01+ nonzero byte), preventing contracts from accepting signatures from dead ECDSA keys0xffsentinel in thevposition enables contract-level signature verification for native-key accounts (ML-DSA-44 defined, forward-compatible with future schemes)Notes
XXXX(placeholder) — needs editor assignmentdiscussions-toURL is a placeholder — Ethereum Magicians thread TBD🤖 Generated with Claude Code