--- Day changed Mon Jun 11 2018 00:49 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has joined #c-lightning 01:01 < bitonic-cjp> First results so far: ./configure seems to automatically detect pytest-3, even when pytest (Python 2) is also installed. 01:01 < bitonic-cjp> Also, "make check" now calls pytest-3 on my system. Nice! 01:05 < provoostenator> I'm no longer able to start on macOS (compile works), not sure if that's related to the new configure stuff or something else: https://github.com/ElementsProject/lightning/issues/1559 01:17 -!- grafcaps [~haroldbr@50.90.83.229] has joined #c-lightning 01:21 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 248 seconds] 01:35 -!- sturles [~sturles@unaffiliated/sturles] has quit [Ping timeout: 260 seconds] 01:44 -!- sturles [~sturles@ulrik.uio.no] has joined #c-lightning 01:44 -!- sturles [~sturles@ulrik.uio.no] has quit [Changing host] 01:44 -!- sturles [~sturles@unaffiliated/sturles] has joined #c-lightning 01:58 -!- Amperture [~amp@24.136.5.183] has joined #c-lightning 01:59 -!- Amperture [~amp@24.136.5.183] has quit [Remote host closed the connection] 01:59 -!- Amperture [~amp@24.136.5.183] has joined #c-lightning 02:31 -!- tiagotrs [~user@unaffiliated/tiagotrs] has joined #c-lightning 03:05 -!- grafcaps [~haroldbr@50.90.83.229] has joined #c-lightning 03:09 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 240 seconds] 04:22 -githubby:#c-lightning- [lightning] jsarenik opened pull request #1562: external/libwally-core: Update to master after release_0.6.1 (master...jasan/libwally_update) https://git.io/vhaj2 04:25 -githubby:#c-lightning- [lightning] jsarenik closed pull request #1562: external/libwally-core: Update to master after release_0.6.1 (master...jasan/libwally_update) https://git.io/vhaj2 04:33 -githubby:#c-lightning- [lightning] jsarenik reopened pull request #1562: external/libwally-core: Update to master after release_0.6.1 (master...jasan/libwally_update) https://git.io/vhaj2 04:49 -!- ebx [~ebx@unaffiliated/ebex] has joined #c-lightning 05:13 -!- Drolmer [~Drolmer@unaffiliated/drolmer] has joined #c-lightning 05:13 -!- grafcaps [~haroldbr@50.90.83.229] has joined #c-lightning 05:14 -!- antanst [~antanst@62.169.219.213] has quit [Quit: ZNC 1.6.3+deb1 - http://znc.in] 05:14 -!- antanst [~antanst@62.169.219.213] has joined #c-lightning 05:17 -!- antanst [~antanst@62.169.219.213] has quit [Remote host closed the connection] 05:19 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 276 seconds] 05:19 -!- antanst [~antanst@62.169.219.213] has joined #c-lightning 05:20 -!- antanst [~antanst@62.169.219.213] has quit [Remote host closed the connection] 05:21 -!- antanst [~antanst@62.169.219.213] has joined #c-lightning 05:21 -!- antanst [~antanst@62.169.219.213] has quit [Remote host closed the connection] 05:22 -!- antanst [~antanst@62.169.219.213] has joined #c-lightning 05:33 -!- antanst [~antanst@62.169.219.213] has quit [Remote host closed the connection] 05:34 -!- antanst [~antanst@62.169.219.213] has joined #c-lightning 05:44 -githubby:#c-lightning- [lightning] cdecker opened pull request #1563: opts: Be more lenient about locktime_max and fee range by default (master...stupid-default-params) https://git.io/vhVk7 05:51 -!- antanst [~antanst@62.169.219.213] has left #c-lightning ["Textual IRC Client: www.textualapp.com"] 05:54 -githubby:#c-lightning- [lightning] jsarenik closed pull request #1562: external/libwally-core: Update to master after release_0.6.1 (master...jasan/libwally_update) https://git.io/vhaj2 06:18 -githubby:#c-lightning- [lightning] jsarenik opened pull request #1564: external/libwally-core: Update to master with warning fixes (master...jasan/libwally_update_2) https://git.io/vhVqn 06:32 < Lightblock> Hi, could anyone please suggest how to look for funding transaction ID of particular channel with c-lightning? Assuming you know the short channel ID. 06:39 < Lightblock> got the answer frm molz> already, that it is not possible to do it with lightning-cli currently 06:39 < Lightblock> could anyone suggest some kind of turn around though? 07:17 < grubles> should be in listpeers 07:18 < grubles> oh do you mean channels that are not your own? 07:24 < molz> grubles, random channels so yea, not his channels 07:25 < molz> is there a way to know their funding txid by using their short channel ID? 07:35 < bitonic-cjp> I'm hacking my way deep into the source code right now. 07:35 < bitonic-cjp> I'm using "make check" to see if I don't break anything. 07:35 < bitonic-cjp> However, "make check" is *really* slow. Is there a way to speed up things? 07:36 < bitonic-cjp> E.g. only run those tests I think are relevant for my code changes? 07:36 < bitonic-cjp> I promise I'll do a full check before a pull request. :-D 07:41 < grubles> molz, maybe by creatively grep'ing the logs? 07:42 < molz> yea, i guess 07:42 < grubles> bitonic-cjp, maybe try make -jnumberofcores 07:42 < Lightblock> grubles, yes I mean channels that I m not associated with 07:43 < grubles> eg. make -j4 -- for a quad core cpu 07:44 < bitonic-cjp> From make's point of view, most of the tests consists of a single call of pytest, so I doubt -j will do much. 07:44 < Lightblock> I think knowing the funding transaction ID is important, so imho it deserves to be included in the lightning-cli commands 07:50 < bitonic-cjp> make -j does work to make the valgrind part faster, so thanks anyway. 07:51 < bitonic-cjp> For now, I'm just commenting out non-interesting tests in tests/test_lightningd.py. 07:52 < bitonic-cjp> Some tests fail unreliably and don't seem to have anything to do with my code changes, even though I say TIMEOUT=300. :-(( 07:52 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 240 seconds] 07:52 < bitonic-cjp> (TIMEOUT=60 is the default) 07:53 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has joined #c-lightning 07:53 -!- StopAndDecrypt [~StopAndDe@c-73-215-253-208.hsd1.nj.comcast.net] has joined #c-lightning 07:53 -!- StopAndDecrypt [~StopAndDe@c-73-215-253-208.hsd1.nj.comcast.net] has quit [Changing host] 07:53 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #c-lightning 07:57 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Remote host closed the connection] 07:57 -!- StopAndDecrypt [~StopAndDe@c-73-215-253-208.hsd1.nj.comcast.net] has joined #c-lightning 07:57 -!- StopAndDecrypt [~StopAndDe@c-73-215-253-208.hsd1.nj.comcast.net] has quit [Changing host] 07:57 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #c-lightning 08:06 -!- grafcaps [~haroldbr@50.90.83.229] has joined #c-lightning 08:32 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 264 seconds] 08:32 < Lightblock> also small question 08:33 < Lightblock> how to convert 578483853744799745 channel ID to short channel ID that c-lightning understands 08:33 < Lightblock> https://www.irccloud.com/pastebin/V3DTI6oe/ 08:33 < Lightblock> receiving 08:33 < Lightblock> { "code" : -32602, "message" : "Invalid short_channel_id" } 08:37 -!- booyah [~bb@193.25.1.157] has joined #c-lightning 08:56 -!- grafcaps [~haroldbr@107.147.175.194] has joined #c-lightning 09:03 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has quit [Quit: Leaving] 09:10 -!- grafcaps [~haroldbr@107.147.175.194] has quit [Ping timeout: 268 seconds] 09:26 -!- grafcaps [~haroldbr@104.137.194.255] has joined #c-lightning 09:30 -!- grafcaps [~haroldbr@104.137.194.255] has quit [Ping timeout: 260 seconds] 09:33 -!- grafcaps [~haroldbr@104.137.194.255] has joined #c-lightning 09:38 -!- tiagotrs [~user@unaffiliated/tiagotrs] has quit [Ping timeout: 260 seconds] 10:32 < provoostenator> Is configure supposed to end unceremoniously with "Setting PYTEST..."? 10:43 < provoostenator> "pip3 install -U pytest" makes it add "pytest" (and then end) 11:13 -!- tiagotrs [~user@unaffiliated/tiagotrs] has joined #c-lightning 11:22 -!- Amperture [~amp@24.136.5.183] has quit [Remote host closed the connection] 11:49 < windsok> if I have a direct channel with a node that I am paying, why would c-lightning choose to route through a different node? hmm 14:23 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 14:25 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 14:30 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 14:36 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #c-lightning 15:08 < ctrlbreak> provoostenator: so, ./configure --enable-developer totally blew up on me :-S 15:18 < ctrlbreak> Nevermind... turns out I was just missing zlib1g-dev 15:55 -!- deusexbeer [~deusexbee@079-170-138-050-dynamic-pool-adsl.wbt.ru] has joined #c-lightning 16:10 -!- tiagotrs [~user@unaffiliated/tiagotrs] has quit [Ping timeout: 240 seconds] 16:29 -!- Lightblock [uid302821@gateway/web/irccloud.com/x-gekrgysiyugundfd] has quit [Quit: Connection closed for inactivity] 16:32 < molz> ctrlbreak, what does zlib1g-dev do? 16:40 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 16:42 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 17:08 -!- booyah_ [~bb@193.25.1.157] has joined #c-lightning 17:10 -!- booyah [~bb@193.25.1.157] has quit [Ping timeout: 256 seconds] 17:23 -!- Drolmer [~Drolmer@unaffiliated/drolmer] has quit [Quit: Leaving] 18:40 -!- grafcaps [~haroldbr@104.137.194.255] has quit [Ping timeout: 240 seconds] 19:04 -!- grafcaps [~haroldbr@50.90.83.229] has joined #c-lightning 19:31 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 260 seconds] 19:40 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #c-lightning 19:54 -!- ebx [~ebx@unaffiliated/ebex] has quit [Remote host closed the connection] 21:39 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has quit [Ping timeout: 245 seconds] 23:26 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 23:28 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning