2.2 KiB
Release Notes
RPC
The RegisterConfirmationsNtfn call of the chainnotifier RPC sub-server now
optionally supports returning the entire block that confirmed the
transaction.
-
Add
macaroon_root_keyfield toInitWalletRequestto allow specifying a root key for macaroons during wallet init rather than having lnd randomly generate one for you. -
A new
SignedInputsfield is added toSignPsbtResponsethat returns the indices of inputs that were signed by our wallet. Prior to this changeSignPsbtdidn't indicate whether the Psbt held any inputs for our wallet to sign.
Misc
-
Warning messages from peers are now recognized and logged by lnd.
-
The macaroon key store implementation was refactored to be more generally usable.
-
Fixed a bug where cookie authentication with Tor would fail if the cookie path contained spaces. With the module updated,
lndnow parses Tor control port messages correctly.
lncli
- Add an
insecureflag to skip tls auth as well as ametadatastring slice flag that allows the caller to specify key-value string pairs that should be appended to the outgoing context.
Code Health
Tooling and documentation
-
Updated the github actions to use
make fmt-checkin its build process.
Contributors (Alphabetical Order)
- Carla Kirk-Cohen
- cutiful
- Daniel McNally
- Elle Mouton
- ErikEk
- hieblmi
- Olaoluwa Osuntokun
- Oliver Gugger
- Priyansh Rastogi