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

KarpelesLab / libwallet / 24411768366
25%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2026 05:01PM UTC
Jobs 1
Files 69
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

14 Apr 2026 04:51PM UTC coverage: 24.934%. Remained the same
24411768366

push

github

MagicalTux
typed Dart API: kill dynamic returns + raw-map params

Replace untyped returns and raw Map<String,dynamic> inputs with proper
typed models so consumers never handle API response shapes directly.

New models:
- SignedMessage ({signature, publicKey?})
- RemoteKeySession, RemoteKeyValidation
- WalletBackupEntry ({filename, data})
- NftListing ({network, account, nfts})
- RpcTestResult ({rpc, chainId, name?, currencySymbol?, evmInfo?})
- UnsignedTransaction (typed builder for Transaction:validate / signAndSend)

API changes (all non-additive returns become typed):
- AccountApi.signMessage → SignedMessage
- TransactionApi.validate/signAndSend/signAndSendSimple → accept
  UnsignedTransaction, return Transaction
- WalletApi.backup → List<WalletBackupEntry>
- WalletApi.reshare → Stream<ProgressOr<Wallet>>
- WalletKeyApi.recrypt → WalletKey
- RemoteKeyApi.create/reshare → RemoteKeySession
- RemoteKeyApi.validate → RemoteKeyValidation
- RequestApi.test/approve/reject → PendingRequest (+ new `result` field)
- NetworkApi.testRpc → RpcTestResult
- NftApi.list → NftListing
- InfoApi.ping → String, firstRun → String?
- LifecycleApi.update(String status) → String

Raw param-map inputs replaced with named params:
- ContactApi.update({name?, address?, type?, memo?})
- NetworkApi.update({name?, rpc?, currencySymbol?, ...})
- TokenApi.update({name?, symbol?, decimals?, logo?, memo?, type?})

Web3Api.request is intentionally left as JSON-RPC dynamic passthrough.
Keys:List<Map> for TSS signing stays opaque by design.

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

1878 of 7532 relevant lines covered (24.93%)

3.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24411768366.1 14 Apr 2026 05:01PM UTC 69
24.93
GitHub Action Run
Source Files on build 24411768366
  • Tree
  • List 69
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24411768366
  • 73fddb3f on github
  • Prev Build on master (#24411017299)
  • Next Build on master (#24412128563)
  • 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