--- Day changed Mon Mar 12 2018 00:11 -!- trying [c7f19323@gateway/web/freenode/ip.199.241.147.35] has quit [Quit: Page closed] 00:17 < waxwing> try a bit harder to stay online after you post a question! 00:17 < waxwing> (interesting one though - anyone else had issues with that?) 01:27 -!- undeath [~undeath@unaffiliated/undeath] has joined #joinmarket 02:39 -!- Shana80Cummings [~Shana80Cu@ns334669.ip-5-196-64.eu] has joined #joinmarket 02:39 -!- undeath [~undeath@unaffiliated/undeath] has quit [Quit: WeeChat 2.0.1] 04:04 -!- belcher [~user@unaffiliated/belcher] has quit [Ping timeout: 260 seconds] 04:06 -!- belcher [~user@unaffiliated/belcher] has joined #joinmarket 04:53 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 04:53 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 05:14 -!- belcher [~user@unaffiliated/belcher] has quit [Ping timeout: 248 seconds] 05:27 -!- bsm117532 [~mcelrath@173-9-124-61-NewEngland.hfc.comcastbusiness.net] has joined #joinmarket 05:31 -!- belcher [~user@unaffiliated/belcher] has joined #joinmarket 06:00 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #joinmarket 07:12 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 07:15 -!- undeath [~undeath@unaffiliated/undeath] has joined #joinmarket 08:21 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has joined #joinmarket 08:23 < waxwing> arubi, do you know offhand, can i check what version of the package libnacl would be in use in our travis tests for JM-CS? 08:23 < waxwing> it uses a setup.py with just 'libnacl' (no version specified) in the jmdaemon package 09:01 -!- undeath [~undeath@unaffiliated/undeath] has quit [Quit: WeeChat 2.0.1] 11:22 < arubi> waxwing, maybe add a `pip list | grep nacl` to .travis.yml 12:34 -!- GitHub17 [GitHub17@gateway/service/github.com/x-jxpevjywjfuuclcq] has joined #joinmarket 12:34 < GitHub17> [joinmarket-clientserver] AdamISZ pushed 1 new commit to master: https://git.io/vxfSi 12:34 < GitHub17> joinmarket-clientserver/master 66875ae Adam Gibson: Catch all decryption errors for new libnacl >= 1.5.1... 12:34 -!- GitHub17 [GitHub17@gateway/service/github.com/x-jxpevjywjfuuclcq] has left #joinmarket [] 12:34 < waxwing> joinmarket-clientserver users (ie segwit users) are strongly recommended to update to latest master (see ^) 12:34 < waxwing> i am going to tag and release very shortly, probably tonight or else tomorrow 12:35 < waxwing> activity seems to be picking up a lot, anyone else seeing it? 12:35 < waxwing> arubi, thx 12:35 < arubi> cheers! 12:42 < waxwing> arubi, ugh build failure. looks like there's a linux and mac one and the linux one went wrong somehow 12:42 < arubi> (can't see jm activity since all funds are still in hww.. need to go back to core as wallet but only after I set up the eee pc) 12:42 < arubi> send the build link 12:42 < waxwing> looks like the getblockchaininfo failed somehow 12:43 < waxwing> hang on different machine, give me a sec 12:43 < waxwing> https://travis-ci.org/JoinMarket-Org/joinmarket-clientserver/builds/352505974?utm_source=github_status&utm_medium=notification 12:43 < waxwing> oh that link looks weird 12:44 < waxwing> https://travis-ci.org/JoinMarket-Org/joinmarket-clientserver/jobs/352505975 12:44 < arubi> let's see 12:45 < arubi> did you just switch to 0.16.0 or was it used before? 12:46 < waxwing> i didn't switch at all. is it coming via ubuntu PPA or something? 12:47 < arubi> I see.. hm. connection refused 12:48 < arubi> I wonder if adding a 10 second sleep between bringing the node up to starting the tests might help. at some point the wallet started generating 1000 keys for the keypool instead of 100 12:48 < waxwing> ah yes i see it pulled 0.16.0 . guess time for me to update locally here too. 12:48 < arubi> might be that the tests are trying to connect to the node while it's still generating the wallet 12:48 < waxwing> so i guess on macos, it's not 01.6? 12:48 < waxwing> 0.16 12:50 < arubi> macos just does the install part, since we don't have a node binary there 12:50 < waxwing> ok, i see 12:50 < arubi> (of course we can just wget it from bitcoin.org) 12:55 < arubi> setting keypool=1 https://travis-ci.org/fivepiece/joinmarket-clientserver/builds/352514220 , let's see 12:56 < waxwing> yeah. was there something about getblockchaininfo? (deprecated?) it rings a bell. but, if all connections are getting refused, maybe it's something else. 12:56 < waxwing> or was that getinfo 12:57 < arubi> getblockchaininfo is still good, it was getinfo right 12:58 < waxwing> i don't understand pytest's output. it shows test_client_protocol as the first fail, but test_podle as the first error. iirc test_client_protocol has nothing to do with bitcoin stuff. 12:58 < waxwing> i think i'll run the pytest suite on one of my machines with 0.16, seems logical. 12:58 < arubi> seems to be failing the same in my test push 13:00 < arubi> ohh 13:00 < arubi> I think I know. didn't regtest port change? hm 13:00 < waxwing> oh really? well that'd do it :) 13:01 < arubi> yea I think it's 18444 now, let's see 13:06 < waxwing> ok error reproduced locally. so changing the port. 13:06 < arubi> seems to still be failing 13:06 < arubi> different error though, "E JsonRpcConnectionError: Unable to connect over RPC" 13:08 < waxwing> 18443 according to release notes 13:08 < arubi> doh 13:09 < waxwing> yeah seems to be working locally on that. will take a few minutes to complete. 13:10 < arubi> ah phew, I'm running in travis with that port 13:10 < waxwing> so hmm, i can update regtest_joinmarket.cfg to that. since it won't affect users not on .16 since they're not testing. 13:10 < waxwing> does that fit your script? 13:10 < arubi> that's what I did 13:10 < waxwing> ok right will do. 13:11 < waxwing> i wonder why they did that. seems an annoyance (if you want to test multiple versions of bitcoin) 13:11 < arubi> I kinda like it, doesn't mess with testnet port 13:12 < waxwing> oic yes 13:13 < arubi> yep, tests are executing fine \o/ 13:14 < waxwing> effing hell the commit list in the release notes is mental :) 13:14 < arubi> ctrl+f fivepiece :P 13:15 < waxwing> cool. next time campaign to be at the top :) 13:15 < arubi> haha, gotta quit my day job for that 13:16 -!- GitHub155 [GitHub155@gateway/service/github.com/x-ocjpfcajvnxjwjtz] has joined #joinmarket 13:16 < GitHub155> [joinmarket-clientserver] AdamISZ pushed 1 new commit to master: https://git.io/vxfdg 13:16 < GitHub155> joinmarket-clientserver/master ebd6d95 Adam Gibson: update regtest port for bitcoin 0.16 13:16 -!- GitHub155 [GitHub155@gateway/service/github.com/x-ocjpfcajvnxjwjtz] has left #joinmarket [] 13:17 < arubi> I got another PR in review, currently just one utack. it's for adding segwit stuff to decodescript 14:29 -!- kunla [~kunla@bl13-153-142.dsl.telepac.pt] has joined #joinmarket 14:34 -!- kunla [~kunla@bl13-153-142.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 15:15 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has joined #joinmarket 15:33 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has quit [Quit: https://quanto.ga/] 15:37 -!- kunla [~kunla@bl13-61-148.dsl.telepac.pt] has joined #joinmarket 15:42 -!- kunla [~kunla@bl13-61-148.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 17:29 -!- kunla [~kunla@bl13-153-142.dsl.telepac.pt] has joined #joinmarket 17:33 -!- kunla [~kunla@bl13-153-142.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 17:37 -!- kunla [~kunla@bl10-85-39.dsl.telepac.pt] has joined #joinmarket 17:45 -!- kunla [~kunla@bl10-85-39.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 19:07 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 20:12 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has joined #joinmarket 20:17 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has quit [Ping timeout: 255 seconds] 20:22 -!- JC_acct [~JC_acct@45-172-16-94.dyn.cable.fcom.ch] has joined #joinmarket 20:24 -!- digi_james [~JC_acct@45-172-16-94.dyn.cable.fcom.ch] has quit [Ping timeout: 252 seconds] 21:39 -!- Relay-Free-Agora [~jmrelayfn@p5DE4A960.dip0.t-ipconnect.de] has quit [Ping timeout: 256 seconds] 21:54 -!- Relay-Free-Agora [~jmrelayfn@p5DE4A601.dip0.t-ipconnect.de] has joined #joinmarket