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

KarpelesLab / libwallet / 24810925153
25%

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

23 Apr 2026 01:04AM UTC coverage: 19.876%. Remained the same
24810925153

push

github

MagicalTux
hook/build.dart: version-stamp the cached binary filename

The build hook downloaded `liblibwallet-<os>-<arch>.<ext>` into the
shared output cache and reused it forever. After `dart pub upgrade`
bumped the package version, the cache silently kept serving the
previous version's binary — Dart code at the new version, native
code at the old version, FFI wire shapes diverging.

Most visible breakage: post-0.3.24 unified signing events arriving
at the Dart layer with the pre-unification `Type` strings
(`sign_typed_data`, `personal_sign`, `solana_sign_*`,
`mpurse_sign_*`, `sign`). The Dart `PendingRequest.fromJson`
factory only knows the unified names, so those requests fell
through to `UnknownPendingRequest` and `requests.approve` errored
with "keys are required to sign typed data".

Embed the package version in the cached filename so each version
gets its own slot. End users only need `dart pub upgrade` + a
fresh build; we don't have to teach them to clear the cache.

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

2529 of 12724 relevant lines covered (19.88%)

64.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24810925153.1 23 Apr 2026 01:12AM UTC 102
19.88
GitHub Action Run
Source Files on build 24810925153
  • Tree
  • List 102
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24810925153
  • 1e70aaee on github
  • Prev Build on master (#24810798631)
  • Next Build on master (#24811249763)
  • 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