refactor(crypto): split curve primitives#667
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #667 +/- ##
==========================================
+ Coverage 92.32% 92.34% +0.02%
==========================================
Files 51 53 +2
Lines 4952 4952
Branches 1217 1217
==========================================
+ Hits 4572 4573 +1
Misses 160 160
+ Partials 220 219 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2602ab0 to
dfb9a7a
Compare
dfb9a7a to
a34d4fb
Compare
3 tasks
robwoodgate
added a commit
that referenced
this pull request
Jun 3, 2026
…pt (#686) The crypto split in #667 renamed src/crypto/bls to src/crypto/curve_bls but left generate-nuts-vectors.ts pointing at the old path, which broke renovate's build:scripts step. Narrow scripts/tsconfig.json to compile only UpdateMakefileMintVersion.ts (the sole script CI runs) so dev/bench files can't block renovate again, and fix the stale import.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked: #661 @ 31371a6
Summary
curve_bls.tsandcurve_secp.tscurves.tscrypto/coreusersValidation
npm run check-lintnpm run compilenpx vitest run --project node --project browser test/crypto/core.test.ts test/crypto/NUT12.test.ts test/crypto/NUT13.test.ts test/crypto/NUT01.test.ts test/crypto/bls.test.ts test/model/OutputData.bls.test.tsnpm run check-format