From d72d2edfeaec35d863d840735e3a6bbe94238c46 Mon Sep 17 00:00:00 2001 From: ffranr Date: Thu, 1 Dec 2022 23:35:13 +0000 Subject: [PATCH] docs: add release notes for chainkit RPC/cli --- docs/release-notes/release-notes-0.16.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index e6df3304e..4afff6d7b 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -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