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

KarpelesLab / libwallet / 24816281365
25%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 04:20AM 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 04:11AM UTC coverage: 19.874%. Remained the same
24816281365

push

github

MagicalTux
client.ready: reject mismatched runtime on release builds

Strengthen the runtime version check from a quiet warning to an
unrecoverable error on AOT release builds. Three pieces:

- New `client.ready` Future<void>. Resolves once the post-init
  Info:version check has finished. Apps that gate startup on
  `await client.ready` get a fatal error before they touch any
  wire-shape-sensitive call.

- Debug/test Dart VMs (`dart.vm.product=false`) keep the existing
  developer.log warning + completes-normally behavior — debug runs
  iterate against a locally-built native binary without the check
  forcing a rebuild.

- Release Dart VMs (`dart.vm.product=true` from AOT compilation)
  throw a StateError from `_verifyVersionMatch`; `ready` rejects
  with that error. The unawaited rejection is silenced so apps that
  haven't migrated to `await client.ready` don't crash the isolate
  (they still see the dart:developer.log message and a SHOUT-level
  log entry).

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

2529 of 12725 relevant lines covered (19.87%)

62.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24816281365.1 23 Apr 2026 04:20AM UTC 102
19.87
GitHub Action Run
Source Files on build 24816281365
  • 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 #24816281365
  • 8b8537c2 on github
  • Prev Build on master (#24816014866)
  • Next Build on master (#24816434414)
  • 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