Jesse de Wit

Results 144 comments of Jesse de Wit

@cnixbtc can you try a rebase?

I've removed the rust caches, and now the build works. It was picking `time` 0.3.30`, where it should have picked `0.3.36`. Or maybe the build didn't use your rebased version...

The `list_swaps` function was just merged into `main`. It should be part of the next release.

I have gathered a view of other nodes on this node's channels, especially the last update. It appears 'some' gossip has been trickling in to other nodes, especially around 14-15...

Querying the node announcement (with a little program written with LDK) from this node directly just now gives me a node announcement with the timestamp `1714019380`, which is from April...

> Mh! looking at this while thinking how to debug the following one [lightningdevkit/rust-lightning#3075](https://github.com/lightningdevkit/rust-lightning/issues/3075) I customized the LDK program to just send a gossip query to the node and log...

It does appear to be sending channel announcement first, then channel update, then node announcement though.

Looking at this a little bit more. I have a node with 41 public channels. If I query the gossip directly on the node itself, almost all channels have an...

Connecting out to a peer should send the peer gossip messages, especially when the peer requests it with a GOSSIP_TIMESTAMP_FILTER, but it doesn't happen (cln 24.05): ``` 2024-06-28T21:43:31.459Z DEBUG 000000000000000000000000000000000000000000000000000000000000000000-connectd:...

> We do, however, send all our own gossip on any incoming connection (independent of what they ask for). I'm not seeing this when connecting to the peer with an...