Rusty Russell

Results 311 comments of Rusty Russell

+1 here (I tried posting to your google groups, but I can't seem to do that without a Google account). I want to send 64 byte signatures over the wire,...

Unordered list: * Gossip minisketch. Some fun bitstuffing to fit things into 64 bits, particularly for node_announcements. * Putting a separate comms key for BOLT 8 in node_announcement. * This...

Well, yes, it's still invalid :)

This is fixed in master, should be in v24.08 release. It was kind of nasty to handle, but it's done.

I'm a bit confused? The current values are all available in the `struct gossmap_chan` for the localmod? This means you can build such an API?

Switching to uv seems sensible (as does switching to the rust cln-rest, but that's independent). Using uv for reckless as well would be nice, rather than the current venv wrapper...

We're going to (eventually?) transition to uv, so I'm moving this off the milestone.

I think I fixed a test_penalty_htlc_tx_timeout[True] flake in https://github.com/ElementsProject/lightning/pull/7364...

Rebasing on master again to fix bookeeper...

So, autoclean specifically does delete individually, but also disables transactions opportunistically (they'll still occur if other things need transactions, but if it's back-to-back autoclean they'll be merged). This allows for...