12018-10-21T00:06:09 *** AaronvanW has joined #bitcoin-core-dev
22018-10-21T00:10:52 *** AaronvanW has quit IRC
32018-10-21T00:19:04 *** bitcoin-git has joined #bitcoin-core-dev
42018-10-21T00:19:05 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/96c409c919b9...75795603dd2f
52018-10-21T00:19:06 <bitcoin-git> bitcoin/master 97ddc60 practicalswift: validation: Pass chainparams in AcceptToMemoryPoolWorker(...)
62018-10-21T00:19:06 <bitcoin-git> bitcoin/master 7579560 MarcoFalke: Merge #13909: validation: Pass chainparams in AcceptToMemoryPoolWorker(...)...
72018-10-21T00:19:07 *** bitcoin-git has left #bitcoin-core-dev
82018-10-21T00:19:48 *** bitcoin-git has joined #bitcoin-core-dev
92018-10-21T00:19:48 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #13909: validation: Pass chainparams in AcceptToMemoryPoolWorker(...) (master...remove-chainparams-argument-to-AcceptToMemoryPoolWorker) https://github.com/bitcoin/bitcoin/pull/13909
102018-10-21T00:19:48 *** bitcoin-git has left #bitcoin-core-dev
112018-10-21T00:36:16 <phantomcircuit> sipa, i should note that the recv/send select logic is basically incompatible with callback style handling
122018-10-21T00:49:47 *** AaronvanW has joined #bitcoin-core-dev
132018-10-21T00:51:37 <sipa> phantomcircuit: how so?
142018-10-21T00:54:30 *** AaronvanW has quit IRC
152018-10-21T01:00:46 <phantomcircuit> sipa, selectively not asking about recv when we have write buffer to send is awkward with callbacks
162018-10-21T01:05:31 <sipa> phantomcircuit: you can use a model where if a recv available callback happens for a peer for which we have a send buffer, you just set a boolean; and whenever you empty the send buffer, you check that boolean and then run the normal recv is true
172018-10-21T01:06:35 <phantomcircuit> sipa, but if the send buffers doesn't empty you have a spin loop
182018-10-21T01:08:37 *** josephni_ has joined #bitcoin-core-dev
192018-10-21T01:08:37 *** josephnicholas has quit IRC
202018-10-21T01:16:10 *** josephni_ has quit IRC
212018-10-21T01:16:57 *** josephnicholas has joined #bitcoin-core-dev
222018-10-21T01:22:56 *** irc_viewer_test has joined #bitcoin-core-dev
232018-10-21T01:28:26 <sipa> phantomcircuit: hmm, i have no experience with async io models, but i'd expect you get only notified once when recv buffer goes from not empty to empty; or at least at most once per tcp packet or so
242018-10-21T01:29:31 <sipa> *from empty to non-empty
252018-10-21T01:30:01 *** rh0nj has quit IRC
262018-10-21T01:31:07 *** rh0nj has joined #bitcoin-core-dev
272018-10-21T01:32:10 *** tknp has joined #bitcoin-core-dev
282018-10-21T01:33:03 *** Chris_Stewart_5 has joined #bitcoin-core-dev
292018-10-21T01:38:21 *** irc_viewer_test has quit IRC
302018-10-21T01:41:49 *** esotericnonsense has quit IRC
312018-10-21T01:42:09 *** justan0theruser has joined #bitcoin-core-dev
322018-10-21T01:42:35 *** laurentmt has joined #bitcoin-core-dev
332018-10-21T01:43:25 *** esotericnonsense has joined #bitcoin-core-dev
342018-10-21T01:43:51 *** justanotheruser has quit IRC
352018-10-21T01:44:05 *** AaronvanW has joined #bitcoin-core-dev
362018-10-21T01:45:04 *** murrayn[m] has quit IRC
372018-10-21T01:45:11 *** Krellan has joined #bitcoin-core-dev
382018-10-21T01:45:19 *** murrayn[m] has joined #bitcoin-core-dev
392018-10-21T01:47:49 *** murrayn[m] has quit IRC
402018-10-21T01:48:07 *** AaronvanW has quit IRC
412018-10-21T01:48:52 *** murrayn[m] has joined #bitcoin-core-dev
422018-10-21T01:49:52 *** Krellan has quit IRC
432018-10-21T01:50:59 *** bitcoin-git has joined #bitcoin-core-dev
442018-10-21T01:51:00 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14309: Use non-throwing type-safe ChainType where possible (master...Mf1809-chainType) https://github.com/bitcoin/bitcoin/pull/14309
452018-10-21T01:51:00 *** bitcoin-git has left #bitcoin-core-dev
462018-10-21T01:55:50 *** jpe_ has joined #bitcoin-core-dev
472018-10-21T01:58:27 *** jpe has quit IRC
482018-10-21T02:01:03 *** murrayn[m] has quit IRC
492018-10-21T02:01:24 *** murrayn[m] has joined #bitcoin-core-dev
502018-10-21T02:10:13 *** bitcoin-git has joined #bitcoin-core-dev
512018-10-21T02:10:14 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/75795603dd2f...73cddb36a88f
522018-10-21T02:10:14 <bitcoin-git> bitcoin/master 8640631 Mason Simon: docs: Document lint tests
532018-10-21T02:10:15 <bitcoin-git> bitcoin/master 73cddb3 MarcoFalke: Merge #14526: docs: Document lint tests...
542018-10-21T02:10:15 *** bitcoin-git has left #bitcoin-core-dev
552018-10-21T02:11:23 *** bitcoin-git has joined #bitcoin-core-dev
562018-10-21T02:11:23 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14526: docs: Document lint tests (master...revive-document-lint-tests) https://github.com/bitcoin/bitcoin/pull/14526
572018-10-21T02:11:23 *** bitcoin-git has left #bitcoin-core-dev
582018-10-21T02:13:53 *** Krellan_ has joined #bitcoin-core-dev
592018-10-21T02:14:36 *** bitcoin-git has joined #bitcoin-core-dev
602018-10-21T02:14:36 <bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/73cddb36a88f...5c25409d6851
612018-10-21T02:14:37 <bitcoin-git> bitcoin/master eb49412 Russell Yanofsky: doc/descriptors.md tweaks...
622018-10-21T02:14:37 <bitcoin-git> bitcoin/master eeeaa29 Russell Yanofsky: descriptors.md: Refer to descriptors as describing instead of matching
632018-10-21T02:14:38 <bitcoin-git> bitcoin/master 5c25409 MarcoFalke: Merge #14161: doc/descriptors.md tweaks...
642018-10-21T02:14:38 *** bitcoin-git has left #bitcoin-core-dev
652018-10-21T02:15:22 *** bitcoin-git has joined #bitcoin-core-dev
662018-10-21T02:15:22 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14161: doc/descriptors.md tweaks (master...pr/ddoc) https://github.com/bitcoin/bitcoin/pull/14161
672018-10-21T02:15:22 *** bitcoin-git has left #bitcoin-core-dev
682018-10-21T02:16:07 *** dviola has quit IRC
692018-10-21T02:17:19 *** laurentmt has quit IRC
702018-10-21T02:38:09 *** AaronvanW has joined #bitcoin-core-dev
712018-10-21T02:39:36 *** harrymm has quit IRC
722018-10-21T02:42:42 *** AaronvanW has quit IRC
732018-10-21T02:46:52 *** Chris_Stewart_5 has quit IRC
742018-10-21T02:54:27 *** Chris_Stewart_5 has joined #bitcoin-core-dev
752018-10-21T03:15:22 <phantomcircuit> sipa, you register for events which can either be edge or level triggered
762018-10-21T03:15:40 <phantomcircuit> the edge triggered would avoid the issue but is more prone to missing events cause of buts
772018-10-21T03:15:42 <phantomcircuit> bugs
782018-10-21T03:19:32 *** Chris_Stewart_5 has quit IRC
792018-10-21T03:21:21 <sipa> phantomcircuit: makes sense
802018-10-21T03:29:14 *** Chris_Stewart_5 has joined #bitcoin-core-dev
812018-10-21T03:32:09 *** AaronvanW has joined #bitcoin-core-dev
822018-10-21T03:36:40 *** AaronvanW has quit IRC
832018-10-21T03:37:42 *** Chris_Stewart_5 has quit IRC
842018-10-21T03:55:06 *** schnerchi has joined #bitcoin-core-dev
852018-10-21T03:57:21 *** lnostdal has quit IRC
862018-10-21T03:58:04 *** schnerch_ has quit IRC
872018-10-21T04:05:26 *** verjj has joined #bitcoin-core-dev
882018-10-21T04:15:04 *** jpe_ has quit IRC
892018-10-21T04:26:21 *** AaronvanW has joined #bitcoin-core-dev
902018-10-21T04:31:48 *** AaronvanW has quit IRC
912018-10-21T05:08:01 *** josephnicholas has quit IRC
922018-10-21T05:08:18 *** josephnicholas has joined #bitcoin-core-dev
932018-10-21T05:20:29 *** AaronvanW has joined #bitcoin-core-dev
942018-10-21T05:24:57 *** AaronvanW has quit IRC
952018-10-21T05:26:01 *** hebasto has joined #bitcoin-core-dev
962018-10-21T05:27:09 *** josephnicholas has quit IRC
972018-10-21T05:27:59 *** josephnicholas has joined #bitcoin-core-dev
982018-10-21T05:28:43 *** josephnicholas has joined #bitcoin-core-dev
992018-10-21T05:29:25 *** verjj has quit IRC
1002018-10-21T05:43:19 *** harrymm has joined #bitcoin-core-dev
1012018-10-21T05:47:01 *** rh0nj has quit IRC
1022018-10-21T05:48:07 *** rh0nj has joined #bitcoin-core-dev
1032018-10-21T05:51:01 *** TheHoliestRoger has quit IRC
1042018-10-21T05:53:49 *** TheHoliestRoger has joined #bitcoin-core-dev
1052018-10-21T05:56:53 *** verjj has joined #bitcoin-core-dev
1062018-10-21T05:59:23 *** TheHoliestRoger has quit IRC
1072018-10-21T06:02:11 *** TheHoliestRoger has joined #bitcoin-core-dev
1082018-10-21T06:05:18 *** Krellan_ has quit IRC
1092018-10-21T06:10:25 *** Tuna_Golem has quit IRC
1102018-10-21T06:10:27 <echeveria> why does the inwitness rpc field deseralize by default?
1112018-10-21T06:14:34 *** AaronvanW has joined #bitcoin-core-dev
1122018-10-21T06:15:59 *** Tuna_Golem has joined #bitcoin-core-dev
1132018-10-21T06:19:16 *** AaronvanW has quit IRC
1142018-10-21T06:27:57 *** Krellan has joined #bitcoin-core-dev
1152018-10-21T06:28:32 *** tknp has quit IRC
1162018-10-21T06:30:46 *** newbie-- has quit IRC
1172018-10-21T06:33:16 *** newbie-- has joined #bitcoin-core-dev
1182018-10-21T07:04:37 *** verjj has quit IRC
1192018-10-21T07:08:54 *** AaronvanW has joined #bitcoin-core-dev
1202018-10-21T07:13:16 *** AaronvanW has quit IRC
1212018-10-21T07:28:29 *** Tuna_Golem has quit IRC
1222018-10-21T07:55:23 *** robo7 has quit IRC
1232018-10-21T07:59:17 *** Guyver2 has joined #bitcoin-core-dev
1242018-10-21T08:00:53 *** josephnicholas has quit IRC
1252018-10-21T08:02:49 *** AaronvanW has joined #bitcoin-core-dev
1262018-10-21T08:03:02 *** sanket1729 has joined #bitcoin-core-dev
1272018-10-21T08:04:37 <sanket1729> Hello, I have one small quick question. Does bitcoin core ever prune orphan blocks? I mean do all full nodes have a very old orphan block, say from 2014?
1282018-10-21T08:05:51 <wumpus> sanket1729: they do!
1292018-10-21T08:06:00 <wumpus> sanket1729: eh, they don't I mean, they do *keep*those blocks
1302018-10-21T08:06:08 *** pope has joined #bitcoin-core-dev
1312018-10-21T08:06:57 *** pope has joined #bitcoin-core-dev
1322018-10-21T08:07:06 <wumpus> sanket1729: 'getchaintips' to get the alternative chain tips IIRC
1332018-10-21T08:07:16 *** AaronvanW has quit IRC
1342018-10-21T08:07:19 <sanket1729> Thanks! Do the nodes respond to getBlock p2p command for such old block?
1352018-10-21T08:07:47 *** josephnicholas has joined #bitcoin-core-dev
1362018-10-21T08:08:17 <wumpus> no, they only respond for blocks on the current chain; otherwise that would be way to fingerprint nodes
1372018-10-21T08:11:51 <sanket1729> Thanks, so there is no way I can get the block via the p2p interface, right?
1382018-10-21T08:12:42 <echeveria> that's literally what was said in the conversation.
1392018-10-21T08:13:32 <wumpus> right, only through RPC "getblock"
1402018-10-21T08:16:58 <wumpus> if you're looking for a specific block, you could check block explorers if they have it, or ask here or in #bitcoin
1412018-10-21T08:22:08 *** josephnicholas has quit IRC
1422018-10-21T08:38:49 *** StopAndDecrypt has quit IRC
1432018-10-21T08:40:25 *** StopAndDecrypt has joined #bitcoin-core-dev
1442018-10-21T08:40:34 *** StopAndDecrypt has quit IRC
1452018-10-21T08:40:34 *** StopAndDecrypt has joined #bitcoin-core-dev
1462018-10-21T08:41:23 *** Krellan has quit IRC
1472018-10-21T08:41:30 *** murrayn[m] has quit IRC
1482018-10-21T08:42:42 *** Krellan has joined #bitcoin-core-dev
1492018-10-21T08:49:39 *** dcousens has joined #bitcoin-core-dev
1502018-10-21T08:51:47 *** sanket1729 has quit IRC
1512018-10-21T09:13:12 *** josephnicholas has joined #bitcoin-core-dev
1522018-10-21T09:18:04 *** josephnicholas has quit IRC
1532018-10-21T09:45:18 *** Victorsueca has quit IRC
1542018-10-21T09:48:31 *** Victorsueca has joined #bitcoin-core-dev
1552018-10-21T09:49:01 *** rh0nj has quit IRC
1562018-10-21T09:50:08 *** rh0nj has joined #bitcoin-core-dev
1572018-10-21T09:51:15 *** AaronvanW has joined #bitcoin-core-dev
1582018-10-21T09:55:27 *** AaronvanW has quit IRC
1592018-10-21T10:02:47 *** kexkey has quit IRC
1602018-10-21T10:03:08 *** kexkey has joined #bitcoin-core-dev
1612018-10-21T10:07:54 *** AaronvanW has joined #bitcoin-core-dev
1622018-10-21T10:08:54 *** spinza has quit IRC
1632018-10-21T10:24:08 *** josephnicholas has joined #bitcoin-core-dev
1642018-10-21T10:28:27 *** josephnicholas has quit IRC
1652018-10-21T10:41:22 *** spinza has joined #bitcoin-core-dev
1662018-10-21T10:42:21 *** opdenkamp has quit IRC
1672018-10-21T10:46:47 *** opdenkamp has joined #bitcoin-core-dev
1682018-10-21T10:51:26 *** Krellan has quit IRC
1692018-10-21T10:52:17 *** AaronvanW has quit IRC
1702018-10-21T10:52:47 *** Krellan has joined #bitcoin-core-dev
1712018-10-21T11:14:18 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1722018-10-21T11:16:30 *** Aaronvan_ has joined #bitcoin-core-dev
1732018-10-21T11:17:24 *** luke-jr has quit IRC
1742018-10-21T11:17:38 *** luke-jr has joined #bitcoin-core-dev
1752018-10-21T11:19:13 *** luke-jr has quit IRC
1762018-10-21T11:19:26 *** luke-jr has joined #bitcoin-core-dev
1772018-10-21T11:24:04 *** Chris_Stewart_5 has quit IRC
1782018-10-21T11:28:28 *** Aaronvan_ has quit IRC
1792018-10-21T11:37:33 *** booyah has quit IRC
1802018-10-21T11:51:13 *** luke-jr has quit IRC
1812018-10-21T11:51:25 *** luke-jr has joined #bitcoin-core-dev
1822018-10-21T11:54:00 *** luke-jr has quit IRC
1832018-10-21T11:54:12 *** luke-jr has joined #bitcoin-core-dev
1842018-10-21T11:55:23 *** nomad has joined #bitcoin-core-dev
1852018-10-21T11:55:43 *** josephnicholas has joined #bitcoin-core-dev
1862018-10-21T11:56:01 *** nomad has quit IRC
1872018-10-21T11:59:47 *** josephnicholas has quit IRC
1882018-10-21T12:03:48 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1892018-10-21T12:12:40 *** Chris_Stewart_5 has quit IRC
1902018-10-21T12:17:44 *** pope_ has joined #bitcoin-core-dev
1912018-10-21T12:17:59 *** pope has quit IRC
1922018-10-21T12:22:30 *** pope_ has quit IRC
1932018-10-21T12:22:33 *** pope__ has joined #bitcoin-core-dev
1942018-10-21T12:31:01 *** jpe has joined #bitcoin-core-dev
1952018-10-21T12:51:56 *** josephnicholas has joined #bitcoin-core-dev
1962018-10-21T12:57:36 *** josephnicholas has quit IRC
1972018-10-21T13:01:32 *** josephnicholas has joined #bitcoin-core-dev
1982018-10-21T13:15:09 *** josephnicholas has quit IRC
1992018-10-21T13:15:45 *** josephnicholas has joined #bitcoin-core-dev
2002018-10-21T13:20:34 *** josephnicholas has quit IRC
2012018-10-21T13:33:28 *** jpe has quit IRC
2022018-10-21T13:37:53 *** frenchy has joined #bitcoin-core-dev
2032018-10-21T13:39:58 *** promag has quit IRC
2042018-10-21T13:50:08 *** SopaXorzTaker has joined #bitcoin-core-dev
2052018-10-21T14:01:29 *** Bullitje has joined #bitcoin-core-dev
2062018-10-21T14:02:43 *** rafalcpp_ has joined #bitcoin-core-dev
2072018-10-21T14:05:04 *** Bullit has quit IRC
2082018-10-21T14:05:04 *** rafalcpp has quit IRC
2092018-10-21T14:20:33 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2102018-10-21T15:10:01 *** Krellan has quit IRC
2112018-10-21T15:11:16 *** Krellan has joined #bitcoin-core-dev
2122018-10-21T15:19:16 *** Chris_Stewart_5 has quit IRC
2132018-10-21T15:25:29 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2142018-10-21T15:37:18 *** iphelix has joined #bitcoin-core-dev
2152018-10-21T15:47:27 *** Chris_Stewart_5 has quit IRC
2162018-10-21T16:03:24 *** klot has joined #bitcoin-core-dev
2172018-10-21T16:04:11 *** klot has quit IRC
2182018-10-21T16:04:38 *** klot has joined #bitcoin-core-dev
2192018-10-21T16:05:41 *** klot has quit IRC
2202018-10-21T16:06:07 *** klot has joined #bitcoin-core-dev
2212018-10-21T16:07:11 *** klot has quit IRC
2222018-10-21T16:07:38 *** klot has joined #bitcoin-core-dev
2232018-10-21T16:08:38 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2242018-10-21T16:08:41 *** klot has quit IRC
2252018-10-21T16:09:08 *** klot has joined #bitcoin-core-dev
2262018-10-21T16:10:11 *** klot has quit IRC
2272018-10-21T16:10:38 *** klot has joined #bitcoin-core-dev
2282018-10-21T16:11:41 *** klot has quit IRC
2292018-10-21T16:12:08 *** klot has joined #bitcoin-core-dev
2302018-10-21T16:13:11 *** klot has quit IRC
2312018-10-21T16:13:38 *** klot has joined #bitcoin-core-dev
2322018-10-21T16:14:41 *** klot has quit IRC
2332018-10-21T16:15:08 *** klot has joined #bitcoin-core-dev
2342018-10-21T16:16:11 *** klot has quit IRC
2352018-10-21T16:16:51 *** klot has joined #bitcoin-core-dev
2362018-10-21T16:17:41 *** klot has quit IRC
2372018-10-21T16:18:08 *** klot has joined #bitcoin-core-dev
2382018-10-21T16:19:11 *** klot has quit IRC
2392018-10-21T16:19:38 *** klot has joined #bitcoin-core-dev
2402018-10-21T16:20:41 *** klot has quit IRC
2412018-10-21T16:21:07 *** klot has joined #bitcoin-core-dev
2422018-10-21T16:22:11 *** klot has quit IRC
2432018-10-21T16:22:38 *** klot has joined #bitcoin-core-dev
2442018-10-21T16:23:41 *** klot has quit IRC
2452018-10-21T16:24:08 *** klot has joined #bitcoin-core-dev
2462018-10-21T16:25:11 *** klot has quit IRC
2472018-10-21T16:26:01 *** klot has joined #bitcoin-core-dev
2482018-10-21T16:26:41 *** klot has quit IRC
2492018-10-21T16:27:04 *** klot has joined #bitcoin-core-dev
2502018-10-21T16:28:11 *** klot has quit IRC
2512018-10-21T16:28:38 *** klot has joined #bitcoin-core-dev
2522018-10-21T16:29:41 *** klot has quit IRC
2532018-10-21T16:30:07 *** klot has joined #bitcoin-core-dev
2542018-10-21T16:31:11 *** klot has quit IRC
2552018-10-21T16:31:58 *** klot has joined #bitcoin-core-dev
2562018-10-21T16:32:41 *** klot has quit IRC
2572018-10-21T16:33:11 *** klot has joined #bitcoin-core-dev
2582018-10-21T16:38:33 *** josephnicholas has joined #bitcoin-core-dev
2592018-10-21T16:40:42 *** Chris_Stewart_5 has quit IRC
2602018-10-21T16:42:47 *** josephnicholas has quit IRC
2612018-10-21T16:44:38 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2622018-10-21T16:46:34 *** klot has quit IRC
2632018-10-21T16:51:07 *** bralyclow has quit IRC
2642018-10-21T16:52:26 *** bralyclow has joined #bitcoin-core-dev
2652018-10-21T16:56:34 *** bralyclo_ has joined #bitcoin-core-dev
2662018-10-21T16:58:16 *** Chris_Stewart_5 has quit IRC
2672018-10-21T17:00:20 *** bralyclow has quit IRC
2682018-10-21T17:02:43 *** kexkey has quit IRC
2692018-10-21T17:05:18 *** bralyclo_ has quit IRC
2702018-10-21T17:07:09 *** bralyclow has joined #bitcoin-core-dev
2712018-10-21T17:09:23 *** ap4lmtree has quit IRC
2722018-10-21T17:09:48 *** ap4lmtree has joined #bitcoin-core-dev
2732018-10-21T17:13:34 *** Guest77842 has quit IRC
2742018-10-21T17:22:17 *** Guest77842 has joined #bitcoin-core-dev
2752018-10-21T17:42:45 *** bralyclo_ has joined #bitcoin-core-dev
2762018-10-21T17:45:48 *** bralyclow has quit IRC
2772018-10-21T17:46:12 *** bralyclow has joined #bitcoin-core-dev
2782018-10-21T17:49:06 *** bralyclo_ has quit IRC
2792018-10-21T17:55:17 *** michaelsdunn1 has joined #bitcoin-core-dev
2802018-10-21T18:01:55 *** michaelsdunn1 has quit IRC
2812018-10-21T18:11:52 *** pope__ has quit IRC
2822018-10-21T18:12:20 *** pope__ has joined #bitcoin-core-dev
2832018-10-21T18:17:52 *** michaelsdunn1 has joined #bitcoin-core-dev
2842018-10-21T18:20:50 *** michaelsdunn1 has quit IRC
2852018-10-21T18:25:05 *** bralyclo_ has joined #bitcoin-core-dev
2862018-10-21T18:26:09 *** bralycl__ has joined #bitcoin-core-dev
2872018-10-21T18:27:37 *** bralyclow has quit IRC
2882018-10-21T18:30:04 *** bralyclo_ has quit IRC
2892018-10-21T18:41:59 *** ExtraCrispy has quit IRC
2902018-10-21T18:42:30 *** ExtraCrispy has joined #bitcoin-core-dev
2912018-10-21T18:54:52 *** bitconner has joined #bitcoin-core-dev
2922018-10-21T19:01:05 *** SopaXorzTaker has quit IRC
2932018-10-21T19:13:01 *** Guyver2 has quit IRC
2942018-10-21T19:15:13 *** reallll has joined #bitcoin-core-dev
2952018-10-21T19:18:40 *** belcher_ has quit IRC
2962018-10-21T19:19:07 *** lnostdal has joined #bitcoin-core-dev
2972018-10-21T19:24:36 *** mistergold has joined #bitcoin-core-dev
2982018-10-21T19:27:58 *** promag has joined #bitcoin-core-dev
2992018-10-21T19:29:41 *** Krellan has quit IRC
3002018-10-21T19:30:37 *** Krellan has joined #bitcoin-core-dev
3012018-10-21T19:42:24 *** bitconner has quit IRC
3022018-10-21T19:43:29 *** promag has quit IRC
3032018-10-21T19:43:39 *** intcat has quit IRC
3042018-10-21T19:48:38 *** intcat has joined #bitcoin-core-dev
3052018-10-21T19:50:21 *** bitcoin-git has joined #bitcoin-core-dev
3062018-10-21T19:50:21 <bitcoin-git> [bitcoin] charlesrocket opened pull request #14539: add Apple SDK download and checksum (master...gitian-build-sdk) https://github.com/bitcoin/bitcoin/pull/14539
3072018-10-21T19:50:21 *** bitcoin-git has left #bitcoin-core-dev
3082018-10-21T19:52:48 *** mistergo1d has joined #bitcoin-core-dev
3092018-10-21T19:55:46 *** mistergold has quit IRC
3102018-10-21T20:03:08 *** romanz has quit IRC
3112018-10-21T20:28:32 *** reallll is now known as belcher
3122018-10-21T20:35:13 *** promag has joined #bitcoin-core-dev
3132018-10-21T20:46:52 *** klot has joined #bitcoin-core-dev
3142018-10-21T20:47:51 *** klot has quit IRC
3152018-10-21T20:48:18 *** klot has joined #bitcoin-core-dev
3162018-10-21T20:49:21 *** klot has quit IRC
3172018-10-21T20:49:48 *** klot has joined #bitcoin-core-dev
3182018-10-21T20:50:51 *** klot has quit IRC
3192018-10-21T20:51:17 *** klot has joined #bitcoin-core-dev
3202018-10-21T20:53:41 *** hebasto has quit IRC
3212018-10-21T21:00:31 *** klot has quit IRC
3222018-10-21T21:01:06 *** klot has joined #bitcoin-core-dev
3232018-10-21T21:09:51 *** klot has quit IRC
3242018-10-21T21:13:35 *** promag has quit IRC
3252018-10-21T21:25:31 *** promag has joined #bitcoin-core-dev
3262018-10-21T21:29:33 *** Tralfaz has joined #bitcoin-core-dev
3272018-10-21T22:05:27 *** ap4lmtree has quit IRC
3282018-10-21T22:27:27 *** josephnicholas has joined #bitcoin-core-dev
3292018-10-21T22:35:06 *** bitcoin-git has joined #bitcoin-core-dev
3302018-10-21T22:35:06 <bitcoin-git> [bitcoin] jbampton opened pull request #14540: Enable flake8 rule E231. (master...flake8-fix-E231) https://github.com/bitcoin/bitcoin/pull/14540
3312018-10-21T22:35:06 *** bitcoin-git has left #bitcoin-core-dev
3322018-10-21T22:38:25 *** josephnicholas has quit IRC
3332018-10-21T22:42:42 *** bralycl__ has quit IRC
3342018-10-21T22:48:38 *** josephnicholas has joined #bitcoin-core-dev
3352018-10-21T22:51:57 *** spinza has quit IRC
3362018-10-21T22:52:40 *** bralyclow has joined #bitcoin-core-dev
3372018-10-21T22:52:40 *** josephnicholas has quit IRC
3382018-10-21T22:54:01 *** bralyclo_ has joined #bitcoin-core-dev
3392018-10-21T22:57:07 *** bralyclow has quit IRC
3402018-10-21T23:11:50 *** spinza has joined #bitcoin-core-dev
3412018-10-21T23:29:16 *** josephnicholas has joined #bitcoin-core-dev
3422018-10-21T23:33:24 *** josephnicholas has quit IRC
3432018-10-21T23:38:52 *** bitconner has joined #bitcoin-core-dev
3442018-10-21T23:39:21 *** spinza has quit IRC
3452018-10-21T23:44:57 *** bitconner has quit IRC
3462018-10-21T23:52:16 *** Krellan has quit IRC
3472018-10-21T23:52:16 *** spinza has joined #bitcoin-core-dev
3482018-10-21T23:53:46 *** Krellan has joined #bitcoin-core-dev