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

KarpelesLab / libwallet / 24411017299
25%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2026 04:43PM 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:34PM UTC coverage: 24.934% (-0.7%) from 25.624%
24411017299

push

github

MagicalTux
add direct account-signing endpoints + account/wallet validation

New endpoints (bypass Web3 approval flow for wallet hosts):
- Account/<id>:signMessage (solana | evm/personal_sign | raw modes)
- Account/<id>:signTransaction (Solana)
- Account/<id>:signAndSendTransaction (Solana, broadcasts via current net)

These let the wallet host sign directly without routing through
pending-request/approve, removing ~80 lines of async listener code
and the main correctness risk in the Dart backend.

Validation gaps fixed:
- Wallet.Curve must be "secp256k1", "ed25519", or empty (defaults to
  secp256k1). Previously typos silently became secp256k1.
- CreateAccount now rejects type/curve mismatches: solana requires
  ed25519, ethereum/bitcoin require secp256k1.
- Account path is now correct per type: bitcoin → m/44/0/0/i
  (BIP-44 coin_type 0) instead of the ETH coin_type. ed25519 accounts
  get Path="m" since SLIP-10 hardened derivation isn't possible over
  TSS public keys — the path was cosmetic anyway.

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

0 of 208 new or added lines in 5 files covered. (0.0%)

1 existing line in 1 file now uncovered.

1878 of 7532 relevant lines covered (24.93%)

3.13 hits per line

Uncovered Changes

Lines Coverage ∆ File
141
0.0
wltacct/sign_api.go
40
0.0
wltacct/solana_helpers.go
13
0.0
0.0% wltacct/api.go
10
0.0
0.0% wltacct/account.go
4
5.79
-0.12% wltwallet/api.go

Coverage Regressions

Lines Coverage ∆ File
1
0.0
0.0% wltacct/account.go
Jobs
ID Job ID Ran Files Coverage
1 24411017299.1 14 Apr 2026 04:43PM UTC 69
24.93
GitHub Action Run
Source Files on build 24411017299
  • Tree
  • List 69
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24411017299
  • f04e425b on github
  • Prev Build on master (#24408097680)
  • Next Build on master (#24411768366)
  • 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