mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
docs: add release note for peer conn fix
This commit is contained in:
parent
85b626e6a7
commit
c9aa034ec9
1 changed files with 12 additions and 8 deletions
|
@ -1,13 +1,5 @@
|
|||
# Release Notes
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
* [Return the nearest known fee rate when a given conf target cannot be found
|
||||
from Web API fee estimator.](https://github.com/lightningnetwork/lnd/pull/6062)
|
||||
|
||||
* [We now _always_ set a channel type if the other party signals the feature
|
||||
bit](https://github.com/lightningnetwork/lnd/pull/6075).
|
||||
|
||||
## Wallet
|
||||
|
||||
* A bug that prevented opening anchor-based channels from external wallets when
|
||||
|
@ -31,6 +23,12 @@
|
|||
|
||||
## Bug fixes
|
||||
|
||||
* [Return the nearest known fee rate when a given conf target cannot be found
|
||||
from Web API fee estimator.](https://github.com/lightningnetwork/lnd/pull/6062)
|
||||
|
||||
* [We now _always_ set a channel type if the other party signals the feature
|
||||
bit](https://github.com/lightningnetwork/lnd/pull/6075).
|
||||
|
||||
* [Add json flag to
|
||||
trackpayment](https://github.com/lightningnetwork/lnd/pull/6060)
|
||||
* [Clarify invalid config timeout
|
||||
|
@ -47,6 +45,12 @@
|
|||
|
||||
* [Fix Postgres context cancellation](https://github.com/lightningnetwork/lnd/pull/6108)
|
||||
|
||||
* A conflict was found in connecting peers, where the peer bootstrapping
|
||||
process and persistent connection could compete connection for a peer that
|
||||
led to an already made connection being lost. [This is now fixed so that
|
||||
bootstrapping will always ignore the peers chosen by the persistent
|
||||
connection.](https://github.com/lightningnetwork/lnd/pull/6082)
|
||||
|
||||
## RPC Server
|
||||
|
||||
* [ChanStatusFlags is now
|
||||
|
|
Loading…
Add table
Reference in a new issue