-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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-1538.md #2805
Update eip-1538.md #2805
Conversation
Fixed link to EIP-2535.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use relative links when pointing at other EIPs so it works both in GitHub and the EIPs site.
Good idea, thanks @MicahZoltu. It is done. |
@@ -9,7 +9,7 @@ category: ERC | |||
created: 2018-10-31 | |||
--- | |||
|
|||
Replaced by [EIP-2535 Diamond Standard](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2535.md). | |||
Replaced by [EIP-2535 Diamond Standard](./eip-2535.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this in the body of the EIP rather than as the preamble field superceded-by
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because EIP-2535 isn't final yet. But I would be happy to make this change if it is okay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see. I suppose this is okay for now then. Looking over EIP-1 now - I don't believe it covers this sort of situation very well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, there is talk of removing the superceded by concept, since deciding what supercedes what is a governance nightmare. Take for example the 15 different token standards that all claim to supersede ERC-20.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm in favor of removing it.
* Update eip-1538.md Fixed link to EIP-2535. * Update eip-1538.md
* Update eip-1538.md Fixed link to EIP-2535. * Update eip-1538.md
Fixed link to EIP-2535.