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

KarpelesLab / libwallet / 24392133617 / 1
25%
master: 25%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2026 09:50AM UTC
Files 67
Run time 2s
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:42AM UTC coverage: 25.67% (-0.05%) from 25.723%
24392133617.1

push

github

MagicalTux
fix(btc): decode modchain_assets balance as decimal-format number

modchain serializes BtcAmount as a decimal-formatted string (e.g.
"0.00000000") rather than an integer satoshi count, which broke
balance queries with:
  json: cannot unmarshal number 0.00000000 into Go struct field
  .assets.balance of type int64

Use json.Number to accept either form, and read the asset's decimals
field to scale the value correctly. Falls back to big.Float parsing
for the decimal string case.

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

1878 of 7316 relevant lines covered (25.67%)

3.22 hits per line

Source Files on job 24392133617.1
  • Tree
  • List 67
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24392133617
  • f72513f4 on github
  • Prev Job for on master (#24377708694.1)
  • Next Job for on master (#24394026285.1)
  • 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