2024-05-31 09:44:48 -04:00
|
|
|
# Release Notes
|
|
|
|
- [Bug Fixes](#bug-fixes)
|
|
|
|
- [New Features](#new-features)
|
|
|
|
- [Functional Enhancements](#functional-enhancements)
|
|
|
|
- [RPC Additions](#rpc-additions)
|
|
|
|
- [lncli Additions](#lncli-additions)
|
|
|
|
- [Improvements](#improvements)
|
|
|
|
- [Functional Updates](#functional-updates)
|
|
|
|
- [RPC Updates](#rpc-updates)
|
|
|
|
- [lncli Updates](#lncli-updates)
|
|
|
|
- [Breaking Changes](#breaking-changes)
|
|
|
|
- [Performance Improvements](#performance-improvements)
|
|
|
|
- [Technical and Architectural Updates](#technical-and-architectural-updates)
|
|
|
|
- [BOLT Spec Updates](#bolt-spec-updates)
|
|
|
|
- [Testing](#testing)
|
|
|
|
- [Database](#database)
|
|
|
|
- [Code Health](#code-health)
|
|
|
|
- [Tooling and Documentation](#tooling-and-documentation)
|
|
|
|
|
|
|
|
# Bug Fixes
|
|
|
|
|
2024-06-05 16:17:39 -07:00
|
|
|
* `closedchannels` now [successfully reports](https://github.com/lightningnetwork/lnd/pull/8800)
|
|
|
|
settled balances even if the delivery address is set to an address that
|
|
|
|
LND does not control.
|
2024-06-10 15:07:14 +02:00
|
|
|
|
2024-06-10 11:01:49 +02:00
|
|
|
* [SendPaymentV2](https://github.com/lightningnetwork/lnd/pull/8734) now cancels
|
|
|
|
the background payment loop if the user cancels the stream context.
|
2024-06-05 16:17:39 -07:00
|
|
|
|
2024-06-10 15:07:14 +02:00
|
|
|
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/8822) that caused
|
|
|
|
LND to read the config only partially and continued with the startup.
|
|
|
|
|
2024-05-31 09:44:48 -04:00
|
|
|
# New Features
|
|
|
|
## Functional Enhancements
|
|
|
|
## RPC Additions
|
2024-06-10 11:01:49 +02:00
|
|
|
|
|
|
|
* The [SendPaymentRequest](https://github.com/lightningnetwork/lnd/pull/8734)
|
|
|
|
message receives a new flag `cancelable` which indicates if the payment loop
|
|
|
|
is cancelable. The cancellation can either occur manually by cancelling the
|
|
|
|
send payment stream context, or automatically at the end of the timeout period
|
|
|
|
if the user provided `timeout_seconds`.
|
|
|
|
|
2024-05-31 09:44:48 -04:00
|
|
|
## lncli Additions
|
|
|
|
|
2024-06-02 11:06:25 -04:00
|
|
|
* [Added](https://github.com/lightningnetwork/lnd/pull/8491) the `cltv_expiry`
|
|
|
|
argument to `addinvoice` and `addholdinvoice`, allowing users to set the
|
2024-06-10 11:01:49 +02:00
|
|
|
`min_final_cltv_expiry_delta`.
|
2024-06-02 11:06:25 -04:00
|
|
|
|
2024-05-05 23:19:32 +02:00
|
|
|
* The [`lncli wallet estimatefeerate`](https://github.com/lightningnetwork/lnd/pull/8730)
|
|
|
|
command returns the fee rate estimate for on-chain transactions in sat/kw and
|
|
|
|
sat/vb to achieve a given confirmation target.
|
|
|
|
|
2024-05-31 09:44:48 -04:00
|
|
|
# Improvements
|
|
|
|
## Functional Updates
|
|
|
|
## RPC Updates
|
2024-06-03 11:28:26 +02:00
|
|
|
|
|
|
|
* [`xImportMissionControl`](https://github.com/lightningnetwork/lnd/pull/8779)
|
|
|
|
now accepts `0` failure amounts.
|
|
|
|
|
2024-06-06 13:34:51 +02:00
|
|
|
* [`ChanInfoRequest`](https://github.com/lightningnetwork/lnd/pull/8813)
|
|
|
|
adds support for channel points.
|
|
|
|
|
2024-05-31 09:44:48 -04:00
|
|
|
## lncli Updates
|
2024-06-03 11:28:26 +02:00
|
|
|
|
|
|
|
* [`importmc`](https://github.com/lightningnetwork/lnd/pull/8779) now accepts
|
|
|
|
`0` failure amounts.
|
2024-06-06 13:34:51 +02:00
|
|
|
|
|
|
|
* [`getchaninfo`](https://github.com/lightningnetwork/lnd/pull/8813) now accepts
|
|
|
|
a channel outpoint besides a channel id.
|
2024-06-03 11:28:26 +02:00
|
|
|
|
2024-06-10 17:00:39 +02:00
|
|
|
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8823) how we parse the
|
|
|
|
`--amp` flag when sending a payment specifying the payment request.
|
|
|
|
|
2024-05-31 09:44:48 -04:00
|
|
|
## Code Health
|
|
|
|
## Breaking Changes
|
|
|
|
## Performance Improvements
|
|
|
|
|
2024-06-13 13:48:33 -03:00
|
|
|
* Mission Control Store [improved performance during DB
|
|
|
|
flushing](https://github.com/lightningnetwork/lnd/pull/8549) stage.
|
|
|
|
|
2024-05-31 09:44:48 -04:00
|
|
|
# Technical and Architectural Updates
|
|
|
|
## BOLT Spec Updates
|
|
|
|
## Testing
|
|
|
|
## Database
|
|
|
|
## Code Health
|
|
|
|
## Tooling and Documentation
|
|
|
|
|
|
|
|
# Contributors (Alphabetical Order)
|
2024-06-03 11:28:26 +02:00
|
|
|
|
2024-06-10 17:00:39 +02:00
|
|
|
* Andras Banki-Horvath
|
2024-06-03 11:28:26 +02:00
|
|
|
* Bufo
|
2024-06-13 13:48:33 -03:00
|
|
|
* Matheus Degiovani
|
2024-06-10 11:01:49 +02:00
|
|
|
* Slyghtning
|