-
Notifications
You must be signed in to change notification settings - Fork 45
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
refactor(pb/proof.go)!: converting pb definition to use snake_case #232
Conversation
Codecov Report
@@ Coverage Diff @@
## master #232 +/- ##
=======================================
Coverage 65.20% 65.20%
=======================================
Files 6 6
Lines 891 891
=======================================
Hits 581 581
Misses 293 293
Partials 17 17
|
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.
Snake case appears recommended per https://protobuf.dev/programming-guides/style/#message-field-names
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.
ahhhhhhh 😱 we need protobuf linters here
Co-authored-by: Rootul P <[email protected]>
Related: celestiaorg/celestia-node#2631, celestiaorg/celestia-node#2633