12019-09-06T00:00:01 *** carldani1 has quit IRC
22019-09-06T00:11:23 *** Chris_Stewart_5 has joined #bitcoin-core-dev
32019-09-06T00:11:42 <phantomcircuit> jb55, very large wallets basically don't work currently
42019-09-06T00:11:50 <phantomcircuit> it takes AGES to even load the wallet
52019-09-06T00:12:59 *** Deacyde has joined #bitcoin-core-dev
62019-09-06T00:17:57 *** kbrosnan1 has joined #bitcoin-core-dev
72019-09-06T00:21:42 *** shesek has joined #bitcoin-core-dev
82019-09-06T00:21:42 *** shesek has joined #bitcoin-core-dev
92019-09-06T00:29:30 *** lightlike has quit IRC
102019-09-06T00:34:01 *** xzytrewq has joined #bitcoin-core-dev
112019-09-06T00:34:11 *** pinheadmz has quit IRC
122019-09-06T00:38:08 *** shesek has quit IRC
132019-09-06T00:39:50 *** pinheadmz has joined #bitcoin-core-dev
142019-09-06T00:48:24 <achow101> phantomcircuit: are those large wallets large in txs, large in keys, or both?
152019-09-06T00:49:59 <phantomcircuit> achow101, unless something has drastically changed we load everything in the wallet into memory on start
162019-09-06T00:50:05 <phantomcircuit> so it doesn't really matter
172019-09-06T00:50:32 <achow101> yes, that's what I'm trying to change
182019-09-06T00:50:33 <phantomcircuit> (though my ~2GB testnet wallet was mostly transactions by size, but had hundreds of thousands of keys)
192019-09-06T00:53:47 *** pinheadmz has quit IRC
202019-09-06T00:54:49 *** xzytrewq has quit IRC
212019-09-06T01:12:32 *** Chris_Stewart_5 has quit IRC
222019-09-06T01:13:01 *** Bullitje has joined #bitcoin-core-dev
232019-09-06T01:14:37 *** Bullit has quit IRC
242019-09-06T01:20:44 *** Bullitje has quit IRC
252019-09-06T01:21:05 *** Bullit has joined #bitcoin-core-dev
262019-09-06T01:45:48 *** xzytrewq has joined #bitcoin-core-dev
272019-09-06T01:52:32 *** doesnt-code has joined #bitcoin-core-dev
282019-09-06T01:53:25 *** Chris_Stewart_5 has joined #bitcoin-core-dev
292019-09-06T02:07:52 *** emilengler has quit IRC
302019-09-06T02:09:26 *** Deacyde has quit IRC
312019-09-06T02:09:45 *** emilengler has joined #bitcoin-core-dev
322019-09-06T02:26:31 *** Chris_Stewart_5 has quit IRC
332019-09-06T02:32:54 *** pinheadmz has joined #bitcoin-core-dev
342019-09-06T03:00:02 *** kbrosnan1 has quit IRC
352019-09-06T03:03:20 *** kristapsk has quit IRC
362019-09-06T03:04:18 <meshcollider> sipa or achow101: for #16807, to make a "generic" error detector which returns a basic error for invalid non-bech32 and does the more advanced error location for bech32, is it ok to just distinguish between the legacy/p2sh and bech32 cases based on "starts with a 1/3", or "starts with something else"?
372019-09-06T03:04:20 <gribble> https://github.com/bitcoin/bitcoin/issues/16807 | Let validateaddress locate error in Bech32 address by meshcollider · Pull Request #16807 · bitcoin/bitcoin · GitHub
382019-09-06T03:04:57 <meshcollider> It gets confusing based on what type of invalidity we expect, e.g. if the bech32 address is missing an HRP it'll start with a 1
392019-09-06T03:05:50 <meshcollider> so just assume it'll be "vaguely correct" and just look for typos?
402019-09-06T03:09:55 <achow101> meshcollider: a bech32 address missing the hrp will be larger than the longest legacy address
412019-09-06T03:10:02 <achow101> s/larger/longer
422019-09-06T03:11:13 <achow101> we know the length limits, I would prefer a distinguishing based on lengths and character set
432019-09-06T03:11:43 <meshcollider> Can't use character set because one of the errors might be an invalid character for the intended address type
442019-09-06T03:11:51 <meshcollider> Could use length + first byte
452019-09-06T03:12:33 *** pinheadmz has quit IRC
462019-09-06T03:17:34 *** gde331 has joined #bitcoin-core-dev
472019-09-06T03:18:27 *** dark-1456 has joined #bitcoin-core-dev
482019-09-06T03:19:49 *** ossifrage_ has joined #bitcoin-core-dev
492019-09-06T03:22:22 *** ossifrage has quit IRC
502019-09-06T03:30:08 *** ccdle12 has joined #bitcoin-core-dev
512019-09-06T03:31:56 *** IGHOR has quit IRC
522019-09-06T03:34:19 *** ccdle12 has quit IRC
532019-09-06T03:36:45 *** IGHOR has joined #bitcoin-core-dev
542019-09-06T03:45:24 <sipa> meshcollider: bech32 addresses aren't restricted to v0 witness though
552019-09-06T03:50:53 *** StopAndDecrypt has joined #bitcoin-core-dev
562019-09-06T03:53:38 <meshcollider> sipa: I know, I would only check expected length or start character or whatever for legacy/p2sh
572019-09-06T03:53:49 <meshcollider> Minimal assumption on the bech32
582019-09-06T03:58:36 *** gwillen has quit IRC
592019-09-06T03:59:39 *** gwillen has joined #bitcoin-core-dev
602019-09-06T04:00:04 *** doesnt-code has quit IRC
612019-09-06T04:04:16 *** dark-1456 has quit IRC
622019-09-06T04:05:28 *** spaced0ut has quit IRC
632019-09-06T04:07:57 *** StopAndDecrypt has quit IRC
642019-09-06T04:08:41 *** StopAndDecrypt has joined #bitcoin-core-dev
652019-09-06T04:08:50 *** StopAndDecrypt has quit IRC
662019-09-06T04:08:51 *** StopAndDecrypt has joined #bitcoin-core-dev
672019-09-06T04:12:02 *** niska has quit IRC
682019-09-06T04:20:13 <meshcollider> sipa since it was your idea in the PR, do you have any suggestions
692019-09-06T04:20:36 <meshcollider> Its very messy, I don't want to just hardcode a bunch of heuristics
702019-09-06T04:21:21 <meshcollider> For example if an address contains a character like "o", both base58 and bech32 deciding will fail, then how do we know which error message to return
712019-09-06T04:22:32 *** niska has joined #bitcoin-core-dev
722019-09-06T04:22:36 <meshcollider> "O" sorry*
732019-09-06T04:27:53 <sipa> maybe initially just use prefix
742019-09-06T04:30:56 <meshcollider> And hardcode the characters for each network? Because Params() will only provide it as a data value
752019-09-06T04:33:38 <meshcollider> Otherwise if the user passes a flag to validateaddress which says which type they intend it to be it would be nicer I guess, then if they say "legacy" there is no ambiguity
762019-09-06T04:36:21 <sipa> or i guess: the base58 decode (without checksum), and try bech32 decode
772019-09-06T04:36:29 <sipa> if both fail, report unknown enxoding
782019-09-06T04:36:31 *** rhavar_ has joined #bitcoin-core-dev
792019-09-06T04:36:44 <sipa> if they succeed, chexck version bytes
802019-09-06T04:36:50 <sipa> and hrp
812019-09-06T05:09:00 *** StopAndDecrypt_ has joined #bitcoin-core-dev
822019-09-06T05:09:38 *** StopAndDecrypt has quit IRC
832019-09-06T05:16:04 <meshcollider> I've pushed a commit
842019-09-06T05:16:34 <meshcollider> If bech32 decoding fails we ideally still want to find the source of the error though right
852019-09-06T05:16:59 <meshcollider> I think my current approach is ok, let me know what you think
862019-09-06T06:00:02 *** gde331 has quit IRC
872019-09-06T06:17:27 *** jbarnette has joined #bitcoin-core-dev
882019-09-06T07:06:57 *** gggnnn has joined #bitcoin-core-dev
892019-09-06T07:28:56 *** EagleTM has joined #bitcoin-core-dev
902019-09-06T07:37:06 *** anonymous8587 has joined #bitcoin-core-dev
912019-09-06T07:40:13 *** ccdle12 has joined #bitcoin-core-dev
922019-09-06T07:44:28 *** anonymous8587 has quit IRC
932019-09-06T07:44:57 *** scottmatheina has quit IRC
942019-09-06T07:45:10 *** scottmatheina has joined #bitcoin-core-dev
952019-09-06T08:01:33 *** jonatack has quit IRC
962019-09-06T08:06:23 *** kcalvinalvin has joined #bitcoin-core-dev
972019-09-06T08:10:00 *** scottmatheina has quit IRC
982019-09-06T08:10:13 *** scottmatheina has joined #bitcoin-core-dev
992019-09-06T08:17:52 *** commavir has quit IRC
1002019-09-06T08:19:08 *** commavir has joined #bitcoin-core-dev
1012019-09-06T08:19:13 *** EagleTM has quit IRC
1022019-09-06T08:39:20 *** Zenton has joined #bitcoin-core-dev
1032019-09-06T08:55:01 *** rh0nj has quit IRC
1042019-09-06T08:56:07 *** rh0nj has joined #bitcoin-core-dev
1052019-09-06T09:00:02 *** jbarnette has quit IRC
1062019-09-06T09:05:32 *** ccdle12 has quit IRC
1072019-09-06T09:09:32 *** Victor_sueca has joined #bitcoin-core-dev
1082019-09-06T09:10:37 *** jimmy_chien_feng has joined #bitcoin-core-dev
1092019-09-06T09:12:21 *** Victorssueca has quit IRC
1102019-09-06T09:15:56 *** rhavar_ has quit IRC
1112019-09-06T09:17:27 *** slopjong has joined #bitcoin-core-dev
1122019-09-06T09:21:07 *** jonatack has joined #bitcoin-core-dev
1132019-09-06T09:27:07 *** davex__ has quit IRC
1142019-09-06T09:27:12 *** davex_ has quit IRC
1152019-09-06T09:27:26 *** 17WAC9RJB has joined #bitcoin-core-dev
1162019-09-06T09:27:29 *** davex__ has joined #bitcoin-core-dev
1172019-09-06T09:37:16 *** promag has quit IRC
1182019-09-06T09:45:53 *** Aaronvan_ has joined #bitcoin-core-dev
1192019-09-06T09:49:12 *** AaronvanW has quit IRC
1202019-09-06T10:00:14 *** ccdle12 has joined #bitcoin-core-dev
1212019-09-06T10:02:46 *** kcalvina_ has joined #bitcoin-core-dev
1222019-09-06T10:03:45 *** kcalvina_ has quit IRC
1232019-09-06T10:05:43 *** kcalvinalvin has quit IRC
1242019-09-06T10:11:53 *** Guyver2 has joined #bitcoin-core-dev
1252019-09-06T10:20:45 *** ccdle12 has quit IRC
1262019-09-06T10:22:19 *** Aaronvan_ is now known as AaronvanW
1272019-09-06T10:24:24 *** Aaronvan_ has joined #bitcoin-core-dev
1282019-09-06T10:27:22 *** AaronvanW has quit IRC
1292019-09-06T10:30:47 *** Aaronvan_ is now known as AaronvanW
1302019-09-06T10:36:19 *** AaronvanW has quit IRC
1312019-09-06T10:53:02 *** ccdle12 has joined #bitcoin-core-dev
1322019-09-06T10:58:09 *** ccdle12 has quit IRC
1332019-09-06T11:00:46 *** AaronvanW has joined #bitcoin-core-dev
1342019-09-06T11:09:01 *** zhongQ has joined #bitcoin-core-dev
1352019-09-06T11:13:12 <stevenroose> sipa: should the tagged hashes change when writing nothing or writing an empty byte string?
1362019-09-06T11:13:49 <stevenroose> When I just create a tagged writer using those methods you sent, and then call .GetSHA256().GetHex() or I first do writer << std::vector<unsigned char>{}, the result is different.
1372019-09-06T11:25:51 *** nkuttler has joined #bitcoin-core-dev
1382019-09-06T11:30:04 *** kljasdfvv has quit IRC
1392019-09-06T11:30:32 *** kljasdfvv has joined #bitcoin-core-dev
1402019-09-06T11:34:30 *** bitcoin-git has joined #bitcoin-core-dev
1412019-09-06T11:34:30 <bitcoin-git> [bitcoin] dangershony opened pull request #16817: [RPC] Fix casing in getblockchaininfo to be inline other fields (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16817
1422019-09-06T11:34:33 *** bitcoin-git has left #bitcoin-core-dev
1432019-09-06T11:40:52 *** promag has joined #bitcoin-core-dev
1442019-09-06T11:47:36 *** jonatack has quit IRC
1452019-09-06T11:54:29 *** Guyver2 has quit IRC
1462019-09-06T11:54:57 *** promag has quit IRC
1472019-09-06T11:56:31 *** zhongQ has quit IRC
1482019-09-06T12:00:02 *** slopjong has quit IRC
1492019-09-06T12:00:06 *** bitcoin-git has joined #bitcoin-core-dev
1502019-09-06T12:00:06 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e202382a987...ae3e3bd151f4
1512019-09-06T12:00:07 <bitcoin-git> bitcoin/master 3109a1f João Barbosa: refactor: Avoid locking cs_main in ProcessNewBlockHeaders
1522019-09-06T12:00:07 <bitcoin-git> bitcoin/master ae3e3bd MarcoFalke: Merge #16793: refactor: Avoid locking cs_main in ProcessNewBlockHeaders
1532019-09-06T12:00:09 *** bitcoin-git has left #bitcoin-core-dev
1542019-09-06T12:01:06 *** bitcoin-git has joined #bitcoin-core-dev
1552019-09-06T12:01:06 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #16793: refactor: Avoid locking cs_main in ProcessNewBlockHeaders (master...2019-09-csmain-headers) https://github.com/bitcoin/bitcoin/pull/16793
1562019-09-06T12:01:07 *** bitcoin-git has left #bitcoin-core-dev
1572019-09-06T12:11:39 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1582019-09-06T12:30:36 *** jonatack has joined #bitcoin-core-dev
1592019-09-06T12:35:24 *** kcalvinalvin has joined #bitcoin-core-dev
1602019-09-06T12:38:35 *** Victor_sueca has quit IRC
1612019-09-06T12:40:21 *** Victorsueca has joined #bitcoin-core-dev
1622019-09-06T12:54:04 *** jonatack has quit IRC
1632019-09-06T12:57:53 *** inoor has joined #bitcoin-core-dev
1642019-09-06T12:58:49 *** inoor has quit IRC
1652019-09-06T12:59:22 *** jonatack has joined #bitcoin-core-dev
1662019-09-06T13:04:23 *** promag has joined #bitcoin-core-dev
1672019-09-06T13:06:28 *** kcalvinalvin has quit IRC
1682019-09-06T13:07:59 *** kcalvinalvin has joined #bitcoin-core-dev
1692019-09-06T13:13:52 *** kcalvinalvin has quit IRC
1702019-09-06T13:16:50 *** setpill has joined #bitcoin-core-dev
1712019-09-06T13:18:16 *** Theopolisme has joined #bitcoin-core-dev
1722019-09-06T13:23:10 *** ccdle12 has joined #bitcoin-core-dev
1732019-09-06T13:33:34 *** murrayn has quit IRC
1742019-09-06T13:33:53 *** murray_ has joined #bitcoin-core-dev
1752019-09-06T14:00:02 *** Chris_Stewart_5 has quit IRC
1762019-09-06T14:19:31 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1772019-09-06T14:26:21 *** StopAndDecrypt_ has quit IRC
1782019-09-06T14:27:21 <stevenroose> sipa: any chance <<'ing an empty vector prefixes that with a length byte a la consensus encoding?
1792019-09-06T14:28:29 *** kristapsk has joined #bitcoin-core-dev
1802019-09-06T14:29:14 <stevenroose> sipa: k it seems like that was the thing. I compared hashing the 0 byte to the empty vector hash from core and it matched. nvm dus
1812019-09-06T14:46:09 *** Guyver2 has joined #bitcoin-core-dev
1822019-09-06T14:46:17 *** mdunnio has joined #bitcoin-core-dev
1832019-09-06T14:46:48 *** mdunnio has quit IRC
1842019-09-06T14:47:30 *** mdunnio has joined #bitcoin-core-dev
1852019-09-06T14:50:46 *** mdunnio has quit IRC
1862019-09-06T14:59:05 *** pinheadmz has joined #bitcoin-core-dev
1872019-09-06T14:59:51 *** kljasdfvv has quit IRC
1882019-09-06T15:00:01 *** Theopolisme has quit IRC
1892019-09-06T15:01:36 *** mdunnio has joined #bitcoin-core-dev
1902019-09-06T15:04:11 *** rhavar_ has joined #bitcoin-core-dev
1912019-09-06T15:10:01 *** setpill has quit IRC
1922019-09-06T15:17:46 *** ajpiano1 has joined #bitcoin-core-dev
1932019-09-06T15:27:46 *** tsujp has quit IRC
1942019-09-06T15:28:08 *** kristapsk has quit IRC
1952019-09-06T15:28:41 *** kristapsk has joined #bitcoin-core-dev
1962019-09-06T15:29:11 *** tsujp has joined #bitcoin-core-dev
1972019-09-06T15:34:49 *** Aaronvan_ has joined #bitcoin-core-dev
1982019-09-06T15:35:25 *** promag_ has joined #bitcoin-core-dev
1992019-09-06T15:35:34 *** jonatack has quit IRC
2002019-09-06T15:35:51 *** kristapsk has quit IRC
2012019-09-06T15:36:02 *** kristapsk has joined #bitcoin-core-dev
2022019-09-06T15:36:12 *** m1rror8 has joined #bitcoin-core-dev
2032019-09-06T15:36:37 *** promag has quit IRC
2042019-09-06T15:36:41 *** xzytrewq has quit IRC
2052019-09-06T15:37:08 *** AaronvanW has quit IRC
2062019-09-06T15:37:08 *** m1rror has quit IRC
2072019-09-06T15:38:04 *** Ramesh has joined #bitcoin-core-dev
2082019-09-06T15:38:15 *** xzytrewq_ has joined #bitcoin-core-dev
2092019-09-06T15:53:37 *** Chris_Stewart_5 has quit IRC
2102019-09-06T15:55:42 *** marcoagner has joined #bitcoin-core-dev
2112019-09-06T16:00:15 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2122019-09-06T16:00:15 *** marcoagner has quit IRC
2132019-09-06T16:00:56 *** marcoagner has joined #bitcoin-core-dev
2142019-09-06T16:04:49 *** Zenton has quit IRC
2152019-09-06T16:08:19 *** Chris_Stewart_5 has quit IRC
2162019-09-06T16:14:25 *** jarthur has joined #bitcoin-core-dev
2172019-09-06T16:14:54 *** mdunnio has quit IRC
2182019-09-06T16:17:12 *** marcoagner has quit IRC
2192019-09-06T16:17:56 *** mdunnio has joined #bitcoin-core-dev
2202019-09-06T16:19:42 *** marcoagner has joined #bitcoin-core-dev
2212019-09-06T16:20:57 *** electric-sheep[m has quit IRC
2222019-09-06T16:20:58 *** DavidMitchell[m] has quit IRC
2232019-09-06T16:21:21 *** TheFuzzStone[m] has quit IRC
2242019-09-06T16:21:30 *** awesome-doge has quit IRC
2252019-09-06T16:21:30 *** kewde[m] has quit IRC
2262019-09-06T16:22:05 *** marcoagner has quit IRC
2272019-09-06T16:24:32 *** marcoagner has joined #bitcoin-core-dev
2282019-09-06T16:24:39 *** Honthe has joined #bitcoin-core-dev
2292019-09-06T16:25:58 *** mdunnio has quit IRC
2302019-09-06T16:31:06 *** TheFuzzStone[m] has joined #bitcoin-core-dev
2312019-09-06T16:31:32 *** marcoagner has quit IRC
2322019-09-06T16:33:59 *** marcoagner has joined #bitcoin-core-dev
2332019-09-06T16:37:51 *** electric-sheep[m has joined #bitcoin-core-dev
2342019-09-06T16:37:51 *** awesome-doge has joined #bitcoin-core-dev
2352019-09-06T16:37:51 *** kewde[m] has joined #bitcoin-core-dev
2362019-09-06T16:37:58 *** DavidMitchell[m] has joined #bitcoin-core-dev
2372019-09-06T16:40:01 *** m1rror8 has quit IRC
2382019-09-06T16:40:26 *** m1rror8 has joined #bitcoin-core-dev
2392019-09-06T16:41:31 *** mdunnio has joined #bitcoin-core-dev
2402019-09-06T16:42:50 *** marcoagner has quit IRC
2412019-09-06T16:46:10 *** mdunnio has quit IRC
2422019-09-06T16:46:27 *** marcoagner has joined #bitcoin-core-dev
2432019-09-06T16:50:43 *** justanotheruser has quit IRC
2442019-09-06T16:53:32 *** justanotheruser has joined #bitcoin-core-dev
2452019-09-06T16:57:41 *** mdunnio has joined #bitcoin-core-dev
2462019-09-06T16:58:47 *** promag_ has quit IRC
2472019-09-06T17:02:55 *** mdunnio has quit IRC
2482019-09-06T17:04:45 *** slave_blocker has joined #bitcoin-core-dev
2492019-09-06T17:06:13 <slave_blocker> https://pastebin.com/SwuLHkz3
2502019-09-06T17:12:04 *** justanotheruser has quit IRC
2512019-09-06T17:25:34 *** kcalvinalvin has joined #bitcoin-core-dev
2522019-09-06T17:27:07 *** justanotheruser has joined #bitcoin-core-dev
2532019-09-06T17:29:29 *** mdunnio has joined #bitcoin-core-dev
2542019-09-06T17:31:13 *** ddustin has joined #bitcoin-core-dev
2552019-09-06T17:31:51 *** mdunnio has quit IRC
2562019-09-06T17:32:05 *** mdunnio has joined #bitcoin-core-dev
2572019-09-06T17:41:02 *** victorSN has quit IRC
2582019-09-06T17:41:03 *** rockhouse has quit IRC
2592019-09-06T17:42:04 *** ccdle12 has quit IRC
2602019-09-06T17:50:06 *** jdm has quit IRC
2612019-09-06T17:56:35 *** instagibbs has quit IRC
2622019-09-06T17:56:59 *** instagibbs has joined #bitcoin-core-dev
2632019-09-06T18:00:02 *** ajpiano1 has quit IRC
2642019-09-06T18:01:55 *** mdunnio has quit IRC
2652019-09-06T18:04:26 *** ddustin has quit IRC
2662019-09-06T18:04:47 *** marcoagner has quit IRC
2672019-09-06T18:04:59 *** ddustin has joined #bitcoin-core-dev
2682019-09-06T18:05:15 *** ddustin has quit IRC
2692019-09-06T18:06:02 *** ddustin has joined #bitcoin-core-dev
2702019-09-06T18:07:25 *** FluffTutu has joined #bitcoin-core-dev
2712019-09-06T18:08:04 *** mdunnio has joined #bitcoin-core-dev
2722019-09-06T18:09:18 *** marcoagner has joined #bitcoin-core-dev
2732019-09-06T18:11:10 *** ddustin has quit IRC
2742019-09-06T18:11:53 *** rhavar_ has quit IRC
2752019-09-06T18:17:17 *** cassier has joined #bitcoin-core-dev
2762019-09-06T18:17:56 *** jarthur has quit IRC
2772019-09-06T18:22:05 *** alko has quit IRC
2782019-09-06T18:23:18 *** alko has joined #bitcoin-core-dev
2792019-09-06T18:23:47 *** cubancorona has joined #bitcoin-core-dev
2802019-09-06T18:27:31 *** marcoagner has quit IRC
2812019-09-06T18:27:52 *** marcoagner has joined #bitcoin-core-dev
2822019-09-06T18:32:13 *** cubancorona has quit IRC
2832019-09-06T18:34:41 *** marcoagner has quit IRC
2842019-09-06T18:38:04 *** lightlike has joined #bitcoin-core-dev
2852019-09-06T18:38:06 *** slave_blocker2 has joined #bitcoin-core-dev
2862019-09-06T18:38:18 *** slave_blocker has quit IRC
2872019-09-06T18:43:10 *** slave_blocker2 has quit IRC
2882019-09-06T18:44:47 *** ossifrage_ is now known as ossifrage
2892019-09-06T18:48:11 *** marcoagner has joined #bitcoin-core-dev
2902019-09-06T18:54:38 *** jarthur has joined #bitcoin-core-dev
2912019-09-06T18:56:20 *** promag has joined #bitcoin-core-dev
2922019-09-06T19:01:15 *** Highway61 has quit IRC
2932019-09-06T19:02:02 *** Highway61 has joined #bitcoin-core-dev
2942019-09-06T19:13:42 *** jonatack has joined #bitcoin-core-dev
2952019-09-06T19:22:06 *** reallll has joined #bitcoin-core-dev
2962019-09-06T19:24:01 *** pinheadmz has quit IRC
2972019-09-06T19:25:43 *** belcher has quit IRC
2982019-09-06T19:25:50 *** Soligor has quit IRC
2992019-09-06T19:26:58 *** reallll is now known as belcher
3002019-09-06T19:32:54 *** alko has quit IRC
3012019-09-06T19:33:30 *** alko has joined #bitcoin-core-dev
3022019-09-06T19:34:45 *** cryptapus has quit IRC
3032019-09-06T19:35:50 *** cryptapus has joined #bitcoin-core-dev
3042019-09-06T19:35:50 *** cryptapus has quit IRC
3052019-09-06T19:35:50 *** cryptapus has joined #bitcoin-core-dev
3062019-09-06T19:37:42 *** kcalvinalvin has quit IRC
3072019-09-06T19:40:11 *** promag has quit IRC
3082019-09-06T19:40:46 *** ccdle12 has joined #bitcoin-core-dev
3092019-09-06T19:44:50 *** ccdle12 has quit IRC
3102019-09-06T19:45:19 *** ccdle12 has joined #bitcoin-core-dev
3112019-09-06T19:46:23 *** Soligor has joined #bitcoin-core-dev
3122019-09-06T19:55:12 *** Zenton has joined #bitcoin-core-dev
3132019-09-06T20:06:26 *** pinheadmz has joined #bitcoin-core-dev
3142019-09-06T20:12:40 *** jb55 has quit IRC
3152019-09-06T20:14:30 *** jb55 has joined #bitcoin-core-dev
3162019-09-06T20:22:45 *** dermoth has quit IRC
3172019-09-06T20:35:32 *** CubicEarth has joined #bitcoin-core-dev
3182019-09-06T20:44:02 *** Guyver2 has quit IRC
3192019-09-06T20:45:06 *** mryandao has quit IRC
3202019-09-06T20:45:27 *** mryandao has joined #bitcoin-core-dev
3212019-09-06T20:46:31 *** FluffTutu has quit IRC
3222019-09-06T21:00:01 *** cassier has quit IRC
3232019-09-06T21:10:24 *** jarthur has quit IRC
3242019-09-06T21:16:53 *** fajro has joined #bitcoin-core-dev
3252019-09-06T21:29:14 *** ccdle12 has quit IRC
3262019-09-06T21:48:25 *** belcher has quit IRC
3272019-09-06T21:58:58 *** Honthe has quit IRC
3282019-09-06T22:09:53 *** kristapsk_ has joined #bitcoin-core-dev
3292019-09-06T22:10:35 *** kristapsk has quit IRC
3302019-09-06T22:28:18 *** pinheadmz has quit IRC
3312019-09-06T22:37:35 *** mdunnio has quit IRC
3322019-09-06T22:49:40 *** pinheadmz has joined #bitcoin-core-dev
3332019-09-06T23:02:23 *** pinheadmz_ has joined #bitcoin-core-dev
3342019-09-06T23:04:01 *** pinheadmz has quit IRC
3352019-09-06T23:04:02 *** pinheadmz_ is now known as pinheadmz
3362019-09-06T23:15:07 *** pinheadmz has quit IRC
3372019-09-06T23:17:56 *** pinheadmz has joined #bitcoin-core-dev
3382019-09-06T23:24:13 *** pinheadmz has quit IRC
3392019-09-06T23:45:10 *** lightlike has quit IRC
3402019-09-06T23:47:53 *** bitcoin-git has joined #bitcoin-core-dev
3412019-09-06T23:47:53 <bitcoin-git> [bitcoin] RajaMBZ opened pull request #16818: doc: Update CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16818
3422019-09-06T23:47:55 *** bitcoin-git has left #bitcoin-core-dev