mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +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
|
## RPC
|
||||||
|
|
||||||
The `RegisterConfirmationsNtfn` call of the `chainnotifier` RPC sub-server [now
|
* The `RegisterConfirmationsNtfn` call of the `chainnotifier` RPC sub-server
|
||||||
optionally supports returning the entire block that confirmed the
|
[now optionally supports returning the entire block that confirmed the
|
||||||
transaction](https://github.com/lightningnetwork/lnd/pull/6730).
|
transaction](https://github.com/lightningnetwork/lnd/pull/6730).
|
||||||
|
|
||||||
* [Add `macaroon_root_key` field to
|
* [Add `macaroon_root_key` field to
|
||||||
`InitWalletRequest`](https://github.com/lightningnetwork/lnd/pull/6457) 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)
|
* [Catch and throw an error](https://github.com/lightningnetwork/lnd/pull/6945)
|
||||||
during `openchannel` if the local funding amount given is zero.
|
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
|
## Wallet
|
||||||
|
|
||||||
* [Allows Taproot public keys and tap scripts to be imported as watch-only
|
* [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
|
* Olaoluwa Osuntokun
|
||||||
* Oliver Gugger
|
* Oliver Gugger
|
||||||
* Priyansh Rastogi
|
* Priyansh Rastogi
|
||||||
|
* Roei Erez
|
||||||
|
|
Loading…
Add table
Reference in a new issue