mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-17 13:07:41 +02:00
2.9 KiB
2.9 KiB
Release Notes
Lightning Terminal
Bug Fixes
Functional Changes/Additions
dev.Dockerfilenow uses cache mounts to cache theGOMODCACHEandGOCACHEdirectories so that dependencies don't need to be re-downloaded and re-built every time the image is re-created. As a result of this change,dev.Dockerfilenow requires BuildKit to build. When usingdocker build, this can be enabled by setting the environmental variableDOCKER_BUILDKIT=1. BuildKit also does not unnecessarily rebuild images when the build context is a remote git repository because COPY layers are more smartly compared to cache.
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.