-
Notifications
You must be signed in to change notification settings - Fork 18
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: Add an HTTP CONNECT proxy for the blockchain node #636
Conversation
58b188d
to
b7a66ed
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #636 +/- ##
==========================================
+ Coverage 11.23% 12.08% +0.85%
==========================================
Files 93 94 +1
Lines 6640 6768 +128
==========================================
+ Hits 746 818 +72
- Misses 5834 5880 +46
- Partials 60 70 +10 ☔ View full report in Codecov by Sentry. |
9dd2ebd
to
71d177c
Compare
I've tested this as just a CONNECT proxy, the only thing left is to actually check with @restevens402 's Cosmos node to see whether it actually makes any good or not. |
a614483
to
7c34cd9
Compare
As this proved to not be working because of technical limitations, we are moving away to this other implementation suggested here: #619 (comment) |
Description
This PR partially fixes #619. The other part is actually creating the blockchain node.
Notes for Reviewers
Signed commits