Oli
Oli
The min/max HTLC settings on the freshly inserted edge policies after dropping the graph seem to be incorrect. ``` [lncli] rpc error: code = Unknown desc = generated invalid channel...
Fixes https://github.com/lightningnetwork/lnd/issues/6657. ~Depends on https://github.com/btcsuite/btcwallet/pull/806.~ ## Change Description Allows public keys to be imported as BIP-0086 Taproot public keys through `WalletKit.ImportPublicKey`. Any other use case (non BIP-0086) for Taproot scripts...
(from chat) Possible working path: * modify LSAT to not read the services from disk anymore (well have the option, but a new interface), instead it accesses etcd to get...
~Depends on https://github.com/btcsuite/btcd/pull/1824.~ Removes the circular dependency between the main module and the `btcutil` sub module by introducing a bunch of new sub modules.
Fixes https://github.com/lightninglabs/lightning-terminal/issues/394. Bumps the version of Loop to `v0.20.0-beta` and with that the minimum required version of a remote `lnd` node to `v0.15.0-beta`. This will be released as `v0.7.1-alpha`.
Early preview of the LiT custodial off-chain accounts feature. ~Depends on #308.~ Depends on #432. EDIT: All TODOs have been resolved :tada:
With https://github.com/lightninglabs/lightning-terminal/pull/294 we added integration tests for the two main operating modes of `lnd-mode=integrated` and `lnd-mode=remote`. But we didn't add any tests for the case where one of the other...
Depends on https://github.com/lightninglabs/pool/pull/370. #### Pull Request Checklist - [X] LndServices minimum version has been updated if new lnd apis/fields are used.
If a node is providing sidecar channels, it won't be involved in the actual channel opening process. So in case of a batch rollback (new `PrepareMsg` without a finalize of...
This is a follow-up to the `self_chan_balance` implemented in https://github.com/lightninglabs/pool/pull/232. To simplify the first iteration, any bid order submitted with a `self_chan_balance` has the following restrictions: - `min_chan_size == bid_order_amount`:...