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

KarpelesLab / libwallet / 24886723619
25%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2026 11:27AM UTC
Jobs 1
Files 108
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

24 Apr 2026 08:36AM UTC coverage: 19.829% (+0.2%) from 19.627%
24886723619

push

github

MagicalTux
wltacct: skip Solana address for non-ed25519 accounts

Asset:list / currentAssets calls Solana getBalance with whatever
UpdateAddressForNetwork writes into a.Address. The Solana case
blindly base58-encoded a.Pubkey, so a secp256k1 account (33-byte
compressed key) on a Solana network got sent to getBalance and
crashed with "-32602 Invalid param: WrongSize" — Solana pubkeys
are 32-byte ed25519 points and the decoded bytes were the wrong
length.

Match the existing EVM / Bitcoin behaviour: if the curve doesn't
fit the network (or the pubkey doesn't decode to 32 bytes for any
reason — truncated, empty, junk), set Address to "N/A" and let
currentAssets' existing N/A filter skip the RPC entirely.

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

17 of 17 new or added lines in 1 file covered. (100.0%)

2808 of 14161 relevant lines covered (19.83%)

55.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24886723619.1 24 Apr 2026 11:27AM UTC 108
19.83
GitHub Action Run
Source Files on build 24886723619
  • Tree
  • List 108
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24886723619
  • 8bf8a53b on github
  • Prev Build on master (#24877405294)
  • Next Build on master (#24887128597)
  • 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