12020-02-12T00:00:01  *** Khaytsus1 has quit IRC
  22020-02-12T00:04:00  *** AaronvanW has quit IRC
  32020-02-12T00:10:39  *** ddustin has joined #bitcoin-core-dev
  42020-02-12T00:11:00  *** anon_ribit has quit IRC
  52020-02-12T00:13:55  *** AaronvanW has joined #bitcoin-core-dev
  62020-02-12T00:14:58  *** Aaronvan_ has joined #bitcoin-core-dev
  72020-02-12T00:17:54  *** Barras2 has joined #bitcoin-core-dev
  82020-02-12T00:18:05  <yevaud> jeremyrubin: the absolute worst case is probably one where an attacking miner attempts to balance two competing forks. it is free for them to swap work between two nodes on competing forks, but incredibly expensive to re-wind and sync forward repeatedly.
  92020-02-12T00:18:27  *** AaronvanW has quit IRC
 102020-02-12T00:25:30  *** ddustin has quit IRC
 112020-02-12T00:25:59  *** marcoagner has quit IRC
 122020-02-12T00:35:07  *** hirish has joined #bitcoin-core-dev
 132020-02-12T00:38:44  *** jarthur_ has joined #bitcoin-core-dev
 142020-02-12T00:41:03  *** DeanGuss has quit IRC
 152020-02-12T00:42:43  *** jarthur has quit IRC
 162020-02-12T00:43:47  *** jarthur_ has quit IRC
 172020-02-12T00:50:44  *** bitcoin-git has joined #bitcoin-core-dev
 182020-02-12T00:50:44  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98264e2ccb17...73a396e0280a
 192020-02-12T00:50:45  <bitcoin-git> bitcoin/master cb9e88e fanquake: build: don't embed a build-id when building libdmg-hfsplus
 202020-02-12T00:50:45  <bitcoin-git> bitcoin/master 73a396e fanquake: Merge #18004: build: don't embed a build-id when building libdmg-hfsplus
 212020-02-12T00:50:47  *** bitcoin-git has left #bitcoin-core-dev
 222020-02-12T00:53:31  <aj> jeremyrubin: i don't get why you're switching from setEntries to vecEntries in #18120
 232020-02-12T00:53:33  <gribble> https://github.com/bitcoin/bitcoin/issues/18120 | Change UpdateForDescendants to use Epochs by JeremyRubin · Pull Request #18120 · bitcoin/bitcoin · GitHub
 242020-02-12T00:54:47  *** Aaronvan_ has quit IRC
 252020-02-12T01:11:38  <yevaud> jeremyrubin: though this is a lot less likely with per-output UTXOs, it's harder to craft a situation where you have two competing forks with completely dissimilar, distinct transactions.
 262020-02-12T01:29:07  *** PaulTroon has joined #bitcoin-core-dev
 272020-02-12T01:35:05  *** PaulTroon has quit IRC
 282020-02-12T01:52:37  *** highlow has joined #bitcoin-core-dev
 292020-02-12T01:56:59  *** turbo_choo has joined #bitcoin-core-dev
 302020-02-12T02:01:39  *** dviola has quit IRC
 312020-02-12T02:02:28  *** bitcoin-git has joined #bitcoin-core-dev
 322020-02-12T02:02:28  <bitcoin-git> [bitcoin] fanquake opened pull request #18125: doc: remove PPA note from release-process.md (master...dont_bug_the_bluematt) https://github.com/bitcoin/bitcoin/pull/18125
 332020-02-12T02:02:29  *** bitcoin-git has left #bitcoin-core-dev
 342020-02-12T02:14:32  *** kljasdfvv has quit IRC
 352020-02-12T02:15:42  *** jarthur has joined #bitcoin-core-dev
 362020-02-12T02:16:39  *** promag has joined #bitcoin-core-dev
 372020-02-12T02:18:28  *** jarthur has quit IRC
 382020-02-12T02:18:56  *** jarthur has joined #bitcoin-core-dev
 392020-02-12T02:21:19  *** promag has quit IRC
 402020-02-12T02:29:22  <jeremyrubin> aj: why not?
 412020-02-12T02:30:05  <aj> jeremyrubin: because you do .find() on it which is linear for a vec but log for a set?
 422020-02-12T02:30:15  <jeremyrubin> yevaud: I don't think what you're saying has anything to do with what we're talking about?
 432020-02-12T02:30:24  <jeremyrubin> Where do I do find on it?
 442020-02-12T02:30:59  <jeremyrubin> ah I see
 452020-02-12T02:31:00  <aj>             cacheMap::iterator cached_great_grand_children = cache.find(grand_child_it);
 462020-02-12T02:31:08  <jeremyrubin> cacheMap is a std::set
 472020-02-12T02:31:32  <jeremyrubin> std::set<txiter, std::vector<txiter>>
 482020-02-12T02:31:42  <jeremyrubin> so we are finding the cache line
 492020-02-12T02:31:51  <jeremyrubin> and then we add the entire cache line
 502020-02-12T02:32:32  <aj> oh, i missed a level >:(
 512020-02-12T02:33:59  *** jarthur has quit IRC
 522020-02-12T02:34:24  <jeremyrubin> get on my level!
 532020-02-12T02:35:13  *** Highway61 has quit IRC
 542020-02-12T02:35:46  *** jarthur has joined #bitcoin-core-dev
 552020-02-12T02:46:12  *** jarthur has quit IRC
 562020-02-12T02:46:40  *** jarthur has joined #bitcoin-core-dev
 572020-02-12T02:55:57  *** felixfoertsch has quit IRC
 582020-02-12T02:59:57  *** Highway61 has joined #bitcoin-core-dev
 592020-02-12T03:00:02  *** Barras2 has quit IRC
 602020-02-12T03:01:16  *** abrissbi1ne has joined #bitcoin-core-dev
 612020-02-12T03:04:38  *** abrissbirne has quit IRC
 622020-02-12T03:18:11  *** wolfy13391 has joined #bitcoin-core-dev
 632020-02-12T03:28:03  *** turbo_choo has quit IRC
 642020-02-12T03:33:25  *** jarthur has quit IRC
 652020-02-12T03:34:15  *** turbo_choo has joined #bitcoin-core-dev
 662020-02-12T03:34:40  *** jarthur has joined #bitcoin-core-dev
 672020-02-12T03:46:12  *** highlow has quit IRC
 682020-02-12T03:53:20  *** turbo_choo has quit IRC
 692020-02-12T03:55:36  *** turbo_choo has joined #bitcoin-core-dev
 702020-02-12T04:23:12  *** ddustin has joined #bitcoin-core-dev
 712020-02-12T04:26:27  *** Highway61 has quit IRC
 722020-02-12T04:41:55  *** ddustin has quit IRC
 732020-02-12T04:56:58  *** Eagle[TM] has joined #bitcoin-core-dev
 742020-02-12T04:59:39  *** EagleTM has quit IRC
 752020-02-12T05:00:04  *** gribble has quit IRC
 762020-02-12T05:10:21  *** gribble has joined #bitcoin-core-dev
 772020-02-12T05:33:27  *** belcher has quit IRC
 782020-02-12T05:41:25  *** gkrizek has quit IRC
 792020-02-12T05:43:30  *** gkrizek has joined #bitcoin-core-dev
 802020-02-12T06:00:01  *** wolfy13391 has quit IRC
 812020-02-12T06:03:10  *** jarthur has quit IRC
 822020-02-12T06:17:25  *** ddustin has joined #bitcoin-core-dev
 832020-02-12T06:30:31  *** molly has joined #bitcoin-core-dev
 842020-02-12T06:34:07  *** mol has quit IRC
 852020-02-12T06:42:10  *** wjp has joined #bitcoin-core-dev
 862020-02-12T06:59:17  *** Highway61 has joined #bitcoin-core-dev
 872020-02-12T07:12:30  <fanquake> I was hoping we might be able to take advantage of Microsoft's "new" version checking APIs, for enabling various process mitigations / security features.
 882020-02-12T07:12:46  <fanquake> However, it turns out they've written functions, such as IsWindows10OrGreater(), that will return false, even if the OS is Windows 10..., unless you bundle an additional XML file with your executable.
 892020-02-12T07:26:11  *** tecnecio_ has joined #bitcoin-core-dev
 902020-02-12T07:26:51  *** ddustin has quit IRC
 912020-02-12T07:30:05  *** Eagle[TM] has quit IRC
 922020-02-12T07:30:48  *** abrissbi1ne is now known as abrissbirne
 932020-02-12T07:38:17  *** goatpig has joined #bitcoin-core-dev
 942020-02-12T07:39:35  *** kljasdfvv has joined #bitcoin-core-dev
 952020-02-12T07:43:23  *** vasild has quit IRC
 962020-02-12T07:45:18  *** vasild has joined #bitcoin-core-dev
 972020-02-12T07:52:02  *** PaulTroon has joined #bitcoin-core-dev
 982020-02-12T08:18:11  *** turbo_choo has quit IRC
 992020-02-12T08:33:43  *** kristapsk_ has joined #bitcoin-core-dev
1002020-02-12T08:36:03  *** kristapsk has quit IRC
1012020-02-12T09:00:02  *** wjp has quit IRC
1022020-02-12T09:05:47  *** AaronvanW has joined #bitcoin-core-dev
1032020-02-12T09:13:06  <wumpus> how convenient!
1042020-02-12T09:13:24  *** marcoagner has joined #bitcoin-core-dev
1052020-02-12T09:17:17  *** timothy has joined #bitcoin-core-dev
1062020-02-12T09:23:00  *** bitcoin-git has joined #bitcoin-core-dev
1072020-02-12T09:23:00  <bitcoin-git> [bitcoin] giulio92 closed pull request #17981: Docs: Improve release-process.md formatting (master...release-process-formatting) https://github.com/bitcoin/bitcoin/pull/17981
1082020-02-12T09:23:11  *** bitcoin-git has left #bitcoin-core-dev
1092020-02-12T09:24:22  *** ddustin has joined #bitcoin-core-dev
1102020-02-12T09:28:08  *** cryptowest has joined #bitcoin-core-dev
1112020-02-12T09:33:32  *** Zenton has joined #bitcoin-core-dev
1122020-02-12T09:34:26  *** jcoe has joined #bitcoin-core-dev
1132020-02-12T09:36:32  *** kristapsk_ has quit IRC
1142020-02-12T09:40:51  *** jcoe has quit IRC
1152020-02-12T09:42:07  *** ddustin has quit IRC
1162020-02-12T09:43:17  *** kenperkins1 has joined #bitcoin-core-dev
1172020-02-12T10:09:47  *** jcoe has joined #bitcoin-core-dev
1182020-02-12T10:16:36  *** kinlo has quit IRC
1192020-02-12T10:20:29  *** abrissbi1ne has joined #bitcoin-core-dev
1202020-02-12T10:21:32  *** abrissbirne has quit IRC
1212020-02-12T10:25:33  *** SiAnDoG__ has joined #bitcoin-core-dev
1222020-02-12T10:27:05  *** jcoe has quit IRC
1232020-02-12T10:29:25  *** ExEric3 has quit IRC
1242020-02-12T10:32:08  *** ExEric3 has joined #bitcoin-core-dev
1252020-02-12T10:34:01  *** kinlo has joined #bitcoin-core-dev
1262020-02-12T10:40:52  *** jcoe has joined #bitcoin-core-dev
1272020-02-12T11:00:34  *** anon_ribit has joined #bitcoin-core-dev
1282020-02-12T11:03:54  *** Margret78Stolten has joined #bitcoin-core-dev
1292020-02-12T11:06:48  *** kljasdfvv has quit IRC
1302020-02-12T11:08:03  *** afk11 has quit IRC
1312020-02-12T11:08:23  *** kljasdfvv has joined #bitcoin-core-dev
1322020-02-12T11:09:39  *** Kiminuo has joined #bitcoin-core-dev
1332020-02-12T11:10:17  *** afk11 has joined #bitcoin-core-dev
1342020-02-12T11:17:32  *** pkr has quit IRC
1352020-02-12T11:19:54  *** Guyver2 has joined #bitcoin-core-dev
1362020-02-12T11:19:55  *** Zachu has quit IRC
1372020-02-12T11:28:31  *** belcher has joined #bitcoin-core-dev
1382020-02-12T11:31:43  *** turbo_choo has joined #bitcoin-core-dev
1392020-02-12T11:43:15  <Kiminuo> Hi, https://github.com/bitcoin/bitcoin/blob/master/doc/dependencies.md#dependencies document specifies that the minimum Python version for Bitcoin Core is 3.5. AFAIK Python 3.5 is first that supports type hints (https://docs.python.org/3/library/typing.html). I'm not sure how Python developers like the feature but it looks like a great way to make Python scripts more robust. Would it be something worth working on in an attempt to push a PR that
1402020-02-12T11:43:16  <Kiminuo> adds some type hints to existing Python scripts in Bitcoin Core?
1412020-02-12T11:45:40  *** timothy has quit IRC
1422020-02-12T11:46:19  *** Margret78Stolten has quit IRC
1432020-02-12T11:49:51  *** timothy has joined #bitcoin-core-dev
1442020-02-12T11:59:51  *** Kiminuo has quit IRC
1452020-02-12T12:00:01  *** kenperkins1 has quit IRC
1462020-02-12T12:01:31  *** drizztbsd has joined #bitcoin-core-dev
1472020-02-12T12:02:47  *** molz_ has joined #bitcoin-core-dev
1482020-02-12T12:05:48  *** molly has quit IRC
1492020-02-12T12:13:45  *** toony1 has joined #bitcoin-core-dev
1502020-02-12T12:17:30  *** Kiminuo has joined #bitcoin-core-dev
1512020-02-12T12:17:32  *** braydonf_ has quit IRC
1522020-02-12T12:17:55  *** braydonf_ has joined #bitcoin-core-dev
1532020-02-12T12:18:55  *** timothy has quit IRC
1542020-02-12T12:31:51  *** jcoe has quit IRC
1552020-02-12T12:35:10  *** provoostenator_ has joined #bitcoin-core-dev
1562020-02-12T12:36:33  *** provoostenator has quit IRC
1572020-02-12T12:38:04  *** provoostenator_ has quit IRC
1582020-02-12T12:39:44  *** provoostenator has joined #bitcoin-core-dev
1592020-02-12T12:41:09  *** MDev has joined #bitcoin-core-dev
1602020-02-12T12:41:44  *** ghost43 has quit IRC
1612020-02-12T12:42:42  *** ghost43 has joined #bitcoin-core-dev
1622020-02-12T12:48:36  *** MDev has left #bitcoin-core-dev
1632020-02-12T12:58:07  *** harding has quit IRC
1642020-02-12T12:58:24  *** harding has joined #bitcoin-core-dev
1652020-02-12T13:00:35  *** TheRec_ has joined #bitcoin-core-dev
1662020-02-12T13:00:35  *** TheRec_ has joined #bitcoin-core-dev
1672020-02-12T13:00:47  *** TheRec has quit IRC
1682020-02-12T13:01:43  *** harding has quit IRC
1692020-02-12T13:02:55  *** harding has joined #bitcoin-core-dev
1702020-02-12T13:10:52  *** jcoe has joined #bitcoin-core-dev
1712020-02-12T13:15:07  *** felixfoertsch has joined #bitcoin-core-dev
1722020-02-12T13:27:22  *** jcoe1 has joined #bitcoin-core-dev
1732020-02-12T13:27:35  *** jcoe has quit IRC
1742020-02-12T13:35:36  *** drizztbsd is now known as timothy
1752020-02-12T13:57:48  *** Ripcode has joined #bitcoin-core-dev
1762020-02-12T14:02:20  *** molz_ has quit IRC
1772020-02-12T14:23:43  *** bitcoin-git has joined #bitcoin-core-dev
1782020-02-12T14:23:43  <bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/73a396e0280a...caa2f3af2928
1792020-02-12T14:23:44  <bitcoin-git> bitcoin/master ae379cf Sjors Provoost: [scripts] build earlier releases
1802020-02-12T14:23:44  <bitcoin-git> bitcoin/master 8b1460d Sjors Provoost: [tests] check v0.17.1 and v0.18.1 backwards compatibility
1812020-02-12T14:23:45  <bitcoin-git> bitcoin/master c7ca630 Sjors Provoost: [scripts] support release candidates of earlier releases
1822020-02-12T14:23:46  *** bitcoin-git has left #bitcoin-core-dev
1832020-02-12T14:25:17  *** bitcoin-git has joined #bitcoin-core-dev
1842020-02-12T14:25:18  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #12134: Build previous releases and run functional tests  (master...previous-release) https://github.com/bitcoin/bitcoin/pull/12134
1852020-02-12T14:25:19  *** bitcoin-git has left #bitcoin-core-dev
1862020-02-12T14:30:38  *** ghost43 has quit IRC
1872020-02-12T14:31:36  *** ghost43 has joined #bitcoin-core-dev
1882020-02-12T14:37:04  <provoostenator> Yes!
1892020-02-12T14:41:41  *** brianhoffman has joined #bitcoin-core-dev
1902020-02-12T14:42:33  *** alignant has joined #bitcoin-core-dev
1912020-02-12T14:42:49  *** andrewtoth_ has joined #bitcoin-core-dev
1922020-02-12T14:43:23  *** andrewtoth has quit IRC
1932020-02-12T14:44:58  *** alignant has quit IRC
1942020-02-12T14:47:03  *** andrewtoth_ has quit IRC
1952020-02-12T14:50:36  *** bitcoin-git has joined #bitcoin-core-dev
1962020-02-12T14:50:37  <bitcoin-git> [bitcoin] practicalswift opened pull request #18126: tests: Add fuzzing harness testing the locale independence of the strencodings.h functions (master...fuzzers-locale) https://github.com/bitcoin/bitcoin/pull/18126
1972020-02-12T14:50:38  *** bitcoin-git has left #bitcoin-core-dev
1982020-02-12T15:00:02  *** toony1 has quit IRC
1992020-02-12T15:01:56  *** vasild has quit IRC
2002020-02-12T15:02:09  *** vasild has joined #bitcoin-core-dev
2012020-02-12T15:05:48  *** bitcoin-git has joined #bitcoin-core-dev
2022020-02-12T15:05:48  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #18127: fuzz: Add fuzzer for ConditionStack (master...2002-fuzzConditionStack) https://github.com/bitcoin/bitcoin/pull/18127
2032020-02-12T15:05:49  *** bitcoin-git has left #bitcoin-core-dev
2042020-02-12T15:14:30  *** NotASpy1 has joined #bitcoin-core-dev
2052020-02-12T15:15:35  *** Highway61 has quit IRC
2062020-02-12T15:16:10  *** goatpig has quit IRC
2072020-02-12T15:26:46  *** Kiminuo has quit IRC
2082020-02-12T15:27:43  *** bsm1175321 has joined #bitcoin-core-dev
2092020-02-12T15:28:16  *** bsm1175321 has quit IRC
2102020-02-12T15:40:27  *** rjected has joined #bitcoin-core-dev
2112020-02-12T15:44:43  *** Ripcode has quit IRC
2122020-02-12T15:45:48  *** bitcoin-git has joined #bitcoin-core-dev
2132020-02-12T15:45:49  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/caa2f3af2928...d4fc9aeb8b6a
2142020-02-12T15:45:49  <bitcoin-git> bitcoin/master 53234fd fanquake: doc: remove PPA note from release-process.md
2152020-02-12T15:45:50  <bitcoin-git> bitcoin/master d4fc9ae Wladimir J. van der Laan: Merge #18125: doc: remove PPA note from release-process.md
2162020-02-12T15:45:52  *** bitcoin-git has left #bitcoin-core-dev
2172020-02-12T15:46:08  *** bitcoin-git has joined #bitcoin-core-dev
2182020-02-12T15:46:08  <bitcoin-git> [bitcoin] laanwj merged pull request #18125: doc: remove PPA note from release-process.md (master...dont_bug_the_bluematt) https://github.com/bitcoin/bitcoin/pull/18125
2192020-02-12T15:46:10  *** bitcoin-git has left #bitcoin-core-dev
2202020-02-12T15:50:18  *** mdunnio has joined #bitcoin-core-dev
2212020-02-12T15:55:03  *** rjected has quit IRC
2222020-02-12T15:55:55  *** andrewtoth has joined #bitcoin-core-dev
2232020-02-12T15:57:27  *** rjected has joined #bitcoin-core-dev
2242020-02-12T16:02:13  *** tsujp has joined #bitcoin-core-dev
2252020-02-12T16:04:54  *** andrewtoth has quit IRC
2262020-02-12T16:10:30  *** Talkless has joined #bitcoin-core-dev
2272020-02-12T16:11:49  *** Talkless has joined #bitcoin-core-dev
2282020-02-12T16:12:24  *** andrewtoth has joined #bitcoin-core-dev
2292020-02-12T16:13:31  *** jcoe1 has quit IRC
2302020-02-12T16:15:16  *** Highway61 has joined #bitcoin-core-dev
2312020-02-12T16:16:59  <sdaftuar> i should have nacked a PR whose branch was dont_bug_the_bluematt.  what kind of example are we setting.
2322020-02-12T16:28:26  *** turbo_choo has quit IRC
2332020-02-12T16:30:15  *** Kiminuo has joined #bitcoin-core-dev
2342020-02-12T16:36:16  *** tsujp has quit IRC
2352020-02-12T16:37:28  *** emilengler has joined #bitcoin-core-dev
2362020-02-12T16:49:05  *** bitcoin-git has joined #bitcoin-core-dev
2372020-02-12T16:49:07  <bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d4fc9aeb8b6a...2bdc476d4d23
2382020-02-12T16:49:07  <bitcoin-git> bitcoin/master 9d933ef Anthony Towns: prevector: avoid misaligned member accesses
2392020-02-12T16:49:08  <bitcoin-git> bitcoin/master 5f26855 Wladimir J. van der Laan: test: Remove ubsan alignment suppressions
2402020-02-12T16:49:09  <bitcoin-git> bitcoin/master 2bdc476 Wladimir J. van der Laan: Merge #17708: prevector: avoid misaligned member accesses
2412020-02-12T16:49:11  *** bitcoin-git has left #bitcoin-core-dev
2422020-02-12T16:49:40  *** bitcoin-git has joined #bitcoin-core-dev
2432020-02-12T16:49:40  <bitcoin-git> [bitcoin] laanwj merged pull request #17708: prevector: avoid misaligned member accesses (master...201912-prevec-pack) https://github.com/bitcoin/bitcoin/pull/17708
2442020-02-12T16:49:41  *** bitcoin-git has left #bitcoin-core-dev
2452020-02-12T16:56:58  *** jcoe1 has joined #bitcoin-core-dev
2462020-02-12T17:05:25  <jonatack> yay for 17708 \o/
2472020-02-12T17:16:23  *** SirRichard has joined #bitcoin-core-dev
2482020-02-12T17:17:47  *** SirRichard has quit IRC
2492020-02-12T17:25:05  <fanquake> sdaftuar: 🐝🐝
2502020-02-12T17:25:10  *** dviola has joined #bitcoin-core-dev
2512020-02-12T17:35:58  *** rjected has quit IRC
2522020-02-12T17:38:07  *** harding has quit IRC
2532020-02-12T17:41:18  *** jarthur has joined #bitcoin-core-dev
2542020-02-12T17:41:33  *** harding has joined #bitcoin-core-dev
2552020-02-12T17:48:11  <phantomcircuit_> sdaftuar, yeah everybody should annoy matt
2562020-02-12T17:48:29  *** phantomcircuit_ is now known as phantomcircuit
2572020-02-12T17:54:38  *** michaelfolkson has joined #bitcoin-core-dev
2582020-02-12T17:54:55  *** SirRichard has joined #bitcoin-core-dev
2592020-02-12T17:56:28  *** gribble has quit IRC
2602020-02-12T17:58:21  *** lightlike has joined #bitcoin-core-dev
2612020-02-12T17:59:22  *** kljasdfvv has quit IRC
2622020-02-12T18:00:02  *** NotASpy1 has quit IRC
2632020-02-12T18:00:30  *** rjected has joined #bitcoin-core-dev
2642020-02-12T18:02:37  *** hanhua has joined #bitcoin-core-dev
2652020-02-12T18:13:34  *** gribble has joined #bitcoin-core-dev
2662020-02-12T18:14:35  *** matp has joined #bitcoin-core-dev
2672020-02-12T18:18:37  *** PaulTroon has quit IRC
2682020-02-12T18:19:09  *** bitcoin-git has joined #bitcoin-core-dev
2692020-02-12T18:19:09  <bitcoin-git> [bitcoin] abitfan opened pull request #18129: Doc: Fix BSD docs regarding gmake (master...bsddocs) https://github.com/bitcoin/bitcoin/pull/18129
2702020-02-12T18:19:10  *** bitcoin-git has left #bitcoin-core-dev
2712020-02-12T18:25:47  *** dviola has quit IRC
2722020-02-12T18:26:27  *** rjected has quit IRC
2732020-02-12T18:31:38  *** rjected has joined #bitcoin-core-dev
2742020-02-12T18:33:20  *** santo has joined #bitcoin-core-dev
2752020-02-12T18:35:01  *** mdunnio has quit IRC
2762020-02-12T18:43:29  *** unbend has joined #bitcoin-core-dev
2772020-02-12T18:44:36  *** unbend has left #bitcoin-core-dev
2782020-02-12T18:48:11  *** Zenton has quit IRC
2792020-02-12T18:48:17  *** jonatack has quit IRC
2802020-02-12T18:48:47  *** rjected has quit IRC
2812020-02-12T18:50:02  *** jonatack has joined #bitcoin-core-dev
2822020-02-12T18:50:43  *** michaelfolkson has quit IRC
2832020-02-12T18:58:03  *** emilengler has quit IRC
2842020-02-12T18:58:10  *** SirRichard has quit IRC
2852020-02-12T18:59:26  *** emilengler has joined #bitcoin-core-dev
2862020-02-12T19:00:45  *** Highway62 has joined #bitcoin-core-dev
2872020-02-12T19:01:15  *** kristapsk has joined #bitcoin-core-dev
2882020-02-12T19:01:31  *** Highway61 has quit IRC
2892020-02-12T19:01:31  *** Highway62 is now known as Highway61
2902020-02-12T19:02:30  *** jonatack has quit IRC
2912020-02-12T19:02:44  *** jonatack has joined #bitcoin-core-dev
2922020-02-12T19:05:36  *** timothy has quit IRC
2932020-02-12T19:08:11  *** rjected has joined #bitcoin-core-dev
2942020-02-12T19:13:05  *** jcoe1 has quit IRC
2952020-02-12T19:24:06  *** rjected has quit IRC
2962020-02-12T19:28:19  *** mdunnio has joined #bitcoin-core-dev
2972020-02-12T19:29:05  *** bitcoin-git has joined #bitcoin-core-dev
2982020-02-12T19:29:05  <bitcoin-git> [bitcoin] Empact opened pull request #18130: Replace uses of boost::trim* with non-locale-dependent alternatives (master...2020-02-boost-trim) https://github.com/bitcoin/bitcoin/pull/18130
2992020-02-12T19:29:06  *** bitcoin-git has left #bitcoin-core-dev
3002020-02-12T19:32:58  *** bitcoin-git has joined #bitcoin-core-dev
3012020-02-12T19:32:58  <bitcoin-git> [bitcoin] jonasschnelli opened pull request #18131: add macOS notarization info to the release process doc (master...2020/02/notarize) https://github.com/bitcoin/bitcoin/pull/18131
3022020-02-12T19:32:59  *** bitcoin-git has left #bitcoin-core-dev
3032020-02-12T19:40:13  *** bitcoin-git has joined #bitcoin-core-dev
3042020-02-12T19:40:13  <bitcoin-git> [bitcoin] practicalswift closed pull request #17760: util: Don't depend on locale when trimming strings. Add tests. (master...trimming-without-borders) https://github.com/bitcoin/bitcoin/pull/17760
3052020-02-12T19:40:14  *** bitcoin-git has left #bitcoin-core-dev
3062020-02-12T19:44:03  *** vasild has quit IRC
3072020-02-12T19:45:21  *** vasild has joined #bitcoin-core-dev
3082020-02-12T19:46:44  *** filchef has joined #bitcoin-core-dev
3092020-02-12T20:16:16  *** Talkless has quit IRC
3102020-02-12T20:21:17  *** t420babe has joined #bitcoin-core-dev
3112020-02-12T20:26:13  *** bitcoin-git has joined #bitcoin-core-dev
3122020-02-12T20:26:13  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #18127: fuzz: Add fuzzer for ConditionStack (master...2002-fuzzConditionStack) https://github.com/bitcoin/bitcoin/pull/18127
3132020-02-12T20:26:24  *** bitcoin-git has left #bitcoin-core-dev
3142020-02-12T20:45:57  *** emilengler has quit IRC
3152020-02-12T20:46:08  *** emilengler has joined #bitcoin-core-dev
3162020-02-12T20:47:39  *** owowo has quit IRC
3172020-02-12T21:00:02  *** matp has quit IRC
3182020-02-12T21:02:30  *** dongcarl has quit IRC
3192020-02-12T21:05:27  *** promag has joined #bitcoin-core-dev
3202020-02-12T21:07:40  *** Kiminuo has quit IRC
3212020-02-12T21:08:19  *** Kiminuo has joined #bitcoin-core-dev
3222020-02-12T21:14:34  *** Kiminuo has quit IRC
3232020-02-12T21:14:59  *** owowo has joined #bitcoin-core-dev
3242020-02-12T21:14:59  *** promag has quit IRC
3252020-02-12T21:18:07  *** promag has joined #bitcoin-core-dev
3262020-02-12T21:22:39  *** promag has quit IRC
3272020-02-12T21:24:19  *** promag has joined #bitcoin-core-dev
3282020-02-12T21:34:15  *** Kiminuo has joined #bitcoin-core-dev
3292020-02-12T21:39:21  *** guest534543 has joined #bitcoin-core-dev
3302020-02-12T21:40:03  *** Kiminuo has quit IRC
3312020-02-12T21:44:14  *** botro has joined #bitcoin-core-dev
3322020-02-12T21:44:18  *** Kiminuo has joined #bitcoin-core-dev
3332020-02-12T21:44:52  *** Zenton has joined #bitcoin-core-dev
3342020-02-12T21:45:22  *** guest534543 has quit IRC
3352020-02-12T21:48:56  *** guest534543 has joined #bitcoin-core-dev
3362020-02-12T21:50:11  *** Kiminuo has quit IRC
3372020-02-12T21:53:23  *** braydonf_ has quit IRC
3382020-02-12T21:54:00  *** Kiminuo has joined #bitcoin-core-dev
3392020-02-12T21:54:30  *** braydonf_ has joined #bitcoin-core-dev
3402020-02-12T21:55:16  *** guest534543 has quit IRC
3412020-02-12T21:57:57  *** guest534543 has joined #bitcoin-core-dev
3422020-02-12T21:58:32  *** Guyver2 has quit IRC
3432020-02-12T22:00:21  *** Kiminuo has quit IRC
3442020-02-12T22:04:20  *** Kiminuo has joined #bitcoin-core-dev
3452020-02-12T22:05:07  *** justanotheruser has quit IRC
3462020-02-12T22:05:39  *** guest534543 has quit IRC
3472020-02-12T22:09:19  *** guest534543 has joined #bitcoin-core-dev
3482020-02-12T22:10:01  *** Kiminuo has quit IRC
3492020-02-12T22:14:17  *** Kiminuo has joined #bitcoin-core-dev
3502020-02-12T22:15:00  *** guest534543 has quit IRC
3512020-02-12T22:15:20  *** tecnecio_ has quit IRC
3522020-02-12T22:17:05  *** justanotheruser has joined #bitcoin-core-dev
3532020-02-12T22:19:19  *** guest534543 has joined #bitcoin-core-dev
3542020-02-12T22:20:33  *** Kiminuo has quit IRC
3552020-02-12T22:23:57  *** Kiminuo has joined #bitcoin-core-dev
3562020-02-12T22:24:27  *** santo has quit IRC
3572020-02-12T22:25:39  *** guest534543 has quit IRC
3582020-02-12T22:28:22  *** guest534543 has joined #bitcoin-core-dev
3592020-02-12T22:29:39  *** Kiminuo has quit IRC
3602020-02-12T22:33:41  *** hanhua has quit IRC
3612020-02-12T22:33:59  *** rjected has joined #bitcoin-core-dev
3622020-02-12T22:34:20  *** Kiminuo has joined #bitcoin-core-dev
3632020-02-12T22:35:25  *** guest534543 has quit IRC
3642020-02-12T22:36:46  *** kristapsk has quit IRC
3652020-02-12T22:37:10  *** kristapsk has joined #bitcoin-core-dev
3662020-02-12T22:39:20  *** guest534543 has joined #bitcoin-core-dev
3672020-02-12T22:39:59  *** Kiminuo has quit IRC
3682020-02-12T22:41:27  *** promag has quit IRC
3692020-02-12T22:43:41  *** promag has joined #bitcoin-core-dev
3702020-02-12T22:44:00  *** Kiminuo has joined #bitcoin-core-dev
3712020-02-12T22:45:15  *** guest534543 has quit IRC
3722020-02-12T22:48:59  *** guest534543 has joined #bitcoin-core-dev
3732020-02-12T22:50:07  *** rjected has quit IRC
3742020-02-12T22:50:37  *** Kiminuo has quit IRC
3752020-02-12T22:52:15  *** rjected has joined #bitcoin-core-dev
3762020-02-12T22:53:57  *** Kiminuo has joined #bitcoin-core-dev
3772020-02-12T22:55:05  *** guest534543 has quit IRC
3782020-02-12T22:58:20  *** guest534543 has joined #bitcoin-core-dev
3792020-02-12T23:00:01  *** Kiminuo has quit IRC
3802020-02-12T23:04:20  *** Kiminuo has joined #bitcoin-core-dev
3812020-02-12T23:04:51  *** guest534543 has quit IRC
3822020-02-12T23:09:19  *** guest534543 has joined #bitcoin-core-dev
3832020-02-12T23:10:15  *** Kiminuo has quit IRC
3842020-02-12T23:10:29  *** SiAnDoG__ has quit IRC
3852020-02-12T23:10:53  *** SiAnDoG__ has joined #bitcoin-core-dev
3862020-02-12T23:11:08  *** kristapsk_ has joined #bitcoin-core-dev
3872020-02-12T23:11:27  *** kristapsk has quit IRC
3882020-02-12T23:12:28  *** mol has joined #bitcoin-core-dev
3892020-02-12T23:13:51  *** promag has quit IRC
3902020-02-12T23:14:18  *** Kiminuo has joined #bitcoin-core-dev
3912020-02-12T23:14:20  *** kristapsk_ is now known as kristapsk
3922020-02-12T23:14:51  *** guest534543 has quit IRC
3932020-02-12T23:16:43  *** Highway61 has quit IRC
3942020-02-12T23:19:20  *** guest534543 has joined #bitcoin-core-dev
3952020-02-12T23:19:39  *** Kiminuo has quit IRC
3962020-02-12T23:19:51  *** turbo_choo has joined #bitcoin-core-dev
3972020-02-12T23:22:50  *** owowo has quit IRC
3982020-02-12T23:23:07  *** rjected has quit IRC
3992020-02-12T23:24:18  *** Kiminuo has joined #bitcoin-core-dev
4002020-02-12T23:24:55  *** guest534543 has quit IRC
4012020-02-12T23:28:17  *** guest534543 has joined #bitcoin-core-dev
4022020-02-12T23:30:03  *** Kiminuo has quit IRC
4032020-02-12T23:33:43  *** lightlike has quit IRC
4042020-02-12T23:34:20  *** Kiminuo has joined #bitcoin-core-dev
4052020-02-12T23:36:13  *** guest534543 has quit IRC
4062020-02-12T23:39:00  *** guest534543 has joined #bitcoin-core-dev
4072020-02-12T23:40:24  *** Kiminuo has quit IRC
4082020-02-12T23:43:57  *** Kiminuo has joined #bitcoin-core-dev
4092020-02-12T23:44:06  *** michagogo has quit IRC
4102020-02-12T23:44:33  *** filchef has quit IRC
4112020-02-12T23:44:59  *** guest534543 has quit IRC
4122020-02-12T23:45:19  *** promag has joined #bitcoin-core-dev
4132020-02-12T23:48:59  *** guest534543 has joined #bitcoin-core-dev
4142020-02-12T23:50:04  *** promag has quit IRC
4152020-02-12T23:50:35  *** Kiminuo has quit IRC
4162020-02-12T23:50:56  *** mdunnio has quit IRC
4172020-02-12T23:54:00  *** Kiminuo has joined #bitcoin-core-dev
4182020-02-12T23:54:51  *** guest534543 has quit IRC
4192020-02-12T23:55:36  *** dongcarl has joined #bitcoin-core-dev
4202020-02-12T23:58:20  *** guest534543 has joined #bitcoin-core-dev