lnd/docs/release-notes/release-notes-0.16.1.md
Olaoluwa Osuntokun 588a7eb9ca
Merge pull request #7599 from Roasbeef/sweeper-rebroadcaster-interaction
sweep: remove conflicted sweep txns from the rebroadcaster
2023-04-21 13:58:50 -07:00

4.1 KiB

Release Notes

Routing

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
  • Olaoluwa Osuntokun
  • Pierre Beugnet
  • Tommy Volk
  • Yong Yu
  • ziggie1984