docs: update release notes

This commit is contained in:
Elle Mouton 2022-10-04 16:58:36 +02:00
parent 105c44df9b
commit 2294e11b7a
No known key found for this signature in database
GPG Key ID: D7D916376026F177

View File

@ -102,6 +102,14 @@ crash](https://github.com/lightningnetwork/lnd/pull/7019).
* [The `tlv` package now allows decoding records larger than 65535 bytes. The
caller is expected to know that doing so with untrusted input is
unsafe.](https://github.com/lightningnetwork/lnd/pull/6779)
## Watchtowers
* [Create a towerID-to-sessionID index in the wtclient DB to improve the
speed of listing sessions for a particular tower ID](
https://github.com/lightningnetwork/lnd/pull/6972). This PR also ensures a
closer coupling of Towers and Sessions and ensures that a session cannot be
added if the tower it is referring to does not exist.
### Tooling and documentation