mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-15 07:32:39 +02:00
docs: add release notes for chainkit RPC/cli
This commit is contained in:
@ -73,6 +73,11 @@
|
|||||||
`ListInvoiceRequest` and
|
`ListInvoiceRequest` and
|
||||||
`ListPaymentsRequest`](https://github.com/lightningnetwork/lnd/pull/7159).
|
`ListPaymentsRequest`](https://github.com/lightningnetwork/lnd/pull/7159).
|
||||||
|
|
||||||
|
* [Add chainkit RPC endpoints](https://github.com/lightningnetwork/lnd/pull/7197):
|
||||||
|
GetBlock, GetBestBlock, GetBlockHash. These endpoints provide access to chain
|
||||||
|
block data.
|
||||||
|
|
||||||
|
|
||||||
## 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
|
||||||
@ -205,6 +210,11 @@ certain large transactions](https://github.com/lightningnetwork/lnd/pull/7100).
|
|||||||
* [Allow lncli to read binary PSBTs](https://github.com/lightningnetwork/lnd/pull/7122)
|
* [Allow lncli to read binary PSBTs](https://github.com/lightningnetwork/lnd/pull/7122)
|
||||||
from a file during PSBT channel funding flow to comply with [BIP 174](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#specification)
|
from a file during PSBT channel funding flow to comply with [BIP 174](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#specification)
|
||||||
|
|
||||||
|
* [Add interface to chainkit RPC](https://github.com/lightningnetwork/lnd/pull/7197).
|
||||||
|
This addition consists of the `chain` subcommand group: `getblock`,
|
||||||
|
`getblockhash`, and `getbestblock`. These commands provide access to chain
|
||||||
|
block data.
|
||||||
|
|
||||||
## Code Health
|
## Code Health
|
||||||
|
|
||||||
* [test: use `T.TempDir` to create temporary test
|
* [test: use `T.TempDir` to create temporary test
|
||||||
@ -300,6 +310,7 @@ refactor the itest for code health and maintenance.
|
|||||||
* Olaoluwa Osuntokun
|
* Olaoluwa Osuntokun
|
||||||
* Oliver Gugger
|
* Oliver Gugger
|
||||||
* Priyansh Rastogi
|
* Priyansh Rastogi
|
||||||
|
* Robyn Ffrancon
|
||||||
* Roei Erez
|
* Roei Erez
|
||||||
* Tommy Volk
|
* Tommy Volk
|
||||||
* Yong Yu
|
* Yong Yu
|
||||||
|
Reference in New Issue
Block a user