mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
Add release notes for the new accounts payments CLI subcommand and associated RPC endpoint to the v0.17.1 release notes document.
2.1 KiB
2.1 KiB
Release Notes
Lightning Terminal
Bug Fixes
-
Gate wallet-ready status on lnd's actual RPC readiness: Fixed a startup race where litd could report the LND sub-server as "Wallet Ready" before lnd's RPC interceptor had actually left its
WAITING_TO_STARTstate, so the very next call could still fail withrpc error: ... waiting to start. -
Don't mask account payment errors when request values are absent: When a streaming account payment (
SendPaymentV2/SendToRouteV2) fails and lnd returns a terminal error after the request values have already been cleaned up, lnd's underlying error is now passed through to the caller instead of being masked by a confusingno request values found for request: <id>error.
Functional Changes/Additions
- Add accounts payments history subcommand:
Added the
litcli accounts paymentssubcommand and corresponding gRPC endpointAccountPaymentsto 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 -V: The-Vflag now prints litd's version instead of the integrated lnd version.
RPC Updates
Integrated Binary Updates
LND
Loop
Pool
Faraday
Taproot Assets
Contributors (Alphabetical Order)
- 0xfandom
- bitromortac
- Cyberguru1
- Vandit Singh