12019-10-23T00:00:01  *** schwuk has quit IRC
  22019-10-23T00:01:03  *** kexkey has quit IRC
  32019-10-23T00:01:08  *** jkczyz has quit IRC
  42019-10-23T00:04:23  *** kexkey has joined #bitcoin-core-dev
  52019-10-23T00:04:30  *** Highway61 has quit IRC
  62019-10-23T00:06:53  *** cryptoIndio has joined #bitcoin-core-dev
  72019-10-23T00:08:08  *** AaronvanW has quit IRC
  82019-10-23T00:11:32  *** mdunnio has joined #bitcoin-core-dev
  92019-10-23T00:12:25  *** Victorsueca has quit IRC
 102019-10-23T00:13:15  *** Plasmastar1 has joined #bitcoin-core-dev
 112019-10-23T00:15:18  *** cryptoIndio has quit IRC
 122019-10-23T00:24:40  *** luigi_ has quit IRC
 132019-10-23T00:38:30  *** ddustin has quit IRC
 142019-10-23T00:39:17  *** ddustin has joined #bitcoin-core-dev
 152019-10-23T00:40:53  *** kexkey has quit IRC
 162019-10-23T00:44:02  *** ddustin has quit IRC
 172019-10-23T00:46:15  *** mdunnio has quit IRC
 182019-10-23T00:47:09  *** captjakk has joined #bitcoin-core-dev
 192019-10-23T00:47:36  *** AaronvanW has joined #bitcoin-core-dev
 202019-10-23T00:52:15  *** AaronvanW has quit IRC
 212019-10-23T00:53:00  *** jkczyz has joined #bitcoin-core-dev
 222019-10-23T00:59:17  *** lukedashjr has joined #bitcoin-core-dev
 232019-10-23T00:59:53  *** luke-jr has quit IRC
 242019-10-23T01:02:17  *** jkczyz has quit IRC
 252019-10-23T01:04:01  *** lightlike has quit IRC
 262019-10-23T01:05:47  *** lukedashjr has quit IRC
 272019-10-23T01:12:26  *** cryptoIndio has joined #bitcoin-core-dev
 282019-10-23T01:15:03  *** kexkey has joined #bitcoin-core-dev
 292019-10-23T01:21:05  *** Skirmant has quit IRC
 302019-10-23T01:21:24  *** cryptoIndio has quit IRC
 312019-10-23T01:24:37  *** arik__ has quit IRC
 322019-10-23T01:25:52  *** Dean_Guss has quit IRC
 332019-10-23T01:30:05  *** jkczyz has joined #bitcoin-core-dev
 342019-10-23T01:32:02  *** luke-jr has joined #bitcoin-core-dev
 352019-10-23T01:35:23  *** jkczyz has quit IRC
 362019-10-23T01:38:26  *** koti has joined #bitcoin-core-dev
 372019-10-23T01:48:00  *** cryptoIndio has joined #bitcoin-core-dev
 382019-10-23T01:55:26  *** mdunnio has joined #bitcoin-core-dev
 392019-10-23T02:07:25  *** ysangkok has quit IRC
 402019-10-23T02:09:30  *** koti has quit IRC
 412019-10-23T02:12:35  *** koti has joined #bitcoin-core-dev
 422019-10-23T02:16:49  *** Victorsueca has joined #bitcoin-core-dev
 432019-10-23T02:22:21  *** emilengler has joined #bitcoin-core-dev
 442019-10-23T02:29:14  *** mdunnio has quit IRC
 452019-10-23T02:43:07  *** felixfoertsch has joined #bitcoin-core-dev
 462019-10-23T02:44:39  *** felixfoertsch23 has quit IRC
 472019-10-23T02:48:37  *** Dean_Guss has joined #bitcoin-core-dev
 482019-10-23T02:49:22  *** AaronvanW has joined #bitcoin-core-dev
 492019-10-23T02:50:47  *** cryptoIndio has quit IRC
 502019-10-23T03:00:01  *** Plasmastar1 has quit IRC
 512019-10-23T03:00:32  *** kristapsk has quit IRC
 522019-10-23T03:00:32  *** SiAnDoG has quit IRC
 532019-10-23T03:00:53  *** kristapsk has joined #bitcoin-core-dev
 542019-10-23T03:00:55  *** SiAnDoG has joined #bitcoin-core-dev
 552019-10-23T03:06:23  *** luke-jr has quit IRC
 562019-10-23T03:12:16  *** luke-jr has joined #bitcoin-core-dev
 572019-10-23T03:15:07  *** robbiet480 has joined #bitcoin-core-dev
 582019-10-23T03:16:29  *** koti has quit IRC
 592019-10-23T03:18:13  *** koti has joined #bitcoin-core-dev
 602019-10-23T03:22:38  *** AaronvanW has quit IRC
 612019-10-23T03:30:57  *** jkczyz has joined #bitcoin-core-dev
 622019-10-23T03:32:30  *** koti has quit IRC
 632019-10-23T03:34:24  *** koti has joined #bitcoin-core-dev
 642019-10-23T03:34:31  *** jarthur has joined #bitcoin-core-dev
 652019-10-23T03:35:14  *** jkczyz has quit IRC
 662019-10-23T03:36:38  <jeremyrubin> harding: sdaftuar: if you were going to use sequences, you could also more simply just use a linked-list style tree which puts out b outputs per layer.
 672019-10-23T03:37:02  <jeremyrubin> Which would enforce some sequencing
 682019-10-23T03:37:13  <jeremyrubin> but it would be less fun to be at the end of such a tree
 692019-10-23T03:38:32  <jeremyrubin> > [07:25] <sdaftuar> jeremyrubin: one practical thought to the issue you're seeing with a payment to 1000 outputs using a radix of 4: couldn't the sender just put a likely-to-be-confirmed-soon fee on the first five transactions (top 2 levels of the tree)? seems like that's a really small number of bytes, and once those are confirmed the situation gets much better
 702019-10-23T03:39:07  <jeremyrubin> Yes this is possible, but can still get locked out if someone publishes one branch and then pays a higher fee on their descendant then saturates the descendant limit
 712019-10-23T03:39:30  <jeremyrubin> Which would then lock up the higher ones
 722019-10-23T03:40:44  *** koti has quit IRC
 732019-10-23T03:47:28  *** cryptoIndio has joined #bitcoin-core-dev
 742019-10-23T03:53:58  *** cryptoIndio has quit IRC
 752019-10-23T03:54:11  *** cryptoIndio has joined #bitcoin-core-dev
 762019-10-23T03:54:20  *** luke-jr has quit IRC
 772019-10-23T03:58:20  *** rabidus has quit IRC
 782019-10-23T03:59:59  *** rabidus has joined #bitcoin-core-dev
 792019-10-23T04:07:12  *** cryptoIndio has quit IRC
 802019-10-23T04:08:13  *** koti has joined #bitcoin-core-dev
 812019-10-23T04:17:30  *** koti has quit IRC
 822019-10-23T04:19:30  *** koti has joined #bitcoin-core-dev
 832019-10-23T04:40:09  *** cryptoIndio has joined #bitcoin-core-dev
 842019-10-23T04:41:53  *** ppisati has quit IRC
 852019-10-23T04:48:17  *** diogosergio has joined #bitcoin-core-dev
 862019-10-23T04:48:32  *** ppisati has joined #bitcoin-core-dev
 872019-10-23T04:49:05  *** cryptoIndio has quit IRC
 882019-10-23T04:49:35  *** cryptoIndio has joined #bitcoin-core-dev
 892019-10-23T04:51:48  *** mryandao_ has joined #bitcoin-core-dev
 902019-10-23T04:52:26  *** diogosergio has quit IRC
 912019-10-23T04:52:36  *** mryandao has quit IRC
 922019-10-23T04:56:43  *** mryandao_ is now known as mryandao
 932019-10-23T05:06:31  *** koti has quit IRC
 942019-10-23T05:08:16  *** koti has joined #bitcoin-core-dev
 952019-10-23T05:19:19  *** AaronvanW has joined #bitcoin-core-dev
 962019-10-23T05:29:30  *** koti has quit IRC
 972019-10-23T05:31:44  *** jarthur has quit IRC
 982019-10-23T05:31:50  *** jkczyz has joined #bitcoin-core-dev
 992019-10-23T05:32:17  *** jarthur has joined #bitcoin-core-dev
