--- Log opened Tue Dec 06 00:00:37 2022 00:57 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Ping timeout: 255 seconds] 00:58 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #lightning-dev 01:00 -!- riclas [~riclas@26.27.71.148.rev.vodafone.pt] has joined #lightning-dev 01:04 -!- riclas [~riclas@26.27.71.148.rev.vodafone.pt] has quit [Ping timeout: 265 seconds] 01:05 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #lightning-dev 01:46 -!- dongcarl4 [~dongcarl@cpe-66-65-184-36.nyc.res.rr.com] has joined #lightning-dev 01:48 -!- dongcarl [~dongcarl@cpe-66-65-184-36.nyc.res.rr.com] has quit [Ping timeout: 268 seconds] 01:48 -!- dongcarl4 is now known as dongcarl 01:50 -!- Ben[m] [~bensternm@2001:470:69fc:105::2:a67c] has joined #lightning-dev 02:43 < remyers[m]> Splice question: can a splice include one side adding/removing funds, and the other side also simultaneously adding/removing funds? I couldn't tell from the BOLT if splice_ack: funding_satoshi is always the same as the splice they received, or if that is where the receiver specifies the new balance they want. The description for funding_satoshi seems to indicate it's always from the pov of the side that sent splice. 02:57 < remyers[m]> Nevermind - I see that both sides can add/remove to/from their capacity during the interactive tx phase. Only unsure now what purpose 'funding_satoshi' serves in the initial splice and splice_ack. 03:16 -!- riclas [~riclas@26.27.71.148.rev.vodafone.pt] has joined #lightning-dev 03:49 -!- riclas [~riclas@26.27.71.148.rev.vodafone.pt] has quit [Ping timeout: 268 seconds] 05:20 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:30 -!- kexkey [~kexkey@static-198-54-132-137.cust.tzulo.com] has quit [Quit: kexkey] 05:33 -!- cryptapus [~cryptapus@user/cryptapus] has quit [Quit: Konversation terminated!] 05:36 -!- cryptapus [~cryptapus@user/cryptapus] has joined #lightning-dev 05:56 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 06:58 -!- kexkey [~kexkey@static-198-54-132-137.cust.tzulo.com] has joined #lightning-dev 09:41 -!- zeropoint [~alex@c-67-169-157-130.hsd1.ca.comcast.net] has joined #lightning-dev 10:19 -!- riclas [~riclas@26.27.71.148.rev.vodafone.pt] has joined #lightning-dev 10:26 -!- riclas [~riclas@26.27.71.148.rev.vodafone.pt] has quit [Ping timeout: 265 seconds] 10:50 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 10:54 -!- jonatack [~jonatack@user/jonatack] has joined #lightning-dev 12:06 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 12:09 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 255 seconds] 13:26 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 13:31 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 255 seconds] 14:16 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 14:16 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 14:28 -!- riclas [~riclas@26.27.71.148.rev.vodafone.pt] has joined #lightning-dev 14:42 -!- jonatack [~jonatack@user/jonatack] has quit [Quit: WeeChat 3.7.1] 14:46 -!- jonatack [~jonatack@user/jonatack] has joined #lightning-dev 14:57 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Quit: Leaving...] 15:24 -!- rusty2 [~rusty@115-166-20-247.tpgi.com.au] has quit [Quit: Leaving.] 15:24 -!- rusty [~rusty@115-166-20-247.tpgi.com.au] has joined #lightning-dev 15:43 -!- rusty [~rusty@115-166-20-247.tpgi.com.au] has left #lightning-dev [] 15:45 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 15:49 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 15:50 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 17:14 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 17:16 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 17:21 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 17:35 -!- riclas [~riclas@26.27.71.148.rev.vodafone.pt] has quit [Ping timeout: 260 seconds] 17:40 < roasbeef> so what does this mean: 17:40 < roasbeef> > SHOULD send gossip messages as it generates them regardless of timestamp. 17:40 < roasbeef> relevant section re gossip timestamp: https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#the-gossip_timestamp_filter-message 17:40 < roasbeef> trying to debug a potential gossip propagation issue 17:40 < roasbeef> seems like it contraditcts the earlier mention? 17:41 < BlueMatt[m]> iirc its a reference to shit you generated yourself 17:41 < BlueMatt[m]> ie you should send your own gossip no matter what the filter says 17:41 < roasbeef> yeah I think so, this is elsewhere: 17:41 < BlueMatt[m]> what issue are you seeing specifically? 17:41 < roasbeef> > MUST not send gossip it did not generate itself, until it receives gossip_timestamp_filter. 17:41 < roasbeef> basically ppl reporting that stuff takes a while to propagate, or it doesn't at all 17:42 < roasbeef> trying to determine if it's just things happening "eventually" or we're supressing some messages we should send out 17:42 < roasbeef> we fixed some instances we saw in the itests, but that was due to like there being diff timers and no delay between the nodes in the testbed 17:43 < roasbeef> my hunch is we're filtering too much somewhere, some ppl patched to just not do any filtering (which sends out duplicate messages, which is better than just your stuff not going out I guess) 17:43 < roasbeef> (diff topic): I ran the recording of the past transacript thru Whisper, it came out ok: https://github.com/lightning/bolts/issues/1046#issuecomment-1339950717 17:46 < roasbeef> hmm, I think we just might not be properly prioritizing sending out stuff _we_ generate 17:52 < BlueMatt[m]> I do really worry about the "only receive messages from three peers" thing nodes do, easy to see a world where individual nodes end up on islands, fwiw. Really need to do the gossip v2 thing 18:00 < roasbeef> fwiw re rotate it it every few mins, but the strawman alternative would be getting a lot of duplicate announcements from like 1k+ peers or w/e 18:00 < roasbeef> also helped to reduce resource utilization when we made the switch over too 18:01 < BlueMatt[m]> yea, no, I'm not suggesting we drop it entirely, i was referring to the old posts on using minisketch 18:43 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 19:13 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 19:13 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 19:16 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 19:17 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 19:27 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 255 seconds] 19:30 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 19:52 -!- sloorush [~sloorush@52.187.184.81] has quit [Ping timeout: 248 seconds] 19:52 -!- sloorush [~sloorush@52.187.184.81] has joined #lightning-dev 19:55 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 19:56 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 20:09 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 20:09 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 20:57 -!- jon_atack [~jonatack@user/jonatack] has joined #lightning-dev 20:59 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 21:08 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 21:54 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 21:54 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 21:56 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 21:56 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 22:04 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 22:04 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Read error: Connection reset by peer] 22:04 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 22:04 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 22:07 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 22:08 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 22:09 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 22:10 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 22:21 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 22:21 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #lightning-dev 23:11 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 23:12 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 23:51 -!- zeropoint [~alex@c-67-169-157-130.hsd1.ca.comcast.net] has quit [Quit: leaving] 23:57 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #lightning-dev --- Log closed Wed Dec 07 00:00:38 2022