You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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.
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?
The text was updated successfully, but these errors were encountered: