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

Add support for 2025 Cash Improvement Proposals and VM benchmarking #139

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

Release v3.1.0-next.4 (#152)

489cac0
Select commit
Loading
Failed to load commit list.
Open

Add support for 2025 Cash Improvement Proposals and VM benchmarking #139

Release v3.1.0-next.4 (#152)
489cac0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 19, 2024 in 0s

94.22% (-4.14%) compared to ade0151

View this Pull Request on Codecov

94.22% (-4.14%) compared to ade0151

Details

Codecov Report

Attention: Patch coverage is 72.87083% with 1048 lines in your changes missing coverage. Please review.

Project coverage is 94.22%. Comparing base (ade0151) to head (489cac0).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/lib/vm/instruction-sets/common/crypto.ts 20.79% 339 Missing ⚠️
...truction-sets/bch/2023/bch-2023-instruction-set.ts 72.50% 178 Missing and 1 partial ⚠️
...lib/vm/instruction-sets/xec/xec-instruction-set.ts 20.45% 70 Missing ⚠️
src/lib/vm/instruction-sets/common/inspection.ts 39.77% 53 Missing ⚠️
src/lib/vm/instruction-sets/common/arithmetic.ts 81.88% 52 Missing ⚠️
src/lib/vm/instruction-sets/common/stack.ts 36.76% 43 Missing ⚠️
src/lib/vm/instruction-sets/xec/xec-types.ts 16.32% 41 Missing ⚠️
...ib/vm/instruction-sets/bch/2023/bch-2023-tokens.ts 21.73% 36 Missing ⚠️
...truction-sets/bch/2025/bch-2025-instruction-set.ts 79.77% 36 Missing ⚠️
...c/lib/vm/instruction-sets/bch/spec/bch-spec-pow.ts 47.61% 33 Missing ⚠️
... and 17 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
- Coverage   98.35%   94.22%   -4.14%     
==========================================
  Files         152      159       +7     
  Lines       61284    53320    -7964     
  Branches     2272     1626     -646     
==========================================
- Hits        60276    50239   -10037     
- Misses       1002     3080    +2078     
+ Partials        6        1       -5     

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