12020-02-19T00:00:01  *** mreider has quit IRC
  22020-02-19T00:27:39  *** Victor_sueca has quit IRC
  32020-02-19T00:28:49  *** Victor_sueca has joined #bitcoin-core-dev
  42020-02-19T00:34:05  *** mol has joined #bitcoin-core-dev
  52020-02-19T00:47:27  *** Stskeeps1 has joined #bitcoin-core-dev
  62020-02-19T01:29:33  *** bitcoin-git has joined #bitcoin-core-dev
  72020-02-19T01:29:34  <bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/36f42e1bf43f...68e841e0af22
  82020-02-19T01:29:35  <bitcoin-git> bitcoin/master 005f8a9 Russell Yanofsky: wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition
  92020-02-19T01:29:36  <bitcoin-git> bitcoin/master eb7d8a5 Sjors Provoost: [test] check for addmultisigaddress regression
 102020-02-19T01:29:36  <bitcoin-git> bitcoin/master a304a36 Russell Yanofsky: Revert "Store p2sh scripts in AddAndGetDestinationForScript"
 112020-02-19T01:29:42  *** bitcoin-git has left #bitcoin-core-dev
 122020-02-19T01:29:58  *** bitcoin-git has joined #bitcoin-core-dev
 132020-02-19T01:29:58  <bitcoin-git> [bitcoin] meshcollider merged pull request #18067: wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition (master...pr/provide) https://github.com/bitcoin/bitcoin/pull/18067
 142020-02-19T01:29:59  *** bitcoin-git has left #bitcoin-core-dev
 152020-02-19T01:41:08  *** promag has quit IRC
 162020-02-19T01:48:33  *** bsm1175321 has joined #bitcoin-core-dev
 172020-02-19T01:48:39  *** Emcy has quit IRC
 182020-02-19T01:48:40  *** bsm1175321 has quit IRC
 192020-02-19T02:07:32  *** Highway61 has quit IRC
 202020-02-19T02:35:41  *** Dean_Guss has joined #bitcoin-core-dev
 212020-02-19T03:00:02  *** Stskeeps1 has quit IRC
 222020-02-19T03:01:17  *** abrissbirne has joined #bitcoin-core-dev
 232020-02-19T03:04:30  *** abrissbi1ne has quit IRC
 242020-02-19T03:16:59  <aj> fjahr: your bench results on #16902 seem very strange. are you sure you're benching the right commits?   for a in e6e622e5 89fb241c; do git checkout $a && make -j5 >/dev/null 2>&1 && echo "Testing $a" && bench/bench_bitcoin -filter=VerifyNestedIfScript -evals=200; done   # to be sure maybe?
 252020-02-19T03:17:01  <gribble> https://github.com/bitcoin/bitcoin/issues/16902 | O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation by sipa · Pull Request #16902 · bitcoin/bitcoin · GitHub
 262020-02-19T03:18:00  *** Josse|BNC has joined #bitcoin-core-dev
 272020-02-19T03:31:09  <fjahr> aj: I know, I had checked it multiple times already because of that. First cleaned up with `make distclean && ./autogen.sh && ./configure` and then ran `for a in e6e622e5 89fb241c; do git checkout $a && make >/dev/null 2>&1 && echo "Testing $a" && src/bench/bench_bitcoin -filter=VerifyNestedIfScript -evals=200; done`
 282020-02-19T03:31:20  <fjahr> https://www.irccloud.com/pastebin/BMeewujG/
 292020-02-19T03:31:41  <fjahr> Result:
 302020-02-19T03:31:41  <fjahr> Previous HEAD position was 89fb241c5 Benchmark script verification with 100 nested IFs
 312020-02-19T03:31:41  <fjahr> HEAD is now at e6e622e5a Implement O(1) OP_IF/NOTIF/ELSE/ENDIF logic
 322020-02-19T03:31:41  <fjahr> Testing e6e622e5
 332020-02-19T03:31:41  <fjahr> # Benchmark, evals, iterations, total, min, max, median
 342020-02-19T03:31:42  <fjahr> VerifyNestedIfScript, 200, 100, 3.172, 0.000145396, 0.000216281, 0.000158131
 352020-02-19T03:31:42  <fjahr> Previous HEAD position was e6e622e5a Implement O(1) OP_IF/NOTIF/ELSE/ENDIF logic
 362020-02-19T03:31:43  <fjahr> HEAD is now at 89fb241c5 Benchmark script verification with 100 nested IFs
 372020-02-19T03:31:43  <fjahr> Testing 89fb241c
 382020-02-19T03:31:44  <fjahr> # Benchmark, evals, iterations, total, min, max, median
 392020-02-19T03:31:44  <fjahr> VerifyNestedIfScript, 200, 100, 3.25516, 0.000152817, 0.000248366, 0.000160376
 402020-02-19T03:32:17  <aj> fjahr: what's the system/compiler?
 412020-02-19T03:32:31  <fjahr> macOS, clang
 422020-02-19T03:32:57  <fjahr> $ clang --version
 432020-02-19T03:32:57  <fjahr> clang version 9.0.1
 442020-02-19T03:32:57  <fjahr> Target: x86_64-apple-darwin19.3.0
 452020-02-19T03:32:57  <fjahr> Thread model: posix
 462020-02-19T03:32:57  <fjahr> InstalledDir: /usr/local/opt/llvm/bin
 472020-02-19T03:33:00  <sipa> any debug/optimization flags that may matter? sanitizers?
 482020-02-19T03:33:14  <sipa> ah, no
 492020-02-19T03:35:29  <aj> fjahr: no VMs? what cpu?
 502020-02-19T03:38:36  <fjahr> no vm, Intel(R) Core(TM) i5-6287U CPU @ 3.10GHz
 512020-02-19T03:40:35  <sipa> well, it's still faster
 522020-02-19T03:40:42  <sipa> that's really all we care about
 532020-02-19T03:47:03  *** felixfoertsch has joined #bitcoin-core-dev
 542020-02-19T03:48:27  *** felixfoertsch23 has quit IRC
 552020-02-19T03:50:48  <luke-jr> was it SHA512 that caused the entire CPU to slow down if we used the hardware optimisation? I wonder how we'd handle if a future CPU solved that..
 562020-02-19T03:51:15  <luke-jr> I guess we could benchmark at startup
 572020-02-19T03:53:51  <sipa> luke-jr: AVX512 on supported systems; we don't use those instructions
 582020-02-19T03:54:30  <sipa> (also hardly.anything supports them)
 592020-02-19T03:54:40  <luke-jr> sipa: I was just pondering how/if we should, when/if Intel/AMD make a CPU that can use them effectively
 602020-02-19T03:55:16  <luke-jr> having a "slow down the CPU" implementation on current CPUs seems to sabotage detection of whether to use them or not in future ones
 612020-02-19T03:56:19  <sipa> i suspect that that behavior (halving CPU speed) will disappear before it becomes available in mainstream hardware
 622020-02-19T03:57:11  <luke-jr> so just pretend the ones with it don't exist?
 632020-02-19T03:57:29  <aj> fjahr: https://github.com/ajtowns/bitcoin/commits/202002-fjahr-wtf maybe try -filter='VerifyNestedIfScript.*' on the 1st and 3rd commits on that?
 642020-02-19T03:57:30  <luke-jr> I suppose we could always have a debug option to manually override if necessary
 652020-02-19T03:57:32  <sipa> right now it only exists in computation hardware, which likely runs custom optimized software anyway
 662020-02-19T03:57:57  <luke-jr> oh, not even "real" CPUs?
 672020-02-19T03:58:13  *** justanotheruser has quit IRC
 682020-02-19T03:58:28  <luke-jr> heh, I guess that question is meaningless: I mean, not in CPUs you run a normal user OS on?
 692020-02-19T03:58:30  *** justanotheruser has joined #bitcoin-core-dev
 702020-02-19T04:02:45  <sipa> xeon phi
 712020-02-19T04:05:33  <luke-jr> i c
 722020-02-19T04:05:39  *** dqx has quit IRC
 732020-02-19T04:07:11  <sipa> it's also only a question for the tike when we decide to actually wrote optimized code that uses those instructions
 742020-02-19T04:07:52  *** dqx has joined #bitcoin-core-dev
 752020-02-19T04:09:17  <sipa> and i suspect we won't do that as long as the cpu speed halving it implies disappears on reasonable target platforms
 762020-02-19T04:11:08  *** arapaho has quit IRC
 772020-02-19T04:12:37  *** arapaho has joined #bitcoin-core-dev
 782020-02-19T04:13:01  *** arapaho is now known as Guest65362
 792020-02-19T04:14:34  *** pinheadmz has quit IRC
 802020-02-19T04:25:40  *** alko89 has quit IRC
 812020-02-19T04:39:39  *** Guest65362 has quit IRC
 822020-02-19T04:41:11  *** arapaho_ has joined #bitcoin-core-dev
 832020-02-19T04:52:47  <phantomcircuit> luke-jr, i think the only solution is to blacklist the ones where it's worse
 842020-02-19T04:53:49  <phantomcircuit> sipa, that's not right, avx512 is available on normal x86 cpu's now
 852020-02-19T04:54:34  <sipa> phantomcircuit: oh?
 862020-02-19T04:55:22  <phantomcircuit> sipa, https://en.wikipedia.org/wiki/AVX-512#CPUs_with_AVX-512
 872020-02-19T04:57:23  *** Dean_Guss has quit IRC
 882020-02-19T05:10:09  *** tryphe_ is now known as tryphe
 892020-02-19T05:13:35  *** SiAnDoG_ has joined #bitcoin-core-dev
 902020-02-19T05:16:03  *** SiAnDoG has quit IRC
 912020-02-19T05:25:56  *** ghost43 has quit IRC
 922020-02-19T05:52:59  *** justanotheruser has quit IRC
 932020-02-19T05:58:04  *** justanotheruser has joined #bitcoin-core-dev
 942020-02-19T06:00:02  *** Josse|BNC has quit IRC
 952020-02-19T06:18:02  *** leoburd has joined #bitcoin-core-dev
 962020-02-19T06:24:40  *** pinheadmz has joined #bitcoin-core-dev
 972020-02-19T06:53:24  *** Kiminuo has joined #bitcoin-core-dev
 982020-02-19T06:59:14  *** Highway61 has joined #bitcoin-core-dev
 992020-02-19T07:03:01  *** manantial has joined #bitcoin-core-dev
