mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
docs: update release notes
This commit is contained in:
parent
c2ad6444a7
commit
fba6cae44b
1 changed files with 7 additions and 3 deletions
|
@ -7,9 +7,9 @@
|
|||
|
||||
## RPC
|
||||
|
||||
The `RegisterConfirmationsNtfn` call of the `chainnotifier` RPC sub-server [now
|
||||
optionally supports returning the entire block that confirmed the
|
||||
transaction](https://github.com/lightningnetwork/lnd/pull/6730).
|
||||
* The `RegisterConfirmationsNtfn` call of the `chainnotifier` RPC sub-server
|
||||
[now optionally supports returning the entire block that confirmed the
|
||||
transaction](https://github.com/lightningnetwork/lnd/pull/6730).
|
||||
|
||||
* [Add `macaroon_root_key` field to
|
||||
`InitWalletRequest`](https://github.com/lightningnetwork/lnd/pull/6457) to
|
||||
|
@ -30,6 +30,9 @@ transaction](https://github.com/lightningnetwork/lnd/pull/6730).
|
|||
* [Catch and throw an error](https://github.com/lightningnetwork/lnd/pull/6945)
|
||||
during `openchannel` if the local funding amount given is zero.
|
||||
|
||||
* [Make remote channel reserve amount configurable for
|
||||
`openchannel`](https://github.com/lightningnetwork/lnd/pull/6956)
|
||||
|
||||
## Wallet
|
||||
|
||||
* [Allows Taproot public keys and tap scripts to be imported as watch-only
|
||||
|
@ -122,3 +125,4 @@ minimum version needed to build the project.
|
|||
* Olaoluwa Osuntokun
|
||||
* Oliver Gugger
|
||||
* Priyansh Rastogi
|
||||
* Roei Erez
|
||||
|
|
Loading…
Add table
Reference in a new issue