Skip to content

[codex] Add supported EIPs docs page#156

Draft
jcstein wants to merge 2 commits into
mainfrom
codex/jcs/add-supported-eips-doc
Draft

[codex] Add supported EIPs docs page#156
jcstein wants to merge 2 commits into
mainfrom
codex/jcs/add-supported-eips-doc

Conversation

@jcstein

@jcstein jcstein commented Jun 17, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a Supported EIPs docs page for Eden's default Osaka/Fusaka EIP set.
  • Cite the upstream ev-reth/Reth/revm/alloy source path for each listed EIP where available.
  • Add the page to the Development environments sidebar.

Notes

Marko should confirm the final EIP list before merge, especially EIP-7917 because it is consensus-layer behavior and EIP-7935 because Eden mainnet is currently documented with a 50,000,000 block gas limit while Reth's named-chain default is 60,000,000.

Validation

  • pnpm build

@jcstein jcstein requested a review from gbarros June 17, 2026 19:29
@jcstein jcstein self-assigned this Jun 17, 2026
@jcstein jcstein changed the title [codex] Add supported EIPs docs page [codex] Add supported EIPs and session keys docs Jun 17, 2026
@jcstein jcstein force-pushed the codex/jcs/add-supported-eips-doc branch from 8509291 to 49128f4 Compare June 17, 2026 22:09
@jcstein jcstein changed the title [codex] Add supported EIPs and session keys docs [codex] Add supported EIPs docs page Jun 17, 2026
@jcstein jcstein requested a review from Copilot June 17, 2026 22:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new documentation page enumerating the Osaka/Fusaka EIPs Eden supports by default (as derived from upstream ev-reth/Reth/revm/alloy sources), and links it from the “Development environments” sidebar.

Changes:

  • Add a “Supported EIPs” MDX page listing the Osaka/Fusaka EIPs with upstream source references.
  • Add the new page to the Development environments sidebar navigation.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
vocs.config.ts Adds the new “Supported EIPs” page to the Development environments sidebar.
docs/pages/development-environments/supported-eips.mdx Introduces the Supported EIPs page with an EIP table, notes, and upstream source links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| [EIP-7917](https://eips.ethereum.org/EIPS/eip-7917) | Adds deterministic proposer lookahead. | [Official Osaka/Fusaka EIP list][eip7607] |
| [EIP-7918](https://eips.ethereum.org/EIPS/eip-7918) | Bounds blob base fee by execution gas cost. | [alloy Osaka blob params][alloy-eip7840-osaka], [alloy Osaka excess blob gas calculation][alloy-eip7840-fee] |
| [EIP-7934](https://eips.ethereum.org/EIPS/eip-7934) | Adds an RLP execution block size limit. | [Reth EIP-7934 block-size constant][reth-max-rlp-block], [Reth Osaka block-size validation][reth-osaka-size-validation] |
| [EIP-7935](https://eips.ethereum.org/EIPS/eip-7935) | Sets the default gas limit to 60 million. | [Reth named-chain payload default][reth-gas-limit-default] |

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

| [EIP-7883](https://eips.ethereum.org/EIPS/eip-7883) | Increases MODEXP precompile gas costs. | [revm Osaka MODEXP gas path][revm-modexp-osaka], [revm Osaka precompile set][revm-osaka-precompiles] |
| [EIP-7892](https://eips.ethereum.org/EIPS/eip-7892) | Defines Blob Parameter Only hardfork scheduling. | [Reth scheduled BPO params][reth-bpo-schedule], [alloy BPO constants][alloy-eip7892] |
| [EIP-7910](https://eips.ethereum.org/EIPS/eip-7910) | Adds the `eth_config` JSON-RPC method. | [Reth `eth_config` RPC handler][reth-eth-config], [alloy EIP-7910 types][alloy-eip7910] |
| [EIP-7917](https://eips.ethereum.org/EIPS/eip-7917) | Adds deterministic proposer lookahead. | [Official Osaka/Fusaka EIP list][eip7607] |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants