-
Notifications
You must be signed in to change notification settings - Fork 138
feat: support proxy with grpc-only mode #815
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #815 +/- ##
==========================================
+ Coverage 65.20% 65.30% +0.09%
==========================================
Files 317 317
Lines 21614 21586 -28
==========================================
+ Hits 14094 14096 +2
+ Misses 6360 6329 -31
- Partials 1160 1161 +1
🚀 New features to boost your workflow:
|
| } | ||
|
|
||
| // startGrpcServer starts a gRPC server based on the provided configuration. | ||
| func startGrpcServer( |
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.
why is it ok to remove all of this?
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.
since we can replace with sdk StartGrpcServer?
Description
depends on cosmos/cosmos-sdk#25565, for test info
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
mainbranch