• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

archetech / archon / 22164643632
95%
main: 93%

Build:
Build:
LAST BUILD BRANCH: 136-lightning-wallets
DEFAULT BRANCH: main
Ran 19 Feb 2026 01:22AM UTC
Jobs 1
Files 21
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Feb 2026 12:56AM UTC coverage: 95.386%. First build
22164643632

push

github

web-flow
fix: Incorrect passphrase on react-wallet (#97)

* fix: Show actual error instead of masking all errors as "Incorrect passphrase"

The catch-all in buildKeymaster showed "Incorrect passphrase" for every
error, including unrelated failures during new wallet creation. Now only
passphrase decryption errors show that message; other errors display
their actual message. Also awaits async onSubmit in PassphraseModal so
the spinner stays visible during wallet operations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: Replace crypto.subtle with @noble libraries for passphrase encryption

Eliminates the Web Cryptography API secure-context requirement so wallet
encryption works over plain HTTP (e.g. VPN access). Uses @noble/hashes
for PBKDF2 key derivation and @noble/ciphers for AES-256-GCM, which are
pure JS and already used elsewhere in the project.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* refactor: Move passphrase encryption from keymaster to cipher package

Consolidates all cryptographic operations in the cipher package. Renames
encMnemonic/decMnemonic to encryptWithPassphrase/decryptWithPassphrase
and updates all consumers to import from @didcid/cipher/passphrase.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: Remove platform-specific rollup workaround from root package.json

Clean install resolves the native rollup binary correctly without
needing @rollup/rollup-linux-x64-gnu as an explicit dependency.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

1636 of 1781 branches covered (91.86%)

Branch coverage included in aggregate %.

32 of 33 new or added lines in 2 files covered. (96.97%)

3388 of 3486 relevant lines covered (97.19%)

1101.94 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
96.97
packages/cipher/src/passphrase.ts
Jobs
ID Job ID Ran Files Coverage
1 22164643632.1 19 Feb 2026 01:22AM UTC 42
96.12
GitHub Action Run
Source Files on build 22164643632
  • Tree
  • List 21
  • Changed 18
  • Source Changed 1
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22164643632
  • 5ce05238 on github
  • Prev Build on main (#22156530017)
  • Next Build on 95-edit-credential (#22166806092)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc