Fabrice Drouin
Fabrice Drouin
Lightning channels are basically trees of unpublished transactions: - a commit tx that spends a shared onchain "funding" UTXO - HTLC txs that spend the commit tx (there can be...
> * `getmempooltxspendingprevout` in #24408 takes a list of outpoints, `gettxospender` takes a single outpoint. Would it make sense to have the same format here (I'd guess a common use...
Rebased on https://github.com/bitcoin/bitcoin/pull/24408
> Looks like the test somehow went away? If ##24408 is merged soon, you can fix everything on the next rebase. Yes sorry about that, I've brought it back. I...
> The `static RPCHelpMan getindexinfo()` RPC should also be updated. > > ```diff > static RPCHelpMan getindexinfo() > { > // ... > if (g_txindex) { > result.pushKVs(SummaryToJSON(g_txindex->GetSummary(), index_name)); >...
TYou can already use eclair-mobile with Orbot in VPN mode, so LN nodes and Electrum servers you connect to will not learn your IP address. In this case there is...
What makes you think that the tx was never sent to the bitcoin network ? Do you see it in the `Transaction History` tab ? Eclair normally does not let...
Do you see it in your transaction list ? Did you see an error message when you opened the channel ?
You mean it is not there ? In the `transaction history` you should see both regular onchain transactions and LN transactions, and your funding tx should be there, with a...
> I wonder how that works when it cannot address the original smart contract. If the funding tx is never confirmed then your commit tx will also never confirm and...