Remove ERC-4337 (account abstraction) docs from Snaps#2965
Open
shahbaz17 wants to merge 1 commit into
Open
Conversation
Remove account abstraction (ERC-4337) documentation and references across the Snaps docs. Deleted the ERC-4337 methods section and related examples, removed ERC-4337 account type from examples and objects, and cleaned up links/resources that referenced Smart Account / ERC-4337 integrations. Affected files include features/custom-evm-accounts/*, snaps/index.mdx, snaps/learn/resources.md, and snaps/reference/keyring-api/* (chain-methods.md, account-management/*). This consolidates docs to only reference externally owned account (EOA) methods.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Remove account abstraction (ERC-4337) documentation and references across the Snaps docs. Deleted the ERC-4337 methods section and related examples, removed ERC-4337 account type from examples and objects, and cleaned up links/resources that referenced Smart Account / ERC-4337 integrations. Affected files include features/custom-evm-accounts/, snaps/index.mdx, snaps/learn/resources.md, and snaps/reference/keyring-api/ (chain-methods.md, account-management/*). This consolidates docs to only reference externally owned account (EOA) methods.
Issue(s) fixed
Fixes #
Preview
Checklist
External contributor checklist
Note
Low Risk
Documentation-only deletions with no runtime or API code changes; readers building ERC-4337 Snaps would lose in-repo reference material.
Overview
This PR removes ERC-4337 (account abstraction) from the Snaps documentation so custom EVM account guidance and the Keyring API reference describe EOA flows only.
The large ERC-4337 methods section is deleted from
chain-methods.md(eth_prepareUserOperation,eth_patchUserOperation,eth_signUserOperation). The Account abstraction (ERC-4337) guide, user-operation sequence diagram, and Flask-only callouts are removed from custom EVM accounts docs.eip155:erc4337is dropped fromKeyringAccountand list-accounts examples; ERC-4337 sample Snaps and the Flask Account abstraction card are removed from the intro and resources pages.Reviewed by Cursor Bugbot for commit dc06251. Bugbot is set up for automated code reviews on this repo. Configure here.