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

KarpelesLab / libwallet / 24430961929
25%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2026 01:12AM UTC
Jobs 1
Files 78
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

15 Apr 2026 01:05AM UTC coverage: 22.119% (+0.05%) from 22.073%
24430961929

push

github

MagicalTux
drop the Unix-socket fallback transport

FFI is the only transport that works reliably on iOS / Android
(background disconnection issues with sockets are well known). The
Unix-socket code has been a legacy fallback for a while — the FFI
path has covered every test / real-app use for months now. Remove
the dead code path.

Dart:
- delete src/client/json_rpc_connection.dart (socket transport)
- delete src/client/request.dart (JSON-RPC framing helper, socket-only)
- drop LibwalletClient.connect / fromSocket constructors
- Transport interface stays (kept abstract for test mocks) — it just
  has one implementation now (FfiTransport)
- refresh libwallet.dart library-doc + quick-start snippet
- delete test/integration_test.dart + test/request_test.dart
  (both exercised the socket path only)

Go:
- delete dart/testserver/main.go + the prebuilt testserver binary.
  The testserver/ directory stays as the dylib output location for
  the Dart FFI tests — just no longer hosts a socket server.

CI:
- drop removed test files from the unit-test target.

95 Dart tests pass (down from 107 — the 12 dropped were exclusively
socket-transport round-trips + LibwalletRequest framing checks).

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

2098 of 9485 relevant lines covered (22.12%)

2.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24430961929.1 15 Apr 2026 01:12AM UTC 78
22.12
GitHub Action Run
Source Files on build 24430961929
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24430961929
  • 8224c778 on github
  • Prev Build on master (#24430633748)
  • Next Build on master (#24432220077)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc