mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
764 B
764 B
Release Notes
Bug fixes
-
The REST proxy (
grpc-gatewaylibrary) had a fallback that redirectedPOSTrequests to another endpoint with the same URI if no endpoint forPOSTwas registered. This default behavior was turned off, enabling strict HTTP method matching. -
The
SignOutputRawRPC 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