lnd/docs/release-notes/release-notes-0.14.3.md
2022-03-24 14:13:06 +01:00

764 B

Release Notes

Bug fixes

  • The REST proxy (grpc-gateway library) had a fallback that redirected POST requests to another endpoint with the same URI if no endpoint for POST 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