mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
764 B
764 B
Release Notes
Bug fixes
-
The REST proxy (
grpc-gateway
library) had a fallback that redirectedPOST
requests to another endpoint with the same URI if no endpoint forPOST
was registered. This default behavior was turned off, enabling strict HTTP method matching. -
The
SignOutputRaw
RPC now works properly in remote signing mode, even when only a public key or only a key locator is specified. This allows a Loop or Pool node to be connected to a remote signing node pair. A bug in the remote signer health check was also fixed that lead to too many open connections.
Contributors (Alphabetical Order)
- Oliver Gugger