--- Day changed Wed Nov 28 2018 00:14 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 268 seconds] 00:20 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 03:32 -!- undeath [~undeath@hashcat/team/undeath] has joined #joinmarket 04:11 -!- GitHub19 [GitHub19@gateway/service/github.com/x-jfztbycideridksr] has joined #joinmarket 04:11 < GitHub19> [joinmarket-clientserver] AdamISZ pushed 2 new commits to master: https://git.io/fp2Bq 04:11 < GitHub19> joinmarket-clientserver/master 3537fb4 James Hilliard: Convert jmbitcoin to py3 style 04:11 < GitHub19> joinmarket-clientserver/master f813e4c AdamISZ: Merge #229: Convert jmbitcoin to py3 style... 04:11 -!- GitHub19 [GitHub19@gateway/service/github.com/x-jfztbycideridksr] has left #joinmarket [] 04:11 -!- GitHub100 [GitHub100@gateway/service/github.com/x-bdqnwzztdzfzvkhz] has joined #joinmarket 04:11 < GitHub100> [joinmarket-clientserver] AdamISZ closed pull request #229: Convert jmbitcoin to py3 style (master...future) https://git.io/fpR8l 04:11 -!- GitHub100 [GitHub100@gateway/service/github.com/x-bdqnwzztdzfzvkhz] has left #joinmarket [] 04:37 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Ping timeout: 268 seconds] 04:43 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 05:29 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Remote host closed the connection] 05:30 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 05:44 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Ping timeout: 246 seconds] 05:48 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 06:47 -!- undeath [~undeath@hashcat/team/undeath] has quit [Quit: WeeChat 2.3] 07:05 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 256 seconds] 07:05 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 07:46 -!- viasil [~viasil@185.212.171.210] has quit [Ping timeout: 268 seconds] 08:57 -!- undeath [~undeath@hashcat/team/undeath] has joined #joinmarket 09:22 -!- rdymac [uid31665@gateway/web/irccloud.com/x-areagrgrnglqqtoh] has joined #joinmarket 10:18 < arubi> undeath, yea I saw that 'extend(build_flags('libsecp256k1', 'L', build_temp)' and was wondering about it. it basically /does/ work (otherwise coincurve won't be working at all), but now looking at it again I /think/ it should be "insert(0, ...)" rather than extend 10:20 < arubi> s/won't/wouldn't/ 10:22 < undeath> no, insert(0, …) doesn't work 10:22 < undeath> just tried 10:23 < arubi> hm :( 10:34 < undeath> oh hey 10:34 < undeath> you were close 10:34 < undeath> sed -i 's|self.library_dirs.append(|self.library_dirs.insert(0,|' setup.py 10:35 < undeath> that's at line 216 10:36 < arubi> ah, nice! 11:14 < arubi> undeath, are you gonna PR this to coincurve? if not then I'm probably gonna 11:16 < undeath> if you can pr that, that would be great! 11:16 < arubi> cool, gonna test a bit then do that 12:54 -!- GitHub28 [GitHub28@gateway/service/github.com/x-pwytmfipymaniyey] has joined #joinmarket 12:54 < GitHub28> [joinmarket-clientserver] AdamISZ pushed 3 new commits to master: https://git.io/fpa8i 12:54 < GitHub28> joinmarket-clientserver/master 32c4376 undeath: revert cd3b31d 12:54 < GitHub28> joinmarket-clientserver/master 249d547 undeath: clean up test_configure 12:54 < GitHub28> joinmarket-clientserver/master 8ff30ee AdamISZ: Merge #231: clean up and re-enable test_configure... 12:54 -!- GitHub28 [GitHub28@gateway/service/github.com/x-pwytmfipymaniyey] has left #joinmarket [] 12:54 -!- GitHub108 [GitHub108@gateway/service/github.com/x-zythyklmzmggsakj] has joined #joinmarket 12:54 < GitHub108> [joinmarket-clientserver] AdamISZ closed pull request #231: clean up and re-enable test_configure (master...test-configure) https://git.io/fp0OA 12:54 -!- GitHub108 [GitHub108@gateway/service/github.com/x-zythyklmzmggsakj] has left #joinmarket [] 12:55 -!- GitHub38 [GitHub38@gateway/service/github.com/x-xjamhwaryvvaaicp] has joined #joinmarket 12:55 < GitHub38> [joinmarket-clientserver] AdamISZ pushed 1 new commit to master: https://git.io/fpa8M 12:55 < GitHub38> joinmarket-clientserver/master 20124a3 AdamISZ: Merge #239: Handle invalid utxos in query_utxo_set... 12:55 -!- GitHub38 [GitHub38@gateway/service/github.com/x-xjamhwaryvvaaicp] has left #joinmarket [] 12:55 -!- GitHub189 [GitHub189@gateway/service/github.com/x-ypwagsgbrsydozvl] has joined #joinmarket 12:55 < GitHub189> [joinmarket-clientserver] AdamISZ closed pull request #239: Handle invalid utxos in query_utxo_set (master...handle-invalid-utxos) https://git.io/fpgzs 12:55 -!- GitHub189 [GitHub189@gateway/service/github.com/x-ypwagsgbrsydozvl] has left #joinmarket [] 15:01 < Lightsword> waxwing, tests on master seem to be broken 15:03 < undeath> looks like that's connected to the jmbitcoin update 15:03 < undeath> the test that's failing was previously disabled on travis 15:04 < Lightsword> seems to be a bug in the tests, one sec 15:05 < undeath> yeah, an outdated check 15:09 < Lightsword> testing a potential fix 15:10 < waxwing> doh, i knew there was something i had to check after i'd deleted all my emails :) 15:12 < waxwing> ah yeah ofc makes sense. hmm why didn't i see that? oh because i tested the PR which wasn't from master. 15:12 < undeath> yeah, the pr wasn't rebased 15:13 -!- GitHub105 [GitHub105@gateway/service/github.com/x-xqnommidrrcjwahf] has joined #joinmarket 15:13 < GitHub105> [joinmarket-clientserver] jameshilliard opened pull request #240: fix test_net_byte (master...configtest-fix) https://git.io/fpaoL 15:13 -!- GitHub105 [GitHub105@gateway/service/github.com/x-xqnommidrrcjwahf] has left #joinmarket [] 15:14 < waxwing> thx Lightsword 15:30 < Lightsword> waxwing, think you can merge that now, tests are all passing 15:38 -!- GitHub125 [GitHub125@gateway/service/github.com/x-skseunsefqzbmzpq] has joined #joinmarket 15:38 < GitHub125> [joinmarket-clientserver] AdamISZ pushed 2 new commits to master: https://git.io/fpaKS 15:38 < GitHub125> joinmarket-clientserver/master 512cddd James Hilliard: fix test_net_byte 15:38 < GitHub125> joinmarket-clientserver/master 53cf504 AdamISZ: Merge #240: fix test_net_byte... 15:38 -!- GitHub125 [GitHub125@gateway/service/github.com/x-skseunsefqzbmzpq] has left #joinmarket [] 15:38 -!- GitHub119 [GitHub119@gateway/service/github.com/x-bqzeqfijujkhrewm] has joined #joinmarket 15:38 < GitHub119> [joinmarket-clientserver] AdamISZ closed pull request #240: fix test_net_byte (master...configtest-fix) https://git.io/fpaoL 15:38 -!- GitHub119 [GitHub119@gateway/service/github.com/x-bqzeqfijujkhrewm] has left #joinmarket [] 16:03 -!- undeath [~undeath@hashcat/team/undeath] has quit [Quit: WeeChat 2.3] 18:01 -!- AgoraRelay [~jmrelayfn@p5DE4A9AB.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 18:15 -!- AgoraRelay [~jmrelayfn@p5DE4A628.dip0.t-ipconnect.de] has joined #joinmarket 18:25 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 18:25 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 19:11 -!- viasil [~viasil@165.231.102.6] has joined #joinmarket 20:26 -!- GitHub73 [GitHub73@gateway/service/github.com/x-bxfmrfybfnbbmxzs] has joined #joinmarket 20:26 < GitHub73> [joinmarket-clientserver] jameshilliard opened pull request #241: Convert jmclient to py3 style (master...future) https://git.io/fpVeP 20:26 -!- GitHub73 [GitHub73@gateway/service/github.com/x-bxfmrfybfnbbmxzs] has left #joinmarket []