Release: develop -> main#174
Open
github-actions[bot] wants to merge 13 commits into
Open
Conversation
* feat(bip322-multisig): add BIP-322 P2WSH signature verification Add verifyBip322P2wshSignature() and isP2wshAddress() for server-side validation of BIP-322 simple signatures from P2WSH multisig wallets. - New src/verify.ts with DER parsing, witness stack decoding, and OP_CHECKMULTISIG verification using @noble/curves/secp256k1 - 16 tests covering address validation, roundtrip sign/verify, under-threshold rejection, wrong-message rejection, foreign-key rejection - Bump version to 0.2.0-beta.1 * style: fix prettier formatting * fix: use Node crypto.randomBytes in tests, reject trailing witness bytes
Downgrades from v2 (ESM-only) to v1 (CJS+ESM dual). Replaces manual DER parser with Signature.fromDER().normalizeS() from v1 API. Removes ESM workarounds from jest.config.
…per (#176) * feat(compliance): add manual AML pass whitelist and canManualPass helper Shared definitions used by services (Pass-button gating in the call-queue outcome form) and mirrored in api (server-side validation of the manual pass endpoint). The whitelist lists the AML errors that may be overridden by a compliance clerk; canManualPass parses a tx comment and returns true only when every listed error is on the whitelist. * fix(ci): restore lockfile with all platform bindings The lockfile regeneration in 8edcb33 unintentionally bumped lockfileVersion 2 → 3 and removed the 9 non-current-platform @nx/nx-* optional-dependency entries. CI runs on Node 16.x (npm 8.19), which cannot back-fill the missing Linux native binding from the registry — so every PR since 8edcb33 fails the lint step with 'Cannot find module @nx/nx-linux-x64-gnu'. Restored from d70a7e3 (last green PR CI). Verified locally in node:16-bullseye Docker: 'npm install + npx lerna run lint' passes. * Revert "fix(ci): restore lockfile with all platform bindings" This reverts commit 9437334. * ci: bump PR workflow to Node 20.x Node 16 is EOL since Sept 2023 and ships with npm 8, which cannot back-fill missing platform-optional-dependencies from the registry. Node 20 ships with npm 10 — test whether modern npm resolves the nx platform bindings missing from the current lockfile. * Revert "ci: bump PR workflow to Node 20.x" This reverts commit 687d2ed. --------- Co-authored-by: David May <david.leo.may@gmail.com>
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.
Automatic Release PR
This PR was automatically created after changes were pushed to develop.
Commits: 1 new commit(s)
Checklist