mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
This commit updates: - LND - pool - loop - taproot-assets - faraday - lighting-node-connect - aperture - lndclient - btclog We start using the new btclog v2 library and the associated breaking changes in the lnd/build package. With this commit, we deprecate the `--remote.lit-maxlogfiles` and `--remote.lit-maxlogfilesize` options and introduce new logging options under the `--remote.lit-logging` namespace. Finally, the LND update introduced a new `MaxBlocksMinedPerTest` variable in the `lntest` package that we now need to override in order for our itests to pass. |
||
|---|---|---|
| .. | ||
| docs | ||
| chan_policy_bounds.go | ||
| chan_policy_bounds_test.go | ||
| channel_constraints.go | ||
| channel_constraints_test.go | ||
| channel_restrictions.go | ||
| channel_restrictions_test.go | ||
| config.go | ||
| history_limit.go | ||
| history_limit_test.go | ||
| interfaces.go | ||
| log.go | ||
| manager_set.go | ||
| mock.go | ||
| onchain_budget.go | ||
| onchain_budget_test.go | ||
| peer_restrictions.go | ||
| peer_restrictions_test.go | ||
| rate_limit.go | ||
| rate_limit_test.go | ||