lnd/docs/release-notes/release-notes-0.16.1.md
Olaoluwa Osuntokun fc3b8bff69 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 14:01:48 -07:00

4.3 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

Documentation

  • Update Postgres.md to clarify how the database is currently used as a Key-Value store, but in the future will have new schema introduced.

Contributors (Alphabetical Order)

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