Add ERC: On-Chain Registry for ERC-7730 Clear Signing Descriptors#1789
Open
forshtat wants to merge 3 commits into
Open
Add ERC: On-Chain Registry for ERC-7730 Clear Signing Descriptors#1789forshtat wants to merge 3 commits into
forshtat wants to merge 3 commits into
Conversation
Collaborator
File
|
|
The commit 18119aa (as a parent of b31a47a) contains errors. |
abcoathup
reviewed
Jun 4, 2026
| @@ -0,0 +1,249 @@ | |||
| --- | |||
| eip: xxxx | |||
| title: On-Chain Registry for ERC-7730 Clear Signing Descriptors | |||
Contributor
There was a problem hiding this comment.
Suggested change
| title: On-Chain Registry for ERC-7730 Clear Signing Descriptors | |
| title: Clear signing descriptors onchain registry |
Note: I am NOT an editor.
Title has to fit within 44 characters.
Onchain > on-chain
abcoathup
reviewed
Jun 4, 2026
| @@ -0,0 +1,249 @@ | |||
| --- | |||
| eip: xxxx | |||
Contributor
There was a problem hiding this comment.
Suggested change
| eip: xxxx | |
| eip: 8283 |
Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.
Please also update the filename.
abcoathup
reviewed
Jun 4, 2026
| title: On-Chain Registry for ERC-7730 Clear Signing Descriptors | ||
| description: An open on-chain protocol-agnostic registry for ERC-7730 descriptors with EAS-backed attestations | ||
| author: Alex Forshtat (@forshtat) | ||
| discussions-to: https://ethereum-magicians.org/ |
Contributor
There was a problem hiding this comment.
Please create a discussions topic on Eth Magicians linking to this PR
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.
WIP - this PR is currently in a very early AI-assisted draft stage
The descriptors for ERC-7730 "Clear Signing" are too big to be stored on-chain, but it does not mean we can't do anything about it and fall back to using Github as a registry.
The "registry" contract can store IPFS identifiers and EAS attestations for the descriptor files.
This approach closes the loop:
These four standards together create a full clear signing ecosystem that can actually address the security of signing Ethereum transactions of any non-trivial complexity.