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: Add an HTTP CONNECT proxy for the blockchain node #636

Closed
wants to merge 11 commits into from

Some code reorganization

6f29462
Select commit
Loading
Failed to load commit list.
Closed

feat: Add an HTTP CONNECT proxy for the blockchain node #636

Some code reorganization
6f29462
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2024 in 0s

12.08% (+0.85%) compared to 303f6c6

View this Pull Request on Codecov

12.08% (+0.85%) compared to 303f6c6

Details

Codecov Report

Attention: Patch coverage is 34.18367% with 129 lines in your changes missing coverage. Please review.

Project coverage is 12.08%. Comparing base (303f6c6) to head (6f29462).

Files with missing lines Patch % Lines
pkg/network/discover.go 26.66% 55 Missing ⚠️
pkg/network/proxy.go 50.00% 36 Missing and 10 partials ⚠️
pkg/config/app.go 0.00% 10 Missing ⚠️
cmd/masa-node/main.go 0.00% 8 Missing ⚠️
node/oracle_node.go 0.00% 5 Missing ⚠️
pkg/config/options.go 0.00% 2 Missing and 1 partial ⚠️
node/options.go 0.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.