lnd/docs/release-notes/release-notes-0.16.0.md
Jesse de Wit e05444c98c
release-notes: add trackpayments
Add the new TrackPayments api to the release notes.
2022-09-10 21:53:02 +02:00

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

Wallet

Build

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

Misc

lncli

Code Health

Tooling and documentation

Contributors (Alphabetical Order)

  • Carla Kirk-Cohen
  • cutiful
  • Daniel McNally
  • Elle Mouton
  • ErikEk
  • hieblmi
  • Jesse de Wit
  • Olaoluwa Osuntokun
  • Oliver Gugger
  • Priyansh Rastogi