-
Notifications
You must be signed in to change notification settings - Fork 60
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
feat: Version RPC #613
feat: Version RPC #613
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #613 +/- ##
==========================================
- Coverage 56.51% 56.45% -0.06%
==========================================
Files 249 249
Lines 12971 12989 +18
==========================================
+ Hits 7330 7333 +3
- Misses 4933 4948 +15
Partials 708 708 ☔ View full report in Codecov by Sentry. |
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.
lgtm with nit
proto/slinky/service/v1/oracle.proto
Outdated
|
||
// QueryVersionResponse defines the response type for the Version method. | ||
message QueryVersionResponse { | ||
// version defines the current version of the oracle service. |
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.
// version defines the current version of the oracle service. | |
// Version defines the current version of the oracle service. |
Comments on the proto should start capitalized like they will be in Go so that they can be proper godoc
No description provided.