Rusty Russell
Rusty Russell
For example, add the following to the description of ccan/timers/timers.h timers_dump: ``` * * Example: * timers_dump(&timeouts, stdout); ``` Now ccanlint can't compile it, because timers_dump is only available with...
It should probably get the file list from git? See https://github.com/rustyrussell/stats/commit/ff87456c661896f2e65c6b3a7cf268fd7170ac78
If I want to pull some funds out of my node, I currently turn off clboss, close a channel at random, and withdraw. It'd be nice if clboss figured out...
Based on ~https://github.com/lightningnetwork/lightning-rfc/pull/862~ https://github.com/lightningnetwork/lightning-rfc/pull/869: We use the interactive tx construction protocol to make a splice: 1. Initiator pays for input and output, sets fees. 2. You can do more than...
Offers
Offers are "static invoices", with many more features. This is mostly implemented in c-lightning already, and is now ready for wider testing. This PR is based on onion messages specified...
These use onion encoding for simple one-way messaging: there are no error returns. Any reply is done with an enclosed blinded path, a-la @t-bast (in fact, this is based on...
I think everyone sets this. Vastly simplifies parsing. Indeed, every single of the 149964 channel updates seen by my node has his set.
My measurements a few weeks ago reveal that only 5 nodes do not advertize this feature, of over 17000. I have a patch to remove support from c-lightning, too.
This feature turns on a simplification of the current update scheme: 1. Turns are taken, with all updates settling before switching sides. 2. update_fee is always a separate commitment by...
~And allow transparent upgrade~. Allows you to advertize an alternate port. This allows a wider range of software to interact with the lightning network.