Skip to content

feat(sighash): implement sighash bitmask [part 1/7]#911

Open
glevco wants to merge 1 commit into
masterfrom
feat/sighash/bitmask
Open

feat(sighash): implement sighash bitmask [part 1/7]#911
glevco wants to merge 1 commit into
masterfrom
feat/sighash/bitmask

feat(sighash): implement sighash bitmask

922055e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 25, 2025 in 0s

84.12% (target 82.00%)

View this Pull Request on Codecov

84.12% (target 82.00%)

Details

Codecov Report

Attention: Patch coverage is 63.33333% with 66 lines in your changes missing coverage. Please review.

Project coverage is 84.12%. Comparing base (dbcff55) to head (922055e).

Files with missing lines Patch % Lines
hathor/transaction/scripts/opcode.py 29.78% 32 Missing and 1 partial ⚠️
hathor/transaction/scripts/script_context.py 54.83% 12 Missing and 2 partials ⚠️
hathor/transaction/scripts/p2pkh.py 20.00% 6 Missing and 2 partials ⚠️
hathor/transaction/transaction.py 66.66% 6 Missing ⚠️
hathor/transaction/scripts/sighash.py 90.00% 3 Missing ⚠️
hathor/verification/transaction_verifier.py 84.61% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #911      +/-   ##
==========================================
- Coverage   84.26%   84.12%   -0.15%     
==========================================
  Files         320      321       +1     
  Lines       24455    24601     +146     
  Branches     3744     3773      +29     
==========================================
+ Hits        20608    20696      +88     
- Misses       3113     3168      +55     
- Partials      734      737       +3     

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