The first ERCs were good and well thought out. I spent three months generating consensus for ERC-721. ERC-20 is clearly used everywhere. Next month a Michelangelo sculpture will sell with 721, CryptoKitties just raised another $12M. There are 3 new 721 applications launching on Rarebits each day (source Dallas Explore 721 meeting).
Now ERCs are getting merged as draft (same level as 721) constantly with minimal review.
Also, EIPs with zero use cases or motivation are being accepted “just because I can” like this one:
The current EIP-1 process “If the EIP collaborators approve … the EIP editor will … merge your pull request” is being skirted or ignored altogether.
I will note that the Immutability Enforcement Proposal was not merged even though it is technically just as valid as the other proposals and has more community support: https://github.com/ethereum/EIPs/pull/894
I believe if this trend continues then the relevance of EIP/ERC as a whole will be tested. And it will become vulnerable to a fork.
EIP editors don’t apply editorial judgement beyond a basic “is it syntactically correct and not obviously stupid” check.
Getting merged as a draft does not imply approval, and a draft is not an EIP, it’s a draft.
As I stated in today’s All Core Devs, I’m really trying to move to a situation where anyone wanting to submit a draft can get a permanent identifier as soon as possible; it reduces the tendency to treat PRs as persistent URLs, and helps ensure that drafts can all be found in the same place with stable URLs.
Edit to add: I’m sorry you had so much trouble getting 721 merged. The difficulty was because our process is broken - not because we want to make it really tough to get drafts merged.
The issue with 894 I believe is that it doesn’t yet pass the “technically sound and grammatically correct” test.
“treat account holders differently” isn’t clear enough. The author obviously has a view of what that includes and doesn’t include but the average reader will not come to the same conclusion when reading the EIP (as can be seen in the EIP discussion).
The author insists on using a particular word (bailout) and redefining it to mean something that it doesn’t mean to a native English speaker. This is a tactic for poisoning the well that isn’t conducive to technical discussion.
The changes shouldn’t be an EIP, they should be a PR against EIP-1. @Arachnid may have more insight into what the intended process is for changing the process, but last I heard a PR against EIP-1 is that process.
If the author can fix these things then I think it should be merged, even though I also think it is not a good EIP for other non-technical reasons.
I was under the impression that your EIP merging rampage was an attempt to train people away from merging being perceived as a political statement? Is it just that we haven’t achieved that goal yet?
First, EIP-894 is not an ERC. We should either update the title of this thread to refer to EIPs in general or move the EIP-894 discussion elsewhere. @fulldecent – maybe you can clarify if your concern is with EIPs in general or ERCs specifically.
Second, I think you are claiming that Nick is not following the EIP-1 guidelines (as opposed to claiming that the guidlines are wrong). Specifically, that he’s ignoring this part:
If the EIP collaborators approve, the EIP editor will assign the EIP a number (generally the issue or PR number related to the EIP) and merge your pull request
Here, I think EIP-1 could stand to be re-worded; it’s not clearly written.
What does “If the EIP collaborators approve” mean? No objections, unanimous approval, something else? In my opinion, a single editor should be able to merge as draft because there’s not really any significant risk associated with it. That also aligns with what I seen/heard elsewhere, but the “If the EIP collaborators approve” line is just adding to the confusion.
EIP-1 says “Please send all EIP-related email to the EIP Collaborators, which is listed under EIP Editors below”. So “EIP Collaborators == EIP Editors”? Why have two names for the same thing? I’m guessing it has something to do with distinguishing between the group and the specific editor assigned to an EIP. In that case, I would recommend “Editors” and “Assigned Editor(s)” in the context of a particular EIP. Also, capitalize terms that have a definition that is specific to EIP-1 and stop prefixing terms with “EIP”.
My original reading (without reading EIP-1 from top to bottom) was that “EIP collaborators” were the authors of the EIP in question, not the EIP repository collaborators. I think the main thing that confused me was that if “EIP Editors” was meant, then it would have said “If the EIP Editors approve…”, but it didn’t.
META. Just want to make clear. I’m not blaming anyone, incl. Nick, of failing to faithfully execute their role, or of doing anything wrong. We are just reviewing some things that happened to address inconsistencies in our processes.
I hope that is understood. I think the team is good.
Please send all EIP-related email to the EIP Collaborators, which is listed under EIP Editors below
There are only people listed under EIP Editors, there is no heading for EIP Editors.
As you say I think EIP collaborators could be misconstrued to mean the authors of the EIP. Collaborators and contributors on GitHub have specific meanings.
An outside collaborator is a person who isn’t explicitly a member of your organization, but who has Read, Write, or Admin permissions to one or more repositories in your organization.
Once a pull request is merged in a repo you become a contributor in that repo.