mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-05 10:39:03 +02:00
docs: update release notes with #7025
This commit is contained in:
parent
3ff5abc9e3
commit
ca05335083
@ -89,6 +89,9 @@ https://github.com/lightningnetwork/lnd/pull/6963/)
|
||||
* [Fixed a flake in the TestBlockCacheMutexes unit
|
||||
test](https://github.com/lightningnetwork/lnd/pull/7029).
|
||||
|
||||
* [Create a helper function to wait for peer to come
|
||||
online](https://github.com/lightningnetwork/lnd/pull/6931).
|
||||
|
||||
## `lncli`
|
||||
* [Add an `insecure` flag to skip tls auth as well as a `metadata` string slice
|
||||
flag](https://github.com/lightningnetwork/lnd/pull/6818) that allows the
|
||||
@ -119,6 +122,12 @@ https://github.com/lightningnetwork/lnd/pull/6963/)
|
||||
caller is expected to know that doing so with untrusted input is
|
||||
unsafe.](https://github.com/lightningnetwork/lnd/pull/6779)
|
||||
|
||||
* [test: replace defer cleanup with
|
||||
`t.Cleanup`](https://github.com/lightningnetwork/lnd/pull/6864).
|
||||
|
||||
* [test: fix loop variables being accessed in
|
||||
closures](https://github.com/lightningnetwork/lnd/pull/7032).
|
||||
|
||||
## Watchtowers
|
||||
|
||||
* [Create a towerID-to-sessionID index in the wtclient DB to improve the
|
||||
@ -131,14 +140,10 @@ https://github.com/lightningnetwork/lnd/pull/6963/)
|
||||
struct](https://github.com/lightningnetwork/lnd/pull/6928) in order to
|
||||
improve the performance of fetching a `ClientSession` from the DB.
|
||||
|
||||
* [Create a helper function to wait for peer to come
|
||||
online](https://github.com/lightningnetwork/lnd/pull/6931).
|
||||
|
||||
* [test: replace defer cleanup with
|
||||
`t.Cleanup`](https://github.com/lightningnetwork/lnd/pull/6864).
|
||||
|
||||
* [test: fix loop variables being accessed in
|
||||
closures](https://github.com/lightningnetwork/lnd/pull/7032).
|
||||
* [Allow user to update tower address without requiring a restart. Also allow
|
||||
the removal of a tower address if the current session negotiation is not
|
||||
using the address in question](
|
||||
https://github.com/lightningnetwork/lnd/pull/7025)
|
||||
|
||||
### Tooling and documentation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user