Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EIP-7600: Update eip-7600.md #8846

Closed
wants to merge 4 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions EIPS/eip-7600.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Specification

### EIPs Included
### EIPs Scheduled for Inclusion

* [EIP-2537](./eip-2537.md): Precompile for BLS12-381 curve operations
* [EIP-2935](./eip-2935.md): Save historical block hashes in state
Expand Down Expand Up @@ -45,16 +45,28 @@
* RIP-7212: Precompile for secp256r1 Curve Support
* [EIP-7547](./eip-7547.md): Inclusion lists
* [EIP-7623](./eip-7623.md): Increase calldata cost
* [EIP-7742](./eip-7742.md): Uncouple blob count between CL and EL

Check failure on line 48 in EIPS/eip-7600.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

proposal `eip-7742.md` is not stable enough for a `status` of `Review`

error[markdown-link-status]: proposal `eip-7742.md` is not stable enough for a `status` of `Review` --> EIPS/eip-7600.md | 48 | * [EIP-7742](./eip-7742.md): Uncouple blob count between CL and EL | = help: because of this link, this proposal's `status` must be one of: `Draft`, `Stagnant` = help: see https://ethereum.github.io/eipw/markdown-link-status/

### EIPs Proposed for Inclusion

For clarity, and due to the late addition of this section in the Pectra network upgrade planning process, only EIPs which have recently been proposed or discussed are listed here. For the full list of Pectra proposals, please refer to the `discussion-to` link for this EIP. If the author has missed relevant EIPs in this section, please propose additions by opening a pull request.

* [EIP-6493](./eip-6493.md): SSZ Transaction Signature Scheme
* [EIP-7495](./eip-7495.md): SSZ StableContainer
* [EIP-7688](./eip-7688.md): Forward compatible consensus data structures
* [EIP-7761](./eip-7761.md): IS_CONTRACT instruction

Check failure on line 57 in EIPS/eip-7600.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

unable to read file `eip-7761.md`: Io: JsValue(Error: ENOENT: no such file or directory, open 'EIPS/eip-7761.md' Error: ENOENT: no such file or directory, open 'EIPS/eip-7761.md' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14))

error[markdown-link-status]: unable to read file `eip-7761.md`: Io: JsValue(Error: ENOENT: no such file or directory, open 'EIPS/eip-7761.md' Error: ENOENT: no such file or directory, open 'EIPS/eip-7761.md' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14)) --> EIPS/eip-7600.md | 57 | * [EIP-7761](./eip-7761.md): IS_CONTRACT instruction |

Check failure on line 57 in EIPS/eip-7600.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

unable to read file `eip-7761.md`: Io: JsValue(Error: ENOENT: no such file or directory, open 'EIPS/eip-7761.md' Error: ENOENT: no such file or directory, open 'EIPS/eip-7761.md' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14))

error[markdown-refs]: unable to read file `eip-7761.md`: Io: JsValue(Error: ENOENT: no such file or directory, open 'EIPS/eip-7761.md' Error: ENOENT: no such file or directory, open 'EIPS/eip-7761.md' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14)) --> EIPS/eip-7600.md | 57 | * [EIP-7761](./eip-7761.md): IS_CONTRACT instruction | = help: see https://ethereum.github.io/eipw/markdown-refs/
Copy link
Member

Choose a reason for hiding this comment

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

renamed to HASCODE


### Full Specifications

Only EIPs Scheduled for Inclusion are mentioned in this section.

#### Consensus Layer

EIP-6110, EIP-7002 EIP-7251, EIP-7549 and EIP-7594 require changes to Ethereum's consensus layer. While the EIPs present an overview of these changes, the full specifications can be found in the `specs/electra` and `specs/_features` directories of the `ethereum/consensus-specs` repository.

#### Execution Layer

All EOF EIPs, listed in EIP-7692, as well as EIP-2537, EIP-2935, EIP-6110, EIP-7685, and EIP-7002 require changes to Ethereum's execution layer. The EIPs fully specify those changes.
All EOF EIPs, listed in EIP-7692, as well as EIP-2537, EIP-2935, EIP-6110, EIP-7002, EIP-7685, and EIP-7702 require changes to Ethereum's execution layer. The EIPs fully specify those changes.

### Activation

Expand Down
Loading