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

KarpelesLab / libwallet / 24433790125
25%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2026 02:55AM UTC
Jobs 1
Files 79
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

15 Apr 2026 02:47AM UTC coverage: 22.012% (-0.1%) from 22.149%
24433790125

push

github

MagicalTux
Network:testRPC: support evm / solana / bitcoin via Type arg

The endpoint used to hardcode net_version (Ethereum). Against a
Solana or Bitcoin RPC it returned nonsense or errored. Now takes a
Type parameter and dispatches per chain family:

- evm (default, back-compat): net_version → {ChainId, Name?,
  CurrencySymbol?, EVM_Info?} via the ethereum-lists chain registry.
- solana: getVersion + getGenesisHash → {SolanaVersion,
  SolanaCluster}. Cluster is resolved via the known mainnet-beta /
  devnet / testnet genesis hashes; anything else reports "unknown".
- bitcoin: getblockchaininfo → {Chain, Blocks}. Works against
  modchain proxies, native bitcoind, and any fork (litecoind,
  dogecoind, monacoin-core, bitcoin-abc).

Unknown Type returns a clear error rather than silently probing.

Dart:
- NetworkApi.testRpc(url, {type = 'evm'}) — extra named param.
- RpcTestResult widened with Solana + Bitcoin fields (all optional)
  + isEvm / isSolana / isBitcoin getters so callers can switch on
  the result without checking the type string.

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

0 of 68 new or added lines in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

2109 of 9581 relevant lines covered (22.01%)

2.67 hits per line

Uncovered Changes

Lines Coverage ∆ File
68
4.25
-1.25% wltnet/api.go

Coverage Regressions

Lines Coverage ∆ File
1
4.25
-1.25% wltnet/api.go
Jobs
ID Job ID Ran Files Coverage
1 24433790125.1 15 Apr 2026 02:55AM UTC 79
22.01
GitHub Action Run
Source Files on build 24433790125
  • Tree
  • List 79
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24433790125
  • 73578187 on github
  • Prev Build on master (#24433543749)
  • Next Build on master (#24433984516)
  • 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