fix(wallet-toolbox): derive Argon2 without WebAssembly - #507
Open
BraydenLangley wants to merge 5 commits into
Open
fix(wallet-toolbox): derive Argon2 without WebAssembly#507BraydenLangley wants to merge 5 commits into
BraydenLangley wants to merge 5 commits into
Conversation
BraydenLangley
marked this pull request as ready for review
September 2, 2026 16:14
BraydenLangley
requested review from
sirdeggen,
tonesnotes and
ty-everett
as code owners
September 2, 2026 16:14
BraydenLangley
force-pushed
the
codex/mobile-argon2-js-fallback
branch
from
September 2, 2026 16:23
61ca81a to
11e3a20
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.



Program and scope
Impact
Affected packages:
@bsv/wallet-toolbox,@bsv/wallet-toolbox-client, and@bsv/wallet-toolbox-mobile; all are already governed for the pending 2.11.0 minor release.Verification
pnpm build,pnpm lint,pnpm format:check,pnpm typecheck, andpnpm health:checkpass. Wallet Toolbox 222 suites / 2,149 tests pass, with one pre-existing governed skip. Mobile 24/24 and client 17/17 tests pass.hashWasm.tsat 100%; hosted aggregate patch coverage passed.Security and dependencies
Dependency evidence
@noble/hashes2.4.0 solely as a standards-compatible asynchronous Argon2id fallback for runtimes without WebAssembly.fast-uri3.1.5 to patched 3.1.6 in the frozen lock only; no manifest dependency or override was added, andpnpm audit:securitynow reports only the two governed ignored advisories.Release and operations
Completion evidence