1002020-02-19T07:08:02  *** hebasto has quit IRC
1012020-02-19T07:08:44  *** hebasto has joined #bitcoin-core-dev
1022020-02-19T07:17:23  *** pinheadmz has quit IRC
1032020-02-19T07:24:15  *** molly has joined #bitcoin-core-dev
1042020-02-19T07:27:21  *** mol has quit IRC
1052020-02-19T07:34:08  *** belcher has quit IRC
1062020-02-19T07:43:23  *** vasild has quit IRC
1072020-02-19T07:45:19  *** vasild has joined #bitcoin-core-dev
1082020-02-19T07:54:09  *** vasild has quit IRC
1092020-02-19T07:54:24  *** vasild has joined #bitcoin-core-dev
1102020-02-19T07:58:55  *** belcher has joined #bitcoin-core-dev
1112020-02-19T08:23:55  *** marcoagner has joined #bitcoin-core-dev
1122020-02-19T08:31:47  *** jeremyrubin has quit IRC
1132020-02-19T08:33:02  *** jeremyrubin has joined #bitcoin-core-dev
1142020-02-19T08:34:45  *** fanquake has quit IRC
1152020-02-19T08:34:45  *** felixweis has quit IRC
1162020-02-19T08:34:56  *** fanquake has joined #bitcoin-core-dev
1172020-02-19T08:35:17  *** surja795 has quit IRC
1182020-02-19T08:35:17  *** elichai2 has quit IRC
1192020-02-19T08:35:17  *** eragmus has quit IRC
1202020-02-19T08:35:17  *** wbnns has quit IRC
1212020-02-19T08:35:24  *** surja795 has joined #bitcoin-core-dev
1222020-02-19T08:35:36  *** felixweis has joined #bitcoin-core-dev
1232020-02-19T08:35:49  *** digi_james has quit IRC
1242020-02-19T08:35:49  *** gertjaap has quit IRC
1252020-02-19T08:36:21  *** midnight has quit IRC
1262020-02-19T08:36:21  *** ccook has quit IRC
1272020-02-19T08:37:15  *** elichai2 has joined #bitcoin-core-dev
1282020-02-19T08:37:21  *** eragmus has joined #bitcoin-core-dev
1292020-02-19T08:37:23  *** gertjaap has joined #bitcoin-core-dev
1302020-02-19T08:37:24  *** wbnns has joined #bitcoin-core-dev
1312020-02-19T08:37:29  *** digi_james has joined #bitcoin-core-dev
1322020-02-19T08:38:32  *** ccook has joined #bitcoin-core-dev
1332020-02-19T08:42:26  *** jonatack has joined #bitcoin-core-dev
1342020-02-19T08:44:49  *** midnight has joined #bitcoin-core-dev
1352020-02-19T09:00:02  *** leoburd has quit IRC
1362020-02-19T09:17:54  *** penthium21 has joined #bitcoin-core-dev
1372020-02-19T09:24:05  *** AaronvanW has joined #bitcoin-core-dev
1382020-02-19T09:26:17  *** promag has joined #bitcoin-core-dev
1392020-02-19T09:36:08  *** _tnull has joined #bitcoin-core-dev
1402020-02-19T09:47:53  *** timothy has joined #bitcoin-core-dev
1412020-02-19T09:59:51  *** AaronvanW has quit IRC
1422020-02-19T10:19:41  *** realhaoran has joined #bitcoin-core-dev
1432020-02-19T10:25:00  *** Guyver2 has joined #bitcoin-core-dev
1442020-02-19T10:36:19  *** vasild has quit IRC
1452020-02-19T10:36:29  *** vasild has joined #bitcoin-core-dev
1462020-02-19T11:04:00  *** Fae8Bashirian has joined #bitcoin-core-dev
1472020-02-19T11:19:56  *** _tnull has quit IRC
1482020-02-19T11:38:29  *** _tnull has joined #bitcoin-core-dev
1492020-02-19T11:51:07  *** mrostecki has quit IRC
1502020-02-19T11:53:11  *** mrostecki has joined #bitcoin-core-dev
1512020-02-19T11:53:15  *** spinza has quit IRC
1522020-02-19T11:55:29  *** spinza has joined #bitcoin-core-dev
1532020-02-19T11:58:44  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1542020-02-19T11:59:29  *** dr-orlovsky has quit IRC
1552020-02-19T12:00:01  *** penthium21 has quit IRC
1562020-02-19T12:07:23  *** SiAnDoG_ has quit IRC
1572020-02-19T12:10:48  *** Kiminuo has quit IRC
1582020-02-19T12:11:28  *** Kiminuo has joined #bitcoin-core-dev
1592020-02-19T12:13:55  <promag> looks like #17878 is not going to make 0.20
1602020-02-19T12:13:57  <gribble> https://github.com/bitcoin/bitcoin/issues/17878 | wip: zmq: Support -zmqpubwallettx by promag · Pull Request #17878 · bitcoin/bitcoin · GitHub
1612020-02-19T12:14:28  <promag> so maybe remove from HP
1622020-02-19T12:18:06  *** Trixar_za has joined #bitcoin-core-dev
1632020-02-19T12:21:57  *** lnostdal has joined #bitcoin-core-dev
1642020-02-19T12:29:31  *** bitcoin-git has joined #bitcoin-core-dev
1652020-02-19T12:29:31  <bitcoin-git> [bitcoin] Sjors closed pull request #16895: External signer multisig support (master...2019/09/hww-multisig) https://github.com/bitcoin/bitcoin/pull/16895
1662020-02-19T12:29:32  *** bitcoin-git has left #bitcoin-core-dev
1672020-02-19T12:30:05  *** Fae8Bashirian has quit IRC
1682020-02-19T12:45:51  *** Emcy has joined #bitcoin-core-dev
1692020-02-19T12:47:32  <yevaud> I went to fix the display of -par=0 output printing nonsensically "using 0 threads for script verification" and looks like wumpus beat me to it. good stuff.
1702020-02-19T12:52:07  *** promag has quit IRC
1712020-02-19T12:54:31  <yevaud> I've been playing with bitcoind to see how small you can get the footprint of it for embedded into other applications. turns out very well. with no dbcache, no threads, no mempool, and no connections, it's almost invisible. slow, but that's not the goal.
1722020-02-19T13:06:12  *** promag has joined #bitcoin-core-dev
1732020-02-19T13:07:03  *** _tnull has quit IRC
1742020-02-19T13:08:00  *** promag has quit IRC
1752020-02-19T13:10:17  *** hanhua has quit IRC
1762020-02-19T13:11:38  <wumpus> that's an interesting experiment!
1772020-02-19T13:12:33  *** ghost43 has joined #bitcoin-core-dev
1782020-02-19T13:23:52  *** Highway61 has quit IRC
1792020-02-19T13:40:19  *** emilengler has joined #bitcoin-core-dev
1802020-02-19T13:46:04  *** promag has joined #bitcoin-core-dev
1812020-02-19T13:47:59  *** ghost43_ has joined #bitcoin-core-dev
1822020-02-19T13:48:43  *** ghost43 has quit IRC
1832020-02-19T13:50:37  *** promag has quit IRC
1842020-02-19T13:58:07  *** abrissbirne has left #bitcoin-core-dev
1852020-02-19T14:09:15  *** Highway61 has joined #bitcoin-core-dev
1862020-02-19T14:11:41  *** dr-orlovsky has joined #bitcoin-core-dev
1872020-02-19T14:19:51  *** bitcoin-git has joined #bitcoin-core-dev
1882020-02-19T14:19:51  <bitcoin-git> [bitcoin] jonatack opened pull request #18178: test: update valgrind suppressions (master...add-valgrind-suppressions) https://github.com/bitcoin/bitcoin/pull/18178
1892020-02-19T14:19:52  *** bitcoin-git has left #bitcoin-core-dev
1902020-02-19T14:20:18  *** molly has quit IRC
1912020-02-19T14:21:28  *** _tnull has joined #bitcoin-core-dev
1922020-02-19T14:22:14  *** dr-orlovsky has quit IRC
1932020-02-19T14:33:49  *** _tnull has quit IRC
1942020-02-19T14:38:33  *** pinheadmz has joined #bitcoin-core-dev
1952020-02-19T14:52:36  *** _tnull has joined #bitcoin-core-dev
1962020-02-19T15:00:02  *** Trixar_za has quit IRC
1972020-02-19T15:10:09  *** Kiminuo has quit IRC
1982020-02-19T15:16:20  *** Chris_Stewart_5 has quit IRC
1992020-02-19T15:17:31  *** no_cluez has joined #bitcoin-core-dev
2002020-02-19T15:19:42  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2012020-02-19T15:21:29  <elichai2> Is anyone having problems commenting on PRs? I'm trying to ACK something and I get `You can't comment at this time. `
2022020-02-19T15:25:15  <elichai2> github is misbhaving :/ i'll throw this here for now in case I forget to comment when github is working properly again
2032020-02-19T15:25:37  <elichai2> #18162 `Nice find! I'd refactor this out to a function that returns `Optional<struct tm>` but this can be done in a future PR ACK 6558ec35654d1a9990dcb534b18b5c88c5a4e165`
2042020-02-19T15:25:40  <gribble> https://github.com/bitcoin/bitcoin/issues/18162 | util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t) by checking gmtime_s/gmtime_r return value by practicalswift · Pull Request #18162 · bitcoin/bitcoin · GitHub
2052020-02-19T15:29:16  <jonatack> elichai2: yep, same. laggy buggy githubby
2062020-02-19T15:30:16  *** _tnull has quit IRC
2072020-02-19T15:30:27  <jonatack> elichai2: after seeing that error, i refreshed the page and the comment was posted
2082020-02-19T15:33:32  <wumpus> I had that once too, posting something, get an error, press 'send' again, error, again, error, then refresh the page and to my horror the comment is posted 10 times or so :-)
2092020-02-19T15:34:16  <emilengler> sometimes trying stuff in the incognito mode of the browser works for some reasons
2102020-02-19T15:35:28  <ryanofsky> i'm also getting errors commenting and even previewing comments, and I get a "Looks like something went wrong!" 500 error while trying to log in incognito
2112020-02-19T15:45:33  *** mdunnio has joined #bitcoin-core-dev
2122020-02-19T15:51:36  *** bitcoin-git has joined #bitcoin-core-dev
2132020-02-19T15:51:36  <bitcoin-git> [bitcoin] icota opened pull request #18179: Add Lightning Network support (master...2020-01-core-lightning) https://github.com/bitcoin/bitcoin/pull/18179
2142020-02-19T15:51:37  *** bitcoin-git has left #bitcoin-core-dev
2152020-02-19T15:53:28  *** jonatack has quit IRC
2162020-02-19T15:54:06  *** promag has joined #bitcoin-core-dev
2172020-02-19T15:55:59  *** achow101 has quit IRC
2182020-02-19T16:13:46  *** bitcoin-git has joined #bitcoin-core-dev
2192020-02-19T16:13:46  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #18181: test: Remove incorrect assumptions in validation_flush_tests (master...2002-ciTestValNoArch) https://github.com/bitcoin/bitcoin/pull/18181
2202020-02-19T16:13:50  *** bitcoin-git has left #bitcoin-core-dev
2212020-02-19T16:17:09  *** Kiminuo has joined #bitcoin-core-dev
2222020-02-19T16:23:51  *** Talkless has joined #bitcoin-core-dev
2232020-02-19T16:23:53  *** abacus has quit IRC
2242020-02-19T16:24:04  *** bitcoin-git has joined #bitcoin-core-dev
2252020-02-19T16:24:04  <bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/68e841e0af22...eddcbfb109e5
2262020-02-19T16:24:05  <bitcoin-git> bitcoin/master a3b539a practicalswift: ci: Run fuzz testing test cases under valgrind
2272020-02-19T16:24:05  <bitcoin-git> bitcoin/master 555236f practicalswift: tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer ne...
2282020-02-19T16:24:06  <bitcoin-git> bitcoin/master 5ea8144 practicalswift: tests: Add support for excluding fuzz targets using -x/--exclude
2292020-02-19T16:24:07  *** bitcoin-git has left #bitcoin-core-dev
2302020-02-19T16:24:23  *** bitcoin-git has joined #bitcoin-core-dev
2312020-02-19T16:24:23  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18166: ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors (master...fuzz-test-cases-under-valgrind) https://github.com/bitcoin/bitcoin/pull/18166
2322020-02-19T16:24:32  *** bitcoin-git has left #bitcoin-core-dev
2332020-02-19T16:30:48  *** jonatack has joined #bitcoin-core-dev
2342020-02-19T16:38:40  *** achow101 has joined #bitcoin-core-dev
2352020-02-19T16:40:02  *** pinheadmz_ has joined #bitcoin-core-dev
2362020-02-19T16:41:25  *** pinheadmz has quit IRC
2372020-02-19T16:41:26  *** pinheadmz_ is now known as pinheadmz
2382020-02-19T16:50:04  *** Victor_sueca is now known as Victorsueca
2392020-02-19T17:02:32  *** filchef has joined #bitcoin-core-dev
2402020-02-19T17:16:05  *** Chris_Stewart_5 has quit IRC
2412020-02-19T17:19:58  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2422020-02-19T17:24:17  *** promag has quit IRC
2432020-02-19T17:30:49  *** gnusha has quit IRC
2442020-02-19T17:30:53  *** morcos has quit IRC
2452020-02-19T17:31:07  *** gnusha has joined #bitcoin-core-dev
2462020-02-19T17:31:55  *** promag has joined #bitcoin-core-dev
2472020-02-19T17:32:46  *** promag has quit IRC
2482020-02-19T17:33:31  *** achow101 has quit IRC
2492020-02-19T17:38:10  *** achow101 has joined #bitcoin-core-dev
2502020-02-19T17:40:51  *** andrewtoth has joined #bitcoin-core-dev
2512020-02-19T17:43:55  *** lightlike has joined #bitcoin-core-dev
2522020-02-19T17:46:10  *** MrETH has joined #bitcoin-core-dev
2532020-02-19T17:46:40  *** lightlike has quit IRC
2542020-02-19T17:46:48  *** MrETH has quit IRC
2552020-02-19T18:00:01  *** no_cluez has quit IRC
2562020-02-19T18:03:30  <jonasschnelli> MarcoFalke: re https://github.com/bitcoin/bitcoin/pull/18037#issuecomment-588359944
2572020-02-19T18:04:00  <jonasschnelli> You commented "See #18037" (which is the PR you commented on)
2582020-02-19T18:04:03  <gribble> https://github.com/bitcoin/bitcoin/issues/18037 | Util: Allow scheduler to be mocked by amitiuttarwar · Pull Request #18037 · bitcoin/bitcoin · GitHub
2592020-02-19T18:05:04  <jonasschnelli> Ah. You meant #18174
2602020-02-19T18:05:07  <gribble> https://github.com/bitcoin/bitcoin/issues/18174 | WIP test: make mockscheduler test more reliable by amitiuttarwar · Pull Request #18174 · bitcoin/bitcoin · GitHub
2612020-02-19T18:06:33  *** Victorsueca has quit IRC
2622020-02-19T18:07:15  *** Victorsueca has joined #bitcoin-core-dev
2632020-02-19T18:18:44  *** robwerks1 has joined #bitcoin-core-dev
2642020-02-19T18:29:40  *** ghost43_ has quit IRC
2652020-02-19T18:30:56  *** ghost43 has joined #bitcoin-core-dev
2662020-02-19T18:37:41  *** asoltys has quit IRC
2672020-02-19T18:40:42  *** cataly5m2 has quit IRC
2682020-02-19T18:41:07  *** cataly5m2 has joined #bitcoin-core-dev
2692020-02-19T18:43:45  *** r8921039 has joined #bitcoin-core-dev
2702020-02-19T18:46:34  <jeremyrubin> sdaftuar: hi?
2712020-02-19T18:58:34  *** ghost43 has quit IRC
2722020-02-19T18:58:49  *** ghost43 has joined #bitcoin-core-dev
2732020-02-19T19:00:34  *** emilengler has quit IRC
2742020-02-19T19:03:37  *** timothy has quit IRC
2752020-02-19T19:03:46  *** k11 has joined #bitcoin-core-dev
2762020-02-19T19:05:32  *** k11 has quit IRC
2772020-02-19T19:09:07  *** mjg80_ has joined #bitcoin-core-dev
2782020-02-19T19:15:06  *** tripleslash has quit IRC
2792020-02-19T19:16:44  *** tripleslash has joined #bitcoin-core-dev
2802020-02-19T19:20:12  *** EagleTM has joined #bitcoin-core-dev
2812020-02-19T19:38:44  *** brianhoffman has quit IRC
2822020-02-19T19:43:43  *** vasild has quit IRC
2832020-02-19T19:46:57  *** mjg80_ has quit IRC
2842020-02-19T19:47:13  *** brianhoffman has joined #bitcoin-core-dev
2852020-02-19T19:50:17  *** promag has joined #bitcoin-core-dev
2862020-02-19T19:55:05  *** promag has quit IRC
2872020-02-19T20:00:22  *** vasild has joined #bitcoin-core-dev
2882020-02-19T20:02:07  *** promag has joined #bitcoin-core-dev
2892020-02-19T20:10:57  *** Talkless has quit IRC
2902020-02-19T20:47:21  *** promag has quit IRC
2912020-02-19T20:48:21  *** promag has joined #bitcoin-core-dev
2922020-02-19T20:52:26  *** promag has quit IRC
2932020-02-19T20:54:26  *** promag has joined #bitcoin-core-dev
2942020-02-19T20:55:19  *** ghost43 has quit IRC
2952020-02-19T20:56:11  *** jarthur has joined #bitcoin-core-dev
2962020-02-19T20:56:16  *** ghost43 has joined #bitcoin-core-dev
2972020-02-19T20:58:37  *** promag has quit IRC
2982020-02-19T21:00:01  *** Carmel40Ernser has joined #bitcoin-core-dev
2992020-02-19T21:00:01  *** robwerks1 has quit IRC
3002020-02-19T21:08:33  *** owowo has quit IRC
3012020-02-19T21:15:15  *** owowo has joined #bitcoin-core-dev
3022020-02-19T21:18:44  *** Carmel40Ernser has quit IRC
3032020-02-19T21:36:11  *** Kiminuo has quit IRC
3042020-02-19T21:45:12  *** vincenzopalazzo has joined #bitcoin-core-dev
3052020-02-19T21:45:58  *** tys0n_ has joined #bitcoin-core-dev
3062020-02-19T21:49:09  *** tripleslash has quit IRC
3072020-02-19T21:49:48  *** rlaager1 has joined #bitcoin-core-dev
3082020-02-19T21:57:26  *** rex4539 has joined #bitcoin-core-dev
3092020-02-19T21:59:18  *** rex4539 has quit IRC
3102020-02-19T22:00:21  *** kristapsk has joined #bitcoin-core-dev
3112020-02-19T22:00:54  *** filchef has quit IRC
3122020-02-19T22:08:49  *** Chris_Stewart_5 has quit IRC
3132020-02-19T22:16:53  *** jamesl22 has quit IRC
3142020-02-19T22:24:43  *** luke-jr has quit IRC
3152020-02-19T22:37:13  *** luke-jr has joined #bitcoin-core-dev
3162020-02-19T22:42:16  *** Chris_Stewart_5 has joined #bitcoin-core-dev
3172020-02-19T22:46:51  *** bitcoin-git has joined #bitcoin-core-dev
3182020-02-19T22:46:51  <bitcoin-git> [bitcoin] fanquake closed pull request #18154: Trivial(qt): Capitalization, spelling (master...qt-nitpicking) https://github.com/bitcoin/bitcoin/pull/18154
3192020-02-19T22:46:52  *** bitcoin-git has left #bitcoin-core-dev
3202020-02-19T22:56:37  *** Guyver2 has quit IRC
3212020-02-19T22:58:38  *** manantial has quit IRC
3222020-02-19T22:59:32  *** promag has joined #bitcoin-core-dev
3232020-02-19T23:03:55  *** promag has quit IRC
3242020-02-19T23:08:07  *** Highway61 has quit IRC
3252020-02-19T23:12:52  *** mdunnio has quit IRC
3262020-02-19T23:31:09  *** vincenzopalazzo has quit IRC
3272020-02-19T23:46:48  *** TheRec has quit IRC
3282020-02-19T23:48:50  *** TheRec has joined #bitcoin-core-dev
3292020-02-19T23:48:50  *** TheRec has joined #bitcoin-core-dev
3302020-02-19T23:53:23  *** Chris_Stewart_5 has quit IRC