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

mit-dci / lit / 444 / 1
11%
master: 11%

Build:
DEFAULT BRANCH: master
Ran 04 Jun 2018 06:26PM UTC
Files 89
Run time 7min
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

04 Jun 2018 06:22PM UTC coverage: 10.647% (+0.002%) from 10.645%
444.1

push

travis-ci

adiabat
Fix race condition in channel push code (#167)

* Fix bug where non-witness outputs were selected in PickUtxos

If there were a mixture of witness and non-witness outputs in the db then PickUtxos would sometimes select non-witness inputs even when only-witness was set. This prevented channel funding in a number of cases.

* Don't pass LitNode by-value to message handlers

In Go, passing a mutex by value copies it and creates a new mutex. Thus if you pass a containing struct by-value and lock the mutex, you're locking a copy rather than the original

* Don't build the justice tx in a coroutine, could be a race condition

* Missed merge conflicts

* Use consts.MinOutput

1440 of 13525 relevant lines covered (10.65%)

595.32 hits per line

Source Files on job 444.1
  • Tree
  • List 0
  • Changed 89
  • Source Changed 89
  • Coverage Changed 89
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 427
  • Travis Job 444.1
  • 3194046f on github
  • Prev Job for on master (#443.1)
  • Next Job for on master (#445.1)
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