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

KarpelesLab / libwallet / 26677240100
23%

Build:
DEFAULT BRANCH: master
Ran 30 May 2026 06:47AM UTC
Jobs 1
Files 124
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

30 May 2026 06:46AM UTC coverage: 21.926% (-0.007%) from 21.933%
26677240100

push

github

MagicalTux
fix Ed25519 self-heal segfault on FROST wallets + bump to 0.4.47

EnsureEd25519Pubkey and the legacy ed25519 sign-path self-heal gated
only on Wallet.Curve == "ed25519", not on Protocol. FROST wallets share
that curve, so the helper decoded the FROST share into an
*eddsatss.Key. fxamacker/cbor silently zero-filled the unknown fields,
leaving EDDSAPub nil; the chained ToEd25519PubKey() then dereferenced a
nil *ECPoint at offset 0x10 (EXC_BAD_ACCESS) when the user switched
wallets in the host app.

Both self-heal sites now gate on resolveProtocol() == ProtocolLegacyEdDSA.
decryptEdDSA also returns an explicit error when the decoded share
lacks EDDSAPub, so any future miswired caller fails loudly instead of
segfaulting.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

0 of 8 new or added lines in 2 files covered. (0.0%)

4028 of 18371 relevant lines covered (21.93%)

102.8 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
49.91
-0.28% wltwallet/wallet.go
4
28.62
-0.27% wltwallet/walletkey.go
Jobs
ID Job ID Ran Files Coverage
1 26677240100.1 30 May 2026 06:47AM UTC 124
21.93
GitHub Action Run
Source Files on build 26677240100
  • Tree
  • List 124
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26677240100
  • a0ab2a9f on github
  • Prev Build on master (#26495380996)
  • Next Build on master (#26934789109)
  • 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