--- Day changed Mon Mar 14 2016 00:05 -!- mr_burdell_ [~mr_burdel@bounce.cryptolabs.net] has joined #bitcoin-core-dev 00:06 -!- lahwran [~lahwran@python/site-packages/lahwran] has joined #bitcoin-core-dev 00:07 -!- pigeons_ [~pigeons@94.242.209.214] has joined #bitcoin-core-dev 00:07 -!- heath__ [~heath@unaffiliated/ybit] has joined #bitcoin-core-dev 00:07 -!- devrando1 [~devrandom@unaffiliated/niftyzero1] has joined #bitcoin-core-dev 00:13 -!- sharkattack1999 [~sharkatta@2601:8c:700:1bdd:30b7:75e7:6484:d71] has quit [Quit: Leaving] 00:14 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Read error: Connection reset by peer] 00:15 -!- Netsplit *.net <-> *.split quits: heath, devrandom, phantomcircuit, mr_burdell, lauren, gijensen, dermoth, pigeons 00:15 -!- mr_burdell_ is now known as mr_burdell 00:16 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-core-dev 00:16 -!- Netsplit over, joins: gijensen 00:16 -!- Netsplit over, joins: dermoth 00:16 -!- Netsplit over, joins: phantomcircuit 00:16 -!- mr_burdell is now known as Guest67852 00:39 -!- Thireus [~Thireus@vps-92.197.170.217.stwvps.net] has quit [Quit: Leaving.] 00:56 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Ping timeout: 276 seconds] 00:56 -!- BashCo_ [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection] 01:08 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-nrjfexockfacksuq] has joined #bitcoin-core-dev 01:14 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 01:14 -!- Thireus [~Thireus@vps-92.197.170.217.stwvps.net] has joined #bitcoin-core-dev 01:16 -!- Don_John [~Don@ip72-211-182-139.tc.ph.cox.net] has quit [Quit: Later] 01:20 < GitHub69> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0fa88ef784dd...3798e5de334c 01:20 < GitHub69> bitcoin/master ce7413f Luv Khemani: Add autocomplete to bitcoin-qt's console window.... 01:20 < GitHub69> bitcoin/master 3798e5d Jonas Schnelli: Merge #7613: Add autocomplete to bitcoin-qt's console window.... 01:21 < GitHub94> [bitcoin] jonasschnelli closed pull request #7613: Add autocomplete to bitcoin-qt's console window. (master...autocomplete) https://github.com/bitcoin/bitcoin/pull/7613 01:25 < GitHub88> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3798e5de334c...b24266c20748 01:25 < GitHub88> bitcoin/master 21e45a0 Andrew C: Fix history deletion bug after font change... 01:25 < GitHub88> bitcoin/master b24266c Jonas Schnelli: Merge #7668: Fix history deletion bug after font size change... 01:25 < GitHub180> [bitcoin] jonasschnelli closed pull request #7668: Fix history deletion bug after font size change (master...rpcconsole-hist-fix) https://github.com/bitcoin/bitcoin/pull/7668 01:27 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 01:28 -!- paveljanik [~paveljani@14.150.broadband14.iol.cz] has joined #bitcoin-core-dev 01:28 -!- paveljanik [~paveljani@14.150.broadband14.iol.cz] has quit [Changing host] 01:28 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-core-dev 01:31 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 248 seconds] 01:40 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 02:12 < jonasschnelli> Hmm... getting a new warning: 02:12 < jonasschnelli> torcontrol.cpp:365:24: warning: private field 'base' is not used [-Wunused-private-field] 02:13 -!- jannes [~jannes@178.132.211.90] has joined #bitcoin-core-dev 02:13 < jonasschnelli> But seems to be used in TorController::TorController constructor... strange.. 02:16 < paveljanik> there is a global base 02:16 < paveljanik> it can be removed from TorController::TorController and commented out around l. 365 02:17 < paveljanik> I do not know if the global should be prefer or the private one there. 02:17 < paveljanik> let's wait for wumpus 02:29 < wumpus> we should probably rename the global one 02:29 -!- p15x [~p15x@131.91.145.64.unassigned.bringover.net] has joined #bitcoin-core-dev 02:29 < wumpus> (I'd like to go without it completely, but I don't think that's possible) 02:30 < wumpus> it would work if our initialization sequence was structured differently, and StartTorControl would return an instance instead, but with the global StartTorControl/InterruptTorControl/StopTorControl flow, some state needs to be global 02:30 < wumpus> it shouldn't be called the same as an instance variable though 02:31 -!- gevs [~greg@unaffiliated/gevs] has joined #bitcoin-core-dev 02:39 -!- Squidicuz [~squid@pool-173-48-102-116.bstnma.fios.verizon.net] has quit [Ping timeout: 268 seconds] 02:41 < wumpus> e.g. like this https://github.com/laanwj/bitcoin/commit/0a48b56bdc60f9dafaea7a7b2a770eb819dbfe55 02:42 < jonasschnelli> ACK https://github.com/laanwj/bitcoin/commit/0a48b56bdc60f9dafaea7a7b2a770eb819dbfe55 02:43 < GitHub154> [bitcoin] laanwj opened pull request #7676: torcontrol: rename global base, avoid overlap with field (master...2016_03_torcontrol_rename_base) https://github.com/bitcoin/bitcoin/pull/7676 02:44 < wumpus> eventually we could want to move toward having one libevent base, instead of having separate ones for RPC and torcontrol, but best to do this after cfields_' net refactor 02:45 < wumpus> (which will introduce a third one for the P2P) 02:48 < wumpus> so, it looks like 0.12 finally broke windows XP compatibility (https://github.com/bitcoin/bitcoin/issues/7639, https://github.com/bitcoin/bitcoin/issues/7674) 02:48 < wumpus> I'd almost say 'congratulations', if it wasn't that I'm afraid that it's some kind of race that may be hiding on other platforms as well 02:49 < wumpus> on the other hand this could be simply the new mingw (from ubuntu 14.04 i.s.o 12.04) 02:52 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 03:12 < NicolasDorier> I would appreciate some feedback on https://github.com/bitcoin/bitcoin/issues/7677 03:18 -!- xiangfu [~xiangfu@111.198.29.53] has quit [Ping timeout: 268 seconds] 03:19 -!- xiangfu_ [~xiangfu@111.198.29.53] has quit [Ping timeout: 276 seconds] 03:21 < GitHub107> [bitcoin] laanwj closed pull request #7676: torcontrol: rename global base, avoid overlap with field (master...2016_03_torcontrol_rename_base) https://github.com/bitcoin/bitcoin/pull/7676 03:27 < GitHub42> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/b24266c20748...56d2c4e0fee3 03:27 < GitHub42> bitcoin/master 393b22e Mustafa: Add a source file for unit test utils. 03:27 < GitHub42> bitcoin/master 2fdaa25 Mustafa: Move GetTempPath() to testutil. 03:27 < GitHub42> bitcoin/master 56d2c4e Wladimir J. van der Laan: Merge #7667: Move GetTempPath() to testutil... 03:27 < GitHub100> [bitcoin] laanwj closed pull request #7667: Move GetTempPath() to testutil (master...patch-gettemppath) https://github.com/bitcoin/bitcoin/pull/7667 03:28 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 03:29 -!- p15x [~p15x@131.91.145.64.unassigned.bringover.net] has quit [Ping timeout: 250 seconds] 03:30 < GitHub97> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/56d2c4e0fee3...f1ca8915bb22 03:30 < GitHub97> bitcoin/master b0ff857 Wladimir J. van der Laan: test: Move non-generated script_invalid test to the correct place... 03:30 < GitHub97> bitcoin/master 2317ad7 Wladimir J. van der Laan: test: Re-introduce JSON pretty printing in test builder 03:30 < GitHub97> bitcoin/master 0ecb340 Wladimir J. van der Laan: test: Script_error checking in script_invalid tests... 03:30 < GitHub32> [bitcoin] laanwj closed pull request #7517: test: script_error checking in script_invalid tests (master...2016_02_test_script_errors) https://github.com/bitcoin/bitcoin/pull/7517 03:32 -!- p15x [~p15x@c-73-35-160-119.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 03:32 -!- fengling [~fengling@111.198.29.53] has quit [Quit: WeeChat 1.4] 03:34 < wumpus> paveljanik: I don't like that warning - it's correct, after #7637 we don't need to keep `base` around at all in TorController right now because we only use it in the constructor. But I think it's good practice to do so anyway, in case it's needed again in later changes... 03:35 < GitHub160> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/f1ca8915bb22...5b3b5a7d711c 03:35 < GitHub160> bitcoin/master fc7c60d Jonas Schnelli: [Wallet] move "load wallet phase" to CWallet 03:35 < GitHub160> bitcoin/master 15e6e13 Jonas Schnelli: [Wallet] optimize return value of InitLoadWallet() 03:35 < GitHub160> bitcoin/master 5b3b5a7 Wladimir J. van der Laan: Merge #7577: [Wallet] move "load wallet phase" to CWallet... 03:35 < GitHub41> [bitcoin] laanwj closed pull request #7577: [Wallet] move "load wallet phase" to CWallet (master...2016/02/wallet_ref2) https://github.com/bitcoin/bitcoin/pull/7577 03:36 < GitHub130> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5b3b5a7d711c...11c769966ad7 03:36 < GitHub130> bitcoin/master 8d1de43 Leviathn: Remove internal miner... 03:36 < GitHub130> bitcoin/master 11c7699 Wladimir J. van der Laan: Merge #7507: Remove internal miner... 03:36 < GitHub30> [bitcoin] laanwj closed pull request #7507: Remove internal miner (master...master) https://github.com/bitcoin/bitcoin/pull/7507 03:36 < GitHub155> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/11c769966ad7...c87f51e55bc3 03:36 < GitHub155> bitcoin/master 8a253b3 Pieter Wuille: Make the generate RPC call function for non-regtest 03:36 < GitHub155> bitcoin/master c87f51e Wladimir J. van der Laan: Merge #7663: Make the generate RPC call function for non-regtest... 03:36 < GitHub3> [bitcoin] laanwj closed pull request #7663: Make the generate RPC call function for non-regtest (master...generatenonreg) https://github.com/bitcoin/bitcoin/pull/7663 03:37 < paveljanik> wumpus, 8) When it is needed in later changes, it can be resurrected from git history 8) 03:37 < wumpus> paveljanik: of course, but I think the warning is over-eager 03:38 < paveljanik> every warning is disturbing, hides probles etc. But I know you have a different opinion :-) 03:39 < paveljanik> and I respect that. 03:39 < wumpus> sure, they're annoying, but in some cases it makes more sense to disable the warning than change the code 03:40 < paveljanik> I agree with that - in some cases. Like known compiler bug etc... 03:40 < wumpus> it's not up to compiler authors to decide about our code style 03:40 < wumpus> looks like they're making the compiler behave like a nanny with too much time on their hands 03:41 < paveljanik> I agree with that completely ;-) 03:42 < wumpus> all time spent on 'fixing' the code to be as acceptable as possible to the compiler is not spent on facing user-facing issues, ok and that concludes my rant on this 03:44 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: Leaving] 04:10 < GitHub102> [bitcoin] laanwj closed pull request #7655: [qt] Add .clang-format (master...Mf1603-qt-clang-format-0.12) https://github.com/bitcoin/bitcoin/pull/7655 04:23 < GitHub7> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c87f51e55bc3...c9a12657545f 04:23 < GitHub7> bitcoin/master a6ee0ca Pavel Vasin: use cached block hash in blockToJSON() 04:23 < GitHub7> bitcoin/master c9a1265 Wladimir J. van der Laan: Merge #7670: use cached block hash in blockToJSON()... 04:23 < GitHub70> [bitcoin] laanwj closed pull request #7670: use cached block hash in blockToJSON() (master...patch) https://github.com/bitcoin/bitcoin/pull/7670 04:24 < GitHub199> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c9a12657545f...c15eb2824184 04:24 < GitHub199> bitcoin/master ce41cf0 BtcDrak: Add curl to Gitian setup instrustions... 04:24 < GitHub199> bitcoin/master c15eb28 Wladimir J. van der Laan: Merge #7658: Add curl to Gitian setup instructions... 04:24 < GitHub192> [bitcoin] laanwj closed pull request #7658: Add curl to Gitian setup instructions (master...curl) https://github.com/bitcoin/bitcoin/pull/7658 04:26 -!- xabbix_ [~xabbix@bzq-79-179-186-174.red.bezeqint.net] has joined #bitcoin-core-dev 04:26 -!- MarcoFalke [05c7b6cb@gateway/web/cgi-irc/kiwiirc.com/ip.5.199.182.203] has joined #bitcoin-core-dev 04:28 -!- xabbix [~xabbix@unaffiliated/xabbix] has quit [Ping timeout: 244 seconds] 04:55 < GitHub32> [bitcoin] laanwj opened pull request #7680: qt: Remove reflection from `about` icon (master...2016_03_image_optimize) https://github.com/bitcoin/bitcoin/pull/7680 04:59 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Quit: laurentmt] 05:02 -!- Guest67852 is now known as mr_burdell 05:02 -!- mr_burdell [~mr_burdel@bounce.cryptolabs.net] has quit [Changing host] 05:02 -!- mr_burdell [~mr_burdel@unaffiliated/mr-burdell/x-7609603] has joined #bitcoin-core-dev 05:27 -!- wasi [~wasi@25.22.3.213.static.wline.lns.sme.cust.swisscom.ch] has joined #bitcoin-core-dev 05:28 -!- BashCo_ [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 05:32 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 260 seconds] 05:43 < GitHub195> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c15eb2824184...41d2dfa9e73b 05:43 < GitHub195> bitcoin/master 322a7a2 Wladimir J. van der Laan: qt: Remove reflection from `about` icon... 05:43 < GitHub195> bitcoin/master 41d2dfa Wladimir J. van der Laan: Merge #7680: qt: Remove reflection from `about` icon... 05:43 < GitHub2> [bitcoin] laanwj closed pull request #7680: qt: Remove reflection from `about` icon (master...2016_03_image_optimize) https://github.com/bitcoin/bitcoin/pull/7680 05:50 -!- jyap [~jyap@unaffiliated/jyap] has quit [Ping timeout: 246 seconds] 05:52 -!- jyap [~jyap@server1.getjumbucks.com] has joined #bitcoin-core-dev 05:52 -!- jyap [~jyap@server1.getjumbucks.com] has quit [Changing host] 05:52 -!- jyap [~jyap@unaffiliated/jyap] has joined #bitcoin-core-dev 05:56 < GitHub179> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/41d2dfa9e73b...0735c0ca7c22 05:56 < GitHub179> bitcoin/master fa19b18 MarcoFalke: [wallet] Move hardcoded file name out of log messages 05:56 < GitHub179> bitcoin/master 0735c0c Wladimir J. van der Laan: Merge #7608: [wallet] Move hardcoded file name out of log messages... 05:56 < GitHub194> [bitcoin] laanwj closed pull request #7608: [wallet] Move hardcoded file name out of log messages (master...Mf1602-walletFileName) https://github.com/bitcoin/bitcoin/pull/7608 06:00 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 06:04 -!- Chris_Stewart_5 [~Chris_Ste@173-31-39-168.client.mchsi.com] has joined #bitcoin-core-dev 06:13 -!- jtimon [~quassel@35.31.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 06:35 -!- Chris_Stewart_5 [~Chris_Ste@173-31-39-168.client.mchsi.com] has quit [Quit: WeeChat 0.4.2] 06:50 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 07:06 < GitHub98> [bitcoin] MarcoFalke opened pull request #7682: [0.11.3] Backports (0.11...Mf1603-011wallet) https://github.com/bitcoin/bitcoin/pull/7682 07:13 < MarcoFalke> wumpus, what is the plan for 0.10.4 and 0.11.3? 07:13 < wumpus> no plan at this moment 07:14 < wumpus> another 0.10.x would require a critical reason, we could do a 0.11.x if there's good reason 07:17 < btcdrak> the next maint release should be the CSV softfork imo 07:17 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-core-dev 07:20 < wumpus> sure, well, to be honest I don't really keep track of 0.11 backports, may make sense to appoint another release manager for backport releases 07:20 < wumpus> (e.g. as linux has) 07:20 < MarcoFalke> 0.11 currently has my "[dbwrapper] Detect obfuscation" patch and the wallet issues 07:21 < MarcoFalke> Though, it also includes the "paytxfee changed behavior without warning" 07:21 < wumpus> possibly Luke-Jr, though maybe he is a bit too trigger-happy with backporting 07:21 < wumpus> the list in https://github.com/bitcoin/bitcoin/pull/7047 is pretty scary :) 07:22 -!- xabbix_ [~xabbix@bzq-79-179-186-174.red.bezeqint.net] has quit [Ping timeout: 248 seconds] 07:22 < MarcoFalke> Jup, preferrably only changes that the end user can see should be backported. 07:22 < wumpus> the changed fee behavior is backported to 0.11? 07:23 -!- wasi [~wasi@25.22.3.213.static.wline.lns.sme.cust.swisscom.ch] has quit [Quit: Leaving] 07:23 -!- xabbix_ [~xabbix@bzq-79-179-186-174.red.bezeqint.net] has joined #bitcoin-core-dev 07:23 < wumpus> ah yeah: * 7d0a05f - Default fPayAtLeastCustomFee to false 07:23 < wumpus> going to revert that one, I don't want to do that on th 0.11 branch 07:28 < GitHub35> [bitcoin] laanwj pushed 1 new commit to 0.11: https://github.com/bitcoin/bitcoin/commit/b6f59048d33a360246e000fc45daf26d08a693de 07:28 < GitHub35> bitcoin/0.11 b6f5904 Wladimir J. van der Laan: Revert "Default fPayAtLeastCustomFee to false"... 07:29 < MarcoFalke> Don't forget to revert 5f09cda0bf4cddc7d33989717a97ae53e85a7a00 as well. 07:30 < MarcoFalke> The unit tests will fail now because the wallet pays too much. 07:30 < wumpus> good point 07:31 < GitHub97> [bitcoin] laanwj pushed 1 new commit to 0.11: https://github.com/bitcoin/bitcoin/commit/d49f72420b86cff446961f007dce050b84594373 07:31 < GitHub97> bitcoin/0.11 d49f724 Wladimir J. van der Laan: Revert "[wallet] Add rpc tests to verify fee calculations"... 07:41 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 07:51 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has joined #bitcoin-core-dev 07:57 -!- Chris_Stewart_5 [~Chris_Ste@108.61.228.149] has joined #bitcoin-core-dev 07:58 -!- Chris_Stewart_5 [~Chris_Ste@108.61.228.149] has quit [Changing host] 07:58 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 08:15 < jonasschnelli> wumpus: this fixes the torcontrol warning for me: https://github.com/bitcoin/bitcoin/compare/master...jonasschnelli:2016/03/torctrl?expand=1 08:16 < jonasschnelli> But the current constructor should be "legal" -> base(base) 08:16 < jonasschnelli> Not sure why it does fix the clang warning... 08:20 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Ping timeout: 240 seconds] 08:28 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 08:34 < GitHub147> [bitcoin] jonasschnelli opened pull request #7683: Fix torcontrol.cpp unused private field warning (master...2016/03/torctrl) https://github.com/bitcoin/bitcoin/pull/7683 08:34 < jonasschnelli> paveljanik maybe verify https://github.com/bitcoin/bitcoin/pull/7683? 08:35 < paveljanik> will do 08:35 < paveljanik> hmm 08:35 < paveljanik> I'd like to see a mix of your and Wladimir's solution ;-) 08:36 < paveljanik> it is not clear now, what is the concept behind two variables, named the same. 08:36 < paveljanik> it is not clear what "base" is used from the first review of the source. 08:37 < paveljanik> but I'll confirm if it fixes the warning 08:37 -!- Thireus [~Thireus@vps-92.197.170.217.stwvps.net] has quit [Quit: Leaving.] 08:43 -!- wasi [~wasi@pub082136074119.dh-hfc.datazug.ch] has joined #bitcoin-core-dev 08:46 < GitHub148> [bitcoin] MarcoFalke opened pull request #7684: [qa] Extend tests (master...Mf1603-qaCleanup1) https://github.com/bitcoin/bitcoin/pull/7684 08:48 < jonasschnelli> paveljanik: I agree the var names should be different... but no strong opinion. The struct event_base *base; at L662 should not interfere the private struct event_base* base; of TorController (not even shadow). 08:50 < paveljanik> jonasschnelli, and this is what your and wumpus 's change does :-) 08:50 < paveljanik> but anyway, warning gone with your PR 08:50 < jonasschnelli> +1 08:50 < jonasschnelli> paveljanik: thanks for testing... 08:51 < paveljanik> it was done almost without me, automagically 8) 08:52 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 08:58 -!- Thireus [~Thireus@vps-92.197.170.217.stwvps.net] has joined #bitcoin-core-dev 09:14 -!- BashCo_ [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection] 09:16 -!- dermoth [~thomas@175-79.162.dsl.aei.ca] has quit [Ping timeout: 276 seconds] 09:20 -!- rubensayshi [~ruben@c89225.upc-c.chello.nl] has joined #bitcoin-core-dev 09:23 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Quit: laurentmt] 09:31 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has quit [Read error: Connection reset by peer] 09:31 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 09:36 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 09:50 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has quit [Ping timeout: 248 seconds] 09:53 < GitHub73> [bitcoin] jonasschnelli opened pull request #7685: [WIP] Add bloom filter usage statistics (master...2016/03/bf_stats) https://github.com/bitcoin/bitcoin/pull/7685 10:03 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 10:10 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 10:15 -!- dermoth [~thomas@175-79.162.dsl.aei.ca] has joined #bitcoin-core-dev 10:28 -!- dermoth [~thomas@175-79.162.dsl.aei.ca] has quit [Ping timeout: 252 seconds] 10:38 < GitHub16> [bitcoin] MarcoFalke opened pull request #7686: [qt] Remove 0-fee from send dialog (master...Mf1603-qt-0-fee) https://github.com/bitcoin/bitcoin/pull/7686 10:38 < MarcoFalke> spring-cleaning. Let's remove all the code! 10:38 < GitHub33> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0735c0ca7c22...48f39058315c 10:38 < GitHub33> bitcoin/master 3d7e973 Jonas Schnelli: Fix torcontrol.cpp unused private field warning 10:38 < GitHub33> bitcoin/master 48f3905 Wladimir J. van der Laan: Merge #7683: Fix torcontrol.cpp unused private field warning... 10:38 < GitHub32> [bitcoin] laanwj closed pull request #7683: Fix torcontrol.cpp unused private field warning (master...2016/03/torctrl) https://github.com/bitcoin/bitcoin/pull/7683 10:45 < morcos> btcdrak: ok, i submitted a PR to your repo for my new RPC test. it's a handful, but i think it now tests much much more of the consensus logic. 10:56 -!- Tasoshi [~Tasoshi@unaffiliated/tasoshi] has joined #bitcoin-core-dev 11:03 < GitHub177> [bitcoin] sipa opened pull request #7687: Stop treating importaddress'ed scripts as change (master...fixscriptimport) https://github.com/bitcoin/bitcoin/pull/7687 11:07 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Quit: laurentmt] 11:22 < btcdrak> morcos: thank you very much! I'll take a look after dinner. 11:22 < GitHub73> [bitcoin] sipa opened pull request #7688: List solvability in listunspent output and improve help (master...helpspendsolv) https://github.com/bitcoin/bitcoin/pull/7688 12:06 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-core-dev 12:16 -!- Guyver2_ [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 12:19 -!- achow101 [~achow101@pool-96-227-114-115.phlapa.fios.verizon.net] has joined #bitcoin-core-dev 12:19 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Ping timeout: 260 seconds] 12:19 -!- Guyver2_ is now known as Guyver2 12:32 -!- dirtynewshoes [~dirtynews@sydnns0115w-047055195008.dhcp-dynamic.FibreOp.ns.bellaliant.net] has joined #bitcoin-core-dev 12:50 -!- skyraider [uid41097@gateway/web/irccloud.com/x-ykuwpybhjhlvorbs] has joined #bitcoin-core-dev 13:23 -!- schmidty [~schmidty@unaffiliated/schmidty] has joined #bitcoin-core-dev 13:46 -!- zooko [~user@71-218-198-204.hlrn.qwest.net] has joined #bitcoin-core-dev 13:49 -!- Don_John [~Don@ip72-211-182-139.tc.ph.cox.net] has joined #bitcoin-core-dev 13:50 -!- Don_John [~Don@ip72-211-182-139.tc.ph.cox.net] has quit [Remote host closed the connection] 13:55 -!- d_t [~textual@c-50-136-139-144.hsd1.ca.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 13:58 -!- Don_John [~Don@ip72-211-182-139.tc.ph.cox.net] has joined #bitcoin-core-dev 13:58 -!- Don_John [~Don@ip72-211-182-139.tc.ph.cox.net] has quit [Read error: Connection reset by peer] 14:03 -!- Don_John [~Don@ip72-211-182-139.tc.ph.cox.net] has joined #bitcoin-core-dev 14:26 -!- JackH [~Jack@node-229.229.197.213.domino-ict.nl] has joined #bitcoin-core-dev 14:44 -!- pigeons_ is now known as pigeons 14:50 -!- skyraider [uid41097@gateway/web/irccloud.com/x-ykuwpybhjhlvorbs] has quit [Quit: Connection closed for inactivity] 14:55 -!- jannes [~jannes@178.132.211.90] has quit [Quit: Leaving] 15:00 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 15:03 -!- [1]evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 15:05 -!- evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 15:07 -!- [1]evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 15:08 -!- evoskuil [~evoskuil@c-73-225-134-208.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 15:14 -!- zooko [~user@71-218-198-204.hlrn.qwest.net] has quit [Ping timeout: 268 seconds] 15:43 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 15:47 < GitHub87> [bitcoin] sipa opened pull request #7689: Replace OpenSSL AES with our own constant-time version (edit of #5949) (master...const_aes) https://github.com/bitcoin/bitcoin/pull/7689 15:47 -!- d_t [~textual@38.104.224.174] has joined #bitcoin-core-dev 15:49 -!- d_t_ [~textual@199.116.72.155] has joined #bitcoin-core-dev 15:49 -!- d_t [~textual@38.104.224.174] has quit [Read error: Connection reset by peer] 16:20 -!- d_t_ [~textual@199.116.72.155] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 16:23 -!- gevs [~greg@unaffiliated/gevs] has quit [Remote host closed the connection] 16:49 -!- Thireus [~Thireus@vps-92.197.170.217.stwvps.net] has quit [Quit: Leaving.] 17:10 -!- d_t [~textual@199.116.72.155] has joined #bitcoin-core-dev 17:20 -!- d_t_ [~textual@199.116.72.155] has joined #bitcoin-core-dev 17:20 -!- belcher [~user@unaffiliated/belcher] has joined #bitcoin-core-dev 17:23 -!- MarcoFalke [05c7b6cb@gateway/web/cgi-irc/kiwiirc.com/ip.5.199.182.203] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 17:24 -!- d_t [~textual@199.116.72.155] has quit [Ping timeout: 276 seconds] 17:38 -!- d_t_ [~textual@199.116.72.155] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 17:53 -!- wasi [~wasi@pub082136074119.dh-hfc.datazug.ch] has quit [Quit: Leaving] 17:58 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Ping timeout: 268 seconds] 18:11 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-nrjfexockfacksuq] has quit [Quit: Connection closed for inactivity] 18:45 -!- molz [~molly@unaffiliated/molly] has quit [Ping timeout: 244 seconds] 18:45 -!- mol11111 [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 18:46 -!- mol11111 is now known as moli 18:59 -!- wallet42 [~wallet42@unaffiliated/wallet42] has quit [Ping timeout: 240 seconds] 19:17 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 268 seconds] 19:24 -!- belcher [~user@unaffiliated/belcher] has quit [Quit: Leaving] 20:02 -!- fredrin [~fredrin@cm-84.215.171.162.getinternet.no] has quit [Ping timeout: 260 seconds] 20:03 -!- fredrin [~fredrin@cm-84.215.171.162.getinternet.no] has joined #bitcoin-core-dev 20:05 -!- achow101 [~achow101@pool-96-227-114-115.phlapa.fios.verizon.net] has quit [Read error: Connection reset by peer] 20:09 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has quit [Quit: Leaving.] 20:12 -!- fredrin [~fredrin@cm-84.215.171.162.getinternet.no] has quit [Ping timeout: 240 seconds] 20:13 -!- fredrin [~fredrin@cm-84.215.171.162.getinternet.no] has joined #bitcoin-core-dev 20:25 -!- fengling [~fengling@111.198.29.53] has joined #bitcoin-core-dev 21:21 -!- wallet42 [~wallet42@unaffiliated/wallet42] has joined #bitcoin-core-dev 22:38 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Read error: Connection reset by peer] 22:39 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-core-dev 22:51 -!- d_t [~textual@c-50-136-139-144.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 23:12 -!- Thireus [~Thireus@vps-92.197.170.217.stwvps.net] has joined #bitcoin-core-dev 23:14 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: Leaving] 23:39 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 23:40 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev