[codex] Add supported EIPs docs page#156
Draft
jcstein wants to merge 2 commits into
Draft
Conversation
8509291 to
49128f4
Compare
There was a problem hiding this comment.
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] | |
| | [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] | |
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
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