mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 14:50:40 +01:00
1.6 KiB
1.6 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_key
field toInitWalletRequest
to allow specifying a root key for macaroons during wallet init rather than having lnd randomly generate one for you. -
A new
SignedInputs
field is added toSignPsbtResponse
that returns the indices of inputs that were signed by our wallet. Prior to this changeSignPsbt
didn'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.
lncli
- Add an
insecure
flag to skip tls auth as well as ametadata
string 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
Contributors (Alphabetical Order)
- Carla Kirk-Cohen
- Daniel McNally
- Elle Mouton
- ErikEk
- hieblmi
- Olaoluwa Osuntokun
- Oliver Gugger