1002019-10-23T05:35:36  *** arik_ has joined #bitcoin-core-dev
1012019-10-23T05:36:42  *** jkczyz has quit IRC
1022019-10-23T05:48:38  *** arik_ has quit IRC
1032019-10-23T05:52:36  *** ctrlbreak has quit IRC
1042019-10-23T05:53:03  *** ctrlbreak has joined #bitcoin-core-dev
1052019-10-23T05:57:59  *** alko89 has quit IRC
1062019-10-23T05:59:40  *** Highway61 has joined #bitcoin-core-dev
1072019-10-23T06:00:01  *** robbiet480 has quit IRC
1082019-10-23T06:00:16  *** Dean_Guss has quit IRC
1092019-10-23T06:00:47  *** cryptoIndio has quit IRC
1102019-10-23T06:01:24  *** cryptoIndio has joined #bitcoin-core-dev
1112019-10-23T06:09:37  *** cryptoIndio has quit IRC
1122019-10-23T06:09:50  *** cryptoIndio has joined #bitcoin-core-dev
1132019-10-23T06:24:19  *** laptop500 has joined #bitcoin-core-dev
1142019-10-23T06:32:26  *** AaronvanW has quit IRC
1152019-10-23T06:33:26  *** jkczyz has joined #bitcoin-core-dev
1162019-10-23T06:36:33  *** DarKPhoeniX1 has joined #bitcoin-core-dev
1172019-10-23T06:37:57  *** jkczyz has quit IRC
1182019-10-23T06:45:58  *** jarthur has quit IRC
1192019-10-23T06:50:55  *** jonatack has joined #bitcoin-core-dev
1202019-10-23T06:53:36  *** Guyver2 has joined #bitcoin-core-dev
1212019-10-23T07:11:08  *** jonatack has quit IRC
1222019-10-23T07:11:59  *** marcoagner has joined #bitcoin-core-dev
1232019-10-23T07:24:56  *** AaronvanW has joined #bitcoin-core-dev
1242019-10-23T07:59:25  *** promag has joined #bitcoin-core-dev
1252019-10-23T08:00:59  *** kristapsk has quit IRC
1262019-10-23T08:03:50  *** bitcoin-git has joined #bitcoin-core-dev
1272019-10-23T08:03:50  <bitcoin-git> [bitcoin] nekosei opened pull request #17223: Skip verification (master...add_log) https://github.com/bitcoin/bitcoin/pull/17223
1282019-10-23T08:03:52  *** bitcoin-git has left #bitcoin-core-dev
1292019-10-23T08:04:30  *** bitcoin-git has joined #bitcoin-core-dev
1302019-10-23T08:04:30  <bitcoin-git> [bitcoin] nekosei closed pull request #17223: Skip verification (master...add_log) https://github.com/bitcoin/bitcoin/pull/17223
1312019-10-23T08:04:32  *** bitcoin-git has left #bitcoin-core-dev
1322019-10-23T08:15:29  *** jonatack has joined #bitcoin-core-dev
1332019-10-23T08:19:22  *** JJ80 has joined #bitcoin-core-dev
1342019-10-23T08:34:15  *** jkczyz has joined #bitcoin-core-dev
1352019-10-23T08:39:03  *** jkczyz has quit IRC
1362019-10-23T08:52:17  *** jonatack has quit IRC
1372019-10-23T08:52:55  *** jonatack has joined #bitcoin-core-dev
1382019-10-23T08:55:16  *** jeremyrubin has quit IRC
1392019-10-23T08:57:39  *** AaronvanW has quit IRC
1402019-10-23T08:59:06  *** jeremyrubin has joined #bitcoin-core-dev
1412019-10-23T09:00:01  *** DarKPhoeniX1 has quit IRC
1422019-10-23T09:04:17  *** kexkey has quit IRC
1432019-10-23T09:11:11  *** RavenSoft has joined #bitcoin-core-dev
1442019-10-23T09:13:30  *** Guyver2 has quit IRC
1452019-10-23T09:22:29  *** bitcoin-git has joined #bitcoin-core-dev
1462019-10-23T09:22:30  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9dd6bbba613d...4258fd73778c
1472019-10-23T09:22:30  <bitcoin-git> bitcoin/master 89339d1 Fabian Jahr: tests: Add test for loadblock option
1482019-10-23T09:22:31  <bitcoin-git> bitcoin/master 4258fd7 Wladimir J. van der Laan: Merge #17091: tests: Add test for loadblock option and linearize scripts
1492019-10-23T09:22:32  *** bitcoin-git has left #bitcoin-core-dev
1502019-10-23T09:22:49  *** bitcoin-git has joined #bitcoin-core-dev
1512019-10-23T09:22:50  <bitcoin-git> [bitcoin] laanwj merged pull request #17091: tests: Add test for loadblock option and linearize scripts (master...loadblock_test) https://github.com/bitcoin/bitcoin/pull/17091
1522019-10-23T09:22:51  *** bitcoin-git has left #bitcoin-core-dev
1532019-10-23T09:32:31  *** SiAnDoG has quit IRC
1542019-10-23T09:48:41  *** SiAnDoG has joined #bitcoin-core-dev
1552019-10-23T10:01:31  *** bitcoin-git has joined #bitcoin-core-dev
1562019-10-23T10:01:32  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4258fd73778c...ceda6e8b7471
1572019-10-23T10:01:32  <bitcoin-git> bitcoin/master 088a730 JeremyCrookshank: static tooltip
1582019-10-23T10:01:32  <bitcoin-git> bitcoin/master ceda6e8 Wladimir J. van der Laan: Merge #17180: gui: Improved tooltip for send amount field
1592019-10-23T10:01:34  *** bitcoin-git has left #bitcoin-core-dev
1602019-10-23T10:01:51  *** bitcoin-git has joined #bitcoin-core-dev
1612019-10-23T10:01:52  <bitcoin-git> [bitcoin] laanwj merged pull request #17180: gui: Improved tooltip for send amount field (master...sendamounttooltip) https://github.com/bitcoin/bitcoin/pull/17180
1622019-10-23T10:01:52  *** bitcoin-git has left #bitcoin-core-dev
1632019-10-23T10:06:03  *** bitcoin-git has joined #bitcoin-core-dev
1642019-10-23T10:06:03  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ceda6e8b7471...a884b3285496
1652019-10-23T10:06:03  <bitcoin-git> bitcoin/master cd68594 Andrew Chow: Only check the hash of transactions loaded from disk
1662019-10-23T10:06:04  <bitcoin-git> bitcoin/master a884b32 Wladimir J. van der Laan: Merge #16911: wallet: Only check the hash of transactions loaded from disk...
1672019-10-23T10:06:05  *** bitcoin-git has left #bitcoin-core-dev
1682019-10-23T10:06:13  *** SiAnDoG has quit IRC
1692019-10-23T10:06:18  *** bitcoin-git has joined #bitcoin-core-dev
1702019-10-23T10:06:18  <bitcoin-git> [bitcoin] laanwj merged pull request #16911: wallet: Only check the hash of transactions loaded from disk (master...wallet-skip-checktx) https://github.com/bitcoin/bitcoin/pull/16911
1712019-10-23T10:06:19  *** bitcoin-git has left #bitcoin-core-dev
1722019-10-23T10:08:36  *** SiAnDoG has joined #bitcoin-core-dev
1732019-10-23T10:11:11  *** harrigan has quit IRC
1742019-10-23T10:12:51  *** harrigan has joined #bitcoin-core-dev
1752019-10-23T10:17:12  *** bitcoin-git has joined #bitcoin-core-dev
1762019-10-23T10:17:13  <bitcoin-git> [bitcoin] practicalswift opened pull request #17225: tests: Test serialisation as part of deserialisation fuzzing. Test round-trip equality where possible. (master...fuzzers-deserialize-with-roundtrip) https://github.com/bitcoin/bitcoin/pull/17225
1772019-10-23T10:17:15  *** bitcoin-git has left #bitcoin-core-dev
1782019-10-23T10:35:38  *** jkczyz has joined #bitcoin-core-dev
1792019-10-23T10:40:03  *** jkczyz has quit IRC
1802019-10-23T10:40:39  <wumpus> (harmless) new clang warning: bitcoin/src/qt/guiutil.cpp:855:26: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
1812019-10-23T10:41:56  *** bitcoin-git has joined #bitcoin-core-dev
1822019-10-23T10:41:56  <bitcoin-git> [bitcoin] promag opened pull request #17226: gui: Fix payAmount tooltip in SendCoinsEntry (master...2019-10-payamount-tooltip) https://github.com/bitcoin/bitcoin/pull/17226
1832019-10-23T10:41:57  *** bitcoin-git has left #bitcoin-core-dev
1842019-10-23T10:42:17  <promag> wumpus: sorry, had to push this x)
1852019-10-23T10:56:48  *** Skirmant has joined #bitcoin-core-dev
1862019-10-23T11:08:12  *** cryptoIndio has quit IRC
1872019-10-23T11:09:31  *** bitcoin-git has joined #bitcoin-core-dev
1882019-10-23T11:09:31  <bitcoin-git> [bitcoin] promag closed pull request #17182: 0.19: Revert 14193 to fix 17112 (0.19...2019-10-revert-14193-fix-17112) https://github.com/bitcoin/bitcoin/pull/17182
1892019-10-23T11:09:32  *** bitcoin-git has left #bitcoin-core-dev
1902019-10-23T11:29:48  *** bitcoin-git has joined #bitcoin-core-dev
1912019-10-23T11:29:48  <bitcoin-git> [bitcoin] GChuf closed pull request #17048: gui: add shortcuts for Options and Command-line options (master...shortcuts) https://github.com/bitcoin/bitcoin/pull/17048
1922019-10-23T11:29:51  *** bitcoin-git has left #bitcoin-core-dev
1932019-10-23T11:35:00  *** roconnor has quit IRC
1942019-10-23T11:42:55  *** Ox207fffff has quit IRC
1952019-10-23T11:46:41  *** cryptoIndio has joined #bitcoin-core-dev
1962019-10-23T11:54:06  *** cryptoIndio has quit IRC
1972019-10-23T12:00:02  *** RavenSoft has quit IRC
1982019-10-23T12:17:12  *** jwheare1 has joined #bitcoin-core-dev
1992019-10-23T12:22:28  *** jonatack has quit IRC
2002019-10-23T12:27:18  *** pergaminho has joined #bitcoin-core-dev
2012019-10-23T12:29:34  *** Skirmant has quit IRC
2022019-10-23T12:32:16  *** AaronvanW has joined #bitcoin-core-dev
2032019-10-23T12:39:26  *** AaronvanW has quit IRC
2042019-10-23T12:40:27  *** AaronvanW has joined #bitcoin-core-dev
2052019-10-23T12:49:04  *** timothy has joined #bitcoin-core-dev
2062019-10-23T12:55:30  *** promag_ has joined #bitcoin-core-dev
2072019-10-23T12:56:09  *** bitcoin-git has joined #bitcoin-core-dev
2082019-10-23T12:56:09  <bitcoin-git> [bitcoin] fanquake closed pull request #17210: qt: Make bech32 opt out (master...2019-10-bech32-opt-out) https://github.com/bitcoin/bitcoin/pull/17210
2092019-10-23T12:56:10  *** bitcoin-git has left #bitcoin-core-dev
2102019-10-23T12:58:43  *** JJ80 has quit IRC
2112019-10-23T13:10:04  *** jonatack has joined #bitcoin-core-dev
2122019-10-23T13:11:19  *** jkczyz has joined #bitcoin-core-dev
2132019-10-23T13:15:47  *** JJ has joined #bitcoin-core-dev
2142019-10-23T13:16:44  *** jkczyz has quit IRC
2152019-10-23T13:24:04  *** luke-jr has joined #bitcoin-core-dev
2162019-10-23T13:26:53  *** bitcoin-git has joined #bitcoin-core-dev
2172019-10-23T13:26:54  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a884b3285496...8f14d2002b11
2182019-10-23T13:26:54  <bitcoin-git> bitcoin/master a0fc076 Sebastian Falbesoner: refactor: test/bench: dedup Build{Crediting,Spending}Transaction()
2192019-10-23T13:26:55  <bitcoin-git> bitcoin/master 8f14d20 MarcoFalke: Merge #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transac...
2202019-10-23T13:26:56  *** bitcoin-git has left #bitcoin-core-dev
2212019-10-23T13:27:11  *** bitcoin-git has joined #bitcoin-core-dev
2222019-10-23T13:27:12  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transaction() (master...20191018-refactor-deduplicate_build_transaction_functions) https://github.com/bitcoin/bitcoin/pull/17183
2232019-10-23T13:27:12  *** bitcoin-git has left #bitcoin-core-dev
2242019-10-23T13:30:08  *** lightlike has joined #bitcoin-core-dev
2252019-10-23T13:38:17  *** Highway61 has quit IRC
2262019-10-23T13:42:12  *** bitcoin-git has joined #bitcoin-core-dev
2272019-10-23T13:42:13  <bitcoin-git> [bitcoin] icota opened pull request #17227: Qt: Add Android packaging support (master...qt-android-package) https://github.com/bitcoin/bitcoin/pull/17227
2282019-10-23T13:42:13  *** bitcoin-git has left #bitcoin-core-dev
2292019-10-23T13:42:18  *** Guyver2 has joined #bitcoin-core-dev
2302019-10-23T13:44:29  <fanquake> .xml and .java 👀
2312019-10-23T13:45:49  *** ddustin has joined #bitcoin-core-dev
2322019-10-23T13:46:32  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2332019-10-23T13:50:18  *** ddustin has quit IRC
2342019-10-23T13:51:14  *** cryptoIndio has joined #bitcoin-core-dev
2352019-10-23T13:56:13  *** cryptoIndio has quit IRC
2362019-10-23T14:02:14  *** captjakk has quit IRC
2372019-10-23T14:13:33  *** mdunnio has joined #bitcoin-core-dev
2382019-10-23T14:38:55  *** roconnor has joined #bitcoin-core-dev
2392019-10-23T14:39:20  *** captjakk has joined #bitcoin-core-dev
2402019-10-23T14:42:36  *** jkczyz has joined #bitcoin-core-dev
2412019-10-23T14:43:55  *** Highway61 has joined #bitcoin-core-dev
2422019-10-23T14:46:30  *** jonatack has quit IRC
2432019-10-23T14:46:50  *** jkczyz has quit IRC
2442019-10-23T14:59:31  *** Honthe has joined #bitcoin-core-dev
2452019-10-23T15:00:01  *** jwheare1 has quit IRC
2462019-10-23T15:00:05  *** bitcoin-git has joined #bitcoin-core-dev
2472019-10-23T15:00:06  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #17228: test: Add RegTestingSetup to setup_common (master...1910-RegTestingSetup) https://github.com/bitcoin/bitcoin/pull/17228
2482019-10-23T15:00:06  *** bitcoin-git has left #bitcoin-core-dev
2492019-10-23T15:00:43  *** jrieck has joined #bitcoin-core-dev
2502019-10-23T15:04:19  *** Evel-Knievel has quit IRC
2512019-10-23T15:05:46  <jnewbery> MarcoFalke wumpus: I think #17004 is ready for merge
2522019-10-23T15:05:52  <gribble> https://github.com/bitcoin/bitcoin/issues/17004 | validation: Remove REJECT code from CValidationState by jnewbery · Pull Request #17004 · bitcoin/bitcoin · GitHub
2532019-10-23T15:06:37  *** captjakk has quit IRC
2542019-10-23T15:07:03  *** captjakk has joined #bitcoin-core-dev
2552019-10-23T15:11:23  *** Bullit has left #bitcoin-core-dev
2562019-10-23T15:11:37  *** captjakk has quit IRC
2572019-10-23T15:13:05  *** jrieck has quit IRC
2582019-10-23T15:13:23  *** reeiiko has joined #bitcoin-core-dev
2592019-10-23T15:28:13  *** bitcoin-git has joined #bitcoin-core-dev
2602019-10-23T15:28:13  <bitcoin-git> [bitcoin] practicalswift opened pull request #17229: tests: Add fuzzing harnesses for various Base{32,58,64} and hex related functions (master...fuzzers-base_encode_decode) https://github.com/bitcoin/bitcoin/pull/17229
2612019-10-23T15:28:14  *** bitcoin-git has left #bitcoin-core-dev
2622019-10-23T15:42:26  *** Highway61 has quit IRC
2632019-10-23T15:44:54  *** AaronvanW has quit IRC
2642019-10-23T15:49:17  <MarcoFalke> Is anyone able to rerun the failed travis build here: https://travis-ci.org/bitcoin/bitcoin/builds/601833792?utm_source=github_status&utm_medium=notification
2652019-10-23T15:49:38  <MarcoFalke> I can't seem to find the button anymore
2662019-10-23T15:52:11  *** cryptoIndio has joined #bitcoin-core-dev
2672019-10-23T15:53:52  *** Skirmant has joined #bitcoin-core-dev
2682019-10-23T15:54:45  <sdaftuar> MarcoFalke: done
2692019-10-23T15:55:04  <MarcoFalke> thx
2702019-10-23T15:57:04  *** cryptoIndio has quit IRC
2712019-10-23T15:57:23  *** captjakk has joined #bitcoin-core-dev
2722019-10-23T15:58:42  *** promag_ has quit IRC
2732019-10-23T16:06:09  *** _Francisco_ has joined #bitcoin-core-dev
2742019-10-23T16:11:55  *** emilengler has quit IRC
2752019-10-23T16:12:50  *** emilengler has joined #bitcoin-core-dev
2762019-10-23T16:17:43  *** mdunnio has quit IRC
2772019-10-23T16:18:26  *** captjakk has quit IRC
2782019-10-23T16:19:39  *** JJ has quit IRC
2792019-10-23T16:22:07  *** setpill has joined #bitcoin-core-dev
2802019-10-23T16:23:56  *** Highway61 has joined #bitcoin-core-dev
2812019-10-23T16:27:40  *** diogosergio has joined #bitcoin-core-dev
2822019-10-23T16:29:43  *** Highway61 has quit IRC
2832019-10-23T16:30:14  *** diogosergio has quit IRC
2842019-10-23T16:32:01  *** jkczyz has joined #bitcoin-core-dev
2852019-10-23T16:32:45  *** cryptoIndio has joined #bitcoin-core-dev
2862019-10-23T16:33:50  *** Highway61 has joined #bitcoin-core-dev
2872019-10-23T16:34:53  *** captjakk has joined #bitcoin-core-dev
2882019-10-23T16:37:06  *** mdunnio has joined #bitcoin-core-dev
2892019-10-23T16:41:08  *** michaelfolkson has joined #bitcoin-core-dev
2902019-10-23T16:41:28  *** cryptoIndio has quit IRC
2912019-10-23T16:45:28  *** bitcoin-git has joined #bitcoin-core-dev
2922019-10-23T16:45:29  <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8f14d2002b11...deb2327b4359
2932019-10-23T16:45:29  <bitcoin-git> bitcoin/master fdef8bb practicalswift: tests: Allow for using non-default fuzzing initialization
2942019-10-23T16:45:30  <bitcoin-git> bitcoin/master b5ffa9f practicalswift: tests: Add Parse(...) (descriptor) fuzzing harness
2952019-10-23T16:45:30  <bitcoin-git> bitcoin/master deb2327 MarcoFalke: Merge #17018: tests: Add descriptor Parse(...) fuzzing harness
2962019-10-23T16:45:32  *** bitcoin-git has left #bitcoin-core-dev
2972019-10-23T16:45:48  *** bitcoin-git has joined #bitcoin-core-dev
2982019-10-23T16:45:48  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #17018: tests: Add descriptor Parse(...) fuzzing harness (master...descriptor_parse) https://github.com/bitcoin/bitcoin/pull/17018
2992019-10-23T16:45:49  *** bitcoin-git has left #bitcoin-core-dev
3002019-10-23T16:45:59  *** mdunnio has quit IRC
3012019-10-23T16:47:02  *** mdunnio has joined #bitcoin-core-dev
3022019-10-23T16:47:49  *** jonatack has joined #bitcoin-core-dev
3032019-10-23T16:48:50  *** promag_ has joined #bitcoin-core-dev
3042019-10-23T16:52:02  *** laptop500 has quit IRC
3052019-10-23T16:52:57  *** promag_ has quit IRC
3062019-10-23T16:54:14  *** ajonas has joined #bitcoin-core-dev
3072019-10-23T17:01:29  *** jarthur has joined #bitcoin-core-dev
3082019-10-23T17:04:17  *** Chris_Stewart_5 has quit IRC
3092019-10-23T17:04:41  *** captjakk has quit IRC
3102019-10-23T17:06:32  <sdaftuar> sipa: i saw there is some discussion (now partially deleted) on aj's PR relating to mapRelay and its future
3112019-10-23T17:07:23  <sdaftuar> i want to make sure i understand your concern. my idea for mapRelay is to nuke it but continue to achieve its goal of not leaking information about transactions until we intend to
3122019-10-23T17:08:11  <sdaftuar> (in fact, it falls short in its privacy goal right now due to a bug, which i would like us to improve)
3132019-10-23T17:08:22  <sipa> that sounds good
3142019-10-23T17:09:29  <sdaftuar> i don't believe anyone to my knowledge is proposing that we get rid of mapRelay and allow indiscriminate probing of our mempool contents -- i assume that is what you were objecting to?
3152019-10-23T17:10:45  <sipa> i was just confused by the "it's not a privacy leak to change this, because there is already another leak" comment, without looking at the code
3162019-10-23T17:10:54  <sipa> because that sounded like a terrible justification
3172019-10-23T17:12:11  <aj> sipa: it makes it easier to see old tx's still in your mempool, and to obtain a copy of them. doesn't affect brand new tx's
3182019-10-23T17:12:23  <sdaftuar> i'm not sure what marco means there. your earlier comment about testing the comments of our mempool is a subtle question, i think - the answer to that depends on the context?
3192019-10-23T17:13:14  <sdaftuar> ie i think we should try to hide recently relayed transactions, but there's probably no transaction-relay-related privacy benefit to not serving things in our mempool that are old
3202019-10-23T17:13:46  <sipa> well i was under the mistaken impression that this PR was giving up on mempool-presence testing, because of the "this is not leaking anything because things can be tested otherwise"
3212019-10-23T17:14:00  <sipa> sorry, i shouls not have commented before looking at the PR
3222019-10-23T17:15:03  <sdaftuar> ok, understood. i do think there are potential non-transaction-privacy related concerns with serving old mempool contents that could be brought up, so i don't want to gloss over any such issues if people think they're worth worrying about
3232019-10-23T17:16:23  *** mdunnio has quit IRC
3242019-10-23T17:17:11  <sdaftuar> for instance: i think greg once mentioned that you could turn the bitcoin network nodes' mempools into a distributed file system
3252019-10-23T17:17:22  <sdaftuar> another possible concern is if we exacerbate fingerprinting attacks
3262019-10-23T17:18:09  <sdaftuar> i tend to think that the first concern is something we could expend engineering manpower to combat if it became a problem
3272019-10-23T17:18:26  <sdaftuar> and the latter is overshadowed by other ways we can fingerprint that are not so easily stopped
3282019-10-23T17:18:28  <sipa> geah
3292019-10-23T17:18:29  <sipa> yeah
3302019-10-23T17:20:10  *** captjakk has joined #bitcoin-core-dev
3312019-10-23T17:26:54  *** Dean_Guss has joined #bitcoin-core-dev
3322019-10-23T17:27:36  *** laptop500 has joined #bitcoin-core-dev
3332019-10-23T17:30:14  *** jkczyz has quit IRC
3342019-10-23T17:30:16  *** braydonf has quit IRC
3352019-10-23T17:30:40  *** braydonf has joined #bitcoin-core-dev
3362019-10-23T17:31:43  *** arik_ has joined #bitcoin-core-dev
3372019-10-23T17:32:49  *** Highway61 has joined #bitcoin-core-dev
3382019-10-23T17:34:40  *** jkczyz has joined #bitcoin-core-dev
3392019-10-23T17:39:13  *** r251d has joined #bitcoin-core-dev
3402019-10-23T17:42:52  *** Chris_Stewart_5 has joined #bitcoin-core-dev
3412019-10-23T17:43:55  *** Highway62 has joined #bitcoin-core-dev
3422019-10-23T17:43:57  *** Highway61 has quit IRC
3432019-10-23T17:43:57  *** Highway62 is now known as Highway61
3442019-10-23T17:47:57  *** r251d has quit IRC
3452019-10-23T17:48:25  *** r251d has joined #bitcoin-core-dev
3462019-10-23T17:54:53  *** setpill has quit IRC
3472019-10-23T17:55:57  *** laptop500 has quit IRC
3482019-10-23T18:00:01  *** reeiiko has quit IRC
3492019-10-23T18:14:13  *** koti has joined #bitcoin-core-dev
3502019-10-23T18:15:25  *** Honkeymagoo has joined #bitcoin-core-dev
3512019-10-23T18:15:47  *** _Francisco_ has quit IRC
3522019-10-23T18:17:34  *** r251d has quit IRC
3532019-10-23T18:17:41  *** timothy has quit IRC
3542019-10-23T18:17:48  *** r251d has joined #bitcoin-core-dev
3552019-10-23T18:19:56  *** bitcoin-git has joined #bitcoin-core-dev
3562019-10-23T18:19:57  <bitcoin-git> [bitcoin] theuni opened pull request #17231: depends: fix boost mac cross build with clang 9+ (master...fix-boost-clang9) https://github.com/bitcoin/bitcoin/pull/17231
3572019-10-23T18:19:58  *** bitcoin-git has left #bitcoin-core-dev
3582019-10-23T18:21:20  *** koti has quit IRC
3592019-10-23T18:23:08  <fanquake> "Fixed" in Clang 9 by changing the output of -dumpversion from a hardcoded 4.2.1, to Clangs actual version.
3602019-10-23T18:23:56  *** captjakk has quit IRC
3612019-10-23T18:24:29  *** captjakk has joined #bitcoin-core-dev
3622019-10-23T18:29:27  *** captjakk has quit IRC
3632019-10-23T18:54:22  *** laptop500 has joined #bitcoin-core-dev
3642019-10-23T19:00:04  *** michaelfolkson has quit IRC
3652019-10-23T19:01:42  *** bitcoin-git has joined #bitcoin-core-dev
3662019-10-23T19:01:43  <bitcoin-git> [bitcoin] adamjonas opened pull request #17232: Sanity assert GetAncestor() != nullptr where appropriate (master...assert_get_ancestor) https://github.com/bitcoin/bitcoin/pull/17232
3672019-10-23T19:01:52  *** bitcoin-git has left #bitcoin-core-dev
3682019-10-23T19:01:57  *** farmerwampum has quit IRC
3692019-10-23T19:04:37  *** owowo has quit IRC
3702019-10-23T19:09:02  *** belcher has joined #bitcoin-core-dev
3712019-10-23T19:09:05  *** bitcoin-git has joined #bitcoin-core-dev
3722019-10-23T19:09:05  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #17233: travis: Run unit and functional tests on native arm (master...1910-travisNativeArm) https://github.com/bitcoin/bitcoin/pull/17233
3732019-10-23T19:09:06  *** bitcoin-git has left #bitcoin-core-dev
3742019-10-23T19:11:05  *** owowo has joined #bitcoin-core-dev
3752019-10-23T19:15:29  *** promag_ has joined #bitcoin-core-dev
3762019-10-23T19:15:46  *** ddustin has joined #bitcoin-core-dev
3772019-10-23T19:16:42  *** ddustin has joined #bitcoin-core-dev
3782019-10-23T19:17:39  *** cryptoIndio has joined #bitcoin-core-dev
3792019-10-23T19:17:56  *** ddustin has joined #bitcoin-core-dev
3802019-10-23T19:18:43  *** ddustin has quit IRC
3812019-10-23T19:19:22  *** ddustin has joined #bitcoin-core-dev
3822019-10-23T19:19:37  *** promag_ has quit IRC
3832019-10-23T19:19:37  *** ddustin has quit IRC
3842019-10-23T19:20:17  *** ddustin has joined #bitcoin-core-dev
3852019-10-23T19:21:30  *** ddustin has joined #bitcoin-core-dev
3862019-10-23T19:23:05  <dongcarl> I'm reading the codebase right now and it seems like we query DNS seeds before we use the fixed seeds? Is that right? Why do we do it this way?
3872019-10-23T19:24:24  *** cryptoIndio has quit IRC
3882019-10-23T19:24:42  <sipa> dongcarl: static seeds are an absolute last resort
3892019-10-23T19:25:05  <dongcarl> sipa: Why not use static seeds before we query DNS?
3902019-10-23T19:25:14  *** farmerwampum has joined #bitcoin-core-dev
3912019-10-23T19:25:15  <harding> dongcarl: because the fixed seeds are fallbacks in case the dynamic seeds (DNS) aren't working for some reason.  The fixed seeds are just the results of a DNS query from probably months before when the software was in pre-release.
3922019-10-23T19:25:43  <sipa> because we ideally never use hardcoded static centralized-by-committee-chosen sets of IPs for this
3932019-10-23T19:25:44  <harding> The DNS seeds are recent results of nodes that were known to be up recently.
3942019-10-23T19:26:00  <sipa> they're a very last resort
3952019-10-23T19:27:07  <dongcarl> but aren't DNS seeds even more centralized-by-committee? I can see the case for "known to be up recently"...
3962019-10-23T19:27:48  <sipa> right, but at least those are only used to query other IP addresses
3972019-10-23T19:28:12  <sipa> rather than directly being IP addresses that are thrown direclty into addrman
3982019-10-23T19:30:50  <dongcarl> sipa: Well aren't they functionally the same? Someone who takes over the DNS seeds can also affect what's in your addrman? Or am I missing something
3992019-10-23T19:31:43  <sipa> i think you're right
4002019-10-23T19:32:15  <MarcoFalke> I think if you query by DNS seeds, you'll ask at least three random ones. So an attacker would have to take over all of them to achieve 100% takeover.
4012019-10-23T19:32:37  <sipa> there are other differences though... using the static seeds will just result in lots of connections to those IPs, which didn't actually ever commit to being online a lot of the te
4022019-10-23T19:32:43  <sipa> just historically good
4032019-10-23T19:33:45  <dongcarl> MarcoFalke: Right now an attacker can gain majority by taking over just one of them: https://github.com/bitcoin/bitcoin/issues/16070
4042019-10-23T19:34:17  *** jonatack has quit IRC
4052019-10-23T19:34:26  *** jonatack has joined #bitcoin-core-dev
4062019-10-23T19:34:39  <dongcarl> I'm bringing this up mostly in the context of this old issue: https://github.com/bitcoin/bitcoin/issues/6808
4072019-10-23T19:35:07  <dongcarl> I wonder what the use expectation is when they specify `-onlynet=onion`
4082019-10-23T19:35:10  <dongcarl> user*
4092019-10-23T19:35:17  *** jonatack has quit IRC
4102019-10-23T19:35:27  *** jonatack has joined #bitcoin-core-dev
4112019-10-23T19:36:31  <dongcarl> If we have hard-coded `.onion` addresses, I feel like those should be tried first, instead of the weird "connect thru an exit node to the address that one of the seeds resolve through" thing
4122019-10-23T19:39:46  *** cryptoIndio has joined #bitcoin-core-dev
4132019-10-23T19:41:08  *** Dean_Guss has quit IRC
4142019-10-23T19:42:24  *** captjakk has joined #bitcoin-core-dev
4152019-10-23T19:42:26  *** jkczyz has quit IRC
4162019-10-23T19:42:48  *** captjakk has quit IRC
4172019-10-23T19:44:00  *** captjakk_ has joined #bitcoin-core-dev
4182019-10-23T19:44:37  *** cryptoIndio has quit IRC
4192019-10-23T19:44:44  *** captjak__ has joined #bitcoin-core-dev
4202019-10-23T19:46:14  *** SiAnDoG has quit IRC
4212019-10-23T19:46:38  *** SiAnDoG has joined #bitcoin-core-dev
4222019-10-23T19:47:26  *** cryptoIndio has joined #bitcoin-core-dev
4232019-10-23T19:48:28  *** captjakk_ has quit IRC
4242019-10-23T19:52:31  *** bitcoin-git has joined #bitcoin-core-dev
4252019-10-23T19:52:31  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/deb2327b4359...c5ac7af7793a
4262019-10-23T19:52:32  <bitcoin-git> bitcoin/master 4896bac MapleLaker: Add testcase to simulate bitcoin schema in leveldb
4272019-10-23T19:52:32  <bitcoin-git> bitcoin/master c5ac7af MarcoFalke: Merge #17206: test: Add testcase to simulate bitcoin schema in leveldb
4282019-10-23T19:52:34  *** bitcoin-git has left #bitcoin-core-dev
4292019-10-23T19:52:38  *** cryptoIndio has quit IRC
4302019-10-23T19:52:46  *** bitcoin-git has joined #bitcoin-core-dev
4312019-10-23T19:52:46  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #17206: test: Add testcase to simulate bitcoin schema in leveldb (master...dbwrapper_basic_data) https://github.com/bitcoin/bitcoin/pull/17206
4322019-10-23T19:52:47  *** bitcoin-git has left #bitcoin-core-dev
4332019-10-23T19:52:58  *** jkczyz has joined #bitcoin-core-dev
4342019-10-23T19:56:01  *** cryptoIndio has joined #bitcoin-core-dev
4352019-10-23T19:57:23  *** jkczyz has quit IRC
4362019-10-23T19:57:45  *** roconnor has quit IRC
4372019-10-23T19:59:10  *** jkczyz has joined #bitcoin-core-dev
4382019-10-23T20:04:21  *** cryptoIndio has quit IRC
4392019-10-23T20:05:18  *** CubicEarth has quit IRC
4402019-10-23T20:07:45  *** CubicEarth has joined #bitcoin-core-dev
4412019-10-23T20:09:53  *** jkczyz has quit IRC
4422019-10-23T20:12:09  *** cryptoIndio has joined #bitcoin-core-dev
4432019-10-23T20:17:05  *** cryptoIndio has quit IRC
4442019-10-23T20:20:11  *** cryptoIndio has joined #bitcoin-core-dev
4452019-10-23T20:20:17  *** andytoshi has joined #bitcoin-core-dev
4462019-10-23T20:22:25  *** EagleTM has joined #bitcoin-core-dev
4472019-10-23T20:25:29  *** Guyver2 has quit IRC
4482019-10-23T20:27:06  *** ajonas has quit IRC
4492019-10-23T20:30:15  *** cryptoIndio has quit IRC
4502019-10-23T20:34:46  *** jkczyz has joined #bitcoin-core-dev
4512019-10-23T20:41:14  *** jkczyz has quit IRC
4522019-10-23T20:43:34  *** cryptoIndio has joined #bitcoin-core-dev
4532019-10-23T20:44:12  *** captjak__ has quit IRC
4542019-10-23T20:44:44  *** captjakk has joined #bitcoin-core-dev
4552019-10-23T20:48:30  *** cryptoIndio has quit IRC
4562019-10-23T20:49:21  *** cryptoIndio has joined #bitcoin-core-dev
4572019-10-23T20:52:11  *** jkczyz has joined #bitcoin-core-dev
4582019-10-23T20:54:18  *** cryptoIndio has quit IRC
4592019-10-23T20:56:15  *** cryptoIndio has joined #bitcoin-core-dev
4602019-10-23T20:58:18  *** andytosh1 has joined #bitcoin-core-dev
4612019-10-23T21:00:02  *** Honkeymagoo has quit IRC
4622019-10-23T21:01:04  *** cryptoIndio has quit IRC
4632019-10-23T21:06:06  *** cryptoIndio has joined #bitcoin-core-dev
4642019-10-23T21:08:02  *** Chris_Stewart_5 has quit IRC
4652019-10-23T21:08:59  *** andytoshi has quit IRC
4662019-10-23T21:09:38  *** pergaminho has quit IRC
4672019-10-23T21:10:57  *** cryptoIndio has quit IRC
4682019-10-23T21:11:21  *** zalun1 has joined #bitcoin-core-dev
4692019-10-23T21:12:09  *** cryptoIndio has joined #bitcoin-core-dev
4702019-10-23T21:16:02  *** justanotheruser has quit IRC
4712019-10-23T21:17:01  *** cryptoIndio has quit IRC
4722019-10-23T21:18:56  *** cryptoIndio has joined #bitcoin-core-dev
4732019-10-23T21:20:12  *** jkczyz has quit IRC
4742019-10-23T21:20:56  *** jkczyz has joined #bitcoin-core-dev
4752019-10-23T21:22:01  *** Chris_Stewart_5 has joined #bitcoin-core-dev
4762019-10-23T21:23:54  *** cryptoIndio has quit IRC
4772019-10-23T21:26:46  *** cryptoIndio has joined #bitcoin-core-dev
4782019-10-23T21:26:58  *** captjakk has quit IRC
4792019-10-23T21:31:55  *** cryptoIndio has quit IRC
4802019-10-23T21:32:41  *** marcoagner has quit IRC
4812019-10-23T21:35:54  *** cryptoIndio has joined #bitcoin-core-dev
4822019-10-23T21:36:36  *** justanotheruser has joined #bitcoin-core-dev
4832019-10-23T21:37:48  *** Chris_Stewart_5 has quit IRC
4842019-10-23T21:44:34  *** cryptoIndio has quit IRC
4852019-10-23T21:45:42  *** harrigan has quit IRC
4862019-10-23T21:46:22  *** harrigan has joined #bitcoin-core-dev
4872019-10-23T21:50:09  *** Chris_Stewart_5 has joined #bitcoin-core-dev
4882019-10-23T21:53:18  *** bitcoin-git has joined #bitcoin-core-dev
4892019-10-23T21:53:18  <bitcoin-git> [bitcoin] practicalswift opened pull request #17235: tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only when needed. (master...fuzz-initialize-when-needed) https://github.com/bitcoin/bitcoin/pull/17235
4902019-10-23T21:53:19  *** bitcoin-git has left #bitcoin-core-dev
4912019-10-23T21:54:41  *** cryptoIndio has joined #bitcoin-core-dev
4922019-10-23T22:03:22  *** cryptoIndio has quit IRC
4932019-10-23T22:08:55  *** jkczyz has quit IRC
4942019-10-23T22:09:44  *** Chris_Stewart_5 has quit IRC
4952019-10-23T22:13:54  *** cryptoIndio has joined #bitcoin-core-dev
4962019-10-23T22:18:53  *** cryptoIndio has quit IRC
4972019-10-23T22:22:36  *** cryptoIndio has joined #bitcoin-core-dev
4982019-10-23T22:23:46  *** manderson has joined #bitcoin-core-dev
4992019-10-23T22:24:06  *** jkczyz has joined #bitcoin-core-dev
5002019-10-23T22:27:24  *** manderson has quit IRC
5012019-10-23T22:27:44  *** jcorgan_ has joined #bitcoin-core-dev
5022019-10-23T22:30:17  *** jcorgan has quit IRC
5032019-10-23T22:31:07  *** cryptoIndio has quit IRC
5042019-10-23T22:32:00  *** magic59 has joined #bitcoin-core-dev
5052019-10-23T22:34:32  *** magic59 has left #bitcoin-core-dev
5062019-10-23T22:36:38  *** cryptoIndio has joined #bitcoin-core-dev
5072019-10-23T22:40:12  *** nosss2 has joined #bitcoin-core-dev
5082019-10-23T22:41:36  *** cryptoIndio has quit IRC
5092019-10-23T22:44:01  *** cryptoIndio has joined #bitcoin-core-dev
5102019-10-23T22:45:51  *** davterra has joined #bitcoin-core-dev
5112019-10-23T22:54:33  *** cryptoIndio has quit IRC
5122019-10-23T22:59:11  *** _Francisco_ has joined #bitcoin-core-dev
5132019-10-23T23:00:36  *** cryptoIndio has joined #bitcoin-core-dev
5142019-10-23T23:01:34  *** scopeh has joined #bitcoin-core-dev
5152019-10-23T23:13:03  *** cryptoIndio has quit IRC
5162019-10-23T23:24:37  *** Skirmant has quit IRC
5172019-10-23T23:26:23  *** Skirmant has joined #bitcoin-core-dev
5182019-10-23T23:28:54  *** cryptoIndio has joined #bitcoin-core-dev
5192019-10-23T23:29:52  *** laptop_ has joined #bitcoin-core-dev
5202019-10-23T23:30:17  *** laptop500 has quit IRC
5212019-10-23T23:31:33  *** EagleTM has quit IRC
5222019-10-23T23:33:48  *** cryptoIndio has quit IRC
5232019-10-23T23:36:02  *** AaronvanW has joined #bitcoin-core-dev
5242019-10-23T23:36:13  *** laptop_ has quit IRC
5252019-10-23T23:37:24  *** Aaronvan_ has joined #bitcoin-core-dev
5262019-10-23T23:41:23  *** EagleTM has joined #bitcoin-core-dev
5272019-10-23T23:41:25  *** AaronvanW has quit IRC
5282019-10-23T23:48:33  *** lightlike has quit IRC
5292019-10-23T23:57:03  *** kristapsk has joined #bitcoin-core-dev