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

KarpelesLab / libwallet / 24335795699
25%

Build:
DEFAULT BRANCH: master
Ran 13 Apr 2026 09:30AM UTC
Jobs 1
Files 57
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

11 Apr 2026 04:36AM UTC coverage: 28.517% (-0.06%) from 28.576%
24335795699

push

github

MagicalTux
fix: re-check account address against requested network in API endpoints

Asset:list and Nft:list accept a Network parameter that may differ from
CurrentNetwork. Previously the Account was loaded via Fetch -> check(),
which formatted the address using CurrentNetwork only, so cross-network
requests sent the wrong-format address to the chain RPC (e.g. a Solana
base58 string passed to eth_getBalance, or an ed25519 wallet's "N/A"
placeholder passed to modchain_assets).

Extract the address-formatting half of check() into the exported
UpdateAddressForNetwork(net) so callers can reformat for any network.
apiListAsset and apiListNft now invoke it after loading both Network
and Account, and skip the native asset / SPL token / NFT lookups when
the account has no valid address on the requested network.

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

0 of 24 new or added lines in 3 files covered. (0.0%)

1812 of 6354 relevant lines covered (28.52%)

3.66 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
14.75
-0.76% wltbase/asset.go
10
16.0
-3.05% wltbase/nft.go
2
0.0
0.0% wltacct/account.go
Jobs
ID Job ID Ran Files Coverage
1 24335795699.1 13 Apr 2026 09:30AM UTC 57
28.52
GitHub Action Run
Source Files on build 24335795699
  • Tree
  • List 57
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24335795699
  • ccc02c69 on github
  • Prev Build on master (#24251033446)
  • Next Build on master (#24342688199)
  • 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