12017-03-21T00:20:00 *** dodomojo has quit IRC
22017-03-21T00:31:08 <BlueMatt> wtf github just lost my comments
32017-03-21T00:32:48 <gmaxwell> they probably weren't that important anyways...
42017-03-21T00:33:06 *** mrkent has joined #bitcoin-core-dev
52017-03-21T00:33:25 <BlueMatt> no, i hit "finish review" on the wrong pr (and apparently you cant delete that kind of comment?)
62017-03-21T00:34:23 <gmaxwell> the whole review thing is kinda crap. I've been trying to use it but ... ugh.
72017-03-21T00:35:13 <BlueMatt> i treat it as just a batch-comment system
82017-03-21T00:35:16 <BlueMatt> as such its not bad
92017-03-21T00:35:40 <BlueMatt> (lack of back-comments, or, really, cache comments that you can delete before posting, was always one of my bigger complaints)
102017-03-21T00:41:45 *** mrkent has quit IRC
112017-03-21T00:43:02 *** jannes has quit IRC
122017-03-21T00:50:22 *** mrkent has joined #bitcoin-core-dev
132017-03-21T00:53:13 <roasbeef> adiabat: might be a good idea to use testing/quick (https://golang.org/pkg/testing/quick/, basically a fuzztester/quickcheck) against the current ref implementations, then add as test vectors divergences that the fuzzer catches
142017-03-21T00:53:34 <sipa> roasbeef: that sounds cool, indeed
152017-03-21T00:59:56 *** randy-waterhouse has joined #bitcoin-core-dev
162017-03-21T01:00:08 *** randy-waterhouse has joined #bitcoin-core-dev
172017-03-21T01:00:46 *** isle2983 has quit IRC
182017-03-21T01:05:57 *** davec has quit IRC
192017-03-21T01:09:24 *** mrkent has quit IRC
202017-03-21T01:20:52 *** mrkent has joined #bitcoin-core-dev
212017-03-21T01:26:45 *** vogelito has joined #bitcoin-core-dev
222017-03-21T01:29:20 *** vogelito has quit IRC
232017-03-21T01:43:17 *** mrkent has quit IRC
242017-03-21T01:47:18 *** talmai has joined #bitcoin-core-dev
252017-03-21T02:02:43 *** CubicEarth has quit IRC
262017-03-21T02:03:21 *** CubicEarth has joined #bitcoin-core-dev
272017-03-21T02:09:24 *** davec has joined #bitcoin-core-dev
282017-03-21T02:21:06 *** Victor_sueca has joined #bitcoin-core-dev
292017-03-21T02:24:22 *** Victorsueca has quit IRC
302017-03-21T02:24:59 *** laurentmt has joined #bitcoin-core-dev
312017-03-21T02:26:58 *** jtimon has quit IRC
322017-03-21T02:27:20 *** laurentmt has quit IRC
332017-03-21T02:32:19 *** dodomojo has joined #bitcoin-core-dev
342017-03-21T02:33:45 *** dodomojo_ has joined #bitcoin-core-dev
352017-03-21T02:37:25 *** dodomojo has quit IRC
362017-03-21T02:54:06 *** Ylbam has quit IRC
372017-03-21T02:55:46 *** CubicEarth has quit IRC
382017-03-21T02:57:28 *** CubicEarth has joined #bitcoin-core-dev
392017-03-21T03:00:53 *** talmai has quit IRC
402017-03-21T03:11:55 *** wasi has quit IRC
412017-03-21T03:11:55 *** arubi has quit IRC
422017-03-21T03:12:19 *** afk11 has quit IRC
432017-03-21T03:13:00 *** afk11 has joined #bitcoin-core-dev
442017-03-21T03:13:00 *** wasi has joined #bitcoin-core-dev
452017-03-21T03:13:11 *** arubi has joined #bitcoin-core-dev
462017-03-21T03:13:43 *** abhishekcs10_ has joined #bitcoin-core-dev
472017-03-21T03:33:25 *** CubicEarth has quit IRC
482017-03-21T03:35:01 *** CubicEarth has joined #bitcoin-core-dev
492017-03-21T03:52:37 *** PRab has joined #bitcoin-core-dev
502017-03-21T03:56:32 *** voyager_ has quit IRC
512017-03-21T03:58:51 *** voyager_ has joined #bitcoin-core-dev
522017-03-21T04:05:05 *** chris200_ has joined #bitcoin-core-dev
532017-03-21T04:06:12 *** justanotheruser has joined #bitcoin-core-dev
542017-03-21T04:06:35 *** justan0theruser has quit IRC
552017-03-21T04:07:48 *** chris2000 has quit IRC
562017-03-21T04:21:55 *** afk11 has quit IRC
572017-03-21T04:23:07 *** arubi has quit IRC
582017-03-21T04:24:21 *** afk11 has joined #bitcoin-core-dev
592017-03-21T04:24:29 *** arubi has joined #bitcoin-core-dev
602017-03-21T04:30:36 *** chjj has quit IRC
612017-03-21T04:32:18 *** QBcrusher has joined #bitcoin-core-dev
622017-03-21T04:41:08 *** owowo has quit IRC
632017-03-21T05:23:15 *** dodomojo_ has quit IRC
642017-03-21T05:24:17 *** dodomojo has joined #bitcoin-core-dev
652017-03-21T05:26:29 *** abhishekcs10_ has quit IRC
662017-03-21T05:28:48 <warren> 2017-03-11 02:25:53 Loaded 169 blocks from external file in 2224m 2017-03-11 02:25:53 Reindexing block file blk00658.dat... when did -reindex change to no longer display progress in debug.log? I have no idea how far along it is.
672017-03-21T05:28:55 *** dodomojo has quit IRC
682017-03-21T05:36:16 <warren> oh, it shows the block progress quite a bit later now
692017-03-21T05:36:48 <sipa> warren: reindexing is split into 2 phases
702017-03-21T05:37:28 <sipa> one which is the real reindexing: go through the block files, and record them in the block index
712017-03-21T05:37:53 <sipa> the second phase is activating the main chain, after the chain is fully known
722017-03-21T05:59:59 <warren> sipa: why does it not do the first part in cases where there is no block index yet but blk*.dat files already exist?
732017-03-21T06:00:43 <sipa> it only does the first part when you pass -reindex
742017-03-21T06:01:17 <sipa> it does the second part if you pass -reindex-chainstate, or there are unconnected blocks in the index
752017-03-21T06:06:45 *** Chris_Stewart_5 has quit IRC
762017-03-21T06:09:17 <warren> Would there be any drawback to it doing the first part if blk*.dat already exists and there is no block index yet?
772017-03-21T06:09:40 <sipa> probably not, but only if there is no index at all
782017-03-21T06:09:59 <sipa> (i.e., not for cases where the index is out of date)
792017-03-21T06:10:27 <warren> yeah, that's desirable for the use case where you want to place read-only blk*.dat files into the blocks/ dir
802017-03-21T06:39:24 *** go1111111 has quit IRC
812017-03-21T06:45:09 *** dgenr8 has quit IRC
822017-03-21T06:45:37 *** dgenr8 has joined #bitcoin-core-dev
832017-03-21T06:49:30 *** dcousens has joined #bitcoin-core-dev
842017-03-21T06:51:50 *** go1111111 has joined #bitcoin-core-dev
852017-03-21T07:19:11 *** juscamarena_ is now known as juscamarena
862017-03-21T07:25:06 *** CubicEarth has quit IRC
872017-03-21T07:25:12 *** vFSgrcFGBJHg has joined #bitcoin-core-dev
882017-03-21T07:26:46 *** kadoban has quit IRC
892017-03-21T07:29:29 *** Victor_sueca has quit IRC
902017-03-21T07:30:38 *** Victor_sueca has joined #bitcoin-core-dev
912017-03-21T07:33:35 *** aalex has joined #bitcoin-core-dev
922017-03-21T07:34:32 *** Chris_Stewart_5 has joined #bitcoin-core-dev
932017-03-21T07:35:11 *** To7 has quit IRC
942017-03-21T07:47:44 *** BashCo has quit IRC
952017-03-21T07:53:23 <jonasschnelli> BlueMatt: seems to be the right key: CA1A2908DCE2F13074C62CDE1EB776BB03C7922D
962017-03-21T07:53:45 <jonasschnelli> But I had a gpg binary mix on my system due to a shitty app that had it's own gpg binary included and messed up PATH
972017-03-21T07:54:09 *** CubicEarth has joined #bitcoin-core-dev
982017-03-21T07:55:46 <jonasschnelli> How do I get gpg list the used Digest (or just the full gpg signature) when using --show-signature?
992017-03-21T07:55:53 <jonasschnelli> s/gpg/git
1002017-03-21T08:07:45 *** aalex has quit IRC
1012017-03-21T08:09:09 *** BashCo has joined #bitcoin-core-dev
1022017-03-21T08:38:30 *** Ylbam has joined #bitcoin-core-dev
1032017-03-21T08:43:46 <sipa> jonasschnelli: not sure if you can
1042017-03-21T08:43:59 <sipa> jonasschnelli: though you can make it reject signatures made with certain hash types
1052017-03-21T08:44:12 <jonasschnelli> sipa: okay.. I'll check that.
1062017-03-21T08:44:44 <jonasschnelli> sipa: BTW. Is the assumption correct that DER encoded privkeys second byte is always 0x81 for compressed keys and 0x82 for uncompressed?
1072017-03-21T08:46:56 <sipa> DER encoded privkeys? why are you using those?
1082017-03-21T08:48:08 <jonasschnelli> sipa: there is a bug in our source code.
1092017-03-21T08:48:14 <jonasschnelli> I mean in key.cpp
1102017-03-21T08:48:18 <jonasschnelli> I'd like to fix it.
1112017-03-21T08:48:33 *** Victor_sueca is now known as Victorsueca
1122017-03-21T08:52:28 <sipa> what bug?
1132017-03-21T08:53:25 <jonasschnelli> sipa: https://github.com/bitcoin/bitcoin/pull/10043
1142017-03-21T08:53:35 <bitcoin-git> [bitcoin] jonasschnelli opened pull request #10043: 2017/03/fix der comp (master...2017/03/fix_der_comp) https://github.com/bitcoin/bitcoin/pull/10043
1152017-03-21T09:00:25 *** dodomojo has joined #bitcoin-core-dev
1162017-03-21T09:01:08 *** harrymm has quit IRC
1172017-03-21T09:01:23 *** whphhg has left #bitcoin-core-dev
1182017-03-21T09:05:46 *** dodomojo has quit IRC
1192017-03-21T09:18:15 *** paveljanik has quit IRC
1202017-03-21T09:29:24 *** CubicEarth has quit IRC
1212017-03-21T09:47:27 *** aalex has joined #bitcoin-core-dev
1222017-03-21T09:52:28 *** belcher has quit IRC
1232017-03-21T09:54:28 *** aalex has quit IRC
1242017-03-21T10:04:24 *** nemgun has joined #bitcoin-core-dev
1252017-03-21T10:05:08 *** belcher has joined #bitcoin-core-dev
1262017-03-21T10:09:52 *** nemgun1 has joined #bitcoin-core-dev
1272017-03-21T10:12:48 *** nemgun has quit IRC
1282017-03-21T10:17:19 *** To7 has joined #bitcoin-core-dev
1292017-03-21T10:17:31 *** nemgun has joined #bitcoin-core-dev
1302017-03-21T10:17:48 *** chjj has joined #bitcoin-core-dev
1312017-03-21T10:20:08 *** nemgun1 has quit IRC
1322017-03-21T10:24:15 *** Victorsueca has quit IRC
1332017-03-21T10:25:24 *** Victorsueca has joined #bitcoin-core-dev
1342017-03-21T10:29:53 *** CubicEarth has joined #bitcoin-core-dev
1352017-03-21T10:34:11 *** AaronvanW has joined #bitcoin-core-dev
1362017-03-21T10:34:11 *** AaronvanW has joined #bitcoin-core-dev
1372017-03-21T10:35:43 *** CubicEarth has quit IRC
1382017-03-21T10:47:31 <bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/3192e5278abc...919aaf650855
1392017-03-21T10:47:32 <bitcoin-git> bitcoin/master d5046e7 Russell Yanofsky: Avoid scoped_connection compile error with boost 1.55.0...
1402017-03-21T10:47:32 <bitcoin-git> bitcoin/master b5bec4e Russell Yanofsky: Avoid QTimer::singleShot compile error with Qt 5.3.2...
1412017-03-21T10:47:33 <bitcoin-git> bitcoin/master 919aaf6 Wladimir J. van der Laan: Merge #10039: Fix compile errors with Qt 5.3.2 and Boost 1.55.0...
1422017-03-21T10:47:51 <bitcoin-git> [bitcoin] laanwj closed pull request #10039: Fix compile errors with Qt 5.3.2 and Boost 1.55.0 (master...pr/jessie) https://github.com/bitcoin/bitcoin/pull/10039
1432017-03-21T10:55:36 *** randy-waterhouse has quit IRC
1442017-03-21T10:55:52 *** owowo has joined #bitcoin-core-dev
1452017-03-21T11:03:01 <NicolasDorier> wumpus: since you merged https://github.com/bitcoin-core/leveldb/pull/16#event-1008318088 when will it be added to core ?
1462017-03-21T11:04:26 <wumpus> when the secp256k1 tree is updated
1472017-03-21T11:04:55 <wumpus> that will happen at least once before 0.15.0
1482017-03-21T11:06:24 <NicolasDorier> should I close https://github.com/bitcoin/bitcoin/pull/10000 ?
1492017-03-21T11:08:30 <wumpus> I don't know - I don't think there's anytning left to be done there, at least
1502017-03-21T11:12:22 <bitcoin-git> [bitcoin] NicolasDorier closed pull request #10000: [DO NOT MERGE][LevelDB] Do no crash if filesystem can't fsync (master...fsync) https://github.com/bitcoin/bitcoin/pull/10000
1512017-03-21T11:31:17 *** CubicEarth has joined #bitcoin-core-dev
1522017-03-21T11:33:49 *** laurentmt has joined #bitcoin-core-dev
1532017-03-21T11:34:31 *** laurentmt has quit IRC
1542017-03-21T11:35:44 *** CubicEarth has quit IRC
1552017-03-21T11:43:04 *** dodomojo has joined #bitcoin-core-dev
1562017-03-21T11:47:52 *** dodomojo has quit IRC
1572017-03-21T11:49:50 *** Guyver2 has joined #bitcoin-core-dev
1582017-03-21T12:03:22 *** nemgun1 has joined #bitcoin-core-dev
1592017-03-21T12:06:08 *** nemgun has quit IRC
1602017-03-21T12:12:09 *** jtimon has joined #bitcoin-core-dev
1612017-03-21T12:17:24 *** rafalcpp has quit IRC
1622017-03-21T12:17:47 *** riemann has joined #bitcoin-core-dev
1632017-03-21T12:18:33 *** rafalcpp has joined #bitcoin-core-dev
1642017-03-21T12:24:15 *** owowo has quit IRC
1652017-03-21T12:24:59 *** laurentmt has joined #bitcoin-core-dev
1662017-03-21T12:26:50 *** nemgun has joined #bitcoin-core-dev
1672017-03-21T12:28:31 *** owowo has joined #bitcoin-core-dev
1682017-03-21T12:29:48 *** nemgun1 has quit IRC
1692017-03-21T12:31:59 *** CubicEarth has joined #bitcoin-core-dev
1702017-03-21T12:33:54 *** owowo has quit IRC
1712017-03-21T12:36:43 *** CubicEarth has quit IRC
1722017-03-21T12:37:26 *** dodomojo has joined #bitcoin-core-dev
1732017-03-21T12:37:27 *** dcousens has quit IRC
1742017-03-21T12:41:44 *** dodomojo has quit IRC
1752017-03-21T13:11:17 *** dcousens has joined #bitcoin-core-dev
1762017-03-21T13:13:35 *** chjj has quit IRC
1772017-03-21T13:14:52 *** BashCo_ has joined #bitcoin-core-dev
1782017-03-21T13:17:05 *** BashCo has quit IRC
1792017-03-21T13:23:30 *** laurentmt has quit IRC
1802017-03-21T13:28:23 *** chjj has joined #bitcoin-core-dev
1812017-03-21T13:31:45 *** dodomojo has joined #bitcoin-core-dev
1822017-03-21T13:32:47 *** CubicEarth has joined #bitcoin-core-dev
1832017-03-21T13:36:07 *** dodomojo has quit IRC
1842017-03-21T13:37:34 *** CubicEarth has quit IRC
1852017-03-21T13:43:31 *** aalex has joined #bitcoin-core-dev
1862017-03-21T14:01:50 *** laurentmt has joined #bitcoin-core-dev
1872017-03-21T14:02:26 *** laurentmt has quit IRC
1882017-03-21T14:07:16 *** isle2983 has joined #bitcoin-core-dev
1892017-03-21T14:23:36 *** goksinen has joined #bitcoin-core-dev
1902017-03-21T14:27:38 *** dodomojo has joined #bitcoin-core-dev
1912017-03-21T14:28:14 *** dodomojo has joined #bitcoin-core-dev
1922017-03-21T14:29:09 *** dodomojo has joined #bitcoin-core-dev
1932017-03-21T14:33:28 *** CubicEarth has joined #bitcoin-core-dev
1942017-03-21T14:35:09 *** nemgun1 has joined #bitcoin-core-dev
1952017-03-21T14:38:08 *** nemgun has quit IRC
1962017-03-21T14:38:28 *** CubicEarth has quit IRC
1972017-03-21T14:50:18 *** nemgun has joined #bitcoin-core-dev
1982017-03-21T14:52:01 *** stevenroose_ is now known as stevenroose
1992017-03-21T14:54:08 *** nemgun1 has quit IRC
2002017-03-21T15:11:07 *** BashCo has joined #bitcoin-core-dev
2012017-03-21T15:13:14 *** BashCo_ has quit IRC
2022017-03-21T15:16:46 *** skyraider_ has joined #bitcoin-core-dev
2032017-03-21T15:18:14 *** dcousens has quit IRC
2042017-03-21T15:19:56 *** BashCo_ has joined #bitcoin-core-dev
2052017-03-21T15:20:44 *** BashCo__ has joined #bitcoin-core-dev
2062017-03-21T15:23:05 *** BashCo has quit IRC
2072017-03-21T15:24:19 *** BashCo_ has quit IRC
2082017-03-21T15:29:29 *** Victor_sueca has joined #bitcoin-core-dev
2092017-03-21T15:31:04 *** Victorsueca has quit IRC
2102017-03-21T15:31:11 *** Victor_sueca is now known as Victorsueca
2112017-03-21T15:32:27 *** Giszmo has joined #bitcoin-core-dev
2122017-03-21T15:34:14 *** CubicEarth has joined #bitcoin-core-dev
2132017-03-21T15:38:27 *** CubicEarth has quit IRC
2142017-03-21T15:43:32 *** goksinen has quit IRC
2152017-03-21T15:44:04 *** goksinen has joined #bitcoin-core-dev
2162017-03-21T15:49:10 *** abpa has joined #bitcoin-core-dev
2172017-03-21T16:02:23 *** Cheeseo has quit IRC
2182017-03-21T16:07:20 *** riemann has quit IRC
2192017-03-21T16:07:42 *** Cheeseo has joined #bitcoin-core-dev
2202017-03-21T16:21:29 *** CubicEarth has joined #bitcoin-core-dev
2212017-03-21T16:38:08 *** aalex has quit IRC
2222017-03-21T16:48:07 *** owowo has joined #bitcoin-core-dev
2232017-03-21T16:50:01 *** fengling has quit IRC
2242017-03-21T16:59:36 *** aalex has joined #bitcoin-core-dev
2252017-03-21T17:09:59 *** dodomojo has quit IRC
2262017-03-21T17:12:32 *** moli_ has quit IRC
2272017-03-21T17:13:25 *** moli_ has joined #bitcoin-core-dev
2282017-03-21T17:17:37 *** fengling has joined #bitcoin-core-dev
2292017-03-21T17:39:47 *** CubicEarth has quit IRC
2302017-03-21T17:45:50 *** Victor_sueca has joined #bitcoin-core-dev
2312017-03-21T17:46:07 *** Victorsueca has quit IRC
2322017-03-21T17:46:09 *** Victor_sueca is now known as Victorsueca
2332017-03-21T17:49:14 *** paveljanik has joined #bitcoin-core-dev
2342017-03-21T17:49:14 *** paveljanik has joined #bitcoin-core-dev
2352017-03-21T17:50:22 *** skyraider_ has quit IRC
2362017-03-21T17:50:51 *** kadoban has joined #bitcoin-core-dev
2372017-03-21T18:02:36 *** kexkey has joined #bitcoin-core-dev
2382017-03-21T18:15:26 *** dodomojo has joined #bitcoin-core-dev
2392017-03-21T18:19:59 *** CubicEarth has joined #bitcoin-core-dev
2402017-03-21T18:31:51 <bitcoin-git> [bitcoin] jnewbery opened pull request #10044: [WIP] Run functional tests in `make check` (master...reorg_makefiles) https://github.com/bitcoin/bitcoin/pull/10044
2412017-03-21T18:34:14 *** dodomojo has joined #bitcoin-core-dev
2422017-03-21T18:39:31 *** dodomojo has quit IRC
2432017-03-21T18:40:01 *** dodomojo has joined #bitcoin-core-dev
2442017-03-21T18:44:28 *** dodomojo has quit IRC
2452017-03-21T18:46:57 *** dodomojo has joined #bitcoin-core-dev
2462017-03-21T18:50:13 *** schmidty has quit IRC
2472017-03-21T18:51:12 *** BashCo__ has quit IRC
2482017-03-21T18:51:47 *** BashCo has joined #bitcoin-core-dev
2492017-03-21T18:55:09 <bitcoin-git> [bitcoin] practicalswift opened pull request #10045: [trivial] Fix typos in comments (master...typos-201703) https://github.com/bitcoin/bitcoin/pull/10045
2502017-03-21T18:55:44 *** BashCo has quit IRC
2512017-03-21T19:02:19 *** CubicEarth has quit IRC
2522017-03-21T19:02:24 *** CubicEar_ has joined #bitcoin-core-dev
2532017-03-21T19:09:27 <Chris_Stewart_5> Not sure if people have seen this, but apparently github is trying to protect against SHA1 collision attacks
2542017-03-21T19:09:29 <Chris_Stewart_5> https://github.com/blog/2338-sha-1-collision-detection-on-github-com
2552017-03-21T19:10:17 *** nemgun has quit IRC
2562017-03-21T19:10:43 <BlueMatt> sdaftuar: was reading the paper behind that...it didnt seem to indicate that it was a foolproof solution, but more like "well, these are the test vectors we know about today....might not be it, though"
2572017-03-21T19:11:56 *** CubicEar_ has quit IRC
2582017-03-21T19:12:56 *** CubicEarth has joined #bitcoin-core-dev
2592017-03-21T19:16:46 *** BashCo has joined #bitcoin-core-dev
2602017-03-21T19:24:24 *** CubicEar_ has joined #bitcoin-core-dev
2612017-03-21T19:24:38 *** CubicEarth has quit IRC
2622017-03-21T19:33:42 *** CubicEar_ has quit IRC
2632017-03-21T19:40:52 *** CubicEarth has joined #bitcoin-core-dev
2642017-03-21T19:46:21 *** CubicEarth has quit IRC
2652017-03-21T19:53:34 <bitcoin-git> [bitcoin] pi opened pull request #10046: LevelDB: Fix Win32Env::GetFileSize(), Win32SequentialFile::_Init() and Win32RandomAccessFile::_Init() (master...master) https://github.com/bitcoin/bitcoin/pull/10046
2662017-03-21T19:58:33 *** schmidty has joined #bitcoin-core-dev
2672017-03-21T19:58:44 *** abpa has quit IRC
2682017-03-21T20:04:59 *** mol has joined #bitcoin-core-dev
2692017-03-21T20:07:12 *** moli_ has quit IRC
2702017-03-21T20:07:49 *** laurentmt has joined #bitcoin-core-dev
2712017-03-21T20:07:59 *** laurentmt has quit IRC
2722017-03-21T20:19:42 *** Anduck_ is now known as Anduck
2732017-03-21T20:38:42 *** afk11 has quit IRC
2742017-03-21T20:38:51 *** afk11 has joined #bitcoin-core-dev
2752017-03-21T20:44:38 *** dcousens has joined #bitcoin-core-dev
2762017-03-21T20:49:04 *** dcousens has quit IRC
2772017-03-21T21:32:44 *** chjj has quit IRC
2782017-03-21T21:46:29 *** chjj has joined #bitcoin-core-dev
2792017-03-21T22:17:13 *** abpa has joined #bitcoin-core-dev
2802017-03-21T23:01:31 *** wasi has quit IRC
2812017-03-21T23:02:01 *** wasi has joined #bitcoin-core-dev
2822017-03-21T23:05:55 *** dodomojo has quit IRC
2832017-03-21T23:09:05 *** dodomojo has joined #bitcoin-core-dev
2842017-03-21T23:10:15 *** goksinen has quit IRC
2852017-03-21T23:21:00 <bitcoin-git> [bitcoin] pi closed pull request #10046: LevelDB: Fix Win32Env::GetFileSize(), Win32SequentialFile::_Init() and Win32RandomAccessFile::_Init() (master...master) https://github.com/bitcoin/bitcoin/pull/10046
2862017-03-21T23:22:57 *** dodomojo has quit IRC
2872017-03-21T23:49:28 *** goksinen has joined #bitcoin-core-dev
2882017-03-21T23:52:10 *** goksinen_ has joined #bitcoin-core-dev
2892017-03-21T23:55:36 *** goksinen has quit IRC
2902017-03-21T23:59:01 *** kexkey has quit IRC