mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
docs: add release notes for chainkit RPC/cli
This commit is contained in:
parent
bab526f655
commit
d72d2edfea
1 changed files with 11 additions and 0 deletions
|
@ -73,6 +73,11 @@
|
|||
`ListInvoiceRequest` and
|
||||
`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
|
||||
|
||||
* [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)
|
||||
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
|
||||
|
||||
* [test: use `T.TempDir` to create temporary test
|
||||
|
@ -300,6 +310,7 @@ refactor the itest for code health and maintenance.
|
|||
* Olaoluwa Osuntokun
|
||||
* Oliver Gugger
|
||||
* Priyansh Rastogi
|
||||
* Robyn Ffrancon
|
||||
* Roei Erez
|
||||
* Tommy Volk
|
||||
* Yong Yu
|
||||
|
|
Loading…
Add table
Reference in a new issue