Merge pull request #8998 from Abdulkbk/trx-pagination

pagination: add pagination to wallet transactions
This commit is contained in:
Oliver Gugger
2024-11-22 09:30:11 +01:00
committed by GitHub
14 changed files with 329 additions and 37 deletions

View File

@@ -62,6 +62,8 @@
# New Features
## Functional Enhancements
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
wallet transactions.
## RPC Additions
* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)
@@ -196,6 +198,7 @@ The underlying functionality between those two options remain the same.
# Contributors (Alphabetical Order)
* Abdullahi Yunus
* Animesh Bilthare
* Boris Nagaev
* CharlieZKSmith