-
Through the logs, we can see that the configuration items of a channel, in addition to fee_rate, include other parameters. Is it necessary to display these parameters through RPC?
```
[src/fiber/gr…
-
Currently upstream ckb-pcn-scripts uses absolute timestamp for htlc expiry.
https://github.com/quake/ckb-pcn-scripts/blob/f61fcb3161c751b7395f8eb3627f1fcff93c32ba/contracts/commitment-lock/README.md#…
-
## Solution Space
The daemon abstract settlement into one _logical_ message (whose size might be in excess of the BOLT limitation) but the logical message would be fragmented into multiple over-the-w…
-
The tapd daemon's logic for constructiong routes and clearing HTLC state needs to be tailored tighter to expectations when generating invoices. This lack of specificity leads to several issues related…
-
### Issue and Steps to Reproduce
I'm experimenting with splicing in an LSP scenario.
- a htlc is intercepted with the htlc acceptor hook
- a splice-in is initiated, with
- splice_init
- splic…
-
**Is your feature request related to a problem? Please describe.**
We don't have atomic swap support for cross-ledger transactions.
**Describe the solution you'd like**
- [x] feat: fabtoken H…
-
This is an "umbrella ticket" to cover three different tasks:
* [HTLC for Bitcoin](https://github.com/zcash/zcash/issues/2116)
* [HTLC for Zcash](https://github.com/zcash/zcash/issues/2117)
* [HTL…
-
In our lightning integrations, we send messages to the CLN / LND to cancel, or ignore HTLCs. We don't have test coverage checking that these behave as we expect.
-
HTLC transactions for anchor output channels can be aggregated with `SIGHASH_SINGLE|SIGHASH_ANYONECANPAY`. However, if I understand correctly, LDK currently performs only limited aggregation: only for…
-
The custom channel saga is almost complete, the only missing part is to finish some of the HTLC sweeping code for custom channels.