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-7675: Move to Review #8749

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Changes from all 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
2 changes: 1 addition & 1 deletion EIPS/eip-7675.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
description: Core EIPs activated independently of an Ethereum hard fork.
author: Tim Beiko (@timbeiko)
discussions-to: https://ethereum-magicians.org/t/eip-7675-retroactively-included-eips/19541
status: Draft
status: Review
type: Meta
created: 2024-04-04
requires: 2681, 3607, 7523, 7610

Check failure on line 10 in EIPS/eip-7675.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `requires` contains items not stable enough for a `status` of `Review`

error[preamble-requires-status]: preamble header `requires` contains items not stable enough for a `status` of `Review` --> EIPS/eip-7675.md:10:28 | 10 | requires: 2681, 3607, 7523, 7610 | ^^^^^ has a less advanced status | = help: valid `status` values for this proposal are: `Draft`, `Stagnant` = help: see https://ethereum.github.io/eipw/preamble-requires-status/

Check failure on line 10 in EIPS/eip-7675.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `requires` contains items not stable enough for a `status` of `Review`

error[preamble-requires-status]: preamble header `requires` contains items not stable enough for a `status` of `Review` --> EIPS/eip-7675.md:10:28 | 10 | requires: 2681, 3607, 7523, 7610 | ^^^^^ has a less advanced status | = help: valid `status` values for this proposal are: `Draft`, `Stagnant` = help: see https://ethereum.github.io/eipw/preamble-requires-status/
---

## Abstract
Expand All @@ -29,7 +29,7 @@
* [EIP-2681](./eip-2681.md): Limit account nonce to 2^64-1
* [EIP-3607](./eip-3607.md): Reject transactions from senders with deployed code
* [EIP-7523](./eip-7523.md): Empty accounts deprecation
* [EIP-7610](./eip-7610.md): Revert creation in case of non-empty storage

Check failure on line 32 in EIPS/eip-7675.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

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

error[markdown-link-status]: proposal `eip-7610.md` is not stable enough for a `status` of `Review` --> EIPS/eip-7675.md | 32 | * [EIP-7610](./eip-7610.md): Revert creation in case of non-empty storage | = 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/

Check failure on line 32 in EIPS/eip-7675.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

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

error[markdown-link-status]: proposal `eip-7610.md` is not stable enough for a `status` of `Review` --> EIPS/eip-7675.md | 32 | * [EIP-7610](./eip-7610.md): Revert creation in case of non-empty storage | = 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/

### Activation

Expand Down
Loading