--- Log opened Wed Dec 05 00:00:43 2018 00:08 -!- spinza [~spin@155.93.246.187] has quit [Ping timeout: 272 seconds] 00:15 < provoostenator> moneyball: pff, Amsterdam is a bit far on a bicycle :-P 00:16 < provoostenator> I'll test the PSBT thing as well now 00:17 -!- promag [~promag@bl22-246-44.dsl.telepac.pt] has joined #bitcoin-core-dev 00:22 -!- promag [~promag@bl22-246-44.dsl.telepac.pt] has quit [Remote host closed the connection] 00:41 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 00:42 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 00:43 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 00:46 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 00:55 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 00:56 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 00:56 -!- zhujianhua9 [6a78693d@gateway/web/freenode/ip.106.120.105.61] has joined #bitcoin-core-dev 01:06 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Remote host closed the connection] 01:10 -!- a5m0 [~a5m0@unaffiliated/a5m0] has joined #bitcoin-core-dev 01:10 -!- zhujianhua9 [6a78693d@gateway/web/freenode/ip.106.120.105.61] has quit [Quit: Page closed] 01:12 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 01:14 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 01:15 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 01:16 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Remote host closed the connection] 01:27 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 01:29 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 01:29 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 01:29 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 01:30 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 01:30 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 01:30 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 01:30 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 01:31 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 01:35 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 01:38 -!- Giszmo [~leo@168.196.203.86] has joined #bitcoin-core-dev 01:38 -!- Giszmo [~leo@168.196.203.86] has quit [Client Quit] 01:41 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 01:43 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 01:43 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 01:43 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 01:50 < provoostenator> I'm a bit confused how C++ magic makes it so that CTransactionRef (non_witness_utxo) and CTxOut (witness_utxo) are interchangeable. Context: https://github.com/bitcoin/bitcoin/pull/14588/commits/565500508aa5df0011109ebf375ba71b693fc7de#diff-d546634098d8003b6397c8643b74e47dR297 01:53 < sipa> am i looking at the wrong line? it's just nullptr being assigned on line 297 01:54 < sipa> and on line 296 the value being assigned is utxo (a CTxOut), not inout.non_witness_utxo 01:55 < provoostenator> Right side: input.non_witness_utxo = nullptr; 01:55 < provoostenator> YEs wrong lne 01:55 < provoostenator> 296: input.witness_utxo = utxo; 01:55 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 01:56 < gwillen> utxo is a CTxOut, as is witness_utxo 01:57 < gwillen> when we deal with non_witness_utxo (which is kind of poorly named), we extract the actual CTxOut from it: utxo = input.non_witness_utxo->vout[tx.vin[index].prevout.n]; 01:57 < provoostenator> gwillen: ah I see it now, thanks. 01:58 < gwillen> np! 02:01 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 02:03 -!- kexkey [~kexkey@87.101.92.98] has quit [Read error: Connection reset by peer] 02:06 -!- Sammy880621 [~Sammy8806@e159028.dynamic.ppp.asahi-net.or.jp] has joined #bitcoin-core-dev 02:06 -!- Sammy880621 [~Sammy8806@e159028.dynamic.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 02:12 -!- jhfrontz [~Adium@151.64.26.160] has joined #bitcoin-core-dev 02:27 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 02:41 -!- chenpo [~chenpo@111-251-64-89.dynamic-ip.hinet.net] has joined #bitcoin-core-dev 02:50 -!- chenpo [~chenpo@111-251-64-89.dynamic-ip.hinet.net] has quit [Remote host closed the connection] 03:20 -!- setpill [~setpill@unaffiliated/setpill] has quit [Ping timeout: 240 seconds] 03:33 -!- chenpo [~chenpo@111-251-64-89.dynamic-ip.hinet.net] has joined #bitcoin-core-dev 03:43 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 03:44 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 03:46 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 03:50 -!- setpill [~setpill@unaffiliated/setpill] has quit [Ping timeout: 245 seconds] 03:52 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 04:02 -!- setpill [~setpill@unaffiliated/setpill] has quit [Ping timeout: 246 seconds] 04:03 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 04:04 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 04:04 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 04:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 04:08 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Ping timeout: 244 seconds] 04:24 < stevenroose> How can transactions_tests.cpp be debugged? 04:24 < stevenroose> I'm getting: unknown location(0): fatal error: in "transaction_tests/tx_valid": std::ios_base::failure[abi:cxx11]: CDataStream::read(): end of data: iostream error 04:24 < stevenroose> test/transaction_tests.cpp(175): last checkpoint 04:25 < stevenroose> Without more info. Is that line 175 "last checkpoint" the last line that didn't error? 04:25 < stevenroose> Is there a way to know what vector is making it fail? 04:33 -!- phwalkr_ [~phwalkr@194.210.95.247] has joined #bitcoin-core-dev 04:35 -!- chenpo [~chenpo@111-251-64-89.dynamic-ip.hinet.net] has quit [] 04:36 -!- indistylo [~indistylo@49.204.67.58] has quit [Ping timeout: 268 seconds] 04:38 -!- phwalkr_ [~phwalkr@194.210.95.247] has quit [Ping timeout: 268 seconds] 04:46 -!- ken2812221 [~ken281222@180.217.80.72] has joined #bitcoin-core-dev 04:47 -!- setpill [~setpill@unaffiliated/setpill] has quit [Ping timeout: 246 seconds] 04:50 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 04:56 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 04:57 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 05:00 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 05:01 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 05:01 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 05:01 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 05:04 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 05:05 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 05:05 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 05:05 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 05:10 -!- ken2812221_ [~ken281222@180.217.80.130] has joined #bitcoin-core-dev 05:10 -!- ken2812221_ [~ken281222@180.217.80.130] has quit [Remote host closed the connection] 05:13 -!- ken2812221 [~ken281222@180.217.80.72] has quit [Ping timeout: 268 seconds] 05:17 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 05:17 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 05:17 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 05:17 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 05:21 -!- phwalkr [~phwalkr@194.210.88.97] has joined #bitcoin-core-dev 05:22 -!- jhfrontz [~Adium@151.64.26.160] has quit [Remote host closed the connection] 05:23 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 05:23 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 05:23 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 05:23 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 05:24 -!- phwalkr_ [~phwalkr@fwalunos-vip.estig.ipb.pt] has joined #bitcoin-core-dev 05:25 -!- phwalkr [~phwalkr@194.210.88.97] has quit [Ping timeout: 250 seconds] 05:26 -!- phwalkr [~phwalkr@194.210.88.97] has joined #bitcoin-core-dev 05:28 -!- phwalkr_ [~phwalkr@fwalunos-vip.estig.ipb.pt] has quit [Ping timeout: 250 seconds] 05:28 -!- phwalkr [~phwalkr@194.210.88.97] has quit [Read error: Connection reset by peer] 05:29 -!- phwalkr [~phwalkr@194.210.88.97] has joined #bitcoin-core-dev 05:32 -!- phwalkr [~phwalkr@194.210.88.97] has quit [Read error: Connection reset by peer] 05:32 -!- phwalkr [~phwalkr@194.210.88.97] has joined #bitcoin-core-dev 05:33 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 05:35 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 05:35 < Chris_Stewart_5> stevenroose: The best i've been able to do is manual debugging of printing, finding the test case, and then deleting all other test cases in tx_valid.json while i debug... 05:36 < Chris_Stewart_5> Not great 05:45 -!- phwalkr_ [~phwalkr@fwalunos-vip.estig.ipb.pt] has joined #bitcoin-core-dev 05:45 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 05:46 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 05:46 -!- phwalkr [~phwalkr@194.210.88.97] has quit [Ping timeout: 268 seconds] 05:46 -!- rabidus [~rabidus@85-23-137-40.bb.dnainternet.fi] has quit [Ping timeout: 268 seconds] 05:48 -!- rabidus [~rabidus@85-23-137-40.bb.dnainternet.fi] has joined #bitcoin-core-dev 05:51 -!- phwalkr_ [~phwalkr@fwalunos-vip.estig.ipb.pt] has quit [Read error: Connection reset by peer] 05:51 -!- phwalkr [~phwalkr@fwalunos-vip.estig.ipb.pt] has joined #bitcoin-core-dev 05:54 -!- phwalkr [~phwalkr@fwalunos-vip.estig.ipb.pt] has quit [Read error: Connection reset by peer] 05:54 -!- phwalkr [~phwalkr@fwalunos-vip.estig.ipb.pt] has joined #bitcoin-core-dev 05:55 -!- phwalkr [~phwalkr@fwalunos-vip.estig.ipb.pt] has quit [Read error: Connection reset by peer] 06:01 -!- ken2812221 [~ken281222@180.217.80.130] has joined #bitcoin-core-dev 06:04 -!- promag [~promag@bl22-246-44.dsl.telepac.pt] has joined #bitcoin-core-dev 06:05 -!- bralyclow [~bralyclow@195.242.213.119] has quit [Remote host closed the connection] 06:08 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 06:19 < promag> regarding #13780, I'm going to reproduce what sipa said in https://github.com/bitcoin/bitcoin/pull/14780#issuecomment-441101314 06:19 < gribble> https://github.com/bitcoin/bitcoin/issues/13780 | 0.17: Pre-branch maintenance by DrahtBot · Pull Request #13780 · bitcoin/bitcoin · GitHub 06:20 < promag> I mean #14780 06:20 < gribble> https://github.com/bitcoin/bitcoin/issues/14780 | PSBT backports to 0.17 by sipa · Pull Request #14780 · bitcoin/bitcoin · GitHub 06:22 < achow101> gmaxwell: I will review later today 06:28 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 06:29 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 06:29 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 06:29 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 06:33 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 06:33 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has joined #bitcoin-core-dev 06:34 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 06:34 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 06:34 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 06:38 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 06:39 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 06:39 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 06:39 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 06:42 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 06:43 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 06:43 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 06:43 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 06:45 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 06:48 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 06:48 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 06:48 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 06:55 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: No route to host] 06:56 -!- Sinclair6 [~sinclair6@108-75-18-87.lightspeed.clmboh.sbcglobal.net] has quit [] 06:56 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 06:56 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 06:56 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 07:02 -!- indistylo [~indistylo@106.51.29.204] has joined #bitcoin-core-dev 07:02 -!- ken2812221 [~ken281222@180.217.80.130] has quit [Ping timeout: 240 seconds] 07:07 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 07:09 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 07:09 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 07:09 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 07:09 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 07:10 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 07:12 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 07:13 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 07:22 -!- indistylo [~indistylo@106.51.29.204] has quit [Ping timeout: 250 seconds] 07:23 -!- hrofu [~hrofu@104.36.2.26] has joined #bitcoin-core-dev 07:31 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:32 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 07:33 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 07:33 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 07:33 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 07:34 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 07:35 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-ehdjhqabbobromfp] has joined #bitcoin-core-dev 07:35 < bitcoin-git> [bitcoin] MarcoFalke pushed 10 new commits to 0.17: https://github.com/bitcoin/bitcoin/compare/3362a95be360...5d12143c730c 07:35 < bitcoin-git> bitcoin/0.17 a3fe125 Andrew Chow: check that a separator is found for psbt inputs, outputs, and global map... 07:35 < bitcoin-git> bitcoin/0.17 cfdd6b2 Glenn Willen: More concise conversion of CDataStream to string... 07:35 < bitcoin-git> bitcoin/0.17 a9eab08 Glenn Willen: Remove redundant txConst parameter to FillPSBT... 07:35 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-ehdjhqabbobromfp] has left #bitcoin-core-dev [] 07:35 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 07:42 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has quit [Read error: Connection reset by peer] 07:43 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 07:51 -!- hrofu [~hrofu@104.36.2.26] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 07:52 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 07:54 < MarcoFalke> wumpus: Mind to bump the version and run gen-manpages.sh on the 0.17 branch? 07:59 -!- Randolf [~randolf@96.53.47.42] has quit [Remote host closed the connection] 08:00 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 08:02 < MarcoFalke> I can create a pull request if that is preferable 08:03 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #bitcoin-core-dev 08:04 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: No route to host] 08:05 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-sacpzyqaszlzlbdp] has joined #bitcoin-core-dev 08:05 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/86ff0413bb8f...e2c473ff75f9 08:05 < bitcoin-git> bitcoin/master 1db0096 MarcoFalke: rpc: Pass argument descriptions to RPCHelpMan 08:05 < bitcoin-git> bitcoin/master fafd040 MarcoFalke: rpc: Add description to fundrawtransaction vout_index 08:05 < bitcoin-git> bitcoin/master fabca42 MarcoFalke: RPCHelpMan: Add space after colons in extended description... 08:05 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-sacpzyqaszlzlbdp] has left #bitcoin-core-dev [] 08:06 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 08:06 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-bthsshliushgomlx] has joined #bitcoin-core-dev 08:06 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #14796: rpc: Pass argument descriptions to RPCHelpMan (master...Mf1810-rpcHelpMan) https://github.com/bitcoin/bitcoin/pull/14796 08:06 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-bthsshliushgomlx] has left #bitcoin-core-dev [] 08:07 -!- josephnicholas [~josephnic@110.54.251.114] has joined #bitcoin-core-dev 08:08 -!- josephnicholas [~josephnic@110.54.251.114] has quit [Remote host closed the connection] 08:09 -!- wxss [~user@91.218.246.184] has joined #bitcoin-core-dev 08:09 -!- phwalkr [~phwalkr@194.210.88.15] has joined #bitcoin-core-dev 08:14 -!- phwalkr [~phwalkr@194.210.88.15] has quit [Ping timeout: 252 seconds] 08:15 -!- hrofu [~hrofu@185.65.135.165] has joined #bitcoin-core-dev 08:18 -!- mr_paz_ [~mr_paz@84.39.112.83] has joined #bitcoin-core-dev 08:22 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has quit [Ping timeout: 252 seconds] 08:22 -!- hrofu [~hrofu@185.65.135.165] has quit [Changing host] 08:22 -!- hrofu [~hrofu@unaffiliated/hrofu] has joined #bitcoin-core-dev 08:22 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-hmtsjuwvinetpocp] has joined #bitcoin-core-dev 08:22 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #14875: RPCHelpMan: Support required arguments after optional ones (master...Mf1812-rpcOptional) https://github.com/bitcoin/bitcoin/pull/14875 08:22 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-hmtsjuwvinetpocp] has left #bitcoin-core-dev [] 08:27 -!- setpill [~setpill@unaffiliated/setpill] has quit [Quit: o/] 08:30 -!- Randolf [~randolf@96.53.47.42] has quit [Quit: Leaving] 08:52 -!- phwalkr [~phwalkr@194.210.88.15] has joined #bitcoin-core-dev 08:54 -!- sakalli_ [~Mutter@mobile-access-5d6ab3-102.dhcp.inet.fi] has joined #bitcoin-core-dev 08:57 -!- phwalkr [~phwalkr@194.210.88.15] has quit [Ping timeout: 268 seconds] 08:57 -!- sakalli_ [~Mutter@mobile-access-5d6ab3-102.dhcp.inet.fi] has quit [Client Quit] 09:06 -!- justin691 [71a130e9@gateway/web/freenode/ip.113.161.48.233] has joined #bitcoin-core-dev 09:07 -!- justin691 [71a130e9@gateway/web/freenode/ip.113.161.48.233] has quit [Client Quit] 09:11 -!- hrofu [~hrofu@unaffiliated/hrofu] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 09:25 -!- hrofu [~hrofu@unaffiliated/hrofu] has joined #bitcoin-core-dev 09:26 -!- phwalkr [~phwalkr@194.210.88.15] has joined #bitcoin-core-dev 09:29 -!- phwalkr [~phwalkr@194.210.88.15] has quit [Remote host closed the connection] 09:29 -!- phwalkr [~phwalkr@194.210.88.15] has joined #bitcoin-core-dev 09:30 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 09:31 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 09:43 -!- qwertzlcoatl [~qwertzlco@unaffiliated/qwertzlcoatl] has joined #bitcoin-core-dev 09:44 -!- qwertzlcoatl [~qwertzlco@unaffiliated/qwertzlcoatl] has quit [Remote host closed the connection] 09:44 -!- qwertzlcoatl [~qwertzlco@unaffiliated/qwertzlcoatl] has joined #bitcoin-core-dev 09:46 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Read error: Connection reset by peer] 09:46 -!- Guyver2 [~Guyver@2001:985:f3f:1:5558:2488:5922:3ce9] has joined #bitcoin-core-dev 09:50 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 09:51 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 09:51 -!- noganoo [sid146237@gateway/web/irccloud.com/x-mubcdvzujqqcnrbt] has quit [Ping timeout: 252 seconds] 09:51 -!- jamesob [sid180710@gateway/web/irccloud.com/x-xeasitrurvyjvgxa] has quit [Ping timeout: 264 seconds] 09:52 -!- jamesob [sid180710@gateway/web/irccloud.com/x-saimbgehjcjmslfm] has joined #bitcoin-core-dev 09:53 -!- noganoo [sid146237@gateway/web/irccloud.com/x-aqqntiooctsfjjvn] has joined #bitcoin-core-dev 09:53 -!- qwertzlcoatl [~qwertzlco@unaffiliated/qwertzlcoatl] has quit [Quit: qwertzlcoatl] 09:55 -!- fabianfabian [~fabianfab@D9656CCE.cm-27.dynamic.ziggo.nl] has joined #bitcoin-core-dev 09:57 -!- bralyclow [~bralyclow@195.242.213.119] has joined #bitcoin-core-dev 09:58 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: No route to host] 09:59 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 09:59 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 09:59 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 10:05 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 10:09 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 10:25 -!- jarthur [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 10:50 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 10:51 -!- booyah [~bb@193.25.1.157] has joined #bitcoin-core-dev 10:52 -!- fabianfabian [~fabianfab@D9656CCE.cm-27.dynamic.ziggo.nl] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 10:53 -!- kmels [~kmels@190.14.131.156] has quit [Ping timeout: 246 seconds] 10:54 -!- phwalkr [~phwalkr@194.210.88.15] has quit [Remote host closed the connection] 10:56 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 250 seconds] 10:57 -!- phwalkr [~phwalkr@194.210.88.15] has joined #bitcoin-core-dev 11:00 -!- Giszmo [~leo@pc-73-164-161-190.cm.vtr.net] has joined #bitcoin-core-dev 11:01 -!- phwalkr [~phwalkr@194.210.88.15] has quit [Ping timeout: 250 seconds] 11:03 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 11:03 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 11:04 -!- phwalkr [~phwalkr@194.210.92.139] has joined #bitcoin-core-dev 11:08 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 11:08 -!- phwalkr [~phwalkr@194.210.92.139] has quit [Ping timeout: 244 seconds] 11:09 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 11:10 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 11:10 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 11:10 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 11:10 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 11:17 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has quit [Read error: Connection reset by peer] 11:17 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 11:22 -!- m__ [2ec9a468@gateway/web/freenode/ip.46.201.164.104] has joined #bitcoin-core-dev 11:25 -!- m__ [2ec9a468@gateway/web/freenode/ip.46.201.164.104] has quit [Client Quit] 11:29 -!- timothy [~tredaelli@redhat/timothy] has quit [Remote host closed the connection] 11:35 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 11:57 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has quit [Remote host closed the connection] 12:08 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 245 seconds] 12:09 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-ohflfqhsdbbqpsap] has joined #bitcoin-core-dev 12:09 < bitcoin-git> [bitcoin] ch4ot1c opened pull request #14876: zmq: Add jsonblock, jsontx (master...feature/zmq-json) https://github.com/bitcoin/bitcoin/pull/14876 12:09 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-ohflfqhsdbbqpsap] has left #bitcoin-core-dev [] 12:09 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 12:11 -!- Giszmo [~leo@pc-73-164-161-190.cm.vtr.net] has quit [Quit: Leaving.] 12:19 -!- kmels [~kmels@190.14.131.146] has joined #bitcoin-core-dev 12:28 -!- marcoagner [~user@2001:8a0:fee8:9001:f21d:827f:7aa5:c011] has joined #bitcoin-core-dev 12:40 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Read error: Connection reset by peer] 12:44 -!- n1bor [~n1bor@185.9.34.66] has quit [Ping timeout: 250 seconds] 12:44 -!- n1bor [~n1bor@185.9.34.66] has joined #bitcoin-core-dev 12:45 -!- asdfasdfs [5d331227@gateway/web/freenode/ip.93.51.18.39] has joined #bitcoin-core-dev 12:48 -!- hrofu [~hrofu@unaffiliated/hrofu] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 12:51 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 12:51 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 12:52 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 13:02 -!- fabianfabian [~fabianfab@D9656CCE.cm-27.dynamic.ziggo.nl] has joined #bitcoin-core-dev 13:07 -!- mr_paz_ [~mr_paz@84.39.112.83] has quit [Ping timeout: 250 seconds] 13:09 -!- mr_paz_ [~mr_paz@185.156.175.181] has joined #bitcoin-core-dev 13:44 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has joined #bitcoin-core-dev 13:55 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Read error: Connection reset by peer] 13:55 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 13:55 -!- asdfasdfs [5d331227@gateway/web/freenode/ip.93.51.18.39] has quit [Quit: Page closed] 13:57 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 14:00 -!- mr_paz_ [~mr_paz@185.156.175.181] has quit [Ping timeout: 240 seconds] 14:03 -!- reardencode [~reardenco@shrugged.reardencode.com] has quit [Ping timeout: 268 seconds] 14:08 -!- reardencode [~reardenco@shrugged.reardencode.com] has joined #bitcoin-core-dev 14:25 < moneyball> zallarak there are 26 open PRs on the good first issue list. does this help? https://github.com/bitcoin/bitcoin/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 14:36 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 14:36 -!- fabianfabian [~fabianfab@D9656CCE.cm-27.dynamic.ziggo.nl] has quit [Ping timeout: 246 seconds] 14:37 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 250 seconds] 14:43 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-trdbwelbjxjlphpi] has joined #bitcoin-core-dev 14:43 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #14878: 0.17: Further backports (0.17...Mf1812-17Backports) https://github.com/bitcoin/bitcoin/pull/14878 14:43 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-trdbwelbjxjlphpi] has left #bitcoin-core-dev [] 14:43 -!- n1bor [~n1bor@185.9.34.66] has quit [Quit: Leaving] 14:51 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 15:02 -!- Guyver2 [~Guyver@2001:985:f3f:1:5558:2488:5922:3ce9] has quit [Remote host closed the connection] 15:06 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-qrjydvychykuznxk] has joined #bitcoin-core-dev 15:06 < bitcoin-git> [bitcoin] hebasto opened pull request #14879: qt: Add warning messages to the debug window (master...20181205-debugwindow-warnings) https://github.com/bitcoin/bitcoin/pull/14879 15:06 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-qrjydvychykuznxk] has left #bitcoin-core-dev [] 15:09 < promag> MarcoFalke: re https://github.com/bitcoin/bitcoin/pull/14641#discussion_r239270214, what do you mean by "disallowing something else"? 15:21 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-apytapodeudvhduc] has joined #bitcoin-core-dev 15:21 < bitcoin-git> [bitcoin] promag opened pull request #14880: 0.17: Backport #14453 (0.17...2018-12-backport-14453) https://github.com/bitcoin/bitcoin/pull/14880 15:21 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-apytapodeudvhduc] has left #bitcoin-core-dev [] 15:26 -!- jarthur_ [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 15:27 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 15:29 -!- jarthur [~jarthur@207.114.244.5] has quit [Ping timeout: 246 seconds] 15:30 -!- hebasto [~hebasto@95.164.65.194] has quit [Remote host closed the connection] 15:31 -!- jarthur_ [~jarthur@207.114.244.5] has quit [Ping timeout: 268 seconds] 15:32 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 240 seconds] 15:34 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 15:39 -!- ken2812221 [~ken281222@180.217.108.18] has joined #bitcoin-core-dev 16:40 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 16:53 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 16:54 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 16:59 -!- ken2812221 [~ken281222@180.217.108.18] has quit [Ping timeout: 250 seconds] 17:09 -!- Giszmo [~leo@pc-73-164-161-190.cm.vtr.net] has joined #bitcoin-core-dev 17:19 -!- Bullitje [~Bullit01@042-236-158-163.dynamic.caiway.nl] has joined #bitcoin-core-dev 17:19 -!- Bullit [~Bullit01@042-236-158-163.dynamic.caiway.nl] has quit [Ping timeout: 246 seconds] 17:22 -!- Bullitje_enable [~Bullit01@042-236-158-163.dynamic.caiway.nl] has joined #bitcoin-core-dev 17:25 -!- Bullitje [~Bullit01@042-236-158-163.dynamic.caiway.nl] has quit [Ping timeout: 250 seconds] 17:26 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Quit: bye] 17:26 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 17:35 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 17:41 -!- rhavar [uid237883@gateway/web/irccloud.com/x-tqmkgzqejhlysnul] has joined #bitcoin-core-dev 17:42 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 17:43 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 17:50 -!- kinglady [bd6f5566@gateway/web/freenode/ip.189.111.85.102] has joined #bitcoin-core-dev 17:55 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 17:56 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 18:01 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Ping timeout: 268 seconds] 18:02 -!- kinglady [bd6f5566@gateway/web/freenode/ip.189.111.85.102] has quit [Quit: Page closed] 18:22 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 18:23 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 18:26 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 18:28 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 18:29 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 18:29 -!- justan0theruser is now known as justanotheruser 18:29 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 18:29 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 18:29 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 18:34 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 18:46 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 18:47 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 18:47 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 18:47 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 18:54 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 18:54 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 18:55 -!- bashco [~bashco@unaffiliated/bashco] has joined #bitcoin-core-dev 18:56 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: No route to host] 18:58 -!- shesek [~shesek@5.22.134.170] has joined #bitcoin-core-dev 18:58 -!- shesek [~shesek@5.22.134.170] has quit [Changing host] 18:58 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 19:03 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 19:22 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 19:23 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 19:24 -!- mr_burdell [~mr_burdel@unaffiliated/mr-burdell/x-7609603] has quit [Ping timeout: 245 seconds] 19:28 -!- mr_burdell [~mr_burdel@unaffiliated/mr-burdell/x-7609603] has joined #bitcoin-core-dev 19:45 -!- _cryptodesktop_i [~John@91.245.78.70] has joined #bitcoin-core-dev 19:45 -!- mr_burdell [~mr_burdel@unaffiliated/mr-burdell/x-7609603] has quit [Ping timeout: 246 seconds] 19:45 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-qmqalilcvydyzquw] has joined #bitcoin-core-dev 19:46 < bitcoin-git> [bitcoin] mmachicao closed pull request #14800: Tests : timedata : unittest : median file filter shall not grow beyond size. (master...test_timedata) https://github.com/bitcoin/bitcoin/pull/14800 19:46 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-qmqalilcvydyzquw] has left #bitcoin-core-dev [] 19:55 -!- mr_burdell [~mr_burdel@unaffiliated/mr-burdell/x-7609603] has joined #bitcoin-core-dev 19:55 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-xkyichkouzugvajm] has joined #bitcoin-core-dev 19:55 < bitcoin-git> [bitcoin] mmachicao opened pull request #14881: Tests: Contract testing for the procedure AddTimeData (master...timedata_contract_test) https://github.com/bitcoin/bitcoin/pull/14881 19:55 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-xkyichkouzugvajm] has left #bitcoin-core-dev [] 20:11 -!- Giszmo [~leo@pc-73-164-161-190.cm.vtr.net] has quit [Quit: Leaving.] 20:15 -!- schnerch_ [~schnerchi@p54A79CB6.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 20:15 -!- indistylo [~indistylo@49.204.67.58] has joined #bitcoin-core-dev 20:17 -!- schnerchi [~schnerchi@p54A79CB0.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 20:19 -!- _cryptodesktop_i [~John@91.245.78.70] has quit [Ping timeout: 252 seconds] 20:24 -!- chasba26 [~chasba@201.20.158.106] has joined #bitcoin-core-dev 20:29 -!- chasba26 [~chasba@201.20.158.106] has quit [Ping timeout: 250 seconds] 20:51 -!- addressleakt [b918e96c@gateway/web/freenode/ip.185.24.233.108] has quit [Ping timeout: 256 seconds] 20:54 -!- indistylo [~indistylo@49.204.67.58] has quit [Ping timeout: 250 seconds] 21:02 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Quit: drexl] 21:07 -!- marcinja_ [~marcinja@2604:a880:400:d1::89a:e001] has quit [Ping timeout: 252 seconds] 21:09 -!- marcinja [~marcinja@2604:a880:400:d1::89a:e001] has joined #bitcoin-core-dev 21:13 -!- indistylo [~indistylo@49.204.67.58] has joined #bitcoin-core-dev 21:38 -!- schnerch_ [~schnerchi@p54A79CB6.dip0.t-ipconnect.de] has quit [Quit: Leaving...] 22:54 -!- indistylo [~indistylo@49.204.67.58] has quit [Ping timeout: 246 seconds] 23:14 -!- indistylo [~indistylo@49.204.67.58] has joined #bitcoin-core-dev 23:17 -!- ovovo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 23:17 -!- Guest6554 [~iphelix@iphelix.powered.by.lunarbnc.net] has quit [Quit: Goodbye] 23:18 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 268 seconds] 23:58 -!- indistylo [~indistylo@49.204.67.58] has quit [Ping timeout: 244 seconds] --- Log closed Thu Dec 06 00:00:44 2018