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

KarpelesLab / libwallet / 27005237997
22%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2026 08:51AM UTC
Jobs 1
Files 125
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

05 Jun 2026 08:49AM UTC coverage: 21.912% (+0.06%) from 21.857%
27005237997

push

github

MagicalTux
device transfer: rename confirm/cancel endpoints to single-colon form + bump 0.4.52

The 0.4.51 session-lifetime fix was correct, but the user kept
getting LibwalletException(404): Not found on
confirmDeviceTransferExport — same symptom, different root cause.

apirouter and pobj disagree on where to split a multi-colon name:

- pobj.RegisterStatic splits at the FIRST ':' to find the object,
  so registering "Wallet:exportToDevice:confirm" stored the
  handler at Wallet/static["exportToDevice:confirm"].
- apirouter.Call splits the request path at the LAST ':' to find
  the method, so a call to "Wallet:exportToDevice:confirm"
  looked for Wallet:exportToDevice/static["confirm"].

Two different keys, lookup always missed, fs.ErrNotExist surfaced
as 404 "Not found". The endpoint has been structurally unreachable
since it was introduced — the earlier chain of bugs (transfer/<sid>
dispatch, e.Emitter vs BroadcastJson, registry-delete-on-claim)
kept the flow from ever reaching it, so the routing miss never
manifested until 0.4.51 cleared the last earlier blocker.

Rename Wallet:exportToDevice:confirm → Wallet:exportToDeviceConfirm
and same for cancel. Single colon → both libs agree on the split,
both store and look up at Wallet/static["exportToDeviceConfirm"].
Update the matching Dart callers in wallet_api.dart.

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

15 of 15 new or added lines in 1 file covered. (100.0%)

4045 of 18460 relevant lines covered (21.91%)

101.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27005237997.1 05 Jun 2026 08:51AM UTC 125
21.91
GitHub Action Run
Source Files on build 27005237997
  • Tree
  • List 125
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27005237997
  • a9608c73 on github
  • Prev Build on master (#27001516522)
  • Next Build on master (#27014048686)
  • 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