mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 14:17:56 +01:00
docs: move v0.19.3 items to correct file
Moves the PRs that are going to be shipped with v0.19.3 into the correct release notes file.
This commit is contained in:
@@ -25,6 +25,14 @@
|
|||||||
messages simultaneously. The fix ensures only a single goroutine processes the
|
messages simultaneously. The fix ensures only a single goroutine processes the
|
||||||
backlog at any given time using an atomic flag.
|
backlog at any given time using an atomic flag.
|
||||||
|
|
||||||
|
- [Fix](https://github.com/lightningnetwork/lnd/pull/10107) a bug where child
|
||||||
|
logger's derived via `WithPrefix` did not inherit change log level changes
|
||||||
|
from their parent loggers.
|
||||||
|
|
||||||
|
- Fixed a [deadlock](https://github.com/lightningnetwork/lnd/pull/10108) that
|
||||||
|
can cause contract resolvers to be stuck at marking the channel force close as
|
||||||
|
being complete.
|
||||||
|
|
||||||
- [Fixed a bug in `btcwallet` that caused issues with Tapscript addresses being
|
- [Fixed a bug in `btcwallet` that caused issues with Tapscript addresses being
|
||||||
imported in a watch-only (e.g. remote-signing)
|
imported in a watch-only (e.g. remote-signing)
|
||||||
setup](https://github.com/lightningnetwork/lnd/pull/10119).
|
setup](https://github.com/lightningnetwork/lnd/pull/10119).
|
||||||
@@ -38,6 +46,10 @@
|
|||||||
|
|
||||||
## Functional Enhancements
|
## Functional Enhancements
|
||||||
|
|
||||||
|
* The default value for `gossip.msg-rate-bytes` has been
|
||||||
|
[increased](https://github.com/lightningnetwork/lnd/pull/10096) from 100KB to
|
||||||
|
1MB, and `gossip.msg-burst-bytes` has been increased from 200KB to 2MB.
|
||||||
|
|
||||||
- Previously, when sweeping non-time sensitive anchor outputs, they might be
|
- Previously, when sweeping non-time sensitive anchor outputs, they might be
|
||||||
grouped with other non-time sensitive outputs such as `to_local` outputs,
|
grouped with other non-time sensitive outputs such as `to_local` outputs,
|
||||||
which potentially allow the sweeping tx to be pinned. This is now
|
which potentially allow the sweeping tx to be pinned. This is now
|
||||||
@@ -79,6 +91,7 @@
|
|||||||
|
|
||||||
# Contributors (Alphabetical Order)
|
# Contributors (Alphabetical Order)
|
||||||
|
|
||||||
|
* Elle Mouton
|
||||||
* Olaoluwa Osuntokun
|
* Olaoluwa Osuntokun
|
||||||
* Oliver Gugger
|
* Oliver Gugger
|
||||||
* Yong Yu
|
* Yong Yu
|
||||||
|
|||||||
@@ -37,13 +37,6 @@
|
|||||||
known TLV fields were incorrectly encoded into the `ExtraData` field of
|
known TLV fields were incorrectly encoded into the `ExtraData` field of
|
||||||
messages in the dynamic commitment set.
|
messages in the dynamic commitment set.
|
||||||
|
|
||||||
- Fixed a [deadlock](https://github.com/lightningnetwork/lnd/pull/10108) that
|
|
||||||
can cause contract resolvers to be stuck at marking the channel force close as
|
|
||||||
being complete.
|
|
||||||
|
|
||||||
- [Fix](https://github.com/lightningnetwork/lnd/pull/10107) a bug where child
|
|
||||||
logger's derived via `WithPrefix` did not inherit change log level changes
|
|
||||||
from their parent loggers.
|
|
||||||
|
|
||||||
# New Features
|
# New Features
|
||||||
|
|
||||||
@@ -86,11 +79,6 @@ circuit. The indices are only available for forwarding events saved after v0.20.
|
|||||||
finish under this timeout value. Consider using a larger timeout value if you
|
finish under this timeout value. Consider using a larger timeout value if you
|
||||||
have a slow network.
|
have a slow network.
|
||||||
|
|
||||||
* The default value for `gossip.msg-rate-bytes` has been
|
|
||||||
[increased](https://github.com/lightningnetwork/lnd/pull/10096) from 100KB to
|
|
||||||
1MB, and `gossip.msg-burst-bytes` has been increased from 200KB to 2MB.
|
|
||||||
|
|
||||||
|
|
||||||
* Added [`deletecanceledinvoices`](
|
* Added [`deletecanceledinvoices`](
|
||||||
https://github.com/lightningnetwork/lnd/pull/9625) RPC to allow the removal of
|
https://github.com/lightningnetwork/lnd/pull/9625) RPC to allow the removal of
|
||||||
a canceled invoice. Supports deleting a canceled invoice by providing its
|
a canceled invoice. Supports deleting a canceled invoice by providing its
|
||||||
|
|||||||
Reference in New Issue
Block a user