12019-05-14T00:00:01  *** netsoundW1 has quit IRC
  22019-05-14T00:04:12  *** vostorga has joined #bitcoin-core-dev
  32019-05-14T00:06:30  <ossifrage> I did a checkout today, a clean and a reconfigure but I'm failing to build with: make[2]: *** No rule to make target 'checkpoints.cpp', needed by 'libbitcoin_server_a-checkpoints.o'.  Stop.
  42019-05-14T00:06:33  *** afk11 has joined #bitcoin-core-dev
  52019-05-14T00:07:01  <ossifrage> Looks like I have something left behind from the old build, not caught by the clean
  62019-05-14T00:07:49  <gmaxwell> achow101: I think junk is permitted by the network so long as you don't use it.
  72019-05-14T00:31:42  *** IGHOR has quit IRC
  82019-05-14T00:32:13  *** fanquake has joined #bitcoin-core-dev
  92019-05-14T00:35:49  *** IGHOR has joined #bitcoin-core-dev
 102019-05-14T00:55:47  <fanquake> dongcarl Looks like we dont export GZIP_ENV anywhere (as far as I can see), however it seems like everywhere we are using gzip we are passing -9n explicitly.
 112019-05-14T00:56:15  *** Dean_Guss has joined #bitcoin-core-dev
 122019-05-14T00:56:51  <fanquake> I also see what you mean about the overriding in the makefile. Where the options would essentially become --best, which seems to be equivalent to -9.
 132019-05-14T00:58:10  <dongcarl> Right. It's the `-n` that gives us the determinism
 142019-05-14T00:58:20  <fanquake> Yea
 152019-05-14T00:58:41  <dongcarl> Confused about how this hasn't caused differences in gitian sigs...
 162019-05-14T00:59:14  <fanquake> "When compressing, do not save the original file  name  and  timestamp by default."
 172019-05-14T00:59:49  <fanquake> What would be causing the difference?
 182019-05-14T00:59:55  <dongcarl> the timestamp
 192019-05-14T01:00:19  <fanquake> dongcarl but we are still passing -n for gitian sigs?
 202019-05-14T01:00:40  <fanquake> In the descriptors when we call gzip, we pass -9n
 212019-05-14T01:01:12  <dongcarl> Oh! Because we re-`gzip` it!
 222019-05-14T01:01:58  <fanquake> Yea, so each invocation of gzip here: https://github.com/bitcoin/bitcoin/blob/master/contrib/gitian-descriptors/gitian-linux.yml has -9n passed to it.
 232019-05-14T01:02:10  <fanquake> I agree that it's confusion given that the GZIP export is seemingly redundant?
 242019-05-14T01:02:18  <fanquake> *confusing
 252019-05-14T01:02:31  <dongcarl> Working on something where I remove all the re-gzipping, cuz `tar` got a `--sort=name` flag now
 262019-05-14T01:03:12  <fanquake> The GZIP env var is also deprecated, so if we'll seemingly have to lose it at some point anyways.
 272019-05-14T01:03:32  <fanquake> Is that guix related?
 282019-05-14T01:03:54  <dongcarl> > GZIP export is seemingly redundant
 292019-05-14T01:03:54  <dongcarl> We might need to change to a wrapper cuz perhaps some determinism in the depends tree might depend on this deprecated env var
 302019-05-14T01:04:31  <dongcarl> fanquake: Sort of Guix related, could be merged in by itself. Doing a cleanup of the descriptors and build system as I go along.
 312019-05-14T01:06:25  <fanquake> dongcarl cool. Happy to help out / test if required!
 322019-05-14T01:06:45  <dongcarl> :-)
 332019-05-14T01:52:28  *** AaronvanW has joined #bitcoin-core-dev
 342019-05-14T01:56:14  *** DeanWeen has joined #bitcoin-core-dev
 352019-05-14T01:59:02  *** Dean_Guss has quit IRC
 362019-05-14T02:00:21  *** AaronvanW has quit IRC
 372019-05-14T02:00:56  *** AaronvanW has joined #bitcoin-core-dev
 382019-05-14T02:30:53  *** jtimon has quit IRC
 392019-05-14T03:00:01  *** vostorga has quit IRC
 402019-05-14T03:05:31  *** jonhcw has joined #bitcoin-core-dev
 412019-05-14T03:08:59  *** Eagle[TM] has joined #bitcoin-core-dev
 422019-05-14T03:10:29  *** EagleTM has quit IRC
 432019-05-14T03:21:36  *** d_t has joined #bitcoin-core-dev
 442019-05-14T03:36:13  *** scoop has joined #bitcoin-core-dev
 452019-05-14T03:58:12  *** d_t has quit IRC
 462019-05-14T03:59:15  *** jeremyrubin has quit IRC
 472019-05-14T04:15:16  *** AaronvanW has quit IRC
 482019-05-14T04:23:10  <jb55> any ideas on best practice for multiimporting HW wallet keys into core's keypool when you don't know which keys have been used already? perhaps there could be a way to have an semi-intelligent multiimport that will only add the key into the keypool if it hasn't received anything yet?
 492019-05-14T04:23:45  <jb55> if that makes sense
 502019-05-14T04:29:54  *** copumpkin has quit IRC
 512019-05-14T04:44:23  <achow101> jb55: maybe something that does scantxout with the descriptor to mark which keys are unused, and import the unused ones?
 522019-05-14T04:48:38  <jb55> achow101: yeah something like that, I'm not too familiar with the codebase but I imagine you would have to hold onto everything until the very end before you add it to the pool or not...
 532019-05-14T04:56:53  <jb55> achow101: will core re-use keypool-imported addresses if they've been used already? if not then there's no issue.
 542019-05-14T04:57:14  <achow101> jb55: only if you rescan after importing
 552019-05-14T04:57:19  <achow101> rescanning will remove used things from the keypool
 562019-05-14T04:58:11  <jb55> ah interesting
 572019-05-14T05:21:53  *** cubancorona has quit IRC
 582019-05-14T05:22:14  *** cubancorona has joined #bitcoin-core-dev
 592019-05-14T05:39:19  *** ccdle12 has joined #bitcoin-core-dev
 602019-05-14T05:41:07  *** ccdle12 has quit IRC
 612019-05-14T06:00:02  *** jonhcw has quit IRC
 622019-05-14T06:04:27  *** jtimon has joined #bitcoin-core-dev
 632019-05-14T06:20:16  *** Fluidjax has quit IRC
 642019-05-14T06:24:30  *** murrayn has quit IRC
 652019-05-14T06:32:54  *** scoop has quit IRC
 662019-05-14T06:39:09  *** Azor has joined #bitcoin-core-dev
 672019-05-14T06:45:33  *** jtimon has quit IRC
 682019-05-14T06:49:13  *** scoop has joined #bitcoin-core-dev
 692019-05-14T06:53:24  *** scoop has quit IRC
 702019-05-14T07:09:51  *** Dean_Guss has joined #bitcoin-core-dev
 712019-05-14T07:11:16  *** DeanWeen has quit IRC
 722019-05-14T07:19:00  *** Fluidjax has joined #bitcoin-core-dev
 732019-05-14T07:32:41  *** Eagle[TM] has quit IRC
 742019-05-14T07:35:47  *** murrayn has joined #bitcoin-core-dev
 752019-05-14T07:37:57  *** spinza has quit IRC
 762019-05-14T07:47:00  *** spinza has joined #bitcoin-core-dev
 772019-05-14T07:53:46  *** jb55 has quit IRC
 782019-05-14T08:20:50  *** jb55 has joined #bitcoin-core-dev
 792019-05-14T08:38:53  *** astro has joined #bitcoin-core-dev
 802019-05-14T08:45:58  *** setpill has joined #bitcoin-core-dev
 812019-05-14T08:50:46  *** promag has joined #bitcoin-core-dev
 822019-05-14T08:52:46  *** justanotheruser has quit IRC
 832019-05-14T08:53:33  *** timothy has joined #bitcoin-core-dev
 842019-05-14T08:57:07  *** fanquake has quit IRC
 852019-05-14T09:00:02  *** Azor has quit IRC
 862019-05-14T09:04:45  *** kik1 has joined #bitcoin-core-dev
 872019-05-14T09:37:17  *** EagleTM has joined #bitcoin-core-dev
 882019-05-14T09:46:52  *** thedevworks has joined #bitcoin-core-dev
 892019-05-14T09:58:58  *** fanquake has joined #bitcoin-core-dev
 902019-05-14T10:08:25  *** egp_ has joined #bitcoin-core-dev
 912019-05-14T10:14:09  *** spinza has quit IRC
 922019-05-14T10:19:26  *** IGHOR has quit IRC
 932019-05-14T10:23:40  *** IGHOR has joined #bitcoin-core-dev
 942019-05-14T10:26:46  *** Guyver2 has joined #bitcoin-core-dev
 952019-05-14T10:33:13  *** spinza has joined #bitcoin-core-dev
 962019-05-14T11:18:17  *** spinza has quit IRC
 972019-05-14T11:20:37  *** jtimon has joined #bitcoin-core-dev
 982019-05-14T11:26:44  *** spinza has joined #bitcoin-core-dev
 992019-05-14T11:37:26  *** Fluidjax has quit IRC
