-
Notifications
You must be signed in to change notification settings - Fork 79
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
Update grpc to new v1 proto schema #574
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #574 +/- ##
==========================================
- Coverage 94.75% 94.10% -0.66%
==========================================
Files 70 72 +2
Lines 8492 8640 +148
==========================================
+ Hits 8047 8131 +84
- Misses 445 509 +64
☔ View full report in Codecov by Sentry. |
Great to see you again! Thanks for the contribution. |
This PR updates the underlying gRPC connection to use the latest protobuf files in preparation for the next release
In the process, it refactors the codebase file structure and gRPC generation scripts