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

p2p: fan in incoming txns into backlog worker #6126

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

fix cached id data race

5635798
Select commit
Loading
Failed to load commit list.
Open

p2p: fan in incoming txns into backlog worker #6126

fix cached id data race
5635798
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 27, 2024 in 0s

56.25% (-0.01%) compared to 8b6c443, passed because coverage increased by 0% when compared to adjusted base (56.25%)

View this Pull Request on Codecov

56.25% (-0.01%) compared to 8b6c443, passed because coverage increased by 0% when compared to adjusted base (56.25%)

Details

Codecov Report

Attention: Patch coverage is 61.22449% with 19 lines in your changes missing coverage. Please review.

Project coverage is 56.25%. Comparing base (8b6c443) to head (5635798).

Files with missing lines Patch % Lines
data/txHandler.go 58.33% 7 Missing and 3 partials ⚠️
data/transactions/signedtxn.go 0.00% 4 Missing and 1 partial ⚠️
network/p2pNetwork.go 80.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6126      +/-   ##
==========================================
- Coverage   56.25%   56.25%   -0.01%     
==========================================
  Files         494      494              
  Lines       69946    69950       +4     
==========================================
- Hits        39350    39347       -3     
- Misses      27919    27925       +6     
- Partials     2677     2678       +1     

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