docs: update README.md#5
Open
igorroncevic wants to merge 3 commits into
Open
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to include comprehensive documentation on the ERC-7702 delegation mechanism, including its security model and instructions for adding, verifying, and revoking delegations. A technical correction was suggested for the revocation section to clarify that delegating to the zero address does not return the account to an empty code state, but rather points it to the zero address.
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.
Description
Adds a short project README that explains what
Solver7702Delegateis and how solver operators can use it.Context
Solver7702Delegatelets a solver keep its existing allowlisted solver EOA while auxiliary EOAs provide extra submission nonce lanes through ERC-7702. The README gives GitHub readers the project context and points them to the fuller docs guide.Out of Scope
This PR only updates README documentation. It does not change contract code, deployment scripts, tests, or driver behavior.
Testing Instructions
Review the README and check that the documented commands and flows match the current repository tooling.