Lightning Loop v0.28.2-beta: Breaking Changes in Loopd
Lightning Loop is a non-custodial service offered by Lightning Labs that makes it easy to move bitcoin into and out of the Lightning Network.
What's new
- Breaking changes: "In loopd.conf file
maxlsatcost
andmaxlsatfee
were renamed tomaxl402cost
andmaxl402fee
accordingly. Old versions of the options are still recognized for backward compatibility, but a deprecation warning is printed. Users are encouraged to change the options to new names if they have been changed locally." - "The path in looprpc "/v1/lsat/tokens" was renamed to "/v1/l402/tokens" and
the corresponding method was renamed fromGetLsatTokens
toGetL402Tokens
."
"Newloop
binary won't work with oldloopd
, becauseloop listauth
is now callingGetL402Tokens
method, which does not exist in previousloopd
binary."
- "Old
loop
binary works with newloopd
, sinceloopd
provides a wrapper forGetLsatTokens
which callsGetL402Tokens
; the wrapper logs a warning and it will be removed in a couple of releases. HTTP endpoint "/v1/l402/tokens" is now an additional binding for API "/v1/lsat/tokens", so it still works."