LND v0.19.0-beta: RBF Cooperative Close, Improved Payment Reliability & More
[Contribute to keep No Bullshit Bitcoin news going.](https://geyser.fund/project/nobsbitcoin)
> "We are excited to announce the release of LND v0.19.0 beta! This new release focuses on making LND more secure, scalable, and reliable for powering global bitcoin and stablecoin transactions," was announced in a blog post.
> "As always, we are grateful for the ongoing support of our external contributors across development, review, and testing. A total of 51 developers contributed to this release. For the complete list of changes included in this release, check out the [full release notes](https://github.com/lightningnetwork/lnd/releases/tag/v0.19.0-beta)."
What's new
optionsimpleclose for this new protocol to work. This new feature can be activated with a new config flag: --protocol.rbf-coop-close.disable-backup-archive (default: false), to control whether previous backups are archived.MaxWaitNumBlocksFundingConf configurable for faster test timeouts, with a default of 2016 blocks for production.--sweeper.budget.deadlinehtlcratio and --sweeper.budget.deadlinehtlc.lncli wallet releaseoutput (WalletKit.ReleaseOutput RPC)lncli wallet accounts import-pubkey (WalletKit.ImportPublicKey RPC)lncli wallet labeltx (WalletKit.LabelTransaction RPC)lncli sendcustom (Lightning.SendCustomMessage RPC)lncli connect (Lightning.ConnectPeer RPC)lncli disconnect (Lightning.DisconnectPeer RPC)lncli stop (Lightning.Stop RPC)lncli deletepayments (Lightning.DeleteAllPaymentsResponse RPC)lncli abandonchannel (Lightning.AbandonChannel RPC)lncli restorechanbackup (Lightning.RestoreChannelBackups RPC)lncli verifychanbackup (Lightning.VerifyChanBackup RPC)PendingSweeps to return all registered outputs in the RPC response, regardless of future locktime, enabling planning for upcoming sweeps and custom aggregation logic. Added MaturityHeight field to PendingSweep for absolute locktime value.
Write a comment