Skip to content

refactor(consensus): Replace context.reorg_common_block by context.reorg_info - #1442

Merged
msbrogli merged 1 commit into
masterfrom
refactor/reorg-info
Oct 3, 2025
Merged

refactor(consensus): Replace context.reorg_common_block by context.reorg_info#1442
msbrogli merged 1 commit into
masterfrom
refactor/reorg-info

refactor(consensus): Replace context.reorg_common_block for context.r…

72d74b4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 3, 2025 in 0s

85.90% (target 85.00%)

View this Pull Request on Codecov

85.90% (target 85.00%)

Details

Codecov Report

❌ Patch coverage is 90.07634% with 52 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.90%. Comparing base (4eb41a9) to head (72d74b4).

Files with missing lines Patch % Lines
...athor/nanocontracts/syscall_token_balance_rules.py 88.73% 11 Missing and 5 partials ⚠️
hathor/transaction/transaction.py 55.55% 7 Missing and 1 partial ⚠️
hathor/nanocontracts/runner/runner.py 91.35% 5 Missing and 2 partials ⚠️
hathor/transaction/headers/fee_header.py 91.54% 6 Missing ⚠️
hathor/consensus/block_consensus.py 76.19% 3 Missing and 2 partials ⚠️
hathor/nanocontracts/resources/blueprint.py 20.00% 4 Missing ⚠️
hathor/nanocontracts/storage/changes_tracker.py 75.00% 1 Missing and 1 partial ⚠️
hathor/serialization/encoding/ecv.py 94.87% 1 Missing and 1 partial ⚠️
hathor/nanocontracts/runner/types.py 80.00% 1 Missing ⚠️
hathor/verification/on_chain_blueprint_verifier.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##           release-candidate    #1419      +/-   ##
=====================================================
+ Coverage              85.86%   85.90%   +0.03%     
=====================================================
  Files                    430      434       +4     
  Lines                  33231    33615     +384     
  Branches                5206     5270      +64     
=====================================================
+ Hits                   28534    28877     +343     
- Misses                  3661     3692      +31     
- Partials                1036     1046      +10     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.