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

archetech / archon / 22152405218
93%

Build:
DEFAULT BRANCH: main
Ran 18 Feb 2026 06:30PM UTC
Jobs 1
Files 22
Run time 1s
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

pending completion
22152405218

push

github

web-flow
feat: Adopt W3C JWE standard for encryption (#90)

* feat: Adopt W3C JWE standard for encryption

Replace custom ECIES (secp256k1 ECDH + XChaCha20-Poly1305) with
standard JWE Compact Serialization (ECDH-ES + A256GCM) per the
W3C VC-JOSE-COSE spec. Built using existing @noble primitives to
maintain browser compatibility (Web Crypto doesn't support secp256k1).

Backward compatible: legacy ciphertext is auto-detected and decrypted
via decryptMessageLegacy/decryptBytesLegacy methods.

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

* Remove redundant fields

* Wallet fix

* refactor: Move JWE/legacy compat logic into cipher-base

The decrypt methods now accept an optional legacyPubKey parameter,
centralizing format detection. Removes decryptMessageCompat and
decryptBytesCompat from keymaster.

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

* Fix python test

* Wallet fixes

* Updated archon version

* Fixes for copilot

---------

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

1634 of 1778 branches covered (91.9%)

Branch coverage included in aggregate %.

118 of 122 new or added lines in 4 files covered. (96.72%)

3395 of 3493 relevant lines covered (97.19%)

1083.47 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
95.24
packages/cipher/src/jwe.ts
1
93.83
-0.09% packages/keymaster/src/keymaster.ts
2
96.34
-3.66% packages/cipher/src/cipher-base.ts
Jobs
ID Job ID Ran Files Coverage
1 22152405218.1 18 Feb 2026 06:30PM UTC 44
96.13
GitHub Action Run
Source Files on build 22152405218
  • Tree
  • List 22
  • Changed 17
  • Source Changed 2
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22152405218
  • 2321ca7f on github
  • Prev Build on main (#22116124280)
  • Next Build on main (#22154652673)
  • 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