2.5 KiB
Release Notes
Lightning Terminal
Bug Fixes
Functional Changes/Additions
-
Disable the
GRPCinternal low-level connection logger by default. It can still be enabled by adding,GRPC=infoat the end of thelnd.debuglevelorremote.lit-debuglevelconfiguration options. -
Add a new
lndrpctimeoutconfiguration option that configures the default timeout that is used when waiting for a response on any call tolnd. This value is used by all subservers for all calls, so a sufficiently long duration (>= 30 seconds) should be used. The default value was bumped from 30 seconds to 3 minutes. -
Add support for connecting LiT to a signet network. This can be done using the
--network=signetconfig option. -
Add custom channel functionality to
litd. Custom channels with Taproot Assets can now be created whenlitdruns in integratedlndmode (lnd-mode=integrated) with the Taproot Assets daemon also running in integrated mode (taproot-assets-mode=integrated). -
Add itest for the MinRelayFee check added in Taproot Assets. The test ensures that transactions with fees below the minimum relay fee are rejected.
Technical and Architectural Updates
Integrated Binary Updates
LND
Loop
- Updated Loop to the latest version
v0.29.0-beta.
Pool
Faraday
Taproot Assets
- Updated
tapdto the latest versionv0.5.0-alpha.
Contributors (Alphabetical Order)
- Elle Mouton
- George Tsagkarelis
- Gijs van Dam
- Jamal James
- Jonathan Harvey-Buschel
- Olaoluwa Osuntokun
- Oliver Gugger