--- Log opened Wed Sep 09 00:00:13 2020 00:21 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 00:23 < m-schmoock> getting the sha256sum generated comments for 'codegen without python' right to make travis happy is a bit messy 00:25 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 265 seconds] 00:28 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #c-lightning 00:30 -!- jonatack [~jon@37.171.144.181] has joined #c-lightning 00:31 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 246 seconds] 00:32 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 00:33 < rusty> m-schmoock: sorry, I'm pounding Travis pretty hard with several merges in attempt to get them done before deadline! 00:33 < m-schmoock> -.- 00:34 < m-schmoock> nvm. I guess https://github.com/ElementsProject/lightning/pull/4020 cant make it 00:34 < m-schmoock> though its ready 00:34 < m-schmoock> only struggling with codeegen hashes 00:34 -!- jonatack [~jon@37.171.144.181] has quit [Ping timeout: 260 seconds] 00:35 < rusty> m-schmoock: still have 24 hours or so :) But I'm torn. I wanted to implement a completely new generic "wait" api, for stuff like this. But OTOH it might not be done next release, so this would be agood stopgap. 00:35 < rusty> m-schmoock: yah, some hashes get generated too much (every time mocks change). Make sure you're on latest master, it's movingfast. 00:36 < rusty> Will be back in a few hours, hopinh travis is sorted by then for more PR merges 00:36 < m-schmoock> okay. cu later 00:36 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Client Quit] 00:36 -!- jonatack [~jon@109.232.227.138] has joined #c-lightning 00:52 < m-schmoock> is there a practical way to locally run the make NO_PYTHON=1 travis target? 00:52 < zmnscpxj_> clone it again, configure NO_PYTHON=1, make? 01:00 < m-schmoock> i dont think NO_PYTHON is recognized by chonfigure 01:00 < zmnscpxj_> awww 01:00 < zmnscpxj_> But a fresh checkout should be practical 01:00 < zmnscpxj_> you can clone it from the local copy you already have 01:01 < zmnscpxj_> then just follow what is in the .travis/ dir 01:01 < m-schmoock> I think ill need to make me a dockercontainer w/o python for this 01:01 < zmnscpxj_> ah 01:02 < zmnscpxj_> I use pyenv, and the OS python is b0rked, so that works out-of-the-box (haha) for me 01:02 < m-schmoock> or is there a practical way to disable python with pyenv or what? 01:02 < zmnscpxj_> try using python 3.5 if pyenv supports it? 01:07 < m-schmoock> we should add the NO_PYTHON to be evaluated in the Makefile as well so we can test the first travis target more directly 02:19 < m-schmoock> can someone add the label 0.9.1 to https://github.com/ElementsProject/lightning/pull/4020 (I cant add labels with my github permissions) 02:21 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 02:24 < m-schmoock> fiatjaf: I added your remark to #4020 description. maybe you can tell if that 02:25 < m-schmoock> finally travis is green 02:26 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 256 seconds] 02:27 < m-schmoock> *I meant add the milestone v0.9.1 not label 02:56 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #c-lightning 02:59 -!- rotarydialer [~rotarydia@unaffiliated/rotarydialer] has quit [Ping timeout: 260 seconds] 03:04 -!- rotarydialer [~rotarydia@unaffiliated/rotarydialer] has joined #c-lightning 03:05 < jasan> yalls.org is down (including testnet.yalls.org) 03:06 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 03:13 < jasan> rusty: I can not open a channel to your testnet node (slickermaster), getting this error: 128.199.202.168:9736: Cryptographic handshake: Connection reset by peer. 03:14 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-zzgbwiizjmpgirfq] has left #c-lightning [] 03:14 < rusty> jasan: huh, weird! 03:14 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-zzgbwiizjmpgirfq] has joined #c-lightning 03:14 < rusty> jasan: what node id are you using? 03:14 < jasan> I am on 0256475d8eaa0b537992a8995129137f0702bc79a17b4749fffb402bf81348a595@217.195.164.4:19736 03:15 < rusty> jasan: I meant in the connect cmd 03:15 < rusty> jasan: ah, it's down! 03:15 < jasan> $ lightningd --version 03:15 < jasan> 0.9.0-1 03:15 < jasan> y 03:15 < jasan> your node 031a3478d481b92e3c28810228252898c5f0d82fc4d07f5210c4f34d4aba56b769@128.199.202.168:9736 03:15 -!- jonatack [~jon@109.232.227.138] has quit [Ping timeout: 264 seconds] 03:16 < jasan> or even on [2400:6180:0:d0::5cd2:a001]:9736, but where I am experimenting, there is only IPv4 03:17 < jasan> OK, channel is awaiting lockin now 03:17 < jasan> rusty: thanks! 03:17 < rusty> jasan: thanks for the report! It got upset with bitcoind not responding, and I don't know why that happened. 03:20 < jasan> also htlc.me does not work today (the web loads but seems to not be able to communicate with backend) 03:20 < jasan> so the only way I am testing is StarBlocks :) that works 03:20 < jasan> https://starblocks.acinq.co/ 03:21 * jasan did not use Lightning for a year, so needs some refresh 03:26 < rusty> m-schmoock: about to merge your PR, just needs a (trivial) rebase. Want me to do it? 03:48 < m-schmoock> sure 03:48 < m-schmoock> rusty: sry I was afk 03:48 < rusty> m-schmoock: NP, I'm in a merge frenzy today :) 03:49 < m-schmoock> yeeehhaw 03:59 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 04:01 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 04:03 < m-schmoock> rusty: should I make the rebase? I can do that in 1-2hrs. 04:04 < rusty> m-schmoock: I can do it easily, just waiting for backlog to clear. 04:04 < m-schmoock> ah ok. thx 04:05 < m-schmoock> rusty: have you checked my remark on https://github.com/ElementsProject/lightning/issues/4027 04:06 < m-schmoock> (this is not related to this PR but there maybe a small internal unknown ?issue 04:06 < m-schmoock> aehm sry https://github.com/ElementsProject/lightning/pull/4020/files#diff-26fdd73297d17c961aca65be12b835d0R739-R740 04:06 < m-schmoock> I meant 04:07 < rusty> m-schmoock: ah,good point. The simplest thing IMHO is to not send the event if there's no change. More ambitious would be to see why that is happening. 04:08 < m-schmoock> you can change 'fake' event and the test, if you want. I did it this way so you can see/know that theres maybe an issue 04:08 < zmnscpxj_> given the timeline for 0.9.1, suggest deferring investigation 04:08 < m-schmoock> sure 04:08 < rusty> m-schmoock: I've reqeusted the change. 04:09 < rusty> zmnscpxj_: ha, he still has > 24 hours! :) 04:09 < m-schmoock> its just the usual that my small changes disclose internal issues :D 04:09 < zmnscpxj_> what timezone? 04:09 < zmnscpxj_> it is a good thing 04:09 < rusty> m-schmoock: better to find this way, not in some horrible blowup of a user! 04:09 < rusty> zmnscpxj_: we deliberately don't define that, so we can get extra time if necessary! 04:10 < rusty> cdecker, zmnscpxj_: can someone review https://github.com/ElementsProject/lightning/pull/4028 (trivial, and I'd like to apply) 04:12 < rusty> zmnscpxj_: Oh, and https://github.com/ElementsProject/lightning/pull/3769 needs rebase now all the prereqs are merged. 04:19 < rusty> darosior: can you pull cleanups out of https://github.com/ElementsProject/lightning/pull/4013 if it's not going to make it into 0.9.1? Be nice to have the fixes and cleanups at least. 04:22 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 04:24 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 04:24 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 04:25 < m-schmoock> rusty: I investigation issue #4029 for this double state change 04:25 < m-schmoock> and now fixing and also rebasing my stuff 04:27 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 265 seconds] 04:31 < m-schmoock> rusty: done. Changed and rebased #4020. Hopefully i didnt mess up the SHA256 hashes :D 04:31 < m-schmoock> but I think I know now what it wants from me 04:32 -!- zmnscpxj_ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Ping timeout: 240 seconds] 04:38 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 04:39 < m-schmoock> Travis really hates us today 04:44 < darosior> cdecker: could you expand on "Might I suggest adding a timeout of 10 seconds or so on the first update in a series, after which you trigger a single adjustment and let that spread before immediately overriding it again?" ? Not sure i got it right 04:44 < darosior> Re the fee est plugin 04:45 < fiatjaf> awesome, m-schmoock! 04:47 < m-schmoock> fiatjaf: also, you get a 'reason' in the next iteration #4027 04:47 < darosior> The committed wiregen are really a pain.. 04:47 < m-schmoock> totally 05:04 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #c-lightning 05:24 -!- shesek [~shesek@unaffiliated/shesek] has joined #c-lightning 05:55 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 05:56 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 06:04 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 06:04 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 06:23 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 06:28 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 256 seconds] 06:41 -!- skme9_ [~skme9@2402:3a80:6bd:e69f:f4a7:ee6:b81c:9e97] has joined #c-lightning 06:45 -!- skme9 [~skme9@2402:3a80:6bd:e69f:f4a7:ee6:b81c:9e97] has quit [Ping timeout: 260 seconds] 06:58 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Ping timeout: 240 seconds] 07:09 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Remote host closed the connection] 07:10 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #c-lightning 07:13 -!- skme9 [~skme9@2402:3a80:6bd:e69f:f4a7:ee6:b81c:9e97] has joined #c-lightning 07:17 -!- skme9_ [~skme9@2402:3a80:6bd:e69f:f4a7:ee6:b81c:9e97] has quit [Ping timeout: 244 seconds] 08:01 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Quit: jonatack] 08:04 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #c-lightning 09:56 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #c-lightning 10:33 -!- skme9 [~skme9@2402:3a80:6bd:e69f:f4a7:ee6:b81c:9e97] has quit [Ping timeout: 260 seconds] 11:03 <@cdecker> darosior: the idea is to start a timer once the first change comes in, then only update once that timer expires (only have one timer running). 11:04 <@cdecker> The idea is to let channels settle a bit, only then update to reduce the load on the network (you wont get more updates through the broadcast anyway) 11:04 <@cdecker> darosior: the committed wiregen is indeed painful 11:26 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-zzgbwiizjmpgirfq] has left #c-lightning [] 11:26 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-zzgbwiizjmpgirfq] has joined #c-lightning 11:34 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 11:35 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 12:02 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Remote host closed the connection] 12:18 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 12:31 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Quit: Leaving] 12:32 < m-schmoock> cdecker: pipeline 20 (liquid test) often runs into timout and these BROKEN backtraces https://travis-ci.org/github/ElementsProject/lightning/jobs/725553680#L5535 12:32 < m-schmoock> (note: not related to my change) 12:32 < m-schmoock> bitcoin/tx.c:708 (wally_tx_output_get_amount) 0x559ed6ac5cdf results in internal Nullpointer or something 12:34 < m-schmoock> it fails on FAILED tests/test_connection.py::test_funding_by_utxos I guess 12:35 < m-schmoock> and also others 12:35 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #c-lightning 12:43 < m-schmoock> I see every build currently fails for this reason... 12:55 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #c-lightning 13:23 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 14:26 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 14:27 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 14:50 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #c-lightning 15:15 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 15:19 -!- queip [~queip@unaffiliated/rezurus] has quit [Quit: bye, freenode] 15:22 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 15:28 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 258 seconds] 15:34 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 15:34 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #c-lightning 15:43 -!- sr_gi6 [~sr_gi@static-240-45-224-77.ipcom.comunitel.net] has quit [Read error: Connection reset by peer] 15:44 -!- sr_gi [~sr_gi@static-240-45-224-77.ipcom.comunitel.net] has joined #c-lightning 15:49 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 15:50 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 15:51 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 15:55 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 15:58 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 244 seconds] 16:03 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 258 seconds] 16:28 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 16:51 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-zzgbwiizjmpgirfq] has left #c-lightning [] 16:52 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-zzgbwiizjmpgirfq] has joined #c-lightning 16:53 < rusty> niftynei: https://github.com/ElementsProject/lightning/pull/4033#pullrequestreview-485476569 17:13 < az0re> fiatjaf: just to be clear, you were talking about redefining MPP_TARGET_SIZE to 100 million in plugins/libplugin-pay.c, right? 17:15 < fiatjaf> az0re: let me heck 17:15 < fiatjaf> check* 17:19 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 17:21 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Remote host closed the connection] 17:43 <@niftynei> rusty good point. 17:44 <@niftynei> will fix. working on getting the last 6 elements tests fixed rn 17:52 < rusty> niftynei: NP, thanks. I'm going to ignore those failures for the moment and force merge stuff 17:58 < az0re> I'm gonna guess it is 18:00 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 18:02 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 18:04 -!- alko89 [~alko89@unaffiliated/alko89] has quit [Ping timeout: 260 seconds] 18:25 -!- alko89 [~alko89@unaffiliated/alko89] has joined #c-lightning 18:41 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 18:43 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 18:47 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 18:48 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 260 seconds] 19:18 -!- skme9 [~skme9@2402:3a80:6bd:e69f:6493:9128:6bde:2c5d] has joined #c-lightning 19:44 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Ping timeout: 240 seconds] 20:32 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 260 seconds] 20:34 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #c-lightning 20:58 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has quit [Remote host closed the connection] 20:59 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has joined #c-lightning 21:55 -!- Teoti [~teoti@104-222-118-26.cpe.teksavvy.com] has quit [Ping timeout: 258 seconds] 22:08 -!- Teoti [~teoti@69-165-148-169.dsl.teksavvy.com] has joined #c-lightning 22:13 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 23:08 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 23:17 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 23:22 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 258 seconds] 23:51 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning --- Log closed Thu Sep 10 00:00:14 2020