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

KarpelesLab / libwallet / 27812745427
24%

Build:
DEFAULT BRANCH: master
Ran 19 Jun 2026 07:48AM 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

19 Jun 2026 07:46AM UTC coverage: 23.962%. Remained the same
27812745427

push

github

MagicalTux
dart/wallet_api: fix stale 'secp256k1 only' docs on promote / promoteMnemonic + bump 0.4.66

A downstream Dart caller correctly read the SDK docs and concluded
that the libwallet 0.4.65 surface "literally says" ed25519 promotion
isn't supported yet:

  wallet_api.dart:340  "secp256k1 source wallets only in this release;
                       ed25519 mnemonic migration is a follow-up."
  wallet_api.dart:377  "Currently supports secp256k1 wallets only;
                       ed25519 promotion is a follow-up."

Both lines are stale. The Go side has shipped FROST/Ed25519
promotion for a while — Promote dispatches on Wallet.Curve and
PromoteMnemonic dispatches per ChainMigration.Curve, both accept
secp256k1 (-> DKLs23) and ed25519 (-> FROST), and the standard test
TestMigrateOneChainBothCurves exercises a single BIP39 seed fanning
out to one chain of each curve in one call.

Rewrites both docstrings to describe the actual coverage:

  - secp256k1 source -> DKLs23 MPC (Bitcoin, EVM family).
  - ed25519   source -> FROST  MPC (Solana, Sui).
  - promoteMnemonic: per-ChainMigration curve picks independently,
    one mnemonic can produce both curves' MPC wallets in one call.

While editing, also folded in the canonical 1-of-3 committee
guidance ([StoreKey + RemoteKey + Password] / threshold 1, matching
the standard wallet-create flow) so the Dart surface is now
self-contained — the godoc and error messages added on the Go side
in 0.4.65 are mirrored here. No code change, doc-only.

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

4496 of 18763 relevant lines covered (23.96%)

101.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27812745427.1 19 Jun 2026 07:48AM UTC 128
23.96
GitHub Action Run
Source Files on build 27812745427
  • Tree
  • List 128
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27812745427
  • 02f3434f on github
  • Prev Build on master (#27809069357)
  • Next Build on master (#27926027683)
  • 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