Skip to content
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

Merged
merged 4 commits into from
Jul 19, 2024
Merged

feat: Version RPC #613

merged 4 commits into from
Jul 19, 2024

Conversation

davidterpay
Copy link
Contributor

No description provided.

@davidterpay davidterpay marked this pull request as ready for review July 19, 2024 17:12
Copy link

codecov bot commented Jul 19, 2024

Codecov Report

Attention: Patch coverage is 5.55556% with 17 lines in your changes missing coverage. Please review.

Project coverage is 56.45%. Comparing base (7c1dfab) to head (b8ca2d8).

Files Patch % Lines
service/clients/oracle/client.go 0.00% 13 Missing ⚠️
service/clients/oracle/interface.go 0.00% 2 Missing ⚠️
service/servers/oracle/server.go 33.33% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@aljo242 aljo242 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with nit


// QueryVersionResponse defines the response type for the Version method.
message QueryVersionResponse {
// version defines the current version of the oracle service.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// 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

@davidterpay davidterpay merged commit 53bf4c2 into main Jul 19, 2024
14 of 16 checks passed
@davidterpay davidterpay deleted the terpay/version-rpc branch July 19, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants