-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
bank: name and symbol metadata fields #8677
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8677 +/- ##
=======================================
Coverage 61.48% 61.49%
=======================================
Files 659 659
Lines 38045 38049 +4
=======================================
+ Hits 23393 23399 +6
+ Misses 12193 12192 -1
+ Partials 2459 2458 -1
|
string name = 5; | ||
// symbol is the token symbol usually shown on exchanges (eg: ATOM). This can | ||
// be the same as the display. | ||
string symbol = 6; |
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.
Do we really need symbol? Can you give an example where symbol
is not display
upper/lower-cased?
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.
@jtremback thoughts here? I'm fine with either tbh
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.
BTC vs Bitcoin, ETH vs Ether, etc.
closes #8614
cc: @jtremback