mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
The release notes for https://github.com/lightninglabs/lightning-terminal/pull/1168 accidentally got added to the `v0.16.0` release notes instead of the `v0.16.1` release notes. This commit moves the release note to the correct doc.
2.2 KiB
2.2 KiB
Release Notes
Lightning Terminal
Bug Fixes
Functional Changes/Additions
Technical and Architectural Updates
RPC Updates
- Updated litcli
to support sending an asset payment without specifying a single peer. This will
use the new multi-rfq feature of taproot-assets which will automatically pick
the rfq peers for you. The field
rfq_peer_pubkeyis now optional for both adding invoices and sending payments.
Integrated Binary Updates
-
Bumped dependencies for LND, taproot-assets, loop, lndclient.
-
Enhanced tap-channel integration tests to cover more edge cases and features, and also added coverage to verify support for channel versioning:
-
LND is now built with the
monitoringtag enabled which has been the default in standalone LND release builds since8491d0da43.
LND
- PR: Bump:
lnd@v0.20.0-beta.
Loop
- PR: Bump:
loop@v0.31.6-beta,loop/looprpc@v1.0.12,loop/swapserverrpc v1.0.19.
Pool
Faraday
Taproot Assets
- PR: Bump:
taproot-assets@v0.7.0,taproot-assets/taprpc@v1.0.11.