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-7329: Move to Last Call #7517

Merged
merged 6 commits into from
Sep 5, 2023
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
11 changes: 5 additions & 6 deletions EIPS/eip-7329.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ title: ERC/EIP Repository split
description: Split the ERC specifications out of the EIP repository into a new repository, so that only core protocol EIPs remain
author: Lightclient (@lightclient), Danno Ferrin (@shemnon)
discussions-to: https://ethereum-magicians.org/t/proposal-forking-ercs-from-eips-repository/12804
status: Review
status: Last Call
last-call-deadline: 2023-09-12
type: Meta
created: 2023-07-13
requires: 1
Expand Down Expand Up @@ -50,11 +51,9 @@ particulars of how each repository will govern itself is out of scope for this
EIP, as it is the motivating point of this EIP that the divergent needs of the
community will require highly divergent methods.

1. All ERCs are removed from this repository and migrated to a new repo. The
history should be intact so that repo should be forked of this one with the
non-ERCs removed. I've written a script (see below) to perform this
operation. Once this PR is approved, it should be executed immediately before
merging.
1. All ERCs and Interface-category EIPs are removed from this repository and
migrated to a new repo. The history should be intact so that repo should be
forked of this one with the non-ERCs removed.
2. The new ERCs repository goes live and includes the changes from the script.
3. Setup ercs.ethereum.org subdomain and update the CI to point to the ERCs
repo.
Expand Down
Loading