mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 08:02:25 +02:00
docs: add release note for revocation log removal
This commit is contained in:
@@ -227,6 +227,11 @@ then watch it on chain. Taproot script spends are also supported through the
|
|||||||
* Add [htlc expiry protection](https://github.com/lightningnetwork/lnd/pull/6212)
|
* Add [htlc expiry protection](https://github.com/lightningnetwork/lnd/pull/6212)
|
||||||
to the htlc interceptor API.
|
to the htlc interceptor API.
|
||||||
|
|
||||||
|
* In order to safely advance commitment state, `lnd` saves the past states and
|
||||||
|
constructs a justice transaction in case of a remote breach. The states can
|
||||||
|
grow very large on disk given a busy operating channel, [which is now changed
|
||||||
|
with a space deduction over (at least) 96 percents.](https://github.com/lightningnetwork/lnd/pull/6347)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* Improved instructions on [how to build lnd for mobile](https://github.com/lightningnetwork/lnd/pull/6085).
|
* Improved instructions on [how to build lnd for mobile](https://github.com/lightningnetwork/lnd/pull/6085).
|
||||||
|
Reference in New Issue
Block a user