lnd/docs/release-notes/release-notes-0.14.2.md
Oliver Gugger 617be6f994
Merge pull request #6140 from bottlepay/fix-duplicate-close
htlcswitch: fix duplicate close
2022-01-11 11:08:30 +01:00

3.3 KiB

Release Notes

Remote signing

The remote signing setup was simplified in that the signing node now does not need to be hooked up to its own chain backend. A new mock chain backend can be specified with --bitcoin.node=nochainbackend. That way a wallet will be created and all signing RPCs work but the node will not look at any chain data. It can therefore be fully offline except for a single incoming gRPC connection from the watch-only node.

Wallet

  • A bug that prevented opening anchor-based channels from external wallets when the internal wallet was empty even though the transaction contained a sufficiently large output belonging to the internal wallet was fixed. In other words, freshly-installed LND can now be initialized with multiple channels from an external (e.g. hardware) wallet in a single transaction.

Build System

Bug fixes

RPC Server

Contributors (Alphabetical Order)

  • Andras Banki-Horvath
  • Bjarne Magnussen
  • Elle Mouton
  • Harsha Goli
  • Joost Jager
  • Martin Habovštiak
  • Naveen Srinivasan
  • Oliver Gugger
  • Yong Yu