12016-10-10T00:03:38 *** xinxi has quit IRC
22016-10-10T00:08:17 *** JackH has quit IRC
32016-10-10T00:12:22 *** JackH has joined #bitcoin-core-dev
42016-10-10T00:49:02 *** DigiByteDev has joined #bitcoin-core-dev
52016-10-10T00:51:04 *** bsm117532 has joined #bitcoin-core-dev
62016-10-10T00:59:40 *** dcousens has left #bitcoin-core-dev
72016-10-10T01:00:02 *** dcousens has joined #bitcoin-core-dev
82016-10-10T01:02:23 *** TomMc has joined #bitcoin-core-dev
92016-10-10T01:19:34 *** fengling has joined #bitcoin-core-dev
102016-10-10T01:29:24 *** Silence_ has quit IRC
112016-10-10T01:31:25 *** crescendo has quit IRC
122016-10-10T01:31:27 *** Silence_ has joined #bitcoin-core-dev
132016-10-10T01:31:59 *** crescendo has joined #bitcoin-core-dev
142016-10-10T01:36:01 *** Alopex has quit IRC
152016-10-10T01:37:07 *** Alopex has joined #bitcoin-core-dev
162016-10-10T01:45:27 *** xinxi has joined #bitcoin-core-dev
172016-10-10T01:55:39 *** xinxi has quit IRC
182016-10-10T02:07:37 *** wasi has joined #bitcoin-core-dev
192016-10-10T02:26:37 *** TomMc has quit IRC
202016-10-10T02:55:04 *** DigiByteDev has quit IRC
212016-10-10T02:56:34 *** DigiByteDev has joined #bitcoin-core-dev
222016-10-10T03:00:12 *** xinxi has joined #bitcoin-core-dev
232016-10-10T03:10:26 *** xinxi has quit IRC
242016-10-10T03:26:37 *** molz has quit IRC
252016-10-10T03:28:37 *** zooko has quit IRC
262016-10-10T03:29:05 *** moli has joined #bitcoin-core-dev
272016-10-10T03:43:39 *** fengling has quit IRC
282016-10-10T03:47:49 *** fengling has joined #bitcoin-core-dev
292016-10-10T03:49:31 *** xinxi has joined #bitcoin-core-dev
302016-10-10T04:08:02 *** Alopex has quit IRC
312016-10-10T04:09:07 *** Alopex has joined #bitcoin-core-dev
322016-10-10T04:13:52 *** fengling has quit IRC
332016-10-10T04:20:21 *** waxwing has quit IRC
342016-10-10T04:21:21 *** waxwing has joined #bitcoin-core-dev
352016-10-10T04:21:42 *** fengling has joined #bitcoin-core-dev
362016-10-10T04:24:05 *** Chris_Stewart_5 has quit IRC
372016-10-10T04:25:06 *** Alopex has quit IRC
382016-10-10T04:26:11 *** Alopex has joined #bitcoin-core-dev
392016-10-10T04:36:41 *** xinxi has quit IRC
402016-10-10T04:37:18 *** fengling has quit IRC
412016-10-10T04:40:17 *** xinxi has joined #bitcoin-core-dev
422016-10-10T04:49:09 *** justanotheruser has joined #bitcoin-core-dev
432016-10-10T04:50:54 *** justan0theruser has quit IRC
442016-10-10T05:06:22 *** Alopex has quit IRC
452016-10-10T05:07:27 *** Alopex has joined #bitcoin-core-dev
462016-10-10T05:20:37 *** fengling has joined #bitcoin-core-dev
472016-10-10T05:25:43 *** xinxi has quit IRC
482016-10-10T05:26:18 *** xinxi has joined #bitcoin-core-dev
492016-10-10T05:26:21 *** Alopex has quit IRC
502016-10-10T05:26:34 *** xinxi has quit IRC
512016-10-10T05:27:26 *** Alopex has joined #bitcoin-core-dev
522016-10-10T05:37:07 *** Alopex has quit IRC
532016-10-10T05:38:12 *** Alopex has joined #bitcoin-core-dev
542016-10-10T05:48:01 *** Alopex has quit IRC
552016-10-10T05:49:07 *** Alopex has joined #bitcoin-core-dev
562016-10-10T05:59:27 *** Alopex has quit IRC
572016-10-10T06:00:32 *** Alopex has joined #bitcoin-core-dev
582016-10-10T06:00:35 *** paveljanik has quit IRC
592016-10-10T06:07:36 *** btcdrak has quit IRC
602016-10-10T06:09:43 *** moli has quit IRC
612016-10-10T06:10:13 *** moli has joined #bitcoin-core-dev
622016-10-10T06:17:11 *** Alopex has quit IRC
632016-10-10T06:18:16 *** Alopex has joined #bitcoin-core-dev
642016-10-10T06:54:11 *** btcdrak has joined #bitcoin-core-dev
652016-10-10T06:57:13 *** BashCo has quit IRC
662016-10-10T07:04:16 *** Alopex has quit IRC
672016-10-10T07:05:21 *** Alopex has joined #bitcoin-core-dev
682016-10-10T07:06:57 *** bsm117532 has quit IRC
692016-10-10T07:18:53 *** fengling has quit IRC
702016-10-10T07:22:00 *** BashCo has joined #bitcoin-core-dev
712016-10-10T07:22:43 <jl2012> dcousens: "A non-witness program (defined hereinafter) txin MUST be associated with an empty witness field, represented by a 0x00." means if an input is non-witness program, its associated witness must be empty, which is a 0x00
722016-10-10T07:23:26 <jl2012> tx format is [nVersion][marker][flag](varint)[txins](varint)[txouts][witness][nLockTime]
732016-10-10T07:24:03 <jl2012> [witness] format is [varint][stack][stack].....[varint][stack][stack]...........
742016-10-10T07:24:36 <jl2012> [stack] format is [varint][data]
752016-10-10T07:24:57 <jl2012> the varint inside stack is size of data
762016-10-10T07:25:21 <jl2012> the varint(s) inside witness is the number of stack for a txin
772016-10-10T07:25:53 <jl2012> if an input is non-witness program, the corresponding varint in witness is 0x00, means no stack
782016-10-10T07:26:21 <jl2012> if all inputs are non-witness program, the tx must be serialized in the old way
792016-10-10T07:26:40 *** droark has joined #bitcoin-core-dev
802016-10-10T07:29:00 <jl2012> examples of witness serialization could be found in https://github.com/bitcoin/bips/blob/master/bip-0143.mediawiki#Native_P2WPKH
812016-10-10T07:29:27 <da2ce7> good morning #bitcoin-core-dev
822016-10-10T07:31:21 *** moli has quit IRC
832016-10-10T07:32:13 *** Guyver2 has joined #bitcoin-core-dev
842016-10-10T07:35:23 *** fengling has joined #bitcoin-core-dev
852016-10-10T07:36:21 *** DigiByteDev has quit IRC
862016-10-10T07:44:03 <jl2012> good afternoon
872016-10-10T07:44:29 *** LeMiner has joined #bitcoin-core-dev
882016-10-10T07:45:05 *** laurentmt has joined #bitcoin-core-dev
892016-10-10T07:45:12 *** laurentmt has quit IRC
902016-10-10T07:54:58 *** jnewbery has joined #bitcoin-core-dev
912016-10-10T08:14:13 *** jnewbery has quit IRC
922016-10-10T08:15:02 *** jnewbery has joined #bitcoin-core-dev
932016-10-10T08:15:05 *** droark has quit IRC
942016-10-10T08:18:47 *** cdecker has joined #bitcoin-core-dev
952016-10-10T08:19:23 *** MarcoFalke has joined #bitcoin-core-dev
962016-10-10T08:20:25 *** waxwing has quit IRC
972016-10-10T08:21:13 *** waxwing has joined #bitcoin-core-dev
982016-10-10T08:45:26 *** DigiByteDev has joined #bitcoin-core-dev
992016-10-10T08:45:57 *** jnewbery_ has joined #bitcoin-core-dev
1002016-10-10T08:49:00 *** GAit has joined #bitcoin-core-dev
1012016-10-10T08:49:06 *** Arnavion has quit IRC
1022016-10-10T08:49:10 *** Arnavion3 has joined #bitcoin-core-dev
1032016-10-10T08:49:14 *** Arnavion3 is now known as Arnavion
1042016-10-10T08:49:41 *** ybit_ has joined #bitcoin-core-dev
1052016-10-10T08:49:48 *** jouke_ has joined #bitcoin-core-dev
1062016-10-10T08:49:52 *** kinlo_ has joined #bitcoin-core-dev
1072016-10-10T08:50:02 *** dcousens_ has joined #bitcoin-core-dev
1082016-10-10T08:50:02 *** trippysa1mon has joined #bitcoin-core-dev
1092016-10-10T08:50:11 *** zxzzt_ has joined #bitcoin-core-dev
1102016-10-10T08:50:19 *** Eliel_ has joined #bitcoin-core-dev
1112016-10-10T08:50:21 *** davec_ has joined #bitcoin-core-dev
1122016-10-10T08:50:26 *** GAit has quit IRC
1132016-10-10T08:50:37 *** nickler_ has joined #bitcoin-core-dev
1142016-10-10T08:52:01 *** GAit has joined #bitcoin-core-dev
1152016-10-10T08:53:22 *** Yogh_ has joined #bitcoin-core-dev
1162016-10-10T08:53:24 *** warren_ has joined #bitcoin-core-dev
1172016-10-10T08:53:29 *** gluytium_ has joined #bitcoin-core-dev
1182016-10-10T08:53:56 *** justanotheruser has quit IRC
1192016-10-10T08:54:42 *** jnewbery has quit IRC
1202016-10-10T08:54:43 *** dcousens has quit IRC
1212016-10-10T08:54:44 *** davec has quit IRC
1222016-10-10T08:54:44 *** Yogh has quit IRC
1232016-10-10T08:54:44 *** Evel-Knievel has quit IRC
1242016-10-10T08:54:44 *** ybit has quit IRC
1252016-10-10T08:54:44 *** isis has quit IRC
1262016-10-10T08:54:44 *** nickler has quit IRC
1272016-10-10T08:54:45 *** warren has quit IRC
1282016-10-10T08:54:45 *** trippysalmon has quit IRC
1292016-10-10T08:54:45 *** ghtdak has quit IRC
1302016-10-10T08:54:45 *** kinlo has quit IRC
1312016-10-10T08:54:45 *** gluytium has quit IRC
1322016-10-10T08:54:45 *** d9b4bef9 has quit IRC
1332016-10-10T08:54:46 *** lclc has quit IRC
1342016-10-10T08:54:46 *** tunafizz has quit IRC
1352016-10-10T08:54:46 *** Eliel has quit IRC
1362016-10-10T08:54:47 *** achow101 has quit IRC
1372016-10-10T08:54:47 *** jouke has quit IRC
1382016-10-10T08:54:48 *** zxzzt has quit IRC
1392016-10-10T08:54:49 *** kinlo_ is now known as kinlo
1402016-10-10T08:54:57 *** lclc_ has joined #bitcoin-core-dev
1412016-10-10T08:55:05 *** tunafizz has joined #bitcoin-core-dev
1422016-10-10T08:55:07 *** Evel-Knievel has joined #bitcoin-core-dev
1432016-10-10T08:55:08 *** d9b4bef9 has joined #bitcoin-core-dev
1442016-10-10T08:57:39 *** isis has joined #bitcoin-core-dev
1452016-10-10T09:00:27 *** jnewbery_ has quit IRC
1462016-10-10T09:02:00 *** achow101 has joined #bitcoin-core-dev
1472016-10-10T09:03:05 *** ghtdak has joined #bitcoin-core-dev
1482016-10-10T09:03:41 *** jnewbery has joined #bitcoin-core-dev
1492016-10-10T09:11:02 *** laurentmt has joined #bitcoin-core-dev
1502016-10-10T09:12:09 *** laurentmt has quit IRC
1512016-10-10T09:22:43 *** Guyver2 has quit IRC
1522016-10-10T09:33:11 *** moli has joined #bitcoin-core-dev
1532016-10-10T09:33:59 *** stan_ has joined #bitcoin-core-dev
1542016-10-10T09:39:57 *** GAit has quit IRC
1552016-10-10T09:54:26 *** GAit has joined #bitcoin-core-dev
1562016-10-10T09:56:12 *** laurentmt has joined #bitcoin-core-dev
1572016-10-10T09:56:20 *** laurentmt has quit IRC
1582016-10-10T10:06:26 <GitHub188> [bitcoin] fanquake closed pull request #8733: More granular debug [WIP] (master...MoreGranularDebug.wip) https://github.com/bitcoin/bitcoin/pull/8733
1592016-10-10T10:17:29 *** GAit has quit IRC
1602016-10-10T10:22:37 *** jnewbery has quit IRC
1612016-10-10T10:31:26 *** jnewbery has joined #bitcoin-core-dev
1622016-10-10T10:52:45 *** droark has joined #bitcoin-core-dev
1632016-10-10T10:55:30 *** jtimon has joined #bitcoin-core-dev
1642016-10-10T10:55:56 *** fengling has quit IRC
1652016-10-10T10:56:35 *** AaronvanW has joined #bitcoin-core-dev
1662016-10-10T10:56:35 *** AaronvanW has quit IRC
1672016-10-10T10:56:35 *** AaronvanW has joined #bitcoin-core-dev
1682016-10-10T10:59:38 *** jnewbery has quit IRC
1692016-10-10T11:02:45 *** jnewbery has joined #bitcoin-core-dev
1702016-10-10T11:11:08 *** jtimon has quit IRC
1712016-10-10T11:15:02 *** fengling has joined #bitcoin-core-dev
1722016-10-10T11:15:59 *** jtimon has joined #bitcoin-core-dev
1732016-10-10T11:17:05 <GitHub180> [bitcoin] sipa pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/072116fceb22...6429cfa8a703
1742016-10-10T11:17:06 <GitHub180> bitcoin/master 06128da Matt Corallo: Make GetFetchFlags always request witness objects from witness peers...
1752016-10-10T11:17:07 <GitHub180> bitcoin/master be7555f Matt Corallo: Fix overly-prescriptive p2p-segwit test for new fetch logic
1762016-10-10T11:17:07 <GitHub180> bitcoin/master 6aa28ab Pieter Wuille: Use cmpctblock type 2 for segwit-enabled transfer...
1772016-10-10T11:17:11 <GitHub12> [bitcoin] sipa closed pull request #8393: Support for compact blocks together with segwit (master...segwitcb) https://github.com/bitcoin/bitcoin/pull/8393
1782016-10-10T11:18:05 <BlueMatt> heyyyyyyy
1792016-10-10T11:18:07 <BlueMatt> yay sipa
1802016-10-10T11:18:49 <sipa> yay BlueMatt
1812016-10-10T11:19:08 <sipa> i've really just been merging in your proposed changes to it the past weeks
1822016-10-10T11:20:21 <BlueMatt> heh
1832016-10-10T11:20:38 *** jnewbery has quit IRC
1842016-10-10T11:22:17 *** cdecker has quit IRC
1852016-10-10T11:22:18 *** BashCo_ has joined #bitcoin-core-dev
1862016-10-10T11:25:06 *** BashCo has quit IRC
1872016-10-10T11:29:19 <btcdrak> woot
1882016-10-10T11:30:48 <GitHub142> [bitcoin] MarcoFalke closed pull request #8871: Make GetFetchFlags always request witness objects from witness peers (master...fetchflags) https://github.com/bitcoin/bitcoin/pull/8871
1892016-10-10T11:32:20 *** AaronvanW has quit IRC
1902016-10-10T11:37:14 *** AaronvanW has joined #bitcoin-core-dev
1912016-10-10T11:37:44 *** AaronvanW has quit IRC
1922016-10-10T11:37:45 *** AaronvanW has joined #bitcoin-core-dev
1932016-10-10T11:44:23 *** SL__ has quit IRC
1942016-10-10T11:56:18 *** jnewbery has joined #bitcoin-core-dev
1952016-10-10T12:01:06 <jtimon> mhmm, BlueMatt do you know which PR replaced #4692 ?
1962016-10-10T12:01:40 <jtimon> or anyone, do you remember which PR exposed verifyScript in libconsensus ?
1972016-10-10T12:08:35 *** AaronvanW has quit IRC
1982016-10-10T12:08:41 *** AaronvanW has joined #bitcoin-core-dev
1992016-10-10T12:09:28 *** waxwing has quit IRC
2002016-10-10T12:12:59 *** cdecker has joined #bitcoin-core-dev
2012016-10-10T12:13:17 *** AaronvanW has quit IRC
2022016-10-10T12:20:33 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2032016-10-10T12:20:55 *** AaronvanW has joined #bitcoin-core-dev
2042016-10-10T12:21:25 *** jtimon has quit IRC
2052016-10-10T12:21:30 *** AaronvanW has quit IRC
2062016-10-10T12:21:30 *** AaronvanW has joined #bitcoin-core-dev
2072016-10-10T12:22:37 *** moli has quit IRC
2082016-10-10T12:24:26 *** otium has joined #bitcoin-core-dev
2092016-10-10T12:28:37 *** Chris_Stewart_5 has quit IRC
2102016-10-10T12:29:16 *** jtimon has joined #bitcoin-core-dev
2112016-10-10T12:34:06 *** jnewbery has quit IRC
2122016-10-10T12:35:25 *** crudel has quit IRC
2132016-10-10T12:42:35 <BlueMatt> jtimon: i dont :/
2142016-10-10T12:43:38 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2152016-10-10T12:43:44 *** jnewbery has joined #bitcoin-core-dev
2162016-10-10T12:44:09 <wumpus> jtimon: git log -p src/script/bitcoinconsensus.h ?
2172016-10-10T12:47:05 <jtimon> wumpus: right, it was 2cf5f16c by cfields, in #5235
2182016-10-10T12:54:20 *** Chris_Stewart_5 has quit IRC
2192016-10-10T12:56:56 *** waxwing__ has joined #bitcoin-core-dev
2202016-10-10T12:59:07 *** moli has joined #bitcoin-core-dev
2212016-10-10T12:59:18 *** jnewbery has quit IRC
2222016-10-10T12:59:40 *** fengling has quit IRC
2232016-10-10T13:04:37 *** dcousens_ has quit IRC
2242016-10-10T13:06:37 *** dcousens has joined #bitcoin-core-dev
2252016-10-10T13:07:24 *** jnewbery has joined #bitcoin-core-dev
2262016-10-10T13:09:49 *** moli has quit IRC
2272016-10-10T13:10:26 *** moli has joined #bitcoin-core-dev
2282016-10-10T13:12:21 *** jnewbery has quit IRC
2292016-10-10T13:12:26 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2302016-10-10T13:15:12 *** waxwing has joined #bitcoin-core-dev
2312016-10-10T13:17:51 *** Chris_Stewart_5 has quit IRC
2322016-10-10T13:18:08 *** waxwing__ has quit IRC
2332016-10-10T13:18:14 *** TomMc has joined #bitcoin-core-dev
2342016-10-10T13:24:06 *** cryptapus_afk is now known as cryptapus
2352016-10-10T13:25:36 *** jnewbery has joined #bitcoin-core-dev
2362016-10-10T13:30:07 *** DigiByteDev_ has joined #bitcoin-core-dev
2372016-10-10T13:31:12 *** DigiByteDev has quit IRC
2382016-10-10T13:31:13 *** DigiByteDev_ is now known as DigiByteDev
2392016-10-10T13:31:20 *** AaronvanW has quit IRC
2402016-10-10T13:33:24 <jtimon> CodeShark: https://github.com/jtimon/bitcoin/commits/jt-globals https://github.com/jtimon/bitcoin/commits/jt-glbals2
2412016-10-10T13:34:31 *** AaronvanW has joined #bitcoin-core-dev
2422016-10-10T13:35:02 *** AaronvanW has quit IRC
2432016-10-10T13:35:02 *** AaronvanW has joined #bitcoin-core-dev
2442016-10-10T13:39:17 *** dcousens has quit IRC
2452016-10-10T13:39:41 *** stan__ has joined #bitcoin-core-dev
2462016-10-10T13:41:57 *** stan_ has quit IRC
2472016-10-10T13:48:24 *** jtimon has quit IRC
2482016-10-10T13:59:31 *** jtimon has joined #bitcoin-core-dev
2492016-10-10T14:06:01 *** paveljanik has joined #bitcoin-core-dev
2502016-10-10T14:12:30 *** Lauda_ has joined #bitcoin-core-dev
2512016-10-10T14:13:12 *** Lauda has quit IRC
2522016-10-10T14:23:19 <jtimon> awesome, got an ACK for #8337 !
2532016-10-10T14:25:37 *** moli has quit IRC
2542016-10-10T14:34:20 *** AaronvanW has quit IRC
2552016-10-10T14:36:12 *** so has quit IRC
2562016-10-10T14:36:13 *** haakonn has quit IRC
2572016-10-10T14:36:22 *** so has joined #bitcoin-core-dev
2582016-10-10T14:37:53 *** so has quit IRC
2592016-10-10T14:40:49 *** AaronvanW has joined #bitcoin-core-dev
2602016-10-10T14:40:49 *** AaronvanW has quit IRC
2612016-10-10T14:40:49 *** AaronvanW has joined #bitcoin-core-dev
2622016-10-10T14:44:42 *** BashCo_ has quit IRC
2632016-10-10T14:45:45 *** ill has quit IRC
2642016-10-10T14:53:02 <GitHub172> [bitcoin] jonasschnelli pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/6429cfa8a703...bf8e68aba68d
2652016-10-10T14:53:03 <GitHub172> bitcoin/master faa4de2 MarcoFalke: [qt] sync-overlay: Don't block during reindex
2662016-10-10T14:53:04 <GitHub172> bitcoin/master fa85e86 MarcoFalke: [qt] sync-overlay: Don't show estimated number of headers left
2672016-10-10T14:53:04 <GitHub172> bitcoin/master bf8e68a Jonas Schnelli: Merge #8821: [qt] sync-overlay: Don't block during reindex...
2682016-10-10T14:53:17 <GitHub62> [bitcoin] jonasschnelli closed pull request #8821: [qt] sync-overlay: Don't block during reindex (master...Mf1609-qtSyncReindex) https://github.com/bitcoin/bitcoin/pull/8821
2692016-10-10T14:55:03 *** stan__ has quit IRC
2702016-10-10T14:55:29 *** stan_ has joined #bitcoin-core-dev
2712016-10-10T15:00:09 <btcdrak> jtimon: images are broken in that libconsensus repo
2722016-10-10T15:02:20 <wumpus> a libconsensus repo with images? cool
2732016-10-10T15:02:40 *** jtimon has quit IRC
2742016-10-10T15:03:29 <sipa> preimages?
2752016-10-10T15:08:29 *** jtimon has joined #bitcoin-core-dev
2762016-10-10T15:08:32 <GitHub44> [bitcoin] MarcoFalke opened pull request #8906: [qt] sync-overlay: Don't show progress twice (master...Mf1610-qtSyncProgress) https://github.com/bitcoin/bitcoin/pull/8906
2772016-10-10T15:15:18 *** moli has joined #bitcoin-core-dev
2782016-10-10T15:19:57 *** AaronvanW has quit IRC
2792016-10-10T15:21:51 *** moli has quit IRC
2802016-10-10T15:21:54 *** BashCo has joined #bitcoin-core-dev
2812016-10-10T15:22:19 *** moli has joined #bitcoin-core-dev
2822016-10-10T15:23:17 *** AaronvanW has joined #bitcoin-core-dev
2832016-10-10T15:23:47 *** AaronvanW has quit IRC
2842016-10-10T15:23:47 *** AaronvanW has joined #bitcoin-core-dev
2852016-10-10T15:34:48 *** go1111111 has joined #bitcoin-core-dev
2862016-10-10T15:47:34 *** chauncie has quit IRC
2872016-10-10T15:50:08 *** achow101 has quit IRC
2882016-10-10T15:52:51 *** fengling has joined #bitcoin-core-dev
2892016-10-10T15:56:20 *** jnewbery has quit IRC
2902016-10-10T16:03:10 *** jnewbery has joined #bitcoin-core-dev
2912016-10-10T16:03:44 *** jnewbery has quit IRC
2922016-10-10T16:04:14 *** To7 has joined #bitcoin-core-dev
2932016-10-10T16:04:31 *** jtimon has quit IRC
2942016-10-10T16:07:58 *** fengling has quit IRC
2952016-10-10T16:13:08 *** waxwing has quit IRC
2962016-10-10T16:24:37 *** AaronvanW has quit IRC
2972016-10-10T16:30:50 *** stan__ has joined #bitcoin-core-dev
2982016-10-10T16:34:04 *** DigiByteDev has quit IRC
2992016-10-10T16:34:08 *** stan_ has quit IRC
3002016-10-10T16:35:21 *** stan__ has quit IRC
3012016-10-10T16:43:51 *** stan_ has joined #bitcoin-core-dev
3022016-10-10T16:53:24 *** cryptapus is now known as cryptapus_afk
3032016-10-10T16:53:34 *** cryptapus_afk is now known as cryptapus
3042016-10-10T16:53:59 *** Chris_Stewart_5 has joined #bitcoin-core-dev
3052016-10-10T16:54:25 *** moli has quit IRC
3062016-10-10T16:58:37 *** cdecker has quit IRC
3072016-10-10T17:01:03 *** droark has quit IRC
3082016-10-10T17:04:43 *** AaronvanW has joined #bitcoin-core-dev
3092016-10-10T17:05:12 *** AaronvanW has quit IRC
3102016-10-10T17:05:12 *** AaronvanW has joined #bitcoin-core-dev
3112016-10-10T17:10:48 *** luke-jr has quit IRC
3122016-10-10T17:11:06 *** luke-jr has joined #bitcoin-core-dev
3132016-10-10T17:29:42 *** Giszmo has joined #bitcoin-core-dev
3142016-10-10T17:31:23 *** cryptapus has quit IRC
3152016-10-10T17:39:04 *** luke-jr has quit IRC
3162016-10-10T17:39:28 *** luke-jr has joined #bitcoin-core-dev
3172016-10-10T17:43:08 *** stan_ has quit IRC
3182016-10-10T17:47:38 *** cryptapus has joined #bitcoin-core-dev
3192016-10-10T17:47:38 *** cryptapus has joined #bitcoin-core-dev
3202016-10-10T17:49:40 *** Chris_Stewart_5 has quit IRC
3212016-10-10T17:50:24 *** Lauda_ is now known as Lauda
3222016-10-10T17:50:30 *** Lauda has joined #bitcoin-core-dev
3232016-10-10T17:51:48 *** Chris_Stewart_5 has joined #bitcoin-core-dev
3242016-10-10T17:52:57 *** AaronvanW has quit IRC
3252016-10-10T18:00:10 *** AaronvanW has joined #bitcoin-core-dev
3262016-10-10T18:00:40 *** AaronvanW has quit IRC
3272016-10-10T18:00:41 *** AaronvanW has joined #bitcoin-core-dev
3282016-10-10T18:05:01 *** spudowiar has joined #bitcoin-core-dev
3292016-10-10T18:11:21 *** achow101 has joined #bitcoin-core-dev
3302016-10-10T18:25:11 *** go1111111 has quit IRC
3312016-10-10T18:38:08 *** laurentmt has joined #bitcoin-core-dev
3322016-10-10T18:39:49 *** laurentmt has quit IRC
3332016-10-10T18:44:04 *** Chris_Stewart_5 has quit IRC
3342016-10-10T18:52:50 *** haakonn has joined #bitcoin-core-dev
3352016-10-10T18:57:30 *** spudowiar has quit IRC
3362016-10-10T19:00:05 *** Chris_Stewart_5 has joined #bitcoin-core-dev
3372016-10-10T19:11:57 *** ill has joined #bitcoin-core-dev
3382016-10-10T19:23:57 *** AaronvanW has quit IRC
3392016-10-10T19:32:19 *** waxwing has joined #bitcoin-core-dev
3402016-10-10T19:41:44 *** d_t has joined #bitcoin-core-dev
3412016-10-10T19:45:41 *** Chris_Stewart_5 has quit IRC
3422016-10-10T19:47:35 *** Chris_Stewart_5 has joined #bitcoin-core-dev
3432016-10-10T20:03:36 *** Guyver2 has joined #bitcoin-core-dev
3442016-10-10T20:13:24 *** droark has joined #bitcoin-core-dev
3452016-10-10T20:17:37 *** davec_ has quit IRC
3462016-10-10T20:20:40 *** waxwing has quit IRC
3472016-10-10T20:21:21 *** waxwing has joined #bitcoin-core-dev
3482016-10-10T20:34:36 *** ill has quit IRC
3492016-10-10T20:43:28 *** moli has joined #bitcoin-core-dev
3502016-10-10T20:56:47 *** davec has joined #bitcoin-core-dev
3512016-10-10T21:07:08 *** Chris_Stewart_5 has quit IRC
3522016-10-10T21:12:50 *** molz has joined #bitcoin-core-dev
3532016-10-10T21:13:55 *** moli has quit IRC
3542016-10-10T21:16:42 *** Guyver2 has quit IRC
3552016-10-10T21:22:58 *** Chris_Stewart_5 has joined #bitcoin-core-dev
3562016-10-10T21:51:51 *** AaronvanW has joined #bitcoin-core-dev
3572016-10-10T21:52:17 *** AaronvanW has quit IRC
3582016-10-10T21:52:17 *** AaronvanW has joined #bitcoin-core-dev
3592016-10-10T22:00:48 *** timothy has quit IRC
3602016-10-10T22:00:51 *** drizztbsd has joined #bitcoin-core-dev
3612016-10-10T22:01:22 *** drizztbsd is now known as timothy
3622016-10-10T22:14:09 *** cheese_ has joined #bitcoin-core-dev
3632016-10-10T22:14:10 *** cheese_ has joined #bitcoin-core-dev
3642016-10-10T22:15:11 *** cryptapus is now known as cryptapus_afk
3652016-10-10T22:17:26 *** Cheeseo has quit IRC
3662016-10-10T22:27:03 *** laurentmt has joined #bitcoin-core-dev
3672016-10-10T22:27:32 *** laurentmt has quit IRC
3682016-10-10T22:40:16 *** dcousens has joined #bitcoin-core-dev
3692016-10-10T22:48:49 *** molz has quit IRC
3702016-10-10T22:51:08 *** molz has joined #bitcoin-core-dev
3712016-10-10T22:52:59 *** MarcoFalke has quit IRC
3722016-10-10T23:11:44 *** kadoban has joined #bitcoin-core-dev
3732016-10-10T23:13:16 *** justanotheruser has joined #bitcoin-core-dev
3742016-10-10T23:40:30 *** droark has quit IRC