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(consensus): eliminate block ties #673

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

feat(consensus): eliminate block ties

ea7d72c
Select commit
Loading
Failed to load commit list.
Open

feat(consensus): eliminate block ties #673

feat(consensus): eliminate block ties
ea7d72c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 24, 2025 in 0s

83.57% (target 82.00%)

View this Pull Request on Codecov

83.57% (target 82.00%)

Details

Codecov Report

Attention: Patch coverage is 90.47619% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.57%. Comparing base (a3bf50c) to head (ea7d72c).

Files with missing lines Patch % Lines
hathor/transaction/storage/transaction_storage.py 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #673      +/-   ##
==========================================
- Coverage   83.58%   83.57%   -0.01%     
==========================================
  Files         320      320              
  Lines       24551    24534      -17     
  Branches     3764     3756       -8     
==========================================
- Hits        20520    20504      -16     
+ Misses       3267     3266       -1     
  Partials      764      764              

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