lnd/docs/release-notes/release-notes-0.16.1.md
Elle Mouton 784dc8d530
funding: use default fwding policy if persisted values not found
In this commit, a bug is fixed in the funding manager that could result
in the funding process erroring out if the persisted initial forwarding
policy is not found. This could occur if a node restarts after opening a
channel that is not yet fully confirmed and also upgrades their node
from a pre-0.16 version to 0.16 since the values are only expected to be
persisted after 0.16.
2023-04-19 11:51:32 +02:00

3.7 KiB

Release Notes

Wallet

lncli

Watchtowers

Build

Misc

Spec

RPC

  • A debug log has been added to lnrpc so the node operator can know whether a certain request has happened or not.

  • Add peer_scid_alias to the response of listchannels

  • Message funding_locked has been renamed to channel_ready internally to match the specs update. This should not change anything for the users since the message type(36) stays unchanged, except in the logging all the appearance of funding_locked replated experssion is replaced with channel_ready.

Bug Fixes

Contributors (Alphabetical Order)

  • ardevd
  • Elle Mouton
  • hieblmi
  • Oliver Gugger
  • Pierre Beugnet
  • Tommy Volk
  • Yong Yu
  • ziggie1984