1002019-05-14T11:42:45  *** lipsch has joined #bitcoin-core-dev
1012019-05-14T11:51:49  *** lipsch has quit IRC
1022019-05-14T11:59:18  *** dviola has joined #bitcoin-core-dev
1032019-05-14T12:00:01  *** kik1 has quit IRC
1042019-05-14T12:01:00  *** promag has quit IRC
1052019-05-14T12:07:02  *** marcoagn1 has joined #bitcoin-core-dev
1062019-05-14T12:07:12  *** marcoagner has quit IRC
1072019-05-14T12:07:12  *** marcoagn1 has quit IRC
1082019-05-14T12:07:30  *** marcoagner has joined #bitcoin-core-dev
1092019-05-14T12:09:14  *** JamesAU has joined #bitcoin-core-dev
1102019-05-14T12:23:37  *** promag has joined #bitcoin-core-dev
1112019-05-14T12:25:36  *** bitcoin-git has joined #bitcoin-core-dev
1122019-05-14T12:25:36  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/667a8617418d...40c66bb3d15b
1132019-05-14T12:25:36  <bitcoin-git> bitcoin/master fa3c651 MarcoFalke: [refactor] interfaces: Add missing LockAnnotation for cs_main
1142019-05-14T12:25:37  <bitcoin-git> bitcoin/master 40c66bb MarcoFalke: Merge #15855: [refactor] interfaces: Add missing LockAnnotation for cs_mai...
1152019-05-14T12:25:48  *** bitcoin-git has left #bitcoin-core-dev
1162019-05-14T12:26:25  *** bitcoin-git has joined #bitcoin-core-dev
1172019-05-14T12:26:25  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #15855: [refactor] interfaces: Add missing LockAnnotation for cs_main (master...1904-interfacesLock) https://github.com/bitcoin/bitcoin/pull/15855
1182019-05-14T12:26:26  *** bitcoin-git has left #bitcoin-core-dev
1192019-05-14T12:28:13  *** promag has quit IRC
1202019-05-14T12:34:12  *** scoop has joined #bitcoin-core-dev
1212019-05-14T12:34:49  *** scoop_ has joined #bitcoin-core-dev
1222019-05-14T12:34:49  *** scoop has quit IRC
1232019-05-14T12:39:28  *** scoop_ has quit IRC
1242019-05-14T12:43:07  *** Polipouet has joined #bitcoin-core-dev
1252019-05-14T12:44:45  *** mrafiee has joined #bitcoin-core-dev
1262019-05-14T12:45:10  *** Guyver2 has quit IRC
1272019-05-14T12:53:40  *** egp_ is now known as phreak-nonlinear
1282019-05-14T12:55:34  *** bitcoin-git has joined #bitcoin-core-dev
1292019-05-14T12:55:36  <bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/40c66bb3d15b...6f4ba6492a12
1302019-05-14T12:55:37  <bitcoin-git> bitcoin/master 05bfee3 Russell Yanofsky: util_SettingsMerge test cleanup
1312019-05-14T12:55:37  <bitcoin-git> bitcoin/master 4b33115 Russell Yanofsky: Add unit test NextString, ForEachNoDup functions
1322019-05-14T12:55:38  <bitcoin-git> bitcoin/master f6bb11f Russell Yanofsky: Add test for ArgsManager::GetChainName
1332019-05-14T12:55:40  *** bitcoin-git has left #bitcoin-core-dev
1342019-05-14T12:56:25  *** bitcoin-git has joined #bitcoin-core-dev
1352019-05-14T12:56:25  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #15988: Add test for ArgsManager::GetChainName (master...pr/testset2) https://github.com/bitcoin/bitcoin/pull/15988
1362019-05-14T12:56:30  *** bitcoin-git has left #bitcoin-core-dev
1372019-05-14T12:56:59  *** scoop has joined #bitcoin-core-dev
1382019-05-14T13:02:55  *** bitcoin-git has joined #bitcoin-core-dev
1392019-05-14T13:02:56  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6f4ba6492a12...3503a69ba237
1402019-05-14T13:02:56  <bitcoin-git> bitcoin/master a407b6f John Newbery: [tests] Make random seed logged and settable
1412019-05-14T13:02:57  <bitcoin-git> bitcoin/master 3503a69 MarcoFalke: Merge #15963: [tests] Make random seed logged and settable
1422019-05-14T13:02:59  *** bitcoin-git has left #bitcoin-core-dev
1432019-05-14T13:03:45  *** bitcoin-git has joined #bitcoin-core-dev
1442019-05-14T13:03:45  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #15963: [tests] Make random seed logged and settable (master...2019-05-test-deterministic-randomness) https://github.com/bitcoin/bitcoin/pull/15963
1452019-05-14T13:03:57  *** bitcoin-git has left #bitcoin-core-dev
1462019-05-14T13:07:02  *** morcos has quit IRC
1472019-05-14T13:07:06  *** justanotheruser has joined #bitcoin-core-dev
1482019-05-14T13:07:26  *** morcos has joined #bitcoin-core-dev
1492019-05-14T13:09:14  *** scoop has quit IRC
1502019-05-14T13:13:17  *** fanquake_ has joined #bitcoin-core-dev
1512019-05-14T13:16:28  *** fanquake has quit IRC
1522019-05-14T13:18:40  *** bitcoin-git has joined #bitcoin-core-dev
1532019-05-14T13:18:41  <bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3503a69ba237...65526fc8666f
1542019-05-14T13:18:41  <bitcoin-git> bitcoin/master ef2d515 John Newbery: [wallet] move-only: move CReserveKey to be next to CKeyPool
1552019-05-14T13:18:42  <bitcoin-git> bitcoin/master 37796b2 John Newbery: [docs] Add doxygen comment for CKeyPool
1562019-05-14T13:18:43  <bitcoin-git> bitcoin/master f1a77b0 John Newbery: [docs] Add doxygen comment for CReserveKey
1572019-05-14T13:18:44  *** bitcoin-git has left #bitcoin-core-dev
1582019-05-14T13:19:25  *** bitcoin-git has joined #bitcoin-core-dev
1592019-05-14T13:19:25  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #15777: [docs] Add doxygen comments for keypool classes (master...2019_04_keypool_comments) https://github.com/bitcoin/bitcoin/pull/15777
1602019-05-14T13:19:26  *** bitcoin-git has left #bitcoin-core-dev
1612019-05-14T13:25:59  *** promag has joined #bitcoin-core-dev
1622019-05-14T13:33:14  *** scoop has joined #bitcoin-core-dev
1632019-05-14T13:34:20  *** fanquake_ has quit IRC
1642019-05-14T13:34:51  *** scoop_ has joined #bitcoin-core-dev
1652019-05-14T13:37:19  *** AaronvanW has joined #bitcoin-core-dev
1662019-05-14T13:38:46  *** AaronvanW has quit IRC
1672019-05-14T13:38:54  *** scoop has quit IRC
1682019-05-14T13:39:34  *** AaronvanW has joined #bitcoin-core-dev
1692019-05-14T13:40:50  *** dviola has quit IRC
1702019-05-14T13:45:48  <tryphe> interesting systemd commit related to RDRAND (pretty sure this has been discussed in here before): https://github.com/systemd/systemd/issues/11810
1712019-05-14T13:46:37  <sdaftuar> gmaxwell: regarding the orphan transaction issue and the getdata randomization behavior-- it looks to me like we (a) do not put any delay on getdata requests for outbound peers announcing a tx for the first time and (b) have a fixed delay for inbound peers announcing a tx for the first time
1722019-05-14T13:46:37  <tryphe> err, sorry, this one -> https://github.com/systemd/systemd/pull/12536
1732019-05-14T13:48:09  <sdaftuar> gmaxwell: so i think in the case of a peer announcing a set of transactions that are new to us, we'll request those transactions in dependency order from that peer, except if an inbound peer's announcement is partially supserseded by a later announcement from an outbound peer for a subset of the transactions
1742019-05-14T13:48:31  <sdaftuar> gmaxwell: so that seems like it should be a relatively small effect (and is an effect we have to some degree already)
1752019-05-14T14:09:11  *** cubancorona has quit IRC
1762019-05-14T14:12:13  *** JamesAU has quit IRC
1772019-05-14T14:16:13  *** promag has quit IRC
1782019-05-14T14:17:37  *** promag has joined #bitcoin-core-dev
1792019-05-14T14:20:54  *** dviola has joined #bitcoin-core-dev
1802019-05-14T14:22:39  *** promag has quit IRC
1812019-05-14T14:22:44  *** scoop_ has quit IRC
1822019-05-14T14:28:47  *** dviola has quit IRC
1832019-05-14T14:36:25  *** promag has joined #bitcoin-core-dev
1842019-05-14T14:40:21  *** michaelsdunn1 has joined #bitcoin-core-dev
1852019-05-14T14:53:32  *** dviola has joined #bitcoin-core-dev
1862019-05-14T14:53:32  *** jarthur has joined #bitcoin-core-dev
1872019-05-14T14:55:59  *** Guyver2 has joined #bitcoin-core-dev
1882019-05-14T14:57:40  *** jtimon has quit IRC
1892019-05-14T14:59:49  *** EagleTM has quit IRC
1902019-05-14T15:00:02  *** mrafiee has quit IRC
1912019-05-14T15:00:35  *** promag has quit IRC
1922019-05-14T15:10:17  *** rawtaz1 has joined #bitcoin-core-dev
1932019-05-14T15:19:34  *** promag has joined #bitcoin-core-dev
1942019-05-14T15:22:39  *** ExEric3 has quit IRC
1952019-05-14T15:23:34  *** ExEric3 has joined #bitcoin-core-dev
1962019-05-14T15:25:07  *** promag has quit IRC
1972019-05-14T15:26:07  *** dviola has quit IRC
1982019-05-14T15:26:45  *** ExEric3 has quit IRC
1992019-05-14T15:28:32  *** ExEric3 has joined #bitcoin-core-dev
2002019-05-14T15:42:05  *** Fluidjax has joined #bitcoin-core-dev
2012019-05-14T15:49:51  *** setpill has quit IRC
2022019-05-14T15:53:50  *** qrestlove has quit IRC
2032019-05-14T16:07:03  *** qrestlove has joined #bitcoin-core-dev
2042019-05-14T16:08:07  *** ExEric3 has quit IRC
2052019-05-14T16:08:56  *** ExEric3 has joined #bitcoin-core-dev
2062019-05-14T16:11:23  *** promag has joined #bitcoin-core-dev
2072019-05-14T16:16:01  *** promag has quit IRC
2082019-05-14T16:30:03  *** Polipouet has quit IRC
2092019-05-14T16:30:43  *** AaronvanW has quit IRC
2102019-05-14T16:31:21  *** AaronvanW has joined #bitcoin-core-dev
2112019-05-14T16:31:25  *** promag has joined #bitcoin-core-dev
2122019-05-14T16:31:28  *** AaronvanW has quit IRC
2132019-05-14T16:39:46  *** thedevworks has quit IRC
2142019-05-14T16:42:00  *** phreak-nonlinear has quit IRC
2152019-05-14T16:52:15  *** owowo has quit IRC
2162019-05-14T16:54:04  *** owowo has joined #bitcoin-core-dev
2172019-05-14T16:58:08  *** pinheadmz has quit IRC
2182019-05-14T17:06:31  *** bitcoin-git has joined #bitcoin-core-dev
2192019-05-14T17:06:31  <bitcoin-git> [bitcoin] ccapo opened pull request #16024: [rpc] deriveaddresses: Correction of descriptor checksum in RPC example (master...2019-05-14-deriveaddresses-example-checksum) https://github.com/bitcoin/bitcoin/pull/16024
2202019-05-14T17:06:33  *** bitcoin-git has left #bitcoin-core-dev
2212019-05-14T17:17:15  *** tryphe has quit IRC
2222019-05-14T17:17:18  *** promag has quit IRC
2232019-05-14T17:18:12  *** promag has joined #bitcoin-core-dev
2242019-05-14T17:18:24  *** tryphe has joined #bitcoin-core-dev
2252019-05-14T17:18:32  *** mryandao has quit IRC
2262019-05-14T17:19:00  *** mryandao has joined #bitcoin-core-dev
2272019-05-14T17:22:59  *** Krellan has quit IRC
2282019-05-14T17:32:19  *** Dean_Guss has quit IRC
2292019-05-14T17:37:40  *** pinheadmz has joined #bitcoin-core-dev
2302019-05-14T18:00:01  *** rawtaz1 has quit IRC
2312019-05-14T18:00:39  *** astro has quit IRC
2322019-05-14T18:00:48  *** astro_ has joined #bitcoin-core-dev
2332019-05-14T18:05:00  *** wimpunk has joined #bitcoin-core-dev
2342019-05-14T18:13:46  *** promag has quit IRC
2352019-05-14T18:15:02  *** timothy has quit IRC
2362019-05-14T18:17:10  *** pinheadmz has quit IRC
2372019-05-14T18:38:44  *** Lightlike has joined #bitcoin-core-dev
2382019-05-14T18:44:21  *** pinheadmz has joined #bitcoin-core-dev
2392019-05-14T18:55:01  *** lnostdal has joined #bitcoin-core-dev
2402019-05-14T18:56:57  *** pinheadmz has quit IRC
2412019-05-14T18:59:27  *** jarthur has quit IRC
2422019-05-14T19:00:28  *** owowo has quit IRC
2432019-05-14T19:00:44  *** jarthur has joined #bitcoin-core-dev
2442019-05-14T19:03:49  *** pinheadmz has joined #bitcoin-core-dev
2452019-05-14T19:05:46  *** owowo has joined #bitcoin-core-dev
2462019-05-14T19:08:46  *** jarthur has quit IRC
2472019-05-14T19:09:13  *** jarthur has joined #bitcoin-core-dev
2482019-05-14T19:32:00  *** CubicEarth has quit IRC
2492019-05-14T19:39:52  *** roconnor_ has quit IRC
2502019-05-14T19:40:47  *** CubicEarth has joined #bitcoin-core-dev
2512019-05-14T20:17:59  *** scoop has joined #bitcoin-core-dev
2522019-05-14T20:21:33  *** roconnor has joined #bitcoin-core-dev
2532019-05-14T20:36:45  *** promag has joined #bitcoin-core-dev
2542019-05-14T20:53:31  *** btgjoseph has joined #bitcoin-core-dev
2552019-05-14T20:58:58  *** jarthur has quit IRC
2562019-05-14T20:59:25  *** jarthur has joined #bitcoin-core-dev
2572019-05-14T21:00:02  *** wimpunk has quit IRC
2582019-05-14T21:01:14  *** thedevworks has joined #bitcoin-core-dev
2592019-05-14T21:04:34  *** tylerni71 has joined #bitcoin-core-dev
2602019-05-14T21:14:38  *** scoop has quit IRC
2612019-05-14T21:25:01  *** jb55 has quit IRC
2622019-05-14T21:33:39  *** roconnor has quit IRC
2632019-05-14T21:35:51  *** scoop has joined #bitcoin-core-dev
2642019-05-14T21:40:29  *** scoop has quit IRC
2652019-05-14T21:41:37  *** tripleslash has joined #bitcoin-core-dev
2662019-05-14T21:52:10  *** jb55 has joined #bitcoin-core-dev
2672019-05-14T21:55:13  *** jeremyrubin has joined #bitcoin-core-dev
2682019-05-14T21:56:08  *** hebasto has joined #bitcoin-core-dev
2692019-05-14T21:56:30  *** scoop has joined #bitcoin-core-dev
2702019-05-14T21:59:47  *** thedevworks has quit IRC
2712019-05-14T22:00:56  *** scoop has quit IRC
2722019-05-14T22:05:06  *** irc_viewer_test has joined #bitcoin-core-dev
2732019-05-14T22:05:55  *** jarthur has quit IRC
2742019-05-14T22:07:27  *** spinza has quit IRC
2752019-05-14T22:12:25  *** irc_viewer_test has quit IRC
2762019-05-14T22:13:35  *** lnostdal has quit IRC
2772019-05-14T22:17:08  *** scoop has joined #bitcoin-core-dev
2782019-05-14T22:17:57  *** hebasto has quit IRC
2792019-05-14T22:21:52  *** scoop has quit IRC
2802019-05-14T22:24:30  *** spinza has joined #bitcoin-core-dev
2812019-05-14T22:30:53  *** Guyver2 has quit IRC
2822019-05-14T22:31:30  *** Dean_Guss has joined #bitcoin-core-dev
2832019-05-14T22:37:46  *** scoop has joined #bitcoin-core-dev
2842019-05-14T22:39:09  *** michaelsdunn1 has quit IRC
2852019-05-14T22:42:08  *** scoop has quit IRC
2862019-05-14T22:57:36  *** windsok has joined #bitcoin-core-dev
2872019-05-14T22:57:37  *** windsok has quit IRC
2882019-05-14T22:57:37  *** windsok has joined #bitcoin-core-dev
2892019-05-14T22:58:24  *** scoop has joined #bitcoin-core-dev
2902019-05-14T23:02:12  *** windsok has quit IRC
2912019-05-14T23:03:07  *** scoop has quit IRC
2922019-05-14T23:06:23  *** ghost43_ has joined #bitcoin-core-dev
2932019-05-14T23:06:39  *** ghost43 has quit IRC
2942019-05-14T23:17:35  *** scoop has joined #bitcoin-core-dev
2952019-05-14T23:19:33  *** Lightlike has quit IRC
2962019-05-14T23:36:55  *** promag has quit IRC