v0.18.0-beta
alexbosworth
released this
30 Mar 17:00
·
796 commits
to master
since this release
New Features
- Loop client now supports optional routing plugins to improve off-chain payment
reliability. One such plugin that the client implements will gradually prefer
increasingly more expensive routes in case payments using cheap routes time out.
Note that with this addition the minimum required LND version is LND 0.14.2-beta.
Bug Fixes
- Loop now supports being hooked up to a remote signing pair of
lnd
nodes,
as long aslnd
isv0.14.3-beta
or later.