Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.04 KB

release-notes-0.16.3.md

File metadata and controls

35 lines (24 loc) · 1.04 KB

Release Notes

Mempool Optimizations

Misc

Channel Link Bug Fix

  • If we detect the remote link is inactive, we'll now tear down the connection in addition to stopping the link's statemachine. If we're persistently connected with the peer, then this'll force a reconnect, which may restart things and help avoid certain force close scenarios.

Consistent Contract Resolution

  • If lnd decides to go to chain for an HTLC, it will now always ensure the HTLC is fully swept on the outgoing link. Prior logic would avoid sweeping due to negative yield, but combined with other inputs, the HTLC will usually be positive yield.

Contributors (Alphabetical Order)

  • Elle Mouton
  • Olaoluwa Osuntokun
  • Yong Yu