v0.16.0-beta
·
1275 commits
to master
since this release
New Features
--privateflag is now available on theloop incommand, meaning users can
now loop in to private nodes! This was implemented in #415
and has an implementation of LND's hop hints creation feature for the time
being. The flag is also available inloop quote inas an extension.--route_hintshas also been added on theloop inandloop quote incli
commands, and was also include in #415.
While the--privateflag autogenerates routehints to assist the payer (Lightning Labs),
--route_hintsallows the user to feed their own crafted versions if they so please.
Bug Fixes
- Fixed issue where loop assumes the mainnet location for lnd.macaroonpath regardless of passed network parameters.