-
Disable the
GRPC
internal low-level connection logger by default. It can still be enabled by adding,GRPC=info
at the end of thelnd.debuglevel
orremote.lit-debuglevel
configuration options. -
Add a new
lndrpctimeout
configuration 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=signet
config option. -
Add custom channel functionality to
litd
. Custom channels with Taproot Assets can now be created whenlitd
runs in integratedlnd
mode (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.
- Updated Loop to the latest version
v0.29.0-beta
.
- Updated
tapd
to the latest versionv0.5.0-alpha
.
- Elle Mouton
- George Tsagkarelis
- Gijs van Dam
- Jamal James
- Jonathan Harvey-Buschel
- Olaoluwa Osuntokun
- Oliver Gugger