--- Day changed Fri Jan 08 2016 00:01 -!- JackH [~Jack@host-80-43-143-141.as13285.net] has joined #bitcoin-core-dev 00:12 -!- xiangfu [~xiangfu@114.242.250.253] has quit [Read error: Connection reset by peer] 00:38 -!- xiangfu [~xiangfu@115.204.110.187] has joined #bitcoin-core-dev 00:42 -!- xiangfu [~xiangfu@115.204.110.187] has quit [Read error: Connection reset by peer] 00:47 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection] 01:04 < jonasschnelli> wumpus: do you know the reason why we multiple RPCTimerInterface? 01:04 < jonasschnelli> Is it because the RPCRunLater() needs to be called from the GUI whenever one used the GUI console? 01:05 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 01:09 -!- jtimon [~quassel@103.red-80-26-235.adsl.dynamic.ccgg.telefonica.net] has joined #bitcoin-core-dev 01:15 -!- zookolaptop [~user@5.80.175.172] has joined #bitcoin-core-dev 01:16 < GitHub182> [bitcoin] jonasschnelli opened pull request #7317: Fix RPCTimerInterface ordering issue (master...2016/01/qt_thread) https://github.com/bitcoin/bitcoin/pull/7317 01:17 < wumpus> jonasschnelli: no, the reason is that one may use the RPC console without the web server running 01:17 < wumpus> the two timer interfaces should be equivalent, the only difference is that one uses libevent's timer mechanism and the other qt's 01:18 < jonasschnelli> Right. The problem is, that dispatching a QThread from a non QThread (events timer meachism) won't work. 01:18 < wumpus> fuck fuck fuck 01:19 < wumpus> does it dispatch a thread? I thought it just creates a timer? 01:20 < wumpus> this makes things a lot more complex 01:20 < jonasschnelli> I mean it's only the walletphassphrase call... (an important one) 01:20 < wumpus> the idea behind a generic timer interface was that it doesn't matter who provides the timer 'service' 01:21 < wumpus> but apparently it does 01:21 < jonasschnelli> I think it should always use the libevent timer routine if available. 01:21 < wumpus> so I'm afrid we'll have to pass the 'RPC context' all the way down 01:21 < jonasschnelli> my PR https://github.com/bitcoin/bitcoin/pull/7317 is a quick fix. 01:21 < jonasschnelli> It does not make things more worse.. 01:22 < wumpus> hm but it makes an assumption of the order of interfaces in timerInterfaces 01:22 < wumpus> I agree with your logic though 01:22 < wumpus> but we should spell it out explicitly, 'if libevent is available use that otherwise fall back to qt' 01:23 < wumpus> otherwise there are a tons of ways future "harmless refactors" can mess this up again 01:24 < jonasschnelli> right.. so should I add a priority (int) in the timer interface and always use the one with highest prio? 01:24 -!- zookolaptop [~user@5.80.175.172] has quit [Ping timeout: 240 seconds] 01:24 < jonasschnelli> Or other concepts? 01:24 < wumpus> yea.. that sounds good to me 01:24 < wumpus> or just have explicit logic in the GUI 01:25 < wumpus> install a timer interface only when APpInit() hasn't installed one 01:25 < wumpus> I think that's even more straightforward 01:25 < wumpus> have a single timer interface instead of a list o them 01:26 < jonasschnelli> ah... right... don't add the QTTimerInterface when there is already one. 01:26 < wumpus> yes 01:26 < jonasschnelli> okay.. i try to change it to only support one timer interface. 01:26 < wumpus> that's what we effectively want, one timer interface, but I thought they were equivalent so 'picking one' was fine, apparantly not :( 01:27 < wumpus> I hope it isn't a problem the other way around, using libevent timer mechanism when talking to qt 01:27 -!- MarcoFalke [05c7b6cb@gateway/web/cgi-irc/kiwiirc.com/ip.5.199.182.203] has joined #bitcoin-core-dev 01:27 < wumpus> in that case we really need an rpc 'context' 01:32 -!- paveljanik [~paveljani@79.98.72.216] has joined #bitcoin-core-dev 01:32 -!- paveljanik [~paveljani@79.98.72.216] has quit [Changing host] 01:32 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-core-dev 01:32 < jonasschnelli> sorry, sorry, MarcoFalke just told me the fact that i did push branches to bitcoin/bitcoin, will delete them immediately! that git beast! 01:32 -!- jtimon [~quassel@103.red-80-26-235.adsl.dynamic.ccgg.telefonica.net] has quit [Ping timeout: 272 seconds] 01:34 < jonasschnelli> will keep three of them until the related PRs closed (to avoid close/reopen). 01:34 -!- Quent [~Quent@unaffiliated/quent] has joined #bitcoin-core-dev 01:36 < wumpus> oh I also did that by accident once, no problem, just remove them when they're done 01:53 -!- jtimon [~quassel@103.red-80-26-235.adsl.dynamic.ccgg.telefonica.net] has joined #bitcoin-core-dev 02:05 -!- Quent [~Quent@unaffiliated/quent] has quit [Read error: Connection reset by peer] 02:14 < GitHub110> [bitcoin] jonasschnelli opened pull request #7318: Backport: quickfix for RPC timer interface problem (0.12...2016/01/bp_rpctimerinterface) https://github.com/bitcoin/bitcoin/pull/7318 02:18 -!- modin [~modin@213-64-115-210-no86.tbcn.telia.com] has left #bitcoin-core-dev ["WeeChat 1.3"] 02:25 < GitHub85> [bitcoin] jonasschnelli opened pull request #7319: [Backport 0.12][QT] Intro: Display required space (0.12...2016/01/bp_qtintrodatadirsize) https://github.com/bitcoin/bitcoin/pull/7319 02:34 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 02:36 -!- p15 [~p15@83.91.145.64.client.static.strong-tk2.bringover.net] has quit [Ping timeout: 245 seconds] 02:39 -!- p15 [~p15@107.91.145.64.client.static.strong-tk2.bringover.net] has joined #bitcoin-core-dev 02:45 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Quit: laurentmt] 03:14 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has quit [Remote host closed the connection] 03:26 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 03:27 < MarcoFalke> Are any merges planned before the rc1 tag? 03:27 < MarcoFalke> Any pulls need testers? 03:29 < btcdrak> MarcoFalke: I dont think you can have an RC until the remaining 0.12 tagged PRs are merged. 03:30 < btcdrak> MarcoFalke: else it cant be a release candidate by very definition (if stuff is pending), unless it's being specifically excluded for the next maintenance release. 03:37 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Read error: Connection reset by peer] 03:37 -!- arowser_ [~quassel@106.120.101.38] has quit [Quit: No Ping reply in 180 seconds.] 03:37 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-core-dev 03:38 -!- arowser [~quassel@106.120.101.38] has joined #bitcoin-core-dev 04:15 < GitHub182> [bitcoin] MarcoFalke opened pull request #7320: [qa] Test walletpassphrase timeout (master...Mf1601-rpcWalletPass) https://github.com/bitcoin/bitcoin/pull/7320 04:15 < MarcoFalke> How can I delete a walletpassphrase? 04:17 < jonasschnelli> MarcoFalke: you can't :) 04:17 < jonasschnelli> export / create new / import 04:18 < MarcoFalke> ok, thx. 04:31 < MarcoFalke> I need a reminder to run `BITCOIND=bitcoin-qt qa/pull-tester/rpc-tests.py` whenever I leave home. 04:35 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Quit: laurentmt] 04:35 < GitHub123> [bitcoin] MarcoFalke opened pull request #7321: Always respect GetRequiredFee for wallet txs (master...Mf1601-walletFeeFix) https://github.com/bitcoin/bitcoin/pull/7321 04:59 -!- p15 [~p15@107.91.145.64.client.static.strong-tk2.bringover.net] has quit [Ping timeout: 240 seconds] 06:11 -!- Chris_Stewart_5 [~Chris_Ste@173-26-115-141.client.mchsi.com] has joined #bitcoin-core-dev 06:21 -!- deego1 is now known as deego 06:27 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 06:27 -!- treehug88 [~textual@static-108-30-103-59.nycmny.fios.verizon.net] has quit [Client Quit] 06:36 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 06:37 -!- Quent [~Quent@unaffiliated/quent] has joined #bitcoin-core-dev 06:50 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 06:50 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has quit [Client Quit] 06:56 -!- arowser [~quassel@106.120.101.38] has quit [Quit: No Ping reply in 180 seconds.] 06:56 -!- arowser [~quassel@106.120.101.38] has joined #bitcoin-core-dev 08:00 -!- zookolaptop [~user@176-35-69-213.xdsl.murphx.net] has joined #bitcoin-core-dev 08:33 < GitHub113> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/ff9b61002606...1320300ea11f 08:33 < GitHub113> bitcoin/0.12 b1a8374 MarcoFalke: [qt] Intro: Display required space... 08:33 < GitHub139> [bitcoin] laanwj closed pull request #7319: [Backport 0.12][Qt] Intro: Display required space (0.12...2016/01/bp_qtintrodatadirsize) https://github.com/bitcoin/bitcoin/pull/7319 08:33 < GitHub113> bitcoin/0.12 1320300 Wladimir J. van der Laan: Merge pull request #7319... 08:33 < GitHub91> [bitcoin] laanwj closed pull request #7318: [Backport 0.12][RPC] quickfix for RPC timer interface problem (0.12...2016/01/bp_rpctimerinterface) https://github.com/bitcoin/bitcoin/pull/7318 08:33 < GitHub151> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/1320300ea11f...9265e89a7778 08:33 < GitHub151> bitcoin/0.12 daa8da2 Jonas Schnelli: Backport: quickfix for RPC timer interface problem 08:33 < GitHub151> bitcoin/0.12 9265e89 Wladimir J. van der Laan: Merge pull request #7318... 08:33 -!- zookolaptop [~user@176-35-69-213.xdsl.murphx.net] has quit [Read error: Connection reset by peer] 08:34 < GitHub143> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/3b57e9cff09c528201246dbc7b890c1593e49fb1 08:34 < GitHub143> bitcoin/master 3b57e9c Wladimir J. van der Laan: Merge pull request #7317... 08:35 < GitHub60> [bitcoin] laanwj closed pull request #7317: Fix RPCTimerInterface ordering issue (master...2016/01/qt_thread) https://github.com/bitcoin/bitcoin/pull/7317 08:36 < GitHub134> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3b57e9cff09c...9de541a9c95a 08:36 < GitHub134> bitcoin/master f61766b Alex Morcos: Make sure conflicted wallet tx's update balances 08:36 < GitHub134> bitcoin/master 9de541a Wladimir J. van der Laan: Merge pull request #7306... 08:36 < GitHub101> [bitcoin] laanwj closed pull request #7306: Make sure conflicted wallet tx's update balances (master...fixconflicts) https://github.com/bitcoin/bitcoin/pull/7306 08:38 < GitHub2> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/4707797df2d41d46a40f59977738e58f87a949fe 08:38 < GitHub2> bitcoin/0.12 4707797 Alex Morcos: Make sure conflicted wallet tx's update balances... 08:43 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 09:06 -!- adam3us [~Adium@195.138.228.31] has quit [Quit: Leaving.] 09:09 -!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Remote host closed the connection] 09:13 -!- morcos [~morcos@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 09:36 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection] 09:49 < Quent> hey, when is the next release do we know? 09:51 < MarcoFalke> Feb 1 09:51 < MarcoFalke> rc1 is today or Monday, I think 09:51 < Quent> thanks 10:00 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 10:00 -!- adam3us [~Adium@195.138.228.8] has joined #bitcoin-core-dev 10:14 -!- JackH [~Jack@host-80-43-143-141.as13285.net] has quit [Ping timeout: 240 seconds] 10:28 < MarcoFalke> morcos? 10:28 < MarcoFalke> rpc tests look fine but there is a typo which makes travis fail 10:30 -!- pmienk [~pmienk@c-71-227-177-179.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 10:34 -!- MarcoFalke [05c7b6cb@gateway/web/cgi-irc/kiwiirc.com/ip.5.199.182.203] has quit [Remote host closed the connection] 10:36 -!- pmienk [~pmienk@c-71-227-177-179.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 10:37 < GitHub174> [bitcoin] theuni opened pull request #7322: c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locally (master...c++11-prep) https://github.com/bitcoin/bitcoin/pull/7322 10:38 -!- brg444 [18257df2@gateway/web/freenode/ip.24.37.125.242] has joined #bitcoin-core-dev 10:51 -!- JackH [~Jack@host-80-43-143-141.as13285.net] has joined #bitcoin-core-dev 11:06 < morcos> MarcoFalke: thanks. fixed. 11:07 < cfields> wumpus: I have a few questions in to Travis about how to proceed. There are several paths we could take, all missing one thing or another. I'm looking to find out what's most likely to be fixed first 11:08 < cfields> worst case, i guess we can just leave c++11 disabled for win32 builds temporarily, as that's the most troublesome 11:15 < phantomcircuit> sipa, in FRESH/DIRTY in coins.h "parent" means closer to disk, right? 11:15 < sipa> phantomcircuit: yes 11:23 -!- c-cex-finch [uid120855@gateway/web/irccloud.com/x-tloriphlcvtgscuy] has joined #bitcoin-core-dev 11:31 < phantomcircuit> sipa, is it possible for FRESH to be set but not DIRTY ? 11:34 < phantomcircuit> sipa, also, why does CCoinsViewCache::BatchWrite erase the entires from the batch? 11:34 < sipa> phantomcircuit: to avoid a copy 11:34 < sipa> phantomcircuit: otherwise you'd get a memory usage doubling whenever you're flushing 11:43 -!- JackH [~Jack@host-80-43-143-141.as13285.net] has quit [Ping timeout: 250 seconds] 11:46 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has joined #bitcoin-core-dev 11:46 -!- laurentmt [~Thunderbi@128-79-141-196.hfc.dyn.abo.bbox.fr] has quit [Client Quit] 11:51 < phantomcircuit> sipa, so the cacheCoins.clear(); in CCoinsViewCache::Flush never does anything? 11:56 < sipa> phantomcircuit: deleting the map's storage? 11:56 < sipa> unsure, not looking at code now 11:57 < phantomcircuit> sipa, cacheCoins.size() == 0 always before it's called 11:59 < phantomcircuit> oh ok nvm then :) 12:12 -!- murch [~murch@p4FE38B2D.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 12:42 -!- Squidicc [~squid@pool-173-48-117-206.bstnma.fios.verizon.net] has joined #bitcoin-core-dev 12:43 -!- shiinko [~shiinko@151.80.78.204] has joined #bitcoin-core-dev 12:45 -!- Squidicuz [~squid@pool-173-48-117-206.bstnma.fios.verizon.net] has quit [Ping timeout: 256 seconds] 12:48 < morcos> phantomcircuit: i had questions about that too, and i'd love it if you want to look at #6936 and figure out why the performance improvement isn't as good as you might expect 12:54 < cfields> morcos: i just spent a ton of time in there, i'd be happy to talk it through if you'd like 12:54 < cfields> morcos: haha, just looked at your PR. I was hacking on the same goal :) 12:54 < morcos> cfields: great, thanks. maybe next week we can chat on it? 12:55 < cfields> sure 12:58 < cfields> morcos: fwiw, i was doing a test, and just hacked it up to always keep _all_ tx in the cache (to test the penalty of going to disk on osx) and the difference was very significant 12:58 < cfields> so i'm surprised that you weren't happy with the improvement you saw 12:59 < cfields> note that i primed the cache at startup, though, so it was always warm 13:00 < cfields> (the cost of priming the cache turned out to be negligible compared to the gain of actually having it primed) 13:03 -!- belcher [~user@unaffiliated/belcher] has joined #bitcoin-core-dev 13:07 -!- JackH [~Jack@80.43.143.141] has joined #bitcoin-core-dev 13:22 -!- fkhan_ [weechat@gateway/vpn/mullvad/x-svlcfofillvgycwm] has quit [Ping timeout: 250 seconds] 13:30 -!- JackH [~Jack@80.43.143.141] has quit [Ping timeout: 272 seconds] 14:00 -!- fkhan_ [weechat@gateway/vpn/mullvad/x-ywruulggeazhockf] has joined #bitcoin-core-dev 14:03 -!- JackH [~Jack@host-80-43-143-141.as13285.net] has joined #bitcoin-core-dev 14:06 -!- rubensayshi [~ruben@c89225.upc-c.chello.nl] has quit [Remote host closed the connection] 14:09 -!- JackH [~Jack@host-80-43-143-141.as13285.net] has quit [Ping timeout: 240 seconds] 14:10 -!- fkhan_ [weechat@gateway/vpn/mullvad/x-ywruulggeazhockf] has quit [Ping timeout: 245 seconds] 14:15 -!- zookolaptop [~user@5.80.172.156] has joined #bitcoin-core-dev 14:25 -!- fkhan_ [weechat@gateway/vpn/mullvad/x-trcohmhgcflztdeo] has joined #bitcoin-core-dev 14:58 -!- randy-waterhouse [~kiwigb@opentransactions/dev/randy-waterhouse] has joined #bitcoin-core-dev 15:04 -!- c-cex-finch [uid120855@gateway/web/irccloud.com/x-tloriphlcvtgscuy] has quit [Quit: Connection closed for inactivity] 15:14 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 16:14 -!- arubi [~ese168@unaffiliated/arubi] has quit [Quit: Leaving] 16:14 -!- arubi [~ese168@unaffiliated/arubi] has joined #bitcoin-core-dev 16:32 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has quit [Quit: Leaving] 16:33 -!- zookolaptop [~user@5.80.172.156] has quit [Ping timeout: 245 seconds] 16:53 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has quit [Quit: This computer has gone to sleep] 16:55 -!- brg444 [18257df2@gateway/web/freenode/ip.24.37.125.242] has quit [Quit: Page closed] 17:01 -!- jtimon [~quassel@103.red-80-26-235.adsl.dynamic.ccgg.telefonica.net] has quit [Ping timeout: 255 seconds] 17:01 -!- jgarzik [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has joined #bitcoin-core-dev 17:01 -!- jgarzik [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has quit [Changing host] 17:01 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-core-dev 17:25 -!- jcorgan is now known as jcorgan|away 17:52 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 17:57 -!- murch [~murch@p4FE38B2D.dip0.t-ipconnect.de] has quit [Quit: Leaving.] 18:28 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-lvrkegwlfbumypww] has quit [Quit: Connection closed for inactivity] 19:11 -!- Netsplit *.net <-> *.split quits: Madars, Anduck, Chris_Stewart_5, harding, droark, gijensen, Squidicc, jgarzik 19:19 -!- Madars [~null@unaffiliated/madars] has joined #bitcoin-core-dev 19:19 -!- Chris_Stewart_5 [~Chris_Ste@173-26-115-141.client.mchsi.com] has joined #bitcoin-core-dev 19:21 -!- gijensen [~gijensen@gijensen.xyz] has joined #bitcoin-core-dev 19:21 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-core-dev 19:21 -!- harding [~harding@mail.dtrt.org] has joined #bitcoin-core-dev 19:25 -!- Anduck [~anduck@unaffiliated/anduck] has joined #bitcoin-core-dev 19:25 -!- zmanian_ [sid113594@gateway/web/irccloud.com/x-hmapnlgsoglvfzsg] has quit [Ping timeout: 260 seconds] 19:26 -!- zmanian_ [sid113594@gateway/web/irccloud.com/x-jhcqauvabmzklqzo] has joined #bitcoin-core-dev 19:36 -!- Squidicuz [~squid@pool-173-48-117-206.bstnma.fios.verizon.net] has joined #bitcoin-core-dev 19:56 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has quit [Quit: Leaving] 19:57 -!- jgarzik [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has joined #bitcoin-core-dev 19:57 -!- jgarzik [~jgarzik@104-178-201-106.lightspeed.tukrga.sbcglobal.net] has quit [Changing host] 19:57 -!- jgarzik [~jgarzik@unaffiliated/jgarzik] has joined #bitcoin-core-dev 20:21 -!- belcher [~user@unaffiliated/belcher] has quit [Quit: Leaving] 20:34 -!- Chris_Stewart_5 [~Chris_Ste@173-26-115-141.client.mchsi.com] has quit [Ping timeout: 260 seconds] 20:58 -!- fkhan_ [weechat@gateway/vpn/mullvad/x-trcohmhgcflztdeo] has quit [Read error: Connection reset by peer] 21:15 -!- fkhan_ [weechat@gateway/vpn/mullvad/x-ddpmxlvmbypqyten] has joined #bitcoin-core-dev 21:15 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Read error: Connection reset by peer] 21:15 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-core-dev 21:46 -!- d_t [~textual@98.234.64.218] has joined #bitcoin-core-dev 22:13 -!- Alopex [~bitcoin@176.9.70.183] has quit [Remote host closed the connection] 22:14 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 22:27 -!- randy-waterhouse [~kiwigb@opentransactions/dev/randy-waterhouse] has quit [Ping timeout: 265 seconds] 22:32 -!- randy-waterhouse [~kiwigb@opentransactions/dev/randy-waterhouse] has joined #bitcoin-core-dev 22:35 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has joined #bitcoin-core-dev 22:36 -!- d_t [~textual@98.234.64.218] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 22:40 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 22:59 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 23:01 -!- arowser [~quassel@106.120.101.38] has quit [Quit: No Ping reply in 180 seconds.] 23:02 -!- arowser [~quassel@106.120.101.38] has joined #bitcoin-core-dev 23:06 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 23:06 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has quit [Max SendQ exceeded] 23:07 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 23:07 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has quit [Max SendQ exceeded] 23:08 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 23:08 -!- tripleslash_k [~triplesla@unaffiliated/imsaguy] has joined #bitcoin-core-dev 23:08 -!- jtimon [~quassel@103.red-80-26-235.adsl.dynamic.ccgg.telefonica.net] has joined #bitcoin-core-dev 23:11 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has quit [Ping timeout: 272 seconds] 23:22 -!- d_t [~textual@c-98-234-64-218.hsd1.ca.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 23:30 -!- jtimon [~quassel@103.red-80-26-235.adsl.dynamic.ccgg.telefonica.net] has quit [Ping timeout: 265 seconds] 23:47 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 23:48 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 23:50 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-hbmxghgcknsejwnt] has joined #bitcoin-core-dev 23:55 -!- jtimon [~quassel@103.red-80-26-235.adsl.dynamic.ccgg.telefonica.net] has joined #bitcoin-core-dev