lnd/docs/release-notes/release-notes-0.16.0.md
2022-10-25 18:17:35 +02:00

8.2 KiB

Release Notes

BOLT Specs

  • Warning messages from peers are now recognized and logged by lnd.

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 to InitWalletRequest 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 to SignPsbtResponse that returns the indices of inputs that were signed by our wallet. Prior to this change SignPsbt didn't indicate whether the Psbt held any inputs for our wallet to sign.

  • Add list addresses RPC.

  • Add TrackPayments method to the RPC to allow subscribing to updates from any inflight payment. Similar to TrackPaymentV2, but for any inflight payment.

  • Catch and throw an error during openchannel if the local funding amount given is zero.

  • Extend the HTLC interceptor server implementation with watchdog functionality to cancel back HTLCs for which an interceptor client does not provide a resolution in time. If an HTLC expires, the counterparty will claim it back on-chain and the receiver will lose it. Therefore the receiver can just as well fail off-chain a few blocks before so that the channel is saved.

  • Make remote channel reserve amount configurable for openchannel

  • ForwardingHistory now enriches each forwarding event with inbound and outbound peer alias names. In order for UIs to preserve the performance of this RPC the alias lookup can be skipped by specifying skip_peer_alias_lookup. lncli fwdinghistory also adds a flag skip_peer_alias_lookup to skip the lookup.

  • The graph lookups method DescribeGraph, GetNodeInfo and GetChanInfo now expose tlv data that is broadcast over the gossip network.

Wallet

Build

The project has updated to Go 1.19! Go 1.18 is now the minimum version needed to build the project.

The minimum recommended version of the Go 1.19.x series is 1.19.2 because 1.19.1 contained a bug that affected lnd and resulted in a crash.

Use Go's runtime/debug package to get information about the build

Misc

lncli

Code Health

Watchtowers

Tooling and documentation

Integration test

The lntest has been refactored to provide a better testing suite for writing integration tests. A new defined structure is implemented, please refer to README for more details.

Contributors (Alphabetical Order)

  • Carla Kirk-Cohen
  • cutiful
  • Daniel McNally
  • Elle Mouton
  • ErikEk
  • Eugene Siegel
  • Graham Krizek
  • hieblmi
  • Jesse de Wit
  • Joost Jager
  • Jordi Montes
  • Matt Morehouse
  • Michael Street
  • Olaoluwa Osuntokun
  • Oliver Gugger
  • Priyansh Rastogi
  • Roei Erez
  • Yong Yu