Kilian
Kilian
Code base: https://github.com/ElementsProject/lightning Docs: https://lightning.readthedocs.io/ Todo: 1. implement `ClightningClient` as [`SwapClient`](https://github.com/ExchangeUnion/xud/blob/master/lib/swaps/SwapClient.ts) 2. there is no suitable hold invoice plugin to directly support our use case, but hold invoices are implemented...
When executing a swap we want the user to be able to configure the [currently 3% hardcoded routing fee cap](https://github.com/ExchangeUnion/xud/pull/1086/). Currently only applicaple for lightning, we should wait with implementation...
This issue is about implementing a new `SubscribeAlerts` event stream for generic alert events. [Here](https://github.com/ExchangeUnion/xud/pull/1984#issuecomment-737098656) the current description of the status.
Off-shoot from https://github.com/ExchangeUnion/xud/pull/2004#issuecomment-737058817 : > The error `24/11/2020 09:32:03.099 [LND-BTC] error: AssertionError [ERR_ASSERTION]: awaitWalletInit should not be called from a status besides Initialized or Unlocked` is unrelated to this PR...
Once https://github.com/lightningnetwork/lnd/issues/4692 is implemented, we can move back to simply using `payment_addr` and remove the additional invoice string which was introduced in https://github.com/ExchangeUnion/xud/pull/1978.
A concern while working on the `closechannel` functionality is that we rely on peers to tell us what their lnd pub keys are and we don't persist them anywhere. That...
As a follow-up of https://github.com/ExchangeUnion/xud/pull/1933 we want to remove the single max channel restriction and have all inbound/outbound channels accumulated be the max buy/sell. Depends on https://github.com/ExchangeUnion/xud/issues/1590 & https://github.com/ExchangeUnion/xud/issues/1975
xud-backup daemon should back up the connext folder the same way it does currently with the xud & lnd scb backup files + make sure it works with xud-docker