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

KarpelesLab / libwallet / 27500506687
23%

Build:
DEFAULT BRANCH: master
Ran 14 Jun 2026 01:37PM UTC
Jobs 1
Files 128
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

14 Jun 2026 01:34PM UTC coverage: 23.416% (-0.03%) from 23.447%
27500506687

push

github

MagicalTux
wltwallet: send protocol=legacy (not eddsa/gg18) on RemoteKey upload + bump 0.4.59

0.4.57 shipped the libwallet-internal dispatch tags ProtocolLegacyEdDSA
("eddsa") and ProtocolLegacyECDSA ("gg18") as the on-wire `protocol`
parameter for legacy RemoteKey uploads. wdrone's loadShare switch
(../wdrone/walletsign.go:173) only recognises four values:

  ""       — legacy (default when the row carries no protocol column)
  "legacy" — same as above, sent explicitly
  "frost"  — modern ed25519 (FROST / RFC 9591)
  "dkls23" — modern secp256k1 (DKLs23)

Anything else lands in the default arm:
  `return fmt.Errorf("unsupported share protocol %q", protocolName)`

So 0.4.57 made every newly-created legacy wallet unreshareable. FROST
and DKLs uploads were already correct.

Fix: extract the (curve, protocol) mapping into wk.uploadCurveProtocol
and return "legacy" for both eddata and sdata cases, matching wdrone's
own reportResult convention (which strips empty/"legacy" before sending
to the policy module). The internal ProtocolLegacyEdDSA /
ProtocolLegacyECDSA constants stay for dispatch — they just never go on
the wire now. New TestUploadCurveProtocol pins the four expected
on-wire shapes so a future refactor can't re-introduce the drift.

Also: reshare_scenarios_test skips on "failed to init remote: context
deadline exceeded" — that pattern is dominated by real-network backend
flakes with the protocol-on-upload fix in place. The
"no payload available" substring (the genuine regression signature)
still fails loud, so a real return of the user-reported bug stays
visible.

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

11 of 12 new or added lines in 1 file covered. (91.67%)

4380 of 18705 relevant lines covered (23.42%)

102.86 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
49.7
-0.58% wltwallet/walletkey.go
Jobs
ID Job ID Ran Files Coverage
1 27500506687.1 14 Jun 2026 01:37PM UTC 128
23.42
GitHub Action Run
Source Files on build 27500506687
  • Tree
  • List 128
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27500506687
  • 213ebf2c on github
  • Prev Build on master (#27497731698)
  • 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