--- Day changed Sun Jan 08 2017 00:04 -!- ZhibiaoPan [~ZhibiaoPa@static-ip-34-127-134-202.rev.dyxnet.com] has joined #bitcoin-core-dev 00:39 < gmaxwell> wump: I think #9404 could be merged. 00:39 < gribble> https://github.com/bitcoin/bitcoin/issues/9404 | Smarter coordination of change and fee in CreateTransaction. by morcos · Pull Request #9404 · bitcoin/bitcoin · GitHub 00:41 -!- tunafizz [tunafizz@c-71-207-55-31.hsd1.pa.comcast.net] has quit [Read error: Connection reset by peer] 00:42 -!- tunafizz [tunafizz@c-71-207-55-31.hsd1.pa.comcast.net] has joined #bitcoin-core-dev 00:54 -!- Elysus [~Elysus@unaffiliated/elysus] has joined #bitcoin-core-dev 00:57 < gmaxwell> BlueMatt: I with the currently list of network messages in your parallel message handler list-- whats the point? I also don't see how you can handle a GETBLOCKTXN without cs_main. Do you intend on making it peek at the message further to decide if it will be able to use the cache? 00:59 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 00:59 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 01:07 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 01:08 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 01:12 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-vozepdgfuytbolpr] has joined #bitcoin-core-dev 01:17 -!- dmrche [0e8ba051@gateway/web/freenode/ip.14.139.160.81] has quit [Ping timeout: 260 seconds] 01:23 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 01:24 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 01:24 -!- ZhibiaoPan [~ZhibiaoPa@static-ip-34-127-134-202.rev.dyxnet.com] has quit [Remote host closed the connection] 01:39 -!- Elysus [~Elysus@unaffiliated/elysus] has quit [Quit: Leaving] 01:42 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 01:43 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 01:56 -!- juscamarena [~justin@47.148.176.74] has quit [Quit: Leaving] 02:03 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 02:03 -!- LeMiner2 [~LeMiner@5ED1AFBF.cm-7-2c.dynamic.ziggo.nl] has joined #bitcoin-core-dev 02:05 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 248 seconds] 02:06 -!- LeMiner [~LeMiner@5ED1AFBF.cm-7-2c.dynamic.ziggo.nl] has quit [Ping timeout: 260 seconds] 02:06 -!- LeMiner2 is now known as LeMiner 02:24 -!- jtimon [~quassel@197.red-88-0-200.dynamicip.rima-tde.net] has joined #bitcoin-core-dev 02:49 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 03:04 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-eyvjffchogqhtiwa] has quit [Quit: Connection closed for inactivity] 03:24 -!- pavel_ [~paveljani@79.98.72.176] has quit [Quit: Leaving] 03:24 -!- paveljanik [~paveljani@79.98.72.176] has joined #bitcoin-core-dev 03:24 -!- paveljanik [~paveljani@79.98.72.176] has quit [Changing host] 03:24 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-core-dev 03:35 < fanquake> paveljanik what do you mean by diff-only related changes in 9469? The changes are required to make the patches apply cleanly.. 03:35 < paveljanik> fanquake, and this was my question :-) So they are to make the diff apply cleanly. OK. Np with that. 03:36 < paveljanik> So we somewhere require the patch to apply cleanly? 03:38 < fanquake> The patches are applied before building the dependancies, https://github.com/bitcoin/bitcoin/blob/master/depends/packages/libevent.mk#L8. There isn't a hard requirement that they apply perfectly, but it seems logical to update them to do so. 03:39 < paveljanik> I do not think so ;-) 03:39 < paveljanik> fanquake, ad config.* files - github shows then without final newlines at the end of them... 03:40 < fanquake> paveljanik if you look at the source of them, http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess, I can't see any new lines. Maybe I'm missing something? 03:43 < paveljanik> wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' && hexdump -C config.sub | tail -2 03:44 < paveljanik> shows 0x0a at the end. 03:45 < paveljanik> the same for the other file. 03:47 < fanquake> heh I can change it back, will investigate the OS X issue. 03:47 < fanquake> paveljanik It'd be good if you could also review the contents/changelogs of the dependancy updates/hashes of said updates also. 03:48 < paveljanik> I'm in the middle of it ;-) 03:49 < fanquake> Newlines will be the least of our worries if we've got a borked boost version etc 03:50 -!- jtimon [~quassel@197.red-88-0-200.dynamicip.rima-tde.net] has quit [Remote host closed the connection] 03:50 < paveljanik> Hmm, but we should not change the upstream files... 03:51 < paveljanik> and these two are upstream files. 03:51 < fanquake> paveljanik which files? 03:51 < paveljanik> config.sub and config.guess 03:52 < fanquake> Why would we not update those? 03:52 < paveljanik> we should fetch them and store as-is in the depends, not modify them after fetching. 03:52 < paveljanik> update: yes! 03:52 < paveljanik> modify: no! 03:52 < paveljanik> You updated (good!) and modified (wrong!). 03:53 < paveljanik> but maybe the modification was not intentional... 03:53 < paveljanik> some tooling or so... 03:53 < fanquake> We're not patching/modifying them though? 03:53 < fanquake> oh your talking about the newlines? Yes that can be fixed. 03:53 < paveljanik> You did modify the file by deleting the final newline! 03:53 < paveljanik> yes 03:53 < paveljanik> BTW - why don't we fetch them too? 03:55 < fanquake> Probably something you'd have to ask theuni. 03:55 < fanquake> gmaxwell I think I must be missing something in #9484. Started a -reindex-chainstate with -assumevalid=, and it's working far slower than just current master. 03:55 < gribble> https://github.com/bitcoin/bitcoin/issues/9484 | Introduce assumevalid setting to skip validation presumed valid scripts. by gmaxwell · Pull Request #9484 · bitcoin/bitcoin · GitHub 04:31 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 04:31 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Quit: Leaving.] 04:32 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 04:35 -!- shinobimonkey [~vagabond@107.172.254.2] has quit [Ping timeout: 260 seconds] 04:50 -!- protomar [~protomar@109.232.227.133] has joined #bitcoin-core-dev 04:55 -!- chris2000 [~chris2000@p5DCB46D6.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 05:46 -!- bachishaman [~bachisham@CPE-124-187-75-58.lns9.woo.bigpond.net.au] has joined #bitcoin-core-dev 05:51 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 06:11 -!- AaronvanW [~ewout@207pc74.sshunet.nl] has joined #bitcoin-core-dev 06:11 -!- AaronvanW [~ewout@207pc74.sshunet.nl] has quit [Changing host] 06:11 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 06:15 -!- bachishaman [~bachisham@CPE-124-187-75-58.lns9.woo.bigpond.net.au] has quit [] 06:50 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 07:06 -!- Cheeseo [~x@unaffiliated/cheeseo] has joined #bitcoin-core-dev 07:22 -!- protomar [~protomar@109.232.227.133] has quit [Quit: Leaving] 07:40 -!- Cheeseo [~x@unaffiliated/cheeseo] has quit [Read error: Connection reset by peer] 07:42 -!- Sosumi [~Leon@bl10-113-190.dsl.telepac.pt] has joined #bitcoin-core-dev 08:12 < BlueMatt> gmaxwell: I mean it could only respond to getblocktxn if its the top-block (ie cached one)...I'm perfectly ok with it having a chance at blocking if it happens to be a request for the wrong block 08:12 < BlueMatt> gmaxwell: in the common case it'll work super well, in the rare case (or if your peer is mean) it might block 08:12 < BlueMatt> gmaxwell: in the future we could look deeper at the message to see if we will block 08:13 < sipa> gmaxwell: what does 'timestamp seen in a chain' mean? 08:13 -!- jtimon [~quassel@245.30.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 08:15 < BlueMatt> gmaxwell: for 0.15 I may try to push a read/upgrade/write lock model again, which would also make this useful 08:19 < BlueMatt> gmaxwell: with real State() fixes, we could also support FILTERLOAD/FILTERADD/FILTERCLEAR/VERACK/ADDR/SENDHEADERS/ 08:20 < BlueMatt> which, btw, is all of our non-block/tx-download non-version messages 08:20 < BlueMatt> and I think we could get version too 08:20 < BlueMatt> but it would take a tiny bit more work 08:25 < BlueMatt> maybe for 15 we could even get the mempool-can-be-behind-chainActive stuff like we have for wallet now 08:25 < BlueMatt> which would make this really awesome 08:50 -!- murr4y [ali@17.57.211.130.bc.googleusercontent.com] has quit [Quit: WeeChat 1.5] 08:51 -!- murr4y [ali@100.94.211.130.bc.googleusercontent.com] has joined #bitcoin-core-dev 09:01 -!- MarcoFalke [~marco@5.199.182.203] has joined #bitcoin-core-dev 09:03 -!- MarcoFalke [~marco@5.199.182.203] has left #bitcoin-core-dev [] 09:41 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 1.5] 09:47 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:52 < BlueMatt> sipa: you were asking about easy merges? #9480, #9353 09:52 < gribble> https://github.com/bitcoin/bitcoin/issues/9480 | De-duplicate SignatureCacheHasher by JeremyRubin · Pull Request #9480 · bitcoin/bitcoin · GitHub 09:52 < gribble> https://github.com/bitcoin/bitcoin/issues/9353 | Add data() method to CDataStream (and use it) by laanwj · Pull Request #9353 · bitcoin/bitcoin · GitHub 09:56 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 10:02 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 10:05 -!- TomMc [~tom@unaffiliated/tommc] has joined #bitcoin-core-dev 10:13 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 10:26 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 10:29 < BlueMatt> sipa: oh, and the one I actually meant to refer to : #9404 10:29 < gribble> https://github.com/bitcoin/bitcoin/issues/9404 | Smarter coordination of change and fee in CreateTransaction. by morcos · Pull Request #9404 · bitcoin/bitcoin · GitHub 10:36 -!- MarcoFalke [~marco@2a02:778:100:ea01:2225:64ff:fe3b:d4ca] has joined #bitcoin-core-dev 10:54 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 10:59 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 11:10 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 11:12 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 11:17 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 11:27 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 11:29 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 11:31 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 11:33 -!- protomar [~protomar@109.232.227.133] has joined #bitcoin-core-dev 11:55 -!- TomMc [~tom@unaffiliated/tommc] has quit [Ping timeout: 255 seconds] 11:58 -!- jm111t [5bdbee7c@gateway/web/freenode/ip.91.219.238.124] has joined #bitcoin-core-dev 11:58 < jm111t> just wanted to mention that about 2 months ago I reported that I could not import a key and then by rebuilding the blockchain it worked again. 11:59 < jm111t> well I had the problem again and found out why. The reason is the file system, the problem arises when your drive is formated with msdos. 11:59 < jm111t> just in case it might help someone. 12:02 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 12:04 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 12:08 < luke-jr> BlueMatt: I don't think I can fix most of your nits without amending past commits.. 12:09 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 12:09 -!- PRab [~chatzilla@c-68-62-95-247.hsd1.mi.comcast.net] has joined #bitcoin-core-dev 12:10 < BlueMatt> luke-jr: thats fine...up to you to do that if its required (and no one has published partial reviews)...alternatively you could just add SQUASHME commits on top 12:11 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 12:12 -!- jm111t [5bdbee7c@gateway/web/freenode/ip.91.219.238.124] has quit [Quit: Page closed] 12:14 < gmaxwell> sipa: I'm not sure of the context of your question, but I presume nTime. 12:14 < luke-jr> BlueMatt: that doesn't work for moving changes from commit X to X-1 12:14 < BlueMatt> ehh, i dont care if you fix that one 12:14 < BlueMatt> but if you get around to doing another rebase, might as well do it then 12:15 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 12:20 < luke-jr> BlueMatt: any suggestions for removing the pointer from the debug log? there's kinda nothing else unique.. 12:20 < luke-jr> maybe it'd be okay with lockwallet(0x%x) instead of a decimal number? 12:21 < BlueMatt> yea, I dont have any great insight into that one...what do you use for wallet ids in the final multiwallet pr? 12:21 < BlueMatt> no, the point is to not print a pointer into debug.log, since I could contort it into an issue for ASLR 12:24 < luke-jr> BlueMatt: final multiwallet gives the wallets names, but there is no strong guarantee they won't have the same name 12:25 < luke-jr> I suppose I could use the filename if I move some parts of that into this 12:25 < BlueMatt> huh? if they have the same name how would you index them? dont you check name-uniqueness on load? 12:26 < luke-jr> they aren't indexed. 12:26 < BlueMatt> i mean for this pr you could just have a second id field in the scheduler thinggy that gets appended to the string after print 12:26 < BlueMatt> how do you specify the wallet? 12:26 < luke-jr> there's a dropdown box in the GUI, and for RPC by filename 12:27 < BlueMatt> oh, hum.... 12:27 < luke-jr> hm, I suppose strWalletFile is already there 12:27 < luke-jr> and I guess we don't support files outside of .bitcoin or in subdirs 12:28 < BlueMatt> yea, I'd be more comfortable with just using that 12:28 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 12:28 < luke-jr> it's not a strong guarantee, but maybe good enough 12:28 < BlueMatt> well you certainly cant load two wallets with the same name??? 12:29 < BlueMatt> oh, wait, no, you also cant load two wallets in the same dir, can you? 12:29 < BlueMatt> does bdb barf on that? 12:29 < luke-jr> you can only load two wallets in the same dir 12:30 < BlueMatt> oh? i guess its all the same bdb context thinggy? 12:30 < luke-jr> yes 12:30 < luke-jr> we don't actually enforce same-dir, but it's going to use the same bdb database dir I think 12:31 * luke-jr wonders if we should be enforcing that 12:32 < BlueMatt> yes, probably 12:32 < BlueMatt> when in doubt, enforce, I'd say here 12:32 < BlueMatt> given bdb......... 12:36 < luke-jr> not really sure what to do with 989e352f7931f6ab9212e821e2d00e4aa0106635. Someone wanted it. :/ 12:36 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 12:37 < BlueMatt> i mean the ones inside ifdef ENABLE_WALLET could be moved, and then you could #include inside an ENABLE_WALLET 12:37 < BlueMatt> but the include should only be inside an ENABLE_WALLET 12:45 -!- GAit [~GAit@unaffiliated/gait] has quit [Quit: WeeChat 1.0.1] 12:45 -!- GAit [~GAit@unaffiliated/gait] has joined #bitcoin-core-dev 12:45 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 12:46 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 12:51 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Ping timeout: 255 seconds] 13:14 -!- Sosumi [~Leon@bl10-113-190.dsl.telepac.pt] has quit [Quit: Bye] 13:19 < luke-jr> BlueMatt: okay, I think I got everything 13:23 < luke-jr> oh fun, master doesn't build :x 13:23 * luke-jr hopes his rebase went smoothly 13:24 < BlueMatt> huh? 13:24 < BlueMatt> under what settings? 13:25 < luke-jr> test/raii_event_tests.cpp:39:58: error: ‘event_set_mem_functions’ was not declared in this scope 13:26 < gmaxwell> fanquake: doesn't bode well for reviewing the constants; when I updated for opening the pull request, I updated the constants, and managed to put a testnet block in the mainnet default. :) 13:26 < gmaxwell> fengling: it's fixed now. 13:28 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Remote host closed the connection] 13:47 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 13:50 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has joined #bitcoin-core-dev 13:52 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Ping timeout: 240 seconds] 14:10 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 14:25 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Quit: Ex-Chat] 14:30 -!- trotski2000 [uid206086@gateway/web/irccloud.com/x-hcoexleatsotfqna] has joined #bitcoin-core-dev 14:39 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Remote host closed the connection] 14:59 -!- PRab [~chatzilla@c-68-62-95-247.hsd1.mi.comcast.net] has quit [Remote host closed the connection] 15:00 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 15:02 -!- protomar [~protomar@109.232.227.133] has quit [Quit: Leaving] 15:04 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [Ping timeout: 255 seconds] 15:08 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 255 seconds] 15:23 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 15:31 -!- MarcoFalke [~marco@2a02:778:100:ea01:2225:64ff:fe3b:d4ca] has left #bitcoin-core-dev [] 15:49 -!- windsok [~windsok@45.63.59.8] has quit [Ping timeout: 240 seconds] 16:10 -!- jtimon [~quassel@245.30.134.37.dynamic.jazztel.es] has quit [Ping timeout: 245 seconds] 16:18 -!- goregrin1 [~goregrind@unaffiliated/goregrind] has joined #bitcoin-core-dev 16:20 -!- juscamarena__ [~justin@47.148.176.74] has quit [Quit: Leaving] 16:21 -!- juscamarena [~justin@47.148.176.74] has joined #bitcoin-core-dev 16:21 -!- goregrind [~goregrind@unaffiliated/goregrind] has quit [Ping timeout: 246 seconds] 16:37 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-vozepdgfuytbolpr] has quit [Quit: Connection closed for inactivity] 16:43 -!- windsok [~windsok@45.63.59.8] has joined #bitcoin-core-dev 16:44 -!- PaulCapestany [~PaulCapes@2604:5500:17:2ea:b89a:ee52:e255:ec7f] has quit [Quit: .] 16:48 -!- wasi [~wasi@gateway/tor-sasl/wasi] has joined #bitcoin-core-dev 16:49 -!- PaulCapestany [~PaulCapes@2604:5500:17:2ea:e802:dbe6:8a51:261c] has joined #bitcoin-core-dev --- Log closed Sun Jan 08 17:12:26 2017 --- Log opened Sun Jan 08 17:12:44 2017 17:12 -!- kanzure [~kanzure@unaffiliated/kanzure] has joined #bitcoin-core-dev 17:12 -!- Irssi: #bitcoin-core-dev: Total of 147 nicks [0 ops, 0 halfops, 0 voices, 147 normal] 17:12 -!- murchandamus [~murchghos@ghostdub.de] has joined #bitcoin-core-dev 17:12 -!- Madars [~null@unaffiliated/madars] has joined #bitcoin-core-dev 17:12 -!- cryptapus_afk [~cryptapus@jupiter.osmus.org] has joined #bitcoin-core-dev 17:12 -!- cryptapus_afk [~cryptapus@jupiter.osmus.org] has quit [Changing host] 17:12 -!- cryptapus_afk [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 17:12 -!- cfields [~quassel@unaffiliated/cfields] has joined #bitcoin-core-dev 17:13 -!- face [~face@94.26.41.139] has joined #bitcoin-core-dev 17:13 -!- PRab [~chatzilla@c-68-62-95-247.hsd1.mi.comcast.net] has joined #bitcoin-core-dev 17:14 -!- cysm [cysm@gateway/shell/elitebnc/x-wmsuhcxtdwlzrdcq] has joined #bitcoin-core-dev 17:16 -!- ensign_ [~ensign@2001:41d0:8:d711::1] has joined #bitcoin-core-dev 17:18 -!- mturquette [sid66043@gateway/web/irccloud.com/x-xancpuaoybyjpjvy] has joined #bitcoin-core-dev 17:23 -!- Irssi: Join to #bitcoin-core-dev was synced in 635 secs 17:23 -!- Netsplit *.net <-> *.split quits: xHire, pindarhk, gmaxwell, atroxes, emzy, jcorgan, jeremias, adiabat, isis, thrasher`, (+2 more, use /NETSPLIT to show all of them) 17:23 -!- emzy_ [~quassel@raspberry.emzy.de] has joined #bitcoin-core-dev 17:23 -!- Netsplit over, joins: xHire 17:23 -!- Netsplit over, joins: adiabat, thrasher` 17:23 -!- jeremias1 [~jeremias@kangasbros.fi] has joined #bitcoin-core-dev 17:24 -!- gmaxwell [greg@mf4-xiph.osuosl.org] has joined #bitcoin-core-dev 17:24 -!- Netsplit over, joins: atroxes 17:24 -!- Netsplit over, joins: jcorgan 17:24 -!- gmaxwell is now known as Guest76848 17:26 -!- Netsplit over, joins: isis 17:26 -!- Netsplit over, joins: Cory 17:28 -!- crudel [crudel@gateway/shell/fnordserver.eu/x-qnhfgnojxhingcaw] has joined #bitcoin-core-dev 17:29 -!- tadasv [ttttt@gateway/shell/panicbnc/x-koezlkvmruytqkso] has quit [Ping timeout: 245 seconds] 17:30 -!- Netsplit over, joins: wbnns 17:34 -!- pindarhk [sid105966@gateway/web/irccloud.com/x-imxeenjbiasvvmon] has joined #bitcoin-core-dev 17:35 -!- tadasv [ttttt@gateway/shell/panicbnc/x-hdbaafssttuhjeoq] has joined #bitcoin-core-dev 17:58 -!- GAit [~GAit@unaffiliated/gait] has quit [Ping timeout: 240 seconds] 18:04 -!- GAit [~GAit@unaffiliated/gait] has joined #bitcoin-core-dev 18:13 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has quit [Ping timeout: 240 seconds] 18:18 -!- GAit [~GAit@unaffiliated/gait] has quit [Ping timeout: 258 seconds] 18:18 -!- jonasschnelli [~jonasschn@2a01:4f8:200:7025::2] has joined #bitcoin-core-dev 18:22 -!- juscamarena [~justin@47.148.176.74] has quit [Remote host closed the connection] 18:39 -!- TomMc [~tom@unaffiliated/tommc] has joined #bitcoin-core-dev 18:42 -!- rubensayshi [uid201751@gateway/web/irccloud.com/x-ghpvbmrwzmbsxzkq] has quit [Read error: Network is unreachable] 18:42 -!- pindarhk [sid105966@gateway/web/irccloud.com/x-imxeenjbiasvvmon] has quit [Read error: Connection reset by peer] 18:42 -!- aspect_ [sid151486@gateway/web/irccloud.com/x-rodisjcrbevhmfhy] has quit [Read error: Connection reset by peer] 18:42 -!- jyap [~jyap@unaffiliated/jyap] has quit [Ping timeout: 258 seconds] 18:42 -!- mappum [sid43795@gateway/web/irccloud.com/x-dovkbenqddonujgf] has quit [Read error: Connection reset by peer] 18:43 -!- rubensayshi [uid201751@gateway/web/irccloud.com/x-ystdvbbhlhxjhxnd] has joined #bitcoin-core-dev 18:43 -!- mturquette [sid66043@gateway/web/irccloud.com/x-xancpuaoybyjpjvy] has quit [Ping timeout: 258 seconds] 18:44 -!- musalbas [~musalbas@2001:bc8:30c2:ff00::] has quit [Ping timeout: 258 seconds] 18:46 -!- jyap [~jyap@server1.getjumbucks.com] has joined #bitcoin-core-dev 18:46 -!- jyap [~jyap@server1.getjumbucks.com] has quit [Changing host] 18:46 -!- jyap [~jyap@unaffiliated/jyap] has joined #bitcoin-core-dev 18:46 -!- juscamarena [~justin@47.148.176.74] has joined #bitcoin-core-dev 18:47 -!- musalbas [~musalbas@2001:bc8:30c2:ff00::] has joined #bitcoin-core-dev 18:49 -!- aspect_ [sid151486@gateway/web/irccloud.com/x-rkdwioynthkformq] has joined #bitcoin-core-dev 18:49 -!- pindarhk [sid105966@gateway/web/irccloud.com/x-vzxmdttmkznzfgwx] has joined #bitcoin-core-dev 18:51 -!- mappum [sid43795@gateway/web/irccloud.com/x-qnlvmlieltpbmkjp] has joined #bitcoin-core-dev 19:07 -!- Guest76848 [greg@mf4-xiph.osuosl.org] has quit [Changing host] 19:07 -!- Guest76848 [greg@wikimedia/KatWalsh/x-0001] has joined #bitcoin-core-dev 19:07 -!- Guest76848 is now known as gmaxwell 19:21 -!- TomMc [~tom@unaffiliated/tommc] has quit [Ping timeout: 240 seconds] 19:24 -!- ZhibiaoP_ [~ZhibiaoPa@1.180.212.101] has joined #bitcoin-core-dev 19:28 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 19:30 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 248 seconds] 19:42 -!- TomMc [~tom@unaffiliated/tommc] has joined #bitcoin-core-dev 19:58 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 20:03 -!- TomMc [~tom@unaffiliated/tommc] has quit [Ping timeout: 240 seconds] 20:22 -!- chris200_ [~chris2000@p5082A932.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 20:25 -!- chris2000 [~chris2000@p5DCB46D6.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 20:40 -!- mturquette [sid66043@gateway/web/irccloud.com/x-sycntmodycivyssc] has joined #bitcoin-core-dev 21:20 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Quit: WeeChat 0.4.2] 21:49 -!- Squidicuz [~squid@pool-173-48-116-49.bstnma.fios.verizon.net] has joined #bitcoin-core-dev 21:51 -!- Squidicc [~squid@pool-173-48-116-49.bstnma.fios.verizon.net] has quit [Ping timeout: 264 seconds] 21:59 -!- CubicEarth [~cubiceart@c-73-68-232-79.hsd1.ma.comcast.net] has quit [] 22:26 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 22:27 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 22:56 -!- gielbier [~michiel@2001:981:9573:1:5428:c047:3a2f:e262] has quit [Ping timeout: 240 seconds] 23:02 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-wmbaukwwojpiytea] has joined #bitcoin-core-dev 23:15 -!- jonasschnelli [~jonasschn@2a01:4f8:200:7025::2] has quit [Quit: ZNC - http://znc.in] 23:55 -!- jonasschnelli [~jonasschn@2a01:4f8:200:7025::2] has joined #bitcoin-core-dev 23:55 -!- jonasschnelli [~jonasschn@2a01:4f8:200:7025::2] has quit [Changing host] 23:55 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has joined #bitcoin-core-dev 23:56 -!- emmmork [~emmmork@13.93.80.44] has joined #bitcoin-core-dev