lnd/docs/release-notes/release-notes-0.14.2.md
Andreas Schjønhaug 1f50320fe1 General improvements to mobile instructions
* Using <details> and <summary> tags in the INSTALL.md to collapse the various platforms for installing, making the rendered page shorter and easier to read.
* Simplyfying the instructions for creating LND mobile
* Fixed bug in checkout of latest tagged release
* Fixed bug in command for moving proto definitions to same folder as xcframework file
* Use Go 1.17.6 for building the Swift proto definitions
* Added link to LND Builder’s Guide
2022-01-22 09:23:48 +01:00

4.2 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.

Database

Build System

Bug fixes

RPC Server

Routing

Documentation

Contributors (Alphabetical Order)

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