--- Day changed Fri Nov 17 2017 00:38 -!- JackH [~laptop@alvira.static.korbank.pl] has quit [Ping timeout: 248 seconds] 00:48 -!- CRYPSY [86b5aefc@gateway/web/freenode/ip.134.181.174.252] has quit [Quit: Page closed] 00:51 -!- JackH [~laptop@91.189.61.70] has joined #lightning-dev 00:55 -!- laurentmt [~Thunderbi@92.154.68.134] has joined #lightning-dev 01:27 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 01:40 -!- harrigan [~harrigan@skynet.skynet.ie] has quit [Quit: leaving] 01:40 -!- harrigan [~harrigan@skynet.skynet.ie] has joined #lightning-dev 01:55 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-cyxwqhdksnjzqhgv] has quit [Quit: Connection closed for inactivity] 02:31 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 240 seconds] 03:26 -!- laurentmt [~Thunderbi@92.154.68.134] has quit [Ping timeout: 246 seconds] 03:27 -!- laurentmt [~Thunderbi@92.154.68.134] has joined #lightning-dev 04:07 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has quit [Remote host closed the connection] 04:29 -!- Cogito_Ergo_Sum [~Myself@athedsl-4564842.home.otenet.gr] has joined #lightning-dev 04:29 -!- Cogito_Ergo_Sum [~Myself@athedsl-4564842.home.otenet.gr] has quit [Changing host] 04:29 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #lightning-dev 04:45 < cdecker> Perfect, will test later today 04:54 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #lightning-dev 05:04 -!- sstone [~sstone@3.46-14-84.ripe.coltfrance.com] has joined #lightning-dev 05:17 -!- pm [~pm@11.46-14-84.ripe.coltfrance.com] has joined #lightning-dev 05:18 < pm> cdecker: we're merging htlckey to master today I'll ping you 05:19 < pm> yurushite: default LN port is 9735 05:19 < cdecker> Oh great, thanks pm 05:19 < pm> cdecker: btw where did you find lnd commit a4c18ece6d56c972bc38cde45d6504e49baa3869? 05:20 < pm> cdecker: the one used for latest integ test run 05:20 < cdecker> Uhm, it was on master at some point 05:21 < cdecker> Will re-check with latest master 05:52 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 06:18 -!- jtimon [~quassel@164.31.134.37.dynamic.jazztel.es] has joined #lightning-dev 06:26 < Rozal> how can I try lightning? 06:31 < cdecker> Depends on which implementation you'd like to try 06:31 < cdecker> I'd suggest either downloading the eclair wallet for android or go with lnd for desktop 07:00 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #lightning-dev 07:01 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-ugggimhclvfyfjcz] has quit [Quit: Connection closed for inactivity] 07:02 < pm> cdecker: htlckey is on master (https://github.com/ACINQ/eclair/commit/340e00fb6b193589496dc73a53ee84284bd31db1) 07:02 < cdecker> Perfect ^^ 07:02 < pm> we've been testing it against lightningd, it seems to work fine 07:03 < pm> but integ tests don't pass for some seemingly unrealted reasons :-/ 07:03 < pm> *unrelated 07:04 < cdecker> Ok, just finishing up a c-lightning round before starting the integration round 07:04 < cdecker> Will capture debug info an report failures back 07:04 < pm> hope we won't see a sea of red when we were just about to have a sea of green 07:04 < pm> cool thanks 07:04 < cdecker> (c-lightning also had a problem with channels being marked as disabled on reconnect fwiw) 07:05 -!- cryptosoap1 [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Ping timeout: 248 seconds] 07:18 -!- RubenSomsen [~RubenSoms@1.217.138.142] has joined #lightning-dev 07:27 < cdecker> btw if you are running the integration tests locally just set the env variable TEST_DEBUG=1 and it'll spew all the nitty gritty details at you :-) 07:35 < cdecker> Hm, got a failure as well 07:35 < cdecker> test_forward_payment[eclair_eclair_lightning] is somehow ending up with a CLOSED state channel 07:35 < cdecker> Re-running with debug enabled 07:35 < sstone> cdecker: to make the direct payment work I had to set the interval between blocks to 2 (instead of 1) in the gossip_is_synced check 07:36 < cdecker> Uh, that's ugly but will add some more slack 07:36 < cdecker> We should really have some standard logs to hook into instead of relying on some random sleeps 07:43 < pm> yes otherwise that's going to be too painful in the future 07:43 < pm> have you implemented the prune stale channels recommendation? 07:44 -!- JackH [~laptop@91.189.61.70] has quit [Ping timeout: 255 seconds] 07:44 < pm> (forgetting channels which have not sent a channel_update for 2 weeks) 07:45 < pm> testnet is a little bit messy with a lot of zombie channels 07:45 < cdecker> Not yet, but that's a good point 07:45 < pm> but we can't really do it if other impl don't periodically re-send their channel_update 07:46 < cdecker> Will implement that asap 07:47 < cdecker> Weird, forwarding now passes 07:47 < cdecker> Flaky tests are flaky 07:47 < pm> yes something is fishy, we looking at it rn 07:47 < cdecker> Letting a forward only run finish and then I'll retest everything 07:51 < cdecker> Scratch that, the forward only would run for another half an hour, retesting everything 08:06 -!- JackH [~laptop@alvira.static.korbank.pl] has joined #lightning-dev 08:22 -!- pavle_ [~pavle_@80.67.10.139.adsl.inet-telecom.org] has joined #lightning-dev 08:40 < cdecker> Looking good: test_forwarded_payment[eclair_eclair_lnd] PASSED and test_forwarded_payment[lightning_eclair_lnd] PASSED 08:41 < pm> but would they pass twice in a row? ;-) 08:44 < cdecker> Hehe, I won't test that just yet 08:44 < cdecker> Due to the sleeps the tests are rather flaky 08:44 < cdecker> I'm actually surprised how reproducible they are xD 08:44 < pm> so just to be clear, the sleeps are just here for sync purpose. 08:44 < pm> ? 08:48 < cdecker> Yep, they're mostly to wait for block polling tbh 08:48 < cdecker> Or gossip flush timeout 08:49 < cdecker> In c-lightning we test for lines appearing in the logs, such as state changes 08:49 < cdecker> And then we use the RPC to confirm that things look like expected and then proceed 08:50 < cdecker> In the integration framework I haven't gotten around to define the strings to search for in the logs, hence we sleep and check the RPC for what we expect 08:52 -!- pavle_ [~pavle_@80.67.10.139.adsl.inet-telecom.org] has quit [Quit: Leaving] 08:58 < pm> ok got it 09:04 < cdecker> Argh test_forwarded_payment[lnd_lnd_lnd] FAILED obviously it must be the last one to fail 09:04 < cdecker> Will retest individually just to be sure 09:13 < pm> :-( 09:15 < cdecker> The good news though is that the others work (even the reconnect tests) 09:21 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-fkbszygatbscgozy] has joined #lightning-dev 09:21 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-nvhrzqaqyevpfndm] has joined #lightning-dev 09:24 < pm> yeah just one failing test is actually pretty good considering we just broke spec freeze 09:39 -!- laurentmt [~Thunderbi@92.154.68.134] has quit [Quit: laurentmt] 10:44 < cdecker> Hehe, it was a flaky test, I was pretty sure that lnd + lnd + lnd should never fail being all the same impl 10:45 < cdecker> Bad news is that my bitcoind in singapore isn't syncing :-( 10:47 < pm> great! that's our first 100% test right? 10:47 < cdecker> Yep 10:47 < cdecker> (and I just found that we don't have a test for closing channels yet...) 10:48 < pm> who cares about closing channels, that's a waste of blockchain space ^^ 10:50 < cdecker> Righto 10:50 < cdecker> Off-chain all the things 10:51 -!- jb55 [~jb55@208.98.200.100] has joined #lightning-dev 11:52 -!- dff [~dff@unaffiliated/dff] has quit [Ping timeout: 248 seconds] 11:53 -!- pm [~pm@11.46-14-84.ripe.coltfrance.com] has quit [Quit: Leaving] 11:54 -!- sstone [~sstone@3.46-14-84.ripe.coltfrance.com] has quit [Quit: Leaving] 11:58 -!- RubenSomsen [~RubenSoms@1.217.138.142] has quit [Ping timeout: 250 seconds] 11:59 -!- RubenSomsen [~RubenSoms@1.217.138.142] has joined #lightning-dev 12:11 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-nvhrzqaqyevpfndm] has quit [Quit: Connection closed for inactivity] 12:15 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-hztpaukupglgyaej] has joined #lightning-dev 12:27 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 248 seconds] 13:31 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 13:35 -!- dff [~dff@unaffiliated/dff] has joined #lightning-dev 13:52 -!- RubenSomsen [~RubenSoms@1.217.138.142] has quit [Ping timeout: 248 seconds] 13:55 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Read error: Connection reset by peer] 14:03 -!- JackH [~laptop@alvira.static.korbank.pl] has quit [Read error: Connection reset by peer] 14:04 -!- JackH [~laptop@alvira.static.korbank.pl] has joined #lightning-dev 14:46 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 15:13 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #lightning-dev 15:21 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 268 seconds] 15:29 -!- moctos [~moctos@cpe-107-9-138-59.neo.res.rr.com] has joined #lightning-dev 15:38 -!- moctos [~moctos@cpe-107-9-138-59.neo.res.rr.com] has quit [Ping timeout: 255 seconds] 16:14 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 16:14 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lightning-dev 16:16 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 260 seconds] 16:23 -!- riclas [riclas@72.210.189.46.rev.vodafone.pt] has joined #lightning-dev 16:26 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #lightning-dev 16:35 -!- Chris_Stewart_5 [~chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 248 seconds] 16:54 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 17:25 -!- jb55 [~jb55@208.98.200.100] has quit [Ping timeout: 248 seconds] 17:44 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-fkbszygatbscgozy] has quit [Quit: Connection closed for inactivity] 18:13 -!- RubenSomsen [~RubenSoms@1.217.138.142] has joined #lightning-dev 18:31 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 18:38 -!- jtimon [~quassel@164.31.134.37.dynamic.jazztel.es] has quit [Ping timeout: 248 seconds] 18:41 -!- StopAndDecrypt_ [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 240 seconds] 18:41 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #lightning-dev 18:42 <+roasbeef> the networks got bridged on testnet :) 18:43 <+roasbeef> "num_channels": 810, 18:43 <+roasbeef> though many of the lnd nodes aren't running the latest version 18:45 -!- StopAndDecrypt_ [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #lightning-dev 18:46 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 240 seconds] 18:59 <+roasbeef> many were zombies tho, after pruning: "num_channels": 319, 20:14 <+roasbeef> just paid to starblocks :D 20:15 -!- StopAndDecrypt_ [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [] 20:16 <+roasbeef> hmm eclair peeps aren't here, but looks like y'all don't try to use "keep-alive-updates" 20:16 <+roasbeef> as I prune em every now and then 20:16 <+roasbeef> or you do re-send, but don't update the timestamps 20:26 -!- betawaffle [~betawaffl@h1.kdf.io] has quit [Ping timeout: 260 seconds] 20:27 -!- RubenSomsen [~RubenSoms@1.217.138.142] has quit [Quit: Leaving] 20:30 -!- betawaffle [~betawaffl@h1.kdf.io] has joined #lightning-dev 21:02 -!- riclas [riclas@72.210.189.46.rev.vodafone.pt] has quit [Ping timeout: 268 seconds] 22:02 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 248 seconds] 22:31 -!- Netsplit over, joins: intcat 22:32 -!- Netsplit over, joins: tombusby, ghost43, arubi 22:57 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has joined #lightning-dev 23:01 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has quit [Client Quit] 23:01 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has joined #lightning-dev 23:03 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has quit [Client Quit] 23:05 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has joined #lightning-dev 23:15 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 23:17 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has joined #lightning-dev 23:20 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has quit [Client Quit] 23:26 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has joined #lightning-dev 23:28 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has quit [Client Quit] 23:38 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-ssihstfpsrgoyxpy] has joined #lightning-dev 23:42 -!- wrc [~textual@59-102-19-81.tpgi.com.au] has joined #lightning-dev 23:43 -!- wrc is now known as LeapingLennie 23:44 -!- LeapingLennie [~textual@59-102-19-81.tpgi.com.au] has quit [Client Quit] 23:44 -!- LeapingLennie [~textual@59-102-19-81.tpgi.com.au] has joined #lightning-dev 23:46 -!- LeapingLennie [~textual@59-102-19-81.tpgi.com.au] has quit [Client Quit] 23:48 -!- LeapingLennie [~textual@59-102-19-81.tpgi.com.au] has joined #lightning-dev 23:51 -!- LeapingLennie [~textual@59-102-19-81.tpgi.com.au] has quit [Client Quit]