Christian Decker
Christian Decker
ACK https://github.com/ElementsProject/lightning/pull/5653/commits/38334000b96e2a66b7916fa78789ab78f377daaf
ACK https://github.com/ElementsProject/lightning/pull/5646/commits/df9cc4a9a8c72bd8ce1cb2a3c45878ee19fc7759
There seems to be a BOLT-quote mismatch somewhere: ``` 2022-10-06T05:55:25.5455402Z common/blindedpay.c:20:mismatch: /* BOLT #4: 2022-10-06T05:55:25.5470757Z Closest match: - For every node...[: - MUST include `am] 2022-10-06T05:55:25.5484524Z make: *** [Makefile:502: bolt-check/common/blindedpay.c]...
That is correct, we had to disable automatic resolution, to allow non-resolved hostnames to be added and announced. If we were to resolve on our end we'd replace what is...
Thanks for reporting this Matt. I don't think this could be a plugin, since we prevent them from messages sending and receiving that `lightningd` handles internally in order to avoid...
I'm sorry to say, but I disagree on most points @ariard pointed out. Let me see if I can address them inline: > IMO, such attactive mitigating raises 2 concerns,...
Reporting the [IRC discussion from tonight](http://gnusha.org/lightning-dev/2020-06-08.log) here, so we have a complete track of the discussions so far: ``` 13:06 < cdecker> ariard: sorry for the very direct answer to...
I see the need to optimize bandwidth, however, if we go down this road, I'd like to broaden the bit to suppress all gossip messages, not just the updates. This...
I added the KEYOLO variant as #866 as promised during the last spec meeting, however I find the more restricted variant exchanging just the `sighash_none` signature a bit more palatable,...
I'd like to reserver the following bits | Bits | Name | Description | | --------|--------------------------|------------------------------------------------| | 54/55 | `keysend` | This node supports the `keysend` protocol for spontaneous payments|...