-
Notifications
You must be signed in to change notification settings - Fork 21
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
gRPC proxy #14
gRPC proxy #14
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #14 +/- ##
=========================================
+ Coverage 0 84.04% +84.04%
=========================================
Files 0 3 +3
Lines 0 163 +163
=========================================
+ Hits 0 137 +137
- Misses 0 18 +18
- Partials 0 8 +8
☔ 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.
OK.
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
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
Overview
gRPC proxy allows developers to easily use DA interface over gRPC connection.
This PR also partially addresses #6 by refactoring test suite. Proxy client/server test shows how easy it is to reuse the test suite.
Resolves #5.
Checklist