Dusty Daemon

Results 16 issues of Dusty Daemon

To get it to run, I made it fail more gracefully. It does miss a few of the more complicated classes, but at least it runs.

Dependent on PR https://github.com/lightning/bolts/pull/851

Essentially I added the simple explanation for some things next to the more complex ones originally used. If I had these in there when I first came upon this document,...

Proposed BIP modification
PR Author action required

Takes partial signatures from a PSBT and builds a witness stack for a multisig & finalizes things. This is needed for splicing so we can sign the old channel tx...

Takes @niftynei's dualopen collaborative transaction building and makes it available for other daemons to use. This is to make it available for channeld to do splicing and also other code...

Not sure if you're interested in more complete transaction processing but I made some decent progress on it here. LMK

When calling `psbt_*_set_serial_id` with a NULL ctx the key value gets leaked because it’s just a temporary variable (`psbt_*_set_unknown` makes a copy of key and doesn’t steal it). Seems to...

for leased channels to be less than comitted rates for both individual channels as well as group sets. If any channel being updated is above committed limits, abort the fee...

Update dualopen to use interactivetx module for interactive transaction building. The interactive transaction building routines are being refactored out of dualopen to be used as a general module in three...