lnd/docs/release-notes/release-notes-0.16.1.md
Olaoluwa Osuntokun 3d2daeefd8
sweep: remove conflicted sweep txns from the rebroadcaster
In this commit, we an existing gap in our rebroadcast handling logic. As
is, if we're trying to sweep a transaction and a conflicting transaction
is mined (timeout lands on chain, anchor swept), then we'll continue to
try to rebroadcast the tx in the background.

To resolve this, we give the sweeper a new closure function that it can
use to mark conflicted transactions as no longer requiring rebroadcast.
2023-04-21 11:53:08 -07:00

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