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

Why are there missing EIP numbers? #5077

Closed
xhliu opened this issue May 5, 2022 · 2 comments
Closed

Why are there missing EIP numbers? #5077

xhliu opened this issue May 5, 2022 · 2 comments

Comments

@xhliu
Copy link

xhliu commented May 5, 2022

I am looking at all EIPs https://eips.ethereum.org/all and notice the numbers are not consecutive. For example, there is no EIP 9 to 19. Are they withdrawn?

@abcoathup
Copy link
Contributor

EIP numbers are generally the PR number in this repo (unless an editor assigns a different number). See EIP-1.
If you check some of the PRs I assume they were making changes and not creating a new EIP

@Pandapip1
Copy link
Member

Pandapip1 commented May 6, 2022

There are a few other reasons:

  • Github issues also increase the PR number (for example, https://github.com/ethereum/EIPs/pull/5077 redirects to this issue despite not being a PR)
  • Some PRs aren't merged yet or have been closed. For example, I once opened a PR for an EIP before realizing that it was actually unimplementable (oops), and so I closed it.
  • Sometimes, to prevent number sniping (e.g. MULDIV instruction #5000), a different EIP number is assigned.
  • Spambots sometimes create Github issues. For example Create Sjenica1 #4843

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

No branches or pull requests

4 participants