mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
docs: add release notes for account payments
Add release notes for the new accounts payments CLI subcommand and associated RPC endpoint to the v0.17.1 release notes document.
This commit is contained in:
parent
0977e375d6
commit
c6d81a8713
1 changed files with 7 additions and 0 deletions
|
|
@ -33,6 +33,12 @@
|
|||
|
||||
### Functional Changes/Additions
|
||||
|
||||
* [Add accounts payments history subcommand](https://github.com/lightninglabs/lightning-terminal/pull/1316):
|
||||
Added the `litcli accounts payments` subcommand and corresponding gRPC
|
||||
endpoint `AccountPayments` to retrieve the off-chain payment history of
|
||||
an account, supporting pagination (sorted in ascending lexicographical
|
||||
order of their payment hash) and counting of total payments.
|
||||
|
||||
### Technical and Architectural Updates
|
||||
|
||||
* [Report litd's own version for `litd
|
||||
|
|
@ -57,4 +63,5 @@
|
|||
|
||||
* 0xfandom
|
||||
* bitromortac
|
||||
* Cyberguru1
|
||||
* Vandit Singh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue