lightning-docs icon indicating copy to clipboard operation
lightning-docs copied to clipboard

Some in-depth articles about the Lightning Network

Results 5 lightning-docs issues
Sort by recently updated
recently updated
newest added

from https://github.com/t-bast/lightning-docs/blob/master/taproot-updates.md: > claiming successful PTLCs from the remote peer's commitment now requires using RBF and sighash flags similar to anchor outputs HTLC transactions (`sighash_single | sighash_anyonecanpay` trick) in the...

The document here: https://github.com/t-bast/lightning-docs/blob/master/spam-prevention.md talks about a threat model but does not talk about the goal of the adversary specifically. Is the theory that sending spam HTLCs might be more...

I think a new dependency in the way routing nodes are accounting, advertising and verifying their fees must be underscored better before consider Bidirectional as "balance-safe" for intermediary hops. Type...

Hi @t-bast, I am sure that your pages about lightning are a great learning resource for many lightning devs and enthusiats. It would be great to see a document in...

I am trying to understand why the order of elements in the scriptSig of the HTLC success transaction is the following(remotePub|localPub|preimage): although the HTLC output locking script expects the order...