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

Implement subscribeNewHeads,subscriptionReorg,subscribePendingTransactions #2211

Merged
merged 32 commits into from
Dec 23, 2024

Merge branch 'main' into weiihann/2205-subscribeNewHeads

ec1da70
Select commit
Loading
Failed to load commit list.
Merged

Implement subscribeNewHeads,subscriptionReorg,subscribePendingTransactions #2211

Merge branch 'main' into weiihann/2205-subscribeNewHeads
ec1da70
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 0s

74.45% (target 70.00%)

View this Pull Request on Codecov

74.45% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 80.44872% with 61 lines in your changes missing coverage. Please review.

Project coverage is 74.45%. Comparing base (81262fd) to head (ec1da70).

Files with missing lines Patch % Lines
rpc/subscriptions.go 79.03% 38 Missing and 14 partials ⚠️
jsonrpc/server.go 66.66% 4 Missing and 1 partial ⚠️
sync/sync.go 87.50% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2211      +/-   ##
==========================================
+ Coverage   74.27%   74.45%   +0.18%     
==========================================
  Files         110      110              
  Lines       11546    11769     +223     
==========================================
+ Hits         8576     8763     +187     
- Misses       2298     2326      +28     
- Partials      672      680       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.