Reorganize EVM RPC reference and document deprecations#502
Merged
alexander-sei merged 5 commits intomainfrom Apr 8, 2026
Merged
Reorganize EVM RPC reference and document deprecations#502alexander-sei merged 5 commits intomainfrom
alexander-sei merged 5 commits intomainfrom
Conversation
Revamp the EVM RPC reference to emphasize standard eth_* support and mark all sei_* / sei2_* JSON-RPC methods as deprecated. Add a warning callout, reorganize the table of contents, and provide configuration details for enabled_legacy_sei_apis (with default allowlist). Replace many legacy examples with concise endpoint categories, a full list of legacy methods, the legacy-deprecation error example, and the Sei-Legacy-RPC-Deprecation HTTP header guidance. Removed older synthetic-transaction sections and duplicated examples in favor of clearer migration and usage guidance.
Normalize endpoint headings, rename and reorder sections, and document sei_associate. Converted many level-3 headings to level-4 for consistent subsectioning, renamed "Other Standard Endpoint Categories" to "Simulation & Debugging" (and updated its TOC anchor), and added a warning callout to eth_getProof clarifying that Sei returns IAVL proofs rather than MPT proofs. Moved and reintroduced the sei_associate RPC under Address & Cross-VM Helpers with parameter schema and result details, removed sei_sign from the legacy methods list, and removed an older "Endpoint Categories" note. These changes improve clarity and organization of the EVM JSON-RPC reference.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The Tabs component imports this package but it was never listed as a direct dependency, causing build failures in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Still imported by FaucetRequest component — was accidentally removed from package.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
content/evm/reference.mdxwith clearer section hierarchy (Send Transactions, Transaction Lookup, Account Info, Block Info, etc.)sei_*/sei2_*custom endpoints, marking them as legacysei_associateendpoint documentationTest plan
🤖 Generated with Claude Code