-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Create draft EIP-symbol #3014
Create draft EIP-symbol #3014
Conversation
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.
The suggestions from lightclient are required to merge, but overall the structure here looks good to go for draft.
EIPS/eip-symbol.md
Outdated
## Rationale | ||
<!-- The rationale fleshes out the specification by describing what motivated the design and why particular design decisions were made. It should describe alternate designs that were considered and related work, e.g. how the feature is supported in other languages. The rationale may also provide evidence of consensus within the community, and should discuss important objections or concerns raised during discussion. --> | ||
(Similar to https://eips.ethereum.org/EIPS/eip-695 and symbol from https://eips.ethereum.org/EIPS/eip-20) | ||
|
||
todo |
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.
Maybe mention why eth_symbol
instead of eth_nativeCurrencySymbol
?
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 now mentioned it but I'm open for alternatives and more discussion.
Co-authored-by: Micah Zoltu <micah@zoltu.net>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
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.
Apologies @PeterTheOne, I made a mistake on my previous review. The relative links should also have *.md
endings. Otherwise this looks good.
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
@lightclient no problem, you have been very helpful! thnx |
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.
Let one more comment, but this is good to merge as draft.
@@ -0,0 +1,48 @@ | |||
--- | |||
eip: 3014 | |||
title: Create `eth_symbol` method for JSON-RPC |
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.
title: Create `eth_symbol` method for JSON-RPC | |
title: `eth_symbol` JSON-RPC method |
Consider tightening up the title to be a bit more terse.
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.
good point #3018
Add `eth_symbol` method to the JSON-RPC that returns the symbol of the native coin of the network.
Add `eth_symbol` method to the JSON-RPC that returns the symbol of the native coin of the network.
See discussion in #3012