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

KarpelesLab / libwallet / 24424621479
25%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2026 09:55PM 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

14 Apr 2026 09:48PM UTC coverage: 22.073% (-0.04%) from 22.117%
24424621479

push

github

MagicalTux
simulate: bound RPC calls with a 10s context timeout

The debug_traceCall / eth_call / simulateTransaction path previously
ran through Network.DoRPC / DoRPCNamed, which hardcode
context.Background() — no timeout. A slow or hung upstream RPC would
block the whole simulate endpoint indefinitely. The last CI run hit
the 60-min iOS job cap because of this.

Added Network.DoRPCCtx / DoRPCNamedCtx that accept an explicit
context, and switched the simulate EVM + Solana paths to use them
with a 10 s deadline. On timeout the RPC returns an error which the
simulator surfaces as willRevert=true — same UX as any other
simulate failure.

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

0 of 21 new or added lines in 2 files covered. (0.0%)

5 existing lines in 1 file now uncovered.

2098 of 9505 relevant lines covered (22.07%)

2.66 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
45.73
-0.9% wltnet/network.go
10
0.72
-0.02% wlttx/simulate.go

Coverage Regressions

Lines Coverage ∆ File
5
0.72
-0.02% wlttx/simulate.go
Jobs
ID Job ID Ran Files Coverage
1 24424621479.1 14 Apr 2026 09:55PM UTC 79
22.07
GitHub Action Run
Source Files on build 24424621479
  • Tree
  • List 79
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24424621479
  • bdf2824b on github
  • Prev Build on master (#24422014076)
  • Next Build on master (#24424984033)
  • 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