mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
docs: move 0.18.4 items, add full list of custom chan PRs
This commit is contained in:
parent
414894348a
commit
9a1adbeeaa
2 changed files with 19 additions and 11 deletions
|
@ -18,11 +18,23 @@
|
||||||
- [Tooling and Documentation](#tooling-and-documentation)
|
- [Tooling and Documentation](#tooling-and-documentation)
|
||||||
|
|
||||||
# Bug Fixes
|
# Bug Fixes
|
||||||
|
|
||||||
|
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9134) that would
|
||||||
|
cause a nil pointer dereference during the probing of a payment request that
|
||||||
|
does not contain a payment address.
|
||||||
|
|
||||||
# New Features
|
# New Features
|
||||||
|
|
||||||
The main channel state machine and database now allow for processing and storing
|
The main channel state machine and database now allow for processing and storing
|
||||||
custom Taproot script leaves, [allowing the implementation of custom channel
|
custom Taproot script leaves, allowing the implementation of custom channel
|
||||||
types](https://github.com/lightningnetwork/lnd/pull/8960).
|
types in a series of changes:
|
||||||
|
* https://github.com/lightningnetwork/lnd/pull/9025
|
||||||
|
* https://github.com/lightningnetwork/lnd/pull/9030
|
||||||
|
* https://github.com/lightningnetwork/lnd/pull/9049
|
||||||
|
* https://github.com/lightningnetwork/lnd/pull/9072
|
||||||
|
* https://github.com/lightningnetwork/lnd/pull/9095
|
||||||
|
* https://github.com/lightningnetwork/lnd/pull/8960
|
||||||
|
* https://github.com/lightningnetwork/lnd/pull/9194
|
||||||
|
|
||||||
## Functional Enhancements
|
## Functional Enhancements
|
||||||
|
|
||||||
|
@ -82,6 +94,10 @@ types](https://github.com/lightningnetwork/lnd/pull/8960).
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
## Performance Improvements
|
## Performance Improvements
|
||||||
|
|
||||||
|
* [A new method](https://github.com/lightningnetwork/lnd/pull/9195)
|
||||||
|
`AssertTxnsNotInMempool` has been added to `lntest` package to allow batch
|
||||||
|
exclusion check in itest.
|
||||||
|
|
||||||
# Technical and Architectural Updates
|
# Technical and Architectural Updates
|
||||||
## BOLT Spec Updates
|
## BOLT Spec Updates
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,6 @@
|
||||||
propagate mission control and debug level config values to the main LND config
|
propagate mission control and debug level config values to the main LND config
|
||||||
struct so that the GetDebugInfo response is accurate.
|
struct so that the GetDebugInfo response is accurate.
|
||||||
|
|
||||||
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9134) that would
|
|
||||||
cause a nil pointer dereference during the probing of a payment request that
|
|
||||||
does not contain a payment address.
|
|
||||||
|
|
||||||
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9033) where we
|
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9033) where we
|
||||||
would not signal an error when trying to bump an non-anchor channel but
|
would not signal an error when trying to bump an non-anchor channel but
|
||||||
instead report a successful cpfp registration although no fee bumping is
|
instead report a successful cpfp registration although no fee bumping is
|
||||||
|
@ -159,10 +155,6 @@ The underlying functionality between those two options remain the same.
|
||||||
|
|
||||||
* Log rotation can now use ZSTD
|
* Log rotation can now use ZSTD
|
||||||
|
|
||||||
* [A new method](https://github.com/lightningnetwork/lnd/pull/9195)
|
|
||||||
`AssertTxnsNotInMempool` has been added to `lntest` package to allow batch
|
|
||||||
exclusion check in itest.
|
|
||||||
|
|
||||||
# Technical and Architectural Updates
|
# Technical and Architectural Updates
|
||||||
## BOLT Spec Updates
|
## BOLT Spec Updates
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue