-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Protobuf Introduction + Types #5491
Conversation
- FILE_LOWER_SNAKE_CASE | ||
except: | ||
- UNARY_RPC | ||
- COMMENT_FIELD |
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 would actually lean towards requiring field comments, but maybe it will make migration slower...
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.
We can, but it'll be super tedious. We don't even do this for standard go types.
- COMMENTS | ||
- FILE_LOWER_SNAKE_CASE | ||
except: | ||
- UNARY_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.
Do we have any use case for streaming 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.
No, we don't atm.
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.
utACK. Pending CI passing
Will wait to get this merged until after v0.38 is released in case we need to get last-minute changes into @aaronc, the change from |
Codecov Report
@@ Coverage Diff @@
## master #5491 +/- ##
==========================================
- Coverage 53.42% 53.01% -0.42%
==========================================
Files 316 319 +3
Lines 19378 19560 +182
==========================================
+ Hits 10352 10369 +17
- Misses 8226 8379 +153
- Partials 800 812 +12
|
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.
Looks good to me. Thanks for all your hard work on this. Excited to get it merged in!
Description
/types
to protobufCoin
DecCoin
CustomProtoType
forInt
,Uint
, andDec
(to allow gogo proto's customtype)ref: #5444
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)