--- Day changed Fri Mar 30 2018 00:02 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has quit [Quit: Snoozing.] 00:26 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has joined #bitcoin-core-dev 00:34 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 00:35 -!- rls [~rls@ip68-3-117-141.ph.ph.cox.net] has joined #bitcoin-core-dev 00:35 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 268 seconds] 00:37 -!- psyopp [~rls@ip68-3-117-141.ph.ph.cox.net] has quit [Ping timeout: 260 seconds] 00:37 -!- zarez [~Thunderbi@fs-93-93-44-38.fullsave.info] has joined #bitcoin-core-dev 00:40 < aj> jtimon: ule> 00:40 < aj> TypeError: can't multiply sequence by non-int of type 'float' 00:40 < aj> >>> 515792/2016.*(32+4) 00:40 < aj> grr 00:41 < aj> jtimon: https://github.com/jtimon/bitcoin/pull/11/commits 00:43 -!- rls [~rls@ip68-3-117-141.ph.ph.cox.net] has quit [Ping timeout: 268 seconds] 00:46 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #bitcoin-core-dev 00:47 < jtimon> aj: looks very good at a glance, I'm going to bed but I will check it out and test it 00:48 < aj> jtimon: yeah, feel free to squash and tidy it up to your preferred style, but i think the approach should work fine 00:48 < jtimon> yeah, thanks 00:49 < aj> jtimon: np, sorry for taking so long to get back to it :) 00:50 < jtimon> np, I didn't have time to code it myself either, but this looks cool 00:53 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 01:00 < bitcoin-git> [bitcoin] promag opened pull request #12836: Make WalletInitInterface and DummyWalletInit private (master...2018-03-walletinit) https://github.com/bitcoin/bitcoin/pull/12836 01:05 -!- jtimon [~quassel@142.29.134.37.dynamic.jazztel.es] has quit [Ping timeout: 260 seconds] 01:05 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 01:16 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 01:18 < promag> aj: did you delete the GH comment? 01:19 < aj> promag: yeah, the compile i was running with that change failed 01:19 < promag> that PR is mostly moving code 01:19 < promag> but I think we could make g_wallet_init_interface const 01:19 < aj> promag: yeah, it looks very good 01:20 < aj> promag: since it doesn't have any member variables, i guess that's right? 01:21 < aj> promag: would need to mark all the functions const too which is arguably a bit weird 01:21 < promag> I don't mean const in that way 01:21 < promag> I mean, don't allow g_wallet_init_interface to take a new value 01:22 < promag> let's see what others say 01:22 < aj> promag: i think marking it const-pointer fails because it can get optimised away in the module its declared in, while other modules stil try referencing it? (that's what the compile failure looked like anyway) 01:23 < aj> promag: it all got confusing anyway, which is why i deleted my comment :) 01:23 < promag> :) ok 01:25 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 264 seconds] 01:27 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 01:29 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Max SendQ exceeded] 01:29 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 01:35 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 256 seconds] 01:36 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 01:37 -!- TrustTrade [~TrustTrad@212-39-89-146.ip.btc-net.bg] has joined #bitcoin-core-dev 01:37 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Remote host closed the connection] 01:40 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 01:40 -!- tryphe_000 [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 01:40 -!- shesek` [~shesek@bzq-84-110-232-249.cablep.bezeqint.net] has quit [Ping timeout: 276 seconds] 01:40 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 248 seconds] 01:41 -!- shesek` [~shesek@bzq-84-110-232-249.cablep.bezeqint.net] has joined #bitcoin-core-dev 01:43 -!- tryphe [~tryphe@unaffiliated/tryphe] has quit [Ping timeout: 268 seconds] 01:43 -!- tryphe_000 is now known as tryphe 01:48 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 255 seconds] 01:49 -!- atroxes [~atroxes@unaffiliated/atroxes] has quit [Quit: bye] 01:49 -!- atroxes [~atroxes@unaffiliated/atroxes] has joined #bitcoin-core-dev 01:59 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 02:00 -!- wallet42 [uid154231@gateway/web/irccloud.com/x-hsrbyfiwtkrpmfcu] has joined #bitcoin-core-dev 02:01 < promag> aj: see https://github.com/bitcoin/bitcoin/pull/12836/commits/208fad6b5e6c5f19a917e0dd06a75927281f31eb 02:02 < bitcoin-git> [bitcoin] joemphilips opened pull request #12837: fix type mistmatch in `listreceivedbyaddress` (master...fix_listreceivedbyaddress_type) https://github.com/bitcoin/bitcoin/pull/12837 02:04 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 260 seconds] 02:05 -!- Guest25997 is now known as sturles 02:05 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 02:05 -!- sturles is now known as Guest3801 02:09 -!- Guest3801 is now known as sturles_ 02:09 -!- sturles_ [~sturles@ulrik.uio.no] has quit [Changing host] 02:09 -!- sturles_ [~sturles@unaffiliated/sturles] has joined #bitcoin-core-dev 02:10 -!- sturles_ is now known as sturles 02:13 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 02:16 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 02:21 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 02:23 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 02:23 -!- TrustTrade [~TrustTrad@212-39-89-146.ip.btc-net.bg] has quit [Remote host closed the connection] 02:39 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 02:44 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 256 seconds] 02:44 -!- grafcaps [~haroldbr@50.90.83.229] has joined #bitcoin-core-dev 02:44 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 02:48 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 240 seconds] 02:48 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 02:48 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Max SendQ exceeded] 02:49 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 02:51 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 256 seconds] 02:57 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 03:00 -!- droark [~droark@c-24-22-123-27.hsd1.or.comcast.net] has quit [Ping timeout: 260 seconds] 03:08 -!- zarez [~Thunderbi@fs-93-93-44-38.fullsave.info] has quit [Ping timeout: 248 seconds] 03:14 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 03:23 -!- Ishtv4n [~Ishtv4n@46.246.69.150] has joined #bitcoin-core-dev 03:24 -!- Erin19Pfeffer [~Erin19Pfe@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 260 seconds] 03:29 < bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/3b62a9138657...ff48f6267128 03:29 < bitcoin-git> bitcoin/master 99f6d48 Matt Corallo: Revert "test: Update trust git root".... 03:29 < bitcoin-git> bitcoin/master de7e931 Matt Corallo: Add Marco-expired-key-signed-commits to allow-revsig-commits 03:29 < bitcoin-git> bitcoin/master 9471576 Matt Corallo: [verify-commits] Add some additional useful documentation. 03:29 -!- zarez [~Thunderbi@fs-93-93-44-38.fullsave.info] has joined #bitcoin-core-dev 03:29 < bitcoin-git> [bitcoin] laanwj closed pull request #12822: Revert 7deba93bdc76616011a9f493cbc203d60084416f and fix expired-key-sigs properly (master...master) https://github.com/bitcoin/bitcoin/pull/12822 03:29 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has quit [Quit: ZNC - http://znc.in] 03:31 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has joined #bitcoin-core-dev 03:31 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 260 seconds] 03:33 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 03:39 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 03:56 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 276 seconds] 04:01 -!- aruns [~indistylo@119.82.105.106] has quit [Ping timeout: 255 seconds] 04:03 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 04:04 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ff48f6267128...d2d7267e235a 04:04 < bitcoin-git> bitcoin/master 76a9aac Pieter Wuille: Move compressor utility functions out of class 04:04 < bitcoin-git> bitcoin/master d2d7267 Wladimir J. van der Laan: Merge #12752: [MOVEONLY] Move compressor utility functions out of class... 04:05 < bitcoin-git> [bitcoin] laanwj closed pull request #12752: [MOVEONLY] Move compressor utility functions out of class (master...201803_movecompress) https://github.com/bitcoin/bitcoin/pull/12752 04:10 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d2d7267e235a...8203c4c42ed8 04:10 < bitcoin-git> bitcoin/master a7c45bc Pieter Wuille: Add native support for serializing char arrays without FLATDATA... 04:10 < bitcoin-git> bitcoin/master 8203c4c Wladimir J. van der Laan: Merge #12740: Add native support for serializing char arrays without FLATDATA... 04:11 < bitcoin-git> [bitcoin] laanwj closed pull request #12740: Add native support for serializing char arrays without FLATDATA (master...201803_chararray) https://github.com/bitcoin/bitcoin/pull/12740 04:11 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 04:13 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 264 seconds] 04:16 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 04:17 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 04:22 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has quit [Ping timeout: 276 seconds] 04:24 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has joined #bitcoin-core-dev 04:24 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 04:28 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 04:30 -!- michagogo [uid14316@wikia/Michagogo] has joined #bitcoin-core-dev 04:31 -!- shesek` [~shesek@bzq-84-110-232-249.cablep.bezeqint.net] has quit [Ping timeout: 255 seconds] 04:40 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 04:50 -!- dcousens [~dcousens@110.140.132.131] has quit [Ping timeout: 240 seconds] 04:51 -!- dcousens [~dcousens@110.140.82.87] has joined #bitcoin-core-dev 04:51 -!- lnostdal_ [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 04:52 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 256 seconds] 04:55 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 04:55 -!- lnostdal__ [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 04:57 -!- lnostdal__ is now known as lnostdal 04:59 -!- lnostdal_ [~lnostdal@77.70.119.51] has quit [Ping timeout: 260 seconds] 05:02 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 264 seconds] 05:10 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 05:10 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 05:10 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 05:31 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 05:34 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 05:35 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 05:35 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 05:38 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 05:39 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 05:40 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 05:41 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 05:53 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 05:53 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 05:54 -!- vicenteH [~user@35.233.15.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 05:58 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 05:58 < bitcoin-git> [bitcoin] laanwj opened pull request #12839: test: Remove travis checkout depth (master...2018_03_travis_depth) https://github.com/bitcoin/bitcoin/pull/12839 05:59 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 06:00 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 06:00 -!- wallet42 [uid154231@gateway/web/irccloud.com/x-hsrbyfiwtkrpmfcu] has quit [Quit: Connection closed for inactivity] 06:06 -!- grafcaps [~haroldbr@50.90.83.229] has joined #bitcoin-core-dev 06:09 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 06:10 -!- jamesob_ [~jamesob@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 06:10 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 06:10 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 260 seconds] 06:13 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 06:16 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 06:16 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 06:17 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 06:28 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 06:29 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 06:32 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 264 seconds] 06:33 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 268 seconds] 06:37 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 06:39 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 256 seconds] 06:39 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 06:40 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 06:40 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 06:42 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 06:43 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 06:44 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 06:44 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 06:44 < Chris_Stewart_5> MarcoFalke: Can you kick travis on #8469? I think the failure is unrelated? 06:44 < gribble> https://github.com/bitcoin/bitcoin/issues/8469 | [POC] Introducing property based testing to Core by Christewart · Pull Request #8469 · bitcoin/bitcoin · GitHub 06:47 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 06:49 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 06:50 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 06:50 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 06:51 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 06:51 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 240 seconds] 06:52 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 06:53 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 07:01 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 07:04 -!- moneyball [~moneyball@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 07:06 -!- Strepsils [~textual@109.87.232.207] has joined #bitcoin-core-dev 07:06 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 07:07 -!- Guest2527 [75d63343@gateway/web/cgi-irc/kiwiirc.com/ip.117.214.51.67] has joined #bitcoin-core-dev 07:09 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 07:09 < jnewbery> Chris_Stewart_5: kicked travis 07:09 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 07:12 < Chris_Stewart_5> danke schon 07:13 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 264 seconds] 07:14 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has quit [Ping timeout: 276 seconds] 07:14 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has joined #bitcoin-core-dev 07:14 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 07:15 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 07:16 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 07:17 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 07:17 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 07:17 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8203c4c42ed8...40f4baffa211 07:17 < bitcoin-git> bitcoin/master 9df1a9c Wladimir J. van der Laan: test: Remove travis checkout depth... 07:17 < bitcoin-git> bitcoin/master 40f4baf Wladimir J. van der Laan: Merge #12839: test: Remove travis checkout depth... 07:17 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 07:18 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 07:18 < bitcoin-git> [bitcoin] laanwj closed pull request #12839: test: Remove travis checkout depth (master...2018_03_travis_depth) https://github.com/bitcoin/bitcoin/pull/12839 07:21 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 07:21 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 07:28 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 07:28 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 07:31 -!- skeees [~jcohen@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 07:32 -!- Guest2527 [75d63343@gateway/web/cgi-irc/kiwiirc.com/ip.117.214.51.67] has quit [Remote host closed the connection] 07:33 -!- skeees [~jcohen@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Client Quit] 07:35 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 248 seconds] 07:37 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 07:38 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 07:39 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 07:39 -!- Strepsils [~textual@109.87.232.207] has quit [Ping timeout: 256 seconds] 07:40 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 07:41 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 07:42 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 07:42 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 07:44 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 07:44 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 07:46 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 07:47 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 07:52 -!- grafcaps [~haroldbr@50.90.83.229] has joined #bitcoin-core-dev 07:55 -!- nitramiz [~nitramiz@76.76.240.247] has joined #bitcoin-core-dev 07:56 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 256 seconds] 07:59 -!- michagogo [uid14316@wikia/Michagogo] has quit [Quit: Connection closed for inactivity] 08:02 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 08:07 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 240 seconds] 08:13 -!- esotericnonsens_ [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 08:13 -!- esotericnonsens_ is now known as esotericnonsense 08:15 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 08:15 -!- cryptojanitor [uid278088@gateway/web/irccloud.com/x-kemugtnvychvrmac] has joined #bitcoin-core-dev 08:16 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 08:17 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 08:17 -!- merehap [~merehap@c-73-239-115-62.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 08:19 -!- ExtraCrispy [~ExtraCris@jh149.perfectdeals.xyz] has joined #bitcoin-core-dev 08:22 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 08:26 < BlueMatt> aj: yea, it was "cant use firefox trademark if you dont do X, Y, Z" where one of those, iirc, was "if you ship out-of-date shit and then try to backport changes" 08:26 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 256 seconds] 08:29 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 08:30 -!- tryphe [~tryphe@unaffiliated/tryphe] has quit [Read error: Connection reset by peer] 08:32 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 08:33 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 240 seconds] 08:34 -!- merehap [~merehap@c-73-239-115-62.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 08:38 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 08:39 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 08:39 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 264 seconds] 08:40 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/40f4baffa211...de7e58684176 08:40 < bitcoin-git> bitcoin/master 8394300 Roman Zeyde: [Tests] fix a typo in TestNode.assert_start_raises_init_error()... 08:40 < bitcoin-git> bitcoin/master de7e586 MarcoFalke: Merge #12810: [Tests] Fix a typo at assert_start_raises_init_error() and use specific exception for initialization error... 08:40 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/de7e58684176...5e53b80b0280 08:40 < bitcoin-git> bitcoin/master 1360844 MarcoFalke: contrib: Fix check-doc script regexes 08:40 < bitcoin-git> bitcoin/master 0c17e27 MarcoFalke: init: Remove help text for non-existent -fuzzmessagestest arg 08:40 < bitcoin-git> bitcoin/master 5e53b80 MarcoFalke: Merge #12820: contrib: Fix check-doc script regexes... 08:40 < 18WAAOAGJ> [bitcoin] MarcoFalke closed pull request #12810: [Tests] Fix a typo at assert_start_raises_init_error() and use specific exception for initialization error (master...fix-blocksdir-test) https://github.com/bitcoin/bitcoin/pull/12810 08:41 < 17SAAXTEF> [bitcoin] MarcoFalke closed pull request #12820: contrib: Fix check-doc script regexes (master...Mf1803-qaCheckDocRegex) https://github.com/bitcoin/bitcoin/pull/12820 08:41 < gribble> https://github.com/bitcoin/bitcoin/issues/12810 | [Tests] Fix a typo at assert_start_raises_init_error() and use specific exception for initialization error by romanz · Pull Request #12810 · bitcoin/bitcoin · GitHub 08:41 < gribble> https://github.com/bitcoin/bitcoin/issues/12820 | contrib: Fix check-doc script regexes by MarcoFalke · Pull Request #12820 · bitcoin/bitcoin · GitHub 08:41 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5e53b80b0280...be299c4a4725 08:41 < bitcoin-git> bitcoin/master 6a318e4 practicalswift: Reduce variable scopes 08:41 < bitcoin-git> bitcoin/master be299c4 MarcoFalke: Merge #12780: Reduce variable scopes... 08:41 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #12780: Reduce variable scopes (master...limit-variable-scopes) https://github.com/bitcoin/bitcoin/pull/12780 08:41 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 08:42 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 08:43 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 08:43 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 08:46 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/be299c4a4725...4490871ed7eb 08:46 < bitcoin-git> bitcoin/master 4f872b2 Evan Klitzke: Add additional tests for GetBoolArg()... 08:46 < bitcoin-git> bitcoin/master f7683cb Evan Klitzke: Track negated arguments in the argument paser.... 08:46 < bitcoin-git> bitcoin/master 4490871 MarcoFalke: Merge #12713: Track negated options in the option parser... 08:46 -!- grafcaps [~haroldbr@50.90.83.229] has joined #bitcoin-core-dev 08:46 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #12713: Track negated options in the option parser (master...bool-option-parsing) https://github.com/bitcoin/bitcoin/pull/12713 08:47 -!- donaloconnor [~quassel@80.111.255.30] has joined #bitcoin-core-dev 08:48 -!- Ishtv4n [~Ishtv4n@46.246.69.150] has quit [Read error: Connection reset by peer] 08:48 -!- Dizzle [~dizzle@108.171.182.16] has joined #bitcoin-core-dev 08:54 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 08:57 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 248 seconds] 08:57 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4490871ed7eb...243c9bb79a3c 08:57 < bitcoin-git> bitcoin/master 5a67c05 John Newbery: [tests] Fix intermittent rpc_net.py failure.... 08:57 < bitcoin-git> bitcoin/master 243c9bb MarcoFalke: Merge #12804: [tests] Fix intermittent rpc_net.py failure.... 08:58 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #12804: [tests] Fix intermittent rpc_net.py failure. (master...rpc_net_py_fix) https://github.com/bitcoin/bitcoin/pull/12804 09:00 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 09:00 -!- suldev [~suldev@pool-108-52-119-134.phlapa.fios.verizon.net] has quit [Ping timeout: 252 seconds] 09:00 -!- Samdney [~Samdney@178.162.209.134] has joined #bitcoin-core-dev 09:01 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 09:01 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 09:03 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has joined #bitcoin-core-dev 09:04 -!- moneyball [~moneyball@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 09:04 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 240 seconds] 09:06 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 09:08 -!- ExtraCrispy [~ExtraCris@jh149.perfectdeals.xyz] has quit [Quit: ExtraCrispy] 09:09 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Ping timeout: 256 seconds] 09:12 -!- felco [~felco@unaffiliated/felco] has quit [Quit: All your IRC are belong to ZNC] 09:14 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 09:14 -!- jcorgan [~jcorgan@unaffiliated/jcorgan] has joined #bitcoin-core-dev 09:17 -!- donaloconnor [~quassel@80.111.255.30] has quit [Ping timeout: 260 seconds] 09:17 -!- felco [~felco@unaffiliated/felco] has joined #bitcoin-core-dev 09:26 -!- moneyball [~moneyball@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 09:28 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 260 seconds] 09:32 -!- zarez [~Thunderbi@fs-93-93-44-38.fullsave.info] has quit [Quit: zarez] 09:37 < BlueMatt> cfields: you probably have an opinion here: https://github.com/bitcoin/bitcoin/pull/11857#discussion_r178187241 09:37 < BlueMatt> sipa: I dont see what your comment has to do with the pr here: https://github.com/bitcoin/bitcoin/pull/11857#issuecomment-377421311 09:42 -!- grafcaps [~haroldbr@104.137.194.255] has joined #bitcoin-core-dev 09:45 -!- bsm117532 [~mcelrath@173-9-124-61-NewEngland.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 09:49 < sipa> BlueMatt: on my phone, hard to check 09:49 < sipa> is it my comment on the utxo lookup in getrawtransaction 09:49 < sipa> ? 09:50 -!- Murch [~murch@96.74.120.81] has joined #bitcoin-core-dev 09:51 < BlueMatt> yes, your comment was "I dont like utxo lookup in getrawtransaction", the pr is about the utxo db itself 09:51 -!- karimofthecrop [~karim@172.56.40.241] has joined #bitcoin-core-dev 09:51 < BlueMatt> it doesnt touch the interface to it 09:53 < sipa> jimpo made some comment somewhere about whether it was useful to have the utxo based lookup 09:53 < sipa> and i commented on that 09:53 -!- goatpig [56f75164@gateway/web/freenode/ip.86.247.81.100] has joined #bitcoin-core-dev 09:53 < sipa> but from my phone i couldn't directly respond to the review comment, so it probably became a top level comment on the pr 09:54 < BlueMatt> ah, I see the discussion thread, anyway, his point about the pr being large is well-made, then you followed up with "well, you could add a new rpc command" 09:54 < BlueMatt> anyway, whatever, i was just confused 09:55 -!- karimofthecrop [~karim@172.56.40.241] has quit [Ping timeout: 260 seconds] 09:56 -!- karimofthecrop [~karim@172.56.40.241] has joined #bitcoin-core-dev 09:56 < sipa> i wasn't suggesting anything change in the PR itself; just giving my opinion on the usefulness of that feature :) 09:56 < sipa> i can delete it if it:s confusing 09:56 -!- arbitrary_guy [~arbitrary@c-67-183-30-122.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 09:57 < BlueMatt> nah, all good 10:01 < bitcoin-git> [bitcoin] promag opened pull request #12842: Prevent concurrent savemempool (master...2018-03-concurrent-savemempool) https://github.com/bitcoin/bitcoin/pull/12842 10:05 -!- Cathy64West [~Cathy64We@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 10:12 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has quit [Ping timeout: 248 seconds] 10:15 < bitcoin-git> [bitcoin] jnewbery opened pull request #12843: [tests] Test starting bitcoind with -h and -version (master...test_help) https://github.com/bitcoin/bitcoin/pull/12843 10:17 -!- nitramiz [~nitramiz@76.76.240.247] has quit [Ping timeout: 240 seconds] 10:20 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 10:21 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 10:28 -!- pierre_rochard [~pierre_ro@unaffiliated/pierre-rochard/x-3593157] has quit [Ping timeout: 240 seconds] 10:32 -!- arbitrary_guy [~arbitrary@c-67-183-30-122.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 10:33 -!- karimofthecrop [~karim@172.56.40.241] has quit [Ping timeout: 255 seconds] 10:39 -!- pierre_rochard [~pierre_ro@unaffiliated/pierre-rochard/x-3593157] has joined #bitcoin-core-dev 10:40 -!- jtimon [~quassel@142.29.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 10:52 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 10:52 -!- suldev [~suldev@pool-108-52-119-134.phlapa.fios.verizon.net] has joined #bitcoin-core-dev 10:53 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 10:54 -!- jamesob_ [~jamesob@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Remote host closed the connection] 10:54 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 10:55 -!- jamesob_ [~jamesob@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 10:55 -!- jamesob_ [~jamesob@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Remote host closed the connection] 10:56 -!- jamesob_ [~jamesob@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 10:59 -!- dx25 [~dx25@97.119.181.222] has quit [Remote host closed the connection] 11:01 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 11:01 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 11:11 -!- LeMiner [LeMiner@unaffiliated/leminer] has quit [Read error: Connection reset by peer] 11:13 -!- LeMiner [LeMiner@unaffiliated/leminer] has joined #bitcoin-core-dev 11:25 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has quit [Read error: Connection reset by peer] 11:25 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-cnshujolgufbbecz] has joined #bitcoin-core-dev 11:25 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 11:27 -!- nitramiz [~nitramiz@76.76.240.247] has joined #bitcoin-core-dev 11:46 -!- Lightsword [~Lightswor@2604:a880:1:20::1d3:9001] has joined #bitcoin-core-dev 12:00 -!- flotwig [unknown@2604:180::7d9b:354f] has quit [Ping timeout: 240 seconds] 12:11 -!- flotwig [unknown@2604:180::7d9b:354f] has joined #bitcoin-core-dev 12:22 -!- U039bmz [~xcnys@2001:19f0:5:21d8:5400:1ff:fe6f:2613] has joined #bitcoin-core-dev 12:22 < U039bmz> .-. .-. 12:22 < U039bmz> .-. .-. 12:22 < U039bmz> .-. .-. 12:22 < U039bmz> .-. .-. 12:22 < U039bmz> / \ / \ 12:22 < U039bmz> / \ / \ 12:22 < U039bmz> / \ / \ 12:22 < U039bmz> / \ / \ 12:23 < U039bmz> | _ \ / _ | 12:23 < U039bmz> | _ \ / _ | 12:23 < U039bmz> | _ \ / _ | 12:23 < U039bmz> | _ \ / _ | 12:23 < U039bmz> ; | \ \ / / | ; 12:23 < U039bmz> ; | \ \ / / | ; 12:23 < U039bmz> ; | \ \ / / | ; 12:23 < U039bmz> ; | \ \ / / | ; 12:23 < U039bmz> \ \ \ \_.._/ / / / 12:23 < U039bmz> \ \ \ \_.._/ / / / 12:23 < U039bmz> \ \ \ \_.._/ / / / 12:23 < U039bmz> \ \ \ \_.._/ / / / 12:23 < U039bmz> '. '.;' ';,' .' 12:23 < U039bmz> '. '.;' ';,' .' 12:23 < U039bmz> '. '.;' ';,' .' 12:23 < U039bmz> '. '.;' ';,' .' 12:23 < U039bmz> './ _ _ \.' 12:23 < U039bmz> './ _ _ \.' 12:23 < U039bmz> './ _ _ \.' 12:23 < U039bmz> './ _ _ \.' 12:23 < U039bmz> .' a __ a '. 12:23 < U039bmz> .' a __ a '. 12:23 < U039bmz> .' a __ a '. 12:23 < U039bmz> .' a __ a '. 12:23 < U039bmz> '--./ _, \/ ,_ \.--' 12:23 < U039bmz> '--./ _, \/ ,_ \.--' 12:23 < U039bmz> '--./ _, \/ ,_ \.--' 12:23 < U039bmz> '--./ _, \/ ,_ \.--' 12:23 < U039bmz> ----| \ /\ / |---- 12:23 < U039bmz> ----| \ /\ / |---- 12:23 < U039bmz> ----| \ /\ / |---- 12:23 < U039bmz> ----| \ /\ / |---- 12:23 < U039bmz> .--'\ '-' '-' /'--. 12:23 < U039bmz> .--'\ '-' '-' /'--. 12:23 < U039bmz> .--'\ '-' '-' /'--. 12:23 < U039bmz> .--'\ '-' '-' /'--. 12:23 < U039bmz> _>.__ -- _.- `; 12:23 < U039bmz> _>.__ -- _.- `; 12:23 < U039bmz> _>.__ -- _.- `; 12:23 < U039bmz> _>.__ -- _.- `; 12:23 < U039bmz> .' _ __/ _/ 12:23 < U039bmz> .' _ __/ _/ 12:23 < U039bmz> .' _ __/ _/ 12:23 < U039bmz> .' _ __/ _/ 12:23 < U039bmz> / '.,:".-\ /:, 12:23 < U039bmz> / '.,:".-\ /:, 12:23 < U039bmz> / '.,:".-\ /:, 12:23 < U039bmz> / '.,:".-\ /:, 12:23 < U039bmz> | \.' `""`'.\\ 12:23 < U039bmz> | \.' `""`'.\\ 12:23 < U039bmz> | \.' `""`'.\\ 12:23 < U039bmz> | \.' `""`'.\\ 12:23 < U039bmz> '-,.__/ _ .-. ;|_ 12:23 < U039bmz> '-,.__/ _ .-. ;|_ 12:23 < U039bmz> '-,.__/ _ .-. ;|_ 12:23 < U039bmz> '-,.__/ _ .-. ;|_ 12:23 -!- mode/#bitcoin-core-dev [+o sipa] by ChanServ 12:23 < U039bmz> /` `|| _/ `\/_ \_|| `\ 12:23 < U039bmz> /` `|| _/ `\/_ \_|| `\ 12:23 < U039bmz> /` `|| _/ `\/_ \_|| `\ 12:23 < U039bmz> /` `|| _/ `\/_ \_|| `\ 12:23 -!- mode/#bitcoin-core-dev [+b *!*xcnys@2001:19f0:5:21d8:5400:1ff:fe6f:*] by sipa 12:23 -!- U039bmz was kicked from #bitcoin-core-dev by sipa [U039bmz] 12:24 < U039bmz> | ||/ \-./` \ / || | 12:24 < U039bmz> | ||/ \-./` \ / || | 12:24 < U039bmz> | ||/ \-./` \ / || | 12:24 < U039bmz> | ||/ \-./` \ / || | 12:24 < U039bmz> \ ||__/__|___|__|| / 12:24 < U039bmz> \ ||__/__|___|__|| / 12:24 < U039bmz> \ ||__/__|___|__|| / 12:24 < U039bmz> \ ||__/__|___|__|| / 12:24 < U039bmz> \_ |_Happy Easter_| / 12:24 < U039bmz> \_ |_Happy Easter_| / 12:24 < U039bmz> \_ |_Happy Easter_| / 12:24 < U039bmz> \_ |_Happy Easter_| / 12:24 < U039bmz> jgs .' \ = _= _ = _= /`\ 12:24 < U039bmz> jgs .' \ = _= _ = _= /`\ 12:24 < U039bmz> jgs .' \ = _= _ = _= /`\ 12:24 < U039bmz> jgs .' \ = _= _ = _= /`\ 12:24 < U039bmz> / `-;----=--;--' \ 12:24 < U039bmz> / `-;----=--;--' \ 12:24 < U039bmz> / `-;----=--;--' \ 12:24 < U039bmz> / `-;----=--;--' \ 12:24 < U039bmz> \ _.-' '. / 12:24 < U039bmz> \ _.-' '. / 12:24 < U039bmz> \ _.-' '. / 12:24 < U039bmz> \ _.-' '. / 12:24 -!- mode/#bitcoin-core-dev [+m] by sipa 12:25 -!- mode/#bitcoin-core-dev [+n-m] by sipa 12:25 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 12:26 -!- Cathy64West [~Cathy64We@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 256 seconds] 12:26 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 12:27 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 12:31 -!- nitramiz [~nitramiz@76.76.240.247] has quit [Ping timeout: 256 seconds] 12:31 -!- moneyball [~moneyball@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 12:32 -!- moneyball [~moneyball@rrcs-67-251-193-154.nyc.biz.rr.com] has joined #bitcoin-core-dev 12:43 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 12:43 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 12:49 -!- karimofthecrop [~karim@wsip-70-183-108-62.sd.sd.cox.net] has joined #bitcoin-core-dev 12:51 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has quit [Quit: Konversation terminated!] 12:52 -!- BashCo_ [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 12:52 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 264 seconds] 12:55 -!- cryptapus [~cryptapus@jupiter.osmus.org] has joined #bitcoin-core-dev 12:55 -!- cryptapus [~cryptapus@jupiter.osmus.org] has quit [Changing host] 12:55 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has joined #bitcoin-core-dev 12:58 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 264 seconds] 13:01 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 13:01 -!- c0 [~phpws@37.26.77.121] has joined #bitcoin-core-dev 13:01 -!- zivl [~zivl@71.235.45.168] has quit [Quit: zivl] 13:03 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 13:03 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 13:06 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 256 seconds] 13:12 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #bitcoin-core-dev 13:13 -!- jamesob_ [~jamesob@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Ping timeout: 256 seconds] 13:18 -!- handlex [~handlex@191.176.249.83] has joined #bitcoin-core-dev 13:29 -!- handlex [~handlex@191.176.249.83] has quit [Quit: handlex] 13:30 -!- c0 [~phpws@37.26.77.121] has quit [Quit: Ex-Chat] 13:35 -!- cryptojanitor [uid278088@gateway/web/irccloud.com/x-kemugtnvychvrmac] has quit [Quit: Connection closed for inactivity] 13:45 -!- commavir [vir@2604:180::502b:135a] has quit [Ping timeout: 245 seconds] 13:48 -!- jojeyh [~delphi@2602:306:b8b6:b970:2d5d:ab28:fb21:e375] has quit [Ping timeout: 260 seconds] 13:50 < jimpo> BlueMatt: The fact that the block index may not be synced to fs before a BlockConnected/BlockDisconnected callback is quite annoying 13:51 < jimpo> Makes the interface quite difficult to work with/reason about 13:51 -!- karimofthecrop [~karim@wsip-70-183-108-62.sd.sd.cox.net] has quit [Ping timeout: 260 seconds] 13:53 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 260 seconds] 13:59 -!- arbitrary_guy [~arbitrary@c-67-183-30-122.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 14:05 -!- nitramiz [~nitramiz@128.110.65.15] has joined #bitcoin-core-dev 14:09 -!- commavir [vir@2604:180::502b:135a] has joined #bitcoin-core-dev 14:11 -!- moneyball [~moneyball@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 14:21 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 14:23 -!- Randolf [~randolf@24.114.102.170] has joined #bitcoin-core-dev 14:23 < BlueMatt> jimpo: true, but otherwise block connection would be way slower :/ 14:23 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #bitcoin-core-dev 14:24 < BlueMatt> jimpo: there is a separate callback for the wallet that indicates things have been flushed 14:24 < BlueMatt> so you kinda have to go the direction of the wallet and use a locator 14:26 < jimpo> Yeah, the locator is probably the way to go 14:26 < jimpo> What is the flushed callback? 14:30 -!- cryptojanitor [uid278088@gateway/web/irccloud.com/x-iwmmyehyrohxvibq] has joined #bitcoin-core-dev 14:40 -!- Randolf [~randolf@24.114.102.170] has quit [Read error: Connection reset by peer] 14:46 -!- jojeyh [~delphi@2600:1700:d560:dd10:2d5d:ab28:fb21:e375] has joined #bitcoin-core-dev 14:55 -!- moneyball [~moneyball@9.sub-174-203-7.myvzw.com] has joined #bitcoin-core-dev 14:59 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 14:59 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 14:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 14:59 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 15:00 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 15:10 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 15:25 -!- suldev [~suldev@pool-108-52-119-134.phlapa.fios.verizon.net] has quit [Ping timeout: 240 seconds] 15:28 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 15:38 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 256 seconds] 15:43 -!- jojeyh [~delphi@2600:1700:d560:dd10:2d5d:ab28:fb21:e375] has quit [Ping timeout: 276 seconds] 15:48 -!- Dizzle [~dizzle@108.171.182.16] has quit [Ping timeout: 260 seconds] 15:52 -!- moneyball [~moneyball@9.sub-174-203-7.myvzw.com] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 16:00 -!- karimofthecrop [~karim@172.58.94.157] has joined #bitcoin-core-dev 16:03 -!- grafcaps [~haroldbr@104.137.194.255] has quit [Ping timeout: 248 seconds] 16:07 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has quit [Ping timeout: 240 seconds] 16:10 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 16:16 -!- murrayn [~dafuq@unaffiliated/murrayn] has quit [Quit: Adios mofos] 16:19 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has quit [Ping timeout: 256 seconds] 16:20 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has joined #bitcoin-core-dev 16:20 -!- murrayn [~dafuq@unaffiliated/murrayn] has joined #bitcoin-core-dev 16:24 -!- moneyball [~moneyball@9.sub-174-203-7.myvzw.com] has joined #bitcoin-core-dev 16:24 -!- grafcaps [~haroldbr@50.90.83.229] has joined #bitcoin-core-dev 16:26 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has joined #bitcoin-core-dev 16:28 -!- go1111111 [go1111111@gateway/vpn/privateinternetaccess/go1111111] has joined #bitcoin-core-dev 16:28 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #bitcoin-core-dev 16:29 -!- grafcaps [~haroldbr@50.90.83.229] has quit [Ping timeout: 248 seconds] 16:31 -!- grafcaps [~haroldbr@50.90.83.229] has joined #bitcoin-core-dev 16:35 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-cnshujolgufbbecz] has quit [Quit: Connection closed for inactivity] 16:36 -!- karimofthecrop [~karim@172.58.94.157] has quit [Ping timeout: 260 seconds] 16:39 -!- BGL [fourty@75-149-171-58-Washington.hfc.comcastbusiness.net] has quit [Ping timeout: 245 seconds] 16:40 -!- karimofthecrop [~karim@172.56.44.22] has joined #bitcoin-core-dev 16:43 -!- jojeyh [~delphi@2602:306:b8b6:b970:2d5d:ab28:fb21:e375] has joined #bitcoin-core-dev 16:59 -!- goatpig [56f75164@gateway/web/freenode/ip.86.247.81.100] has quit [Quit: Page closed] 17:00 -!- weez17 [~isaac@unaffiliated/weez17] has quit [Remote host closed the connection] 17:00 -!- weez17 [~isaac@unaffiliated/weez17] has joined #bitcoin-core-dev 17:10 -!- karimofthecrop [~karim@172.56.44.22] has quit [Ping timeout: 248 seconds] 17:16 -!- moneyball [~moneyball@9.sub-174-203-7.myvzw.com] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 17:23 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 17:26 -!- moneyball [~moneyball@9.sub-174-203-7.myvzw.com] has joined #bitcoin-core-dev 17:32 -!- nitramiz [~nitramiz@128.110.65.15] has quit [Ping timeout: 240 seconds] 17:36 -!- nitramiz [~nitramiz@128.110.65.15] has joined #bitcoin-core-dev 17:38 -!- moneyball [~moneyball@9.sub-174-203-7.myvzw.com] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 17:40 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [] 17:46 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Quit: esoteric nonsense] 17:47 -!- suldev [~suldev@pool-108-52-119-134.phlapa.fios.verizon.net] has joined #bitcoin-core-dev 17:56 -!- karimofthecrop [~karim@172.56.40.148] has joined #bitcoin-core-dev 18:00 -!- karimofthecrop [~karim@172.56.40.148] has quit [Ping timeout: 248 seconds] 18:01 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-eemthqnbpjktpyvp] has joined #bitcoin-core-dev 18:01 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 18:02 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 18:12 -!- karimofthecrop [~karim@172.58.38.238] has joined #bitcoin-core-dev 18:15 -!- arbitrary_guy [~arbitrary@c-67-183-30-122.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 18:16 -!- arbitrary_guy [~arbitrary@c-67-183-30-122.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 18:24 -!- karimofthecrop [~karim@172.58.38.238] has quit [Ping timeout: 276 seconds] 18:25 -!- Murch [~murch@96.74.120.81] has quit [Quit: Snoozing.] 18:31 -!- suldev [~suldev@pool-108-52-119-134.phlapa.fios.verizon.net] has quit [Ping timeout: 248 seconds] 18:36 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 18:37 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 18:41 -!- omp- [~znc@45.76.29.188] has joined #bitcoin-core-dev 18:49 -!- adam3us [~adam3us@unaffiliated/adam3us] has joined #bitcoin-core-dev 18:50 -!- warren [~warren@fedora/wombat/warren] has joined #bitcoin-core-dev 18:51 -!- moneyball [~moneyball@75.104.65.199] has joined #bitcoin-core-dev 19:08 -!- nitramiz [~nitramiz@128.110.65.15] has quit [Ping timeout: 240 seconds] 19:09 -!- cryptojanitor [uid278088@gateway/web/irccloud.com/x-iwmmyehyrohxvibq] has quit [Quit: Connection closed for inactivity] 19:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 19:30 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 248 seconds] 19:32 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 19:40 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 19:46 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 264 seconds] 19:54 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 19:55 -!- harrymm [~harrymm@104.207.83.39] has quit [Ping timeout: 240 seconds] 19:59 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 260 seconds] 20:01 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 256 seconds] 20:05 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 20:09 -!- harrymm [~harrymm@104.207.83.39] has joined #bitcoin-core-dev 20:13 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 20:14 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 20:15 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 20:16 -!- dcousens [~dcousens@110.140.82.87] has quit [Ping timeout: 255 seconds] 20:17 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 248 seconds] 20:17 -!- dcousens [~dcousens@110.140.124.80] has joined #bitcoin-core-dev 20:28 -!- d9b4bef9 [~d9b4bef9@207.38.94.106] has quit [Remote host closed the connection] 20:33 < aj> BlueMatt: aha, the original issue was the logo image wasn't under a free copyright license, so debian replaced it but kept the name; mozilla then decided it wanted proper branding, and it became "each patchset that deviates from what we ship should be run by whoever is doing licensing approvals". outdatedness wasn't the issue (and this was pre-chrome when web browsers didn't update that regularly 20:33 < aj> anyway). https://bugs.debian.org/354622#20 20:34 < gribble> https://github.com/bitcoin/bitcoin/issues/20 | JSON-RPC callback · Issue #20 · bitcoin/bitcoin · GitHub 20:38 -!- suldev [~suldev@pool-108-52-119-134.phlapa.fios.verizon.net] has joined #bitcoin-core-dev 20:40 -!- satwo [~textual@2602:306:378a:6fb0:fc38:5f81:26f2:df00] has joined #bitcoin-core-dev 20:41 -!- BGL [~BGLWrK@75-149-171-58-Washington.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 20:43 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 20:44 < satwo> Hello all. Is there a way to query the orphan pool in bitcoind? And does ZMQ fire a notification when an orphaned tx is received from a peer? 20:45 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Read error: Connection reset by peer] 20:45 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 20:47 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 255 seconds] 20:49 -!- rls [~rls@ip68-3-117-141.ph.ph.cox.net] has joined #bitcoin-core-dev 21:03 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 21:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 21:08 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 260 seconds] 21:10 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 21:20 -!- omp- is now known as omp 21:20 -!- omp is now known as Guest83152 21:28 -!- jtimon [~quassel@142.29.134.37.dynamic.jazztel.es] has quit [Ping timeout: 264 seconds] 21:30 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 21:37 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 21:42 -!- Samdney [~Samdney@178.162.209.134] has quit [Quit: Verlassend] 21:45 -!- nitramiz [~nitramiz@76.76.240.247] has joined #bitcoin-core-dev 21:58 -!- suldev [~suldev@pool-108-52-119-134.phlapa.fios.verizon.net] has quit [Ping timeout: 264 seconds] 22:05 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 260 seconds] 22:05 -!- murrayn [~dafuq@unaffiliated/murrayn] has quit [Read error: Connection reset by peer] 22:08 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 256 seconds] 22:08 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 22:14 -!- galactus [ba321e9d@gateway/web/freenode/ip.186.50.30.157] has joined #bitcoin-core-dev 22:14 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Max SendQ exceeded] 22:14 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 22:17 -!- bitbee [~bitbee@138.197.209.248] has quit [Remote host closed the connection] 22:18 -!- galactus [ba321e9d@gateway/web/freenode/ip.186.50.30.157] has quit [Ping timeout: 260 seconds] 22:22 -!- satwo [~textual@2602:306:378a:6fb0:fc38:5f81:26f2:df00] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 22:26 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 22:27 -!- eklitzke [~evan@fsf/member/eck] has quit [Quit: bye] 22:28 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 22:28 -!- eklitzke [~evan@fsf/member/eck] has joined #bitcoin-core-dev 22:28 -!- eklitzke [~evan@fsf/member/eck] has quit [Client Quit] 22:33 -!- eklitzke [~evan@fsf/member/eck] has joined #bitcoin-core-dev 22:36 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 22:38 -!- blackbaba [blackbaba@gateway/vpn/privateinternetaccess/blackbaba] has joined #bitcoin-core-dev 22:38 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 268 seconds] 22:46 -!- blackbaba [blackbaba@gateway/vpn/privateinternetaccess/blackbaba] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 22:53 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #bitcoin-core-dev 22:58 -!- moneyball [~moneyball@75.104.65.199] has quit [Read error: Connection reset by peer] 23:02 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 260 seconds] 23:05 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 23:06 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 23:07 -!- nitramiz [~nitramiz@76.76.240.247] has quit [Ping timeout: 240 seconds] 23:11 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 255 seconds] 23:15 -!- wallet42 [uid154231@gateway/web/irccloud.com/x-ibvjgbnckrfcijce] has joined #bitcoin-core-dev 23:17 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 23:20 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #bitcoin-core-dev 23:20 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-eemthqnbpjktpyvp] has quit [Quit: Connection closed for inactivity] 23:22 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 260 seconds] 23:22 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 23:24 -!- cryptojanitor [uid278088@gateway/web/irccloud.com/x-dlpcrbaxkndgshoe] has joined #bitcoin-core-dev 23:25 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Max SendQ exceeded] 23:25 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 23:28 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has quit [Ping timeout: 260 seconds] 23:30 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 23:30 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #bitcoin-core-dev 23:38 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has quit [Quit: probably someone interrupted me] 23:40 -!- dafunkiz_ [~dafunkizd@174.127.143.202] has joined #bitcoin-core-dev 23:47 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Remote host closed the connection] 23:54 -!- karimofthecrop [~karim@rrcs-76-80-21-234.west.biz.rr.com] has joined #bitcoin-core-dev 23:57 -!- d9b4bef9 [~d9b4bef9@207.38.94.106] has joined #bitcoin-core-dev