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

lightningnetwork / lnd / 665
62%

Build:
DEFAULT BRANCH: master
Ran 21 Mar 2017 04:40AM UTC
Jobs 1
Files 57
Run time 3s
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

pending completion
665

push

travis-ci

Roasbeef
routing: add a caching layer in front of the KSP algorithm

This commit adds caching to our route finding. Caching is done on a
tuple-basis mapping a (dest, amt) pair to a previously calculated set
of shortest paths. The cache invalidated on two occasions: when a block
closes a set of transactions, or we received a new channel update or
channel announcement message.

With this change, payments are now snappier from the PoV of an
application developer as we no longer need to do a series of disk-seeks
before we dispatch each payment.

6978 of 10137 relevant lines covered (68.84%)

4914.86 hits per line

Jobs
ID Job ID Ran Files Coverage
2 665.2 21 Mar 2017 04:40AM UTC 0
68.84
Travis Job 665.2
Source Files on build 665
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #665
  • 5e11e568 on github
  • Prev Build on master (#647)
  • Next Build on master (#671)
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