mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
2.2 KiB
2.2 KiB
Release Notes
Lightning Terminal
Bug Fixes
- Improve channel restriction resilience: The channel restriction rule no longer fails to initialize when restricted channels are closed.
Functional Changes/Additions
-
Add a
firewall.request-logger.disableconfig flag and require action logging when autopilot is enabled. -
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
Integrated Binary Updates
LND
- PR: Bump:
lnd@v0.20.1-beta.
Loop
- PR: Bump:
loop@v0.31.8-beta,loop/looprpc@v1.0.13,loop/swapserverrpc v1.0.20.
Pool
Faraday
Taproot Assets
- PR: Bump:
taproot-assets@v0.7.1,loop/taprpc@v1.0.12.
Contributors (Alphabetical Order)
- bitromortac
- Elle Mouton
- ViktorT-11