update release-notes-0.17

This commit is contained in:
Torakushi 2023-04-20 14:32:11 +02:00
parent 77d3f00c3b
commit be4dae0ec5
No known key found for this signature in database
GPG Key ID: 19C7D027EAB8B169

View File

@ -80,6 +80,13 @@ package](https://github.com/lightningnetwork/lnd/pull/7356)
* [Fixed a bug where we didn't check for correct networks when submitting
onchain transactions](https://github.com/lightningnetwork/lnd/pull/6448).
* [Fix non-deterministic behaviour in RPC calls for
custom accounts](https://github.com/lightningnetwork/lnd/pull/7565).
In theory, it should be only one custom account with a given name. However,
due to a lack of check, users could have created custom accounts with various
key scopes. The non-deterministic behaviours linked to this case are fixed,
and users can no longer create two custom accounts with the same name.
## Misc
* [Generate default macaroons
@ -157,6 +164,7 @@ unlock or create.
* Michael Street
* MG-ng
* Oliver Gugger
* Pierre Beugnet
* Satarupa Deb
* Shaurya Arora
* Torkel Rogstad