-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Add a Superseded
status
#5265
Comments
Example: https://datatracker.ietf.org/doc/html/rfc822
|
We have discussed superseded in the past and have decided against it. The primary reason (IMO) for not including superseded is that it means someone has to decide which EIPs supersede which. For example, there are dozens of token contracts that are better than ERC-20 and all of them would love to be the "official" token that supersedes ERC-20 and have EIP-20 point at them, but who would make the decision which one is the one that actually supersedes it? Similarly, what if someone claims to supersede ERC-20 but not everyone agrees that it does and some people think ERC-20 is still the "correct" token contract? TL;DR: it is a governance nightmare to add We could have a |
How about the EIP authors decide when to use |
I totally agree with @Pandapip1 on this. I think it should be only fit that the original author(s) to decide whether to move an EIP to superseded and add superseded-by. Another use case is that the original author can now make new proposal as their new recommended version. Other-wise, there seems no good way for readers of old EIPs to discover the original author's new recommendation |
This would certainly be more acceptable to me, though part of me feels like when an EIP becomes final its "ownership" shifts over to a public good, and I am hesitant to give power to the original authors whose views may not align with the broader community just because they happened to be the ones who penned the original EIP. For example, say I was the author of ERC-20 and then years later I create ERC-N where I create a new token standard. Perhaps most people believe my ERC-N token standard is terrible, should I be able to put a mark on ERC-20 that basically tells people to go use ERC-N just because I happened to be the author of ERC-20? This gives me a huge amount of power that I probably shouldn't have. If ERC-N is a good idea, the community will adopt it, and they won't if it is a bad idea, independent of whether ERC-20 was popular or not. |
On Sat, Jul 16, 2022 at 05:21 Micah Zoltu ***@***.***> wrote:
How about the EIP authors decide when to use superseded-by? There is a
good use case for it: see https://eips.ethereum.org/EIPS/eip-820 and
https://eips.ethereum.org/EIPS/eip-1820.
This would certainly be more acceptable to me, though part of me feels
like when an EIP becomes final its "ownership" shifts over to a public
good, and I am hesitant to give power to the original authors whose views
may not align with the broader community just because they happened to be
the ones who penned the original EIP.
For example, say I was the author of ERC-20 and then years later I create
ERC-N where I create a new token standard. Perhaps most people believe my
ERC-N token standard is terrible, should I be able to put a mark on ERC-20
that basically tells people to go use ERC-N just because I happened to be
the author of ERC-20? This gives me a *huge* amount of power that I
probably shouldn't have.
true. How about "suggested superseding eip" instead?
If ERC-N is a good idea, the community will adopt it, and they won't if it
… is a bad idea, independent of whether ERC-20 was popular or not.
—
Reply to this email directly, view it on GitHub
<#5265 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE4KRMLQIZMCW7DTLGQAJLVUKSOFANCNFSM53T45UWQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It seems like this still has the same problem, where the person who happened to author some standard is in a privileged position that gives them power to shape how things progress in the future. Adding "suggested" helps a little but not much I think. |
On Sat, Jul 16, 2022 at 05:45 Micah Zoltu ***@***.***> wrote:
true. How about "suggested superseding eip" instead?
It seems like this still has the same problem, where the person who
happened to author some standard is in a privileged position that gives
them power to shape how things progress in the future. Adding "suggested"
helps a little but not much I think.
I think personally I feel the worry is much smaller than having a long old
deprecated EIP draining scarced implementer attention when there are new
better version. In the future maybe DAO can help how such decision are
governed, but until that happens, i lean to weigh more on future
compatibility.
The "no decision" that "no we will not add superseded-by EIP", is also a
decision it self
The "no one shall have the power to point to another EIP" is also an
implied power that Editors / EIP Stwards effectively hold the power of
governing what can be and not be on the EIP
Hance we have to make some tradeoff with these implied power dynamics and
considerations
—
… Reply to this email directly, view it on GitHub
<#5265 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE4KRIU3YOB67Q53K3RMSLVUKVHDANCNFSM53T45UWQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I don't see why that's much of a problem. If the old standard is better, there isn't an EIP police that will come and change your contract code. If an EIP author genuinely thinks a better alternative is available, then they are probably in the best position to correctly make that call. |
My feeling is that we want each standard to stand on its own merit, and not be standing on the merit of the author's prior work. Someone can make a great standard, and then 2 years later make a terrible standard. Most people likely don't know which is better but they receive a breadcrumb to the new (terrible) standard when they should have gone and sought feedback from the broader community. Imagine if today Fabian created a new token contract and updated ERC-20 to say that their new token superseded ERC-20. Many developers, particularly new developers, would run off and start implementing this new token even though there are a dozen token standards out there that are all better than ERC-20 and many of which may be better than the new standard that Fabian created. Another thing to consider is that allowing the addition of superseded can introduce some pathological incentive games where someone who authors a popular EIP (ERC-20, ERC-721, ERC-1155, etc.) can sell rights to the superseded field to authors of future EIPs. Basically you just agree that you'll add a superseded field pointing at the highest bidder's EIP which can then be used for advertising a new standard. By making EIPs immutable, we avoid this entire can of worms. |
I feel very convinced by the pathological incentive games part. I am not sure though, for who is the right one to make that decision to lock or not lock the EIP. I share with you the sentiment that the person who holds the power to add ore reject a piece information might misuse/abuse that power. I am cautious regardless of that person is an author or, if disallowed, the power practically shift to the editor body. If we give author this power, someone / some govern body shall be able to check and balance it. Maybe leave it to a Before the existence of |
I'm pretty staunchly opposed to any sort of vote based governance because that deteriorates to tyranny of the majority or tyranny of the wealthy. If by DAO you mean an actually autonomous organization then that doesn't actually solve anything because we still need to define how exactly we make decisions on what is and what is not acceptable behavior, which is not made any simpler with a DAO. |
I realize when we use DAO to mean different things. Lets drop the overused word "DAO". What I mean is: when we dont trust individual or group of authors, we shall also be very cautious of giving editors or any other roles the power without check and balance. Hence, I propose we leave this decision to a consensus group govenernce to drive the result. |
Who is the group? How is consensus determined? How are group members added/removed? |
I share the same feeling with you in opposing to simple majority voting or wealth based voting. My personal experience outside of Ehtereum or blockchain teaches me a lot of how governance is nontrival. If we get a chance I love to share more about my views and learn about yours. Since we are also having a proposal of auctioning the EIP numbers, and many decisions of EIP process start to become increasing complecated, some governance needs to be set up. I am not calling for any particular form(how) of governance, but to call for the start discussion of EIP governance(whether). I can do some brainstorming and I do have opinion about "how", but that would be second step. The first step is to address the question of "whether" |
There has been no activity on this issue for 1 week. It will be closed after 3 months of inactivity. |
I plan to continue pursue this proposal. |
There has been no activity on this issue for 1 week. It will be closed after 3 months of inactivity. |
Superseded
status and superseded-by:
(eip number) preemble sectionSuperseded
status
|
There has been no activity on this issue for 1 week. It will be closed after 3 months of inactivity. |
There has been no activity on this issue for 1 week. It will be closed after 3 months of inactivity. |
@gcolvin :
If I'm understanding this PR correctly, only pre-final EIPs can be withdrawn and use Is it worth considering some kind of single-line frontmatter similar syntactically to |
There has been no activity on this issue for 1 week. It will be closed after 3 months of inactivity. |
bump |
There has been no activity on this issue for 1 week. It will be closed after 3 months of inactivity. |
I would support a section that could be modified post-final. |
There has been no activity on this issue for 1 week. It will be closed after 3 months of inactivity. |
This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback. |
whoops time flew how can we re-open this, @xinbenlv . seemed less urgent than repo-split/process-split so it kinda languished in backlog but i still want this :D |
We actually decided on a way to do this on the EIPIP meeting yesterday |
There has been no activity on this issue for 1 week. It will be closed after 3 months of inactivity. |
This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback. |
In RFC, after finalized and adopted, can be declared as superseded by another RFC
I wonder if we want to add
superseded-by: (eip number)
as a preamble section, and "Superseded" as a status afterFinal
.If an EIP's spec is completely out of date, and the only value is as a historical reference: implementer of clients / smart contracts shall be pointed at the new EIP number, shall be considered "superseded".
Examples I can think of:
Love to hear your thoughts
The text was updated successfully, but these errors were encountered: