bitauth / libauth

An ultra-lightweight, zero-dependency TypeScript library for Bitcoin Cash, Bitcoin, and Bitauth applications.
https://libauth.org
MIT License
274 stars 53 forks source link

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

Open bitjson opened 1 month ago

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 94306e475402932e43f9640f435ce669ee950438

The changes in this PR will be included in the next version bump.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 89.75802% with 364 lines in your changes missing coverage. Please review.

Project coverage is 97.71%. Comparing base (ade0151) to head (94306e4).

Files with missing lines Patch % Lines
src/lib/vm/instruction-sets/common/crypto.ts 70.23% 125 Missing :warning:
src/lib/vm/instruction-sets/common/inspection.ts 39.77% 53 Missing :warning:
src/lib/vmb-tests/bch-vmb-test-mixins.ts 56.84% 41 Missing :warning:
...truction-sets/bch/2023/bch-2023-instruction-set.ts 92.38% 39 Missing :warning:
...truction-sets/bch/2025/bch-2025-instruction-set.ts 79.77% 36 Missing :warning:
...lib/vm/instruction-sets/bch/2026/bch-2026-loops.ts 72.72% 18 Missing :warning:
...truction-sets/bch/2026/bch-2026-instruction-set.ts 90.74% 10 Missing :warning:
src/lib/format/error.ts 18.18% 9 Missing :warning:
src/lib/vm/instruction-sets/common/time.ts 57.14% 9 Missing :warning:
src/lib/vm/instruction-sets/common/arithmetic.ts 97.56% 7 Missing :warning:
... and 5 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #139 +/- ## ========================================== - Coverage 98.35% 97.71% -0.65% ========================================== Files 152 156 +4 Lines 61284 52773 -8511 Branches 2272 1914 -358 ========================================== - Hits 60276 51565 -8711 - Misses 1002 1208 +206 + Partials 6 0 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.