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

Manage pending in memory and move it to synchroniser #1844

Merged
merged 5 commits into from
Dec 12, 2024

Move pending to sync package

45524e2
Select commit
Loading
Failed to load commit list.
Merged

Manage pending in memory and move it to synchroniser #1844

Move pending to sync package
45524e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 1s

74.43% (target 70.00%)

View this Pull Request on Codecov

74.43% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 69.79866% with 45 lines in your changes missing coverage. Please review.

Project coverage is 74.43%. Comparing base (7687360) to head (45524e2).

Files with missing lines Patch % Lines
sync/sync.go 66.66% 18 Missing and 4 partials ⚠️
rpc/transaction.go 50.00% 16 Missing and 5 partials ⚠️
blockchain/event_filter.go 87.50% 0 Missing and 1 partial ⚠️
rpc/helpers.go 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1844      +/-   ##
==========================================
- Coverage   74.52%   74.43%   -0.10%     
==========================================
  Files         109      109              
  Lines       11558    11493      -65     
==========================================
- Hits         8614     8555      -59     
- Misses       2272     2275       +3     
+ Partials      672      663       -9     

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