12019-08-10T00:00:01  *** KuluBot has quit IRC
  22019-08-10T00:04:26  *** gchaix has joined #bitcoin-core-dev
  32019-08-10T00:05:29  <sipa> roasbeef, emzy: i've updated my seeder code to by default support masks 0x1,0x5,0x9,0xd,0x49,0x400,0x404,0x408,0x40c,0x448
  42019-08-10T00:05:53  <sipa> jonasschnelli: ^ also included NODE_NETWORK_LIMITED combinations
  52019-08-10T00:06:55  <sipa> provoostenator, jonasschnelli, luke-jr: you may want to update
  62019-08-10T00:07:12  *** lightlike has quit IRC
  72019-08-10T00:07:13  <sipa> also another change is that it now sets fRelay=false, as it doesn't care about receiving tx invs
  82019-08-10T00:08:17  <sipa> i've only added NODE_COMPACT_FILTER in combination with NODE_WITNESS, and not combined with NODE_BLOOM (no software using BIP157 is non-segwit, or needs BIP37 filters, i think)
  92019-08-10T00:09:44  *** AaronvanW has quit IRC
 102019-08-10T00:26:05  <roasbeef> sipa: nice! correct that afaik bip157 and segwit are more or less a pair
 112019-08-10T00:45:05  *** nosss2_ has joined #bitcoin-core-dev
 122019-08-10T00:48:22  *** nosss2 has quit IRC
 132019-08-10T00:50:45  <luke-jr> sipa: what reason is there to update?
 142019-08-10T00:51:25  <luke-jr> I like to keep mine lagged when possible
 152019-08-10T00:54:32  <sipa> luke-jr: no strong reason
 162019-08-10T00:57:29  <sipa> just support for NODE_NETWORK_LIMITED and NODE_COMPACT_FILTER by default
 172019-08-10T00:58:47  <luke-jr> k
 182019-08-10T00:59:20  <sipa> (you can also configure those explicitly without code changes)
 192019-08-10T00:59:59  <luke-jr> right
 202019-08-10T01:00:32  <luke-jr> I should probably PR some fixes I did too
 212019-08-10T01:00:50  <luke-jr> the p2p version number it's using is old enough that some other node software rejects it
 222019-08-10T01:01:15  <luke-jr> http://luke.dashjr.org/programs/bitcoin/files/charts/services.html
 232019-08-10T01:01:31  <luke-jr> hmm, there's only 142 block-filters nodes
 242019-08-10T01:02:24  *** justanotheruser has quit IRC
 252019-08-10T01:14:03  <roasbeef> it's a start ;)
 262019-08-10T01:21:45  *** justanotheruser has joined #bitcoin-core-dev
 272019-08-10T01:48:22  *** justanotheruser has quit IRC
 282019-08-10T01:54:56  *** Karyon has quit IRC
 292019-08-10T01:55:20  *** Karyon has joined #bitcoin-core-dev
 302019-08-10T02:06:22  *** justanotheruser has joined #bitcoin-core-dev
 312019-08-10T02:09:38  *** philip has joined #bitcoin-core-dev
 322019-08-10T02:18:51  *** Prophyt has joined #bitcoin-core-dev
 332019-08-10T02:33:33  *** justanotheruser has quit IRC
 342019-08-10T03:00:01  *** gchaix has quit IRC
 352019-08-10T03:04:28  *** chaosagent has joined #bitcoin-core-dev
 362019-08-10T03:08:37  *** justanotheruser has joined #bitcoin-core-dev
 372019-08-10T03:09:04  *** philip has quit IRC
 382019-08-10T03:15:58  *** promag has joined #bitcoin-core-dev
 392019-08-10T03:20:35  *** promag has quit IRC
 402019-08-10T03:22:46  *** luke-jr has quit IRC
 412019-08-10T03:23:18  *** luke-jr has joined #bitcoin-core-dev
 422019-08-10T03:24:11  *** Prophyt has quit IRC
 432019-08-10T03:30:17  *** bitbee has quit IRC
 442019-08-10T03:34:52  *** luke-jr has quit IRC
 452019-08-10T03:35:14  *** luke-jr has joined #bitcoin-core-dev
 462019-08-10T03:44:48  *** luke-jr has quit IRC
 472019-08-10T03:46:44  *** luke-jr has joined #bitcoin-core-dev
 482019-08-10T03:56:41  *** luke-jr has quit IRC
 492019-08-10T03:57:05  *** luke-jr has joined #bitcoin-core-dev
 502019-08-10T03:57:25  *** mandrew has joined #bitcoin-core-dev
 512019-08-10T04:00:41  *** DeanWeen has joined #bitcoin-core-dev
 522019-08-10T04:15:29  *** bitbee has joined #bitcoin-core-dev
 532019-08-10T04:31:52  *** Victorsueca has joined #bitcoin-core-dev
 542019-08-10T04:34:10  *** Victor_sueca has quit IRC
 552019-08-10T04:38:59  *** luke-jr has quit IRC
 562019-08-10T04:39:48  *** luke-jr has joined #bitcoin-core-dev
 572019-08-10T04:45:22  *** luke-jr has quit IRC
 582019-08-10T04:45:46  *** luke-jr has joined #bitcoin-core-dev
 592019-08-10T04:54:41  *** bitbee has quit IRC
 602019-08-10T04:57:16  *** jdm has joined #bitcoin-core-dev
 612019-08-10T05:07:19  *** davex_ has joined #bitcoin-core-dev
 622019-08-10T05:07:25  *** davex__ has quit IRC
 632019-08-10T05:23:35  *** mandrew has quit IRC
 642019-08-10T05:43:19  *** tryphe has quit IRC
 652019-08-10T05:43:45  *** tryphe has joined #bitcoin-core-dev
 662019-08-10T06:00:01  *** chaosagent has quit IRC
 672019-08-10T06:04:22  *** frankie1 has joined #bitcoin-core-dev
 682019-08-10T06:35:16  *** bitcoin-git has joined #bitcoin-core-dev
 692019-08-10T06:35:17  <bitcoin-git> [bitcoin] practicalswift closed pull request #16320: ci: Add Travis check to make sure unit test coverage reports stay deterministic (master...test-deterministic-coverage-in-travis) https://github.com/bitcoin/bitcoin/pull/16320
 702019-08-10T06:35:18  *** bitcoin-git has left #bitcoin-core-dev
 712019-08-10T06:36:01  *** bitcoin-git has joined #bitcoin-core-dev
 722019-08-10T06:36:02  <bitcoin-git> [bitcoin] practicalswift closed pull request #15191: validation: Add missing cs_{LastBlockFile,nBlockSequenceId} locks in PruneAndFlush() and UnloadBlockIndex(). Add missing locking annotations. (master...cs_LastBlockFile) https://github.com/bitcoin/bitcoin/pull/15191
 732019-08-10T06:36:03  *** bitcoin-git has left #bitcoin-core-dev
 742019-08-10T06:36:22  *** bitcoin-git has joined #bitcoin-core-dev
 752019-08-10T06:36:22  <bitcoin-git> [bitcoin] practicalswift closed pull request #15192: Add missing cs_main locks in ThreadImport(...)/Shutdown(...)/gettxoutsetinfo(...)/InitScriptExecutionCache(). Add missing locking annotations. (master...validation-cs_main) https://github.com/bitcoin/bitcoin/pull/15192
 762019-08-10T06:36:23  *** bitcoin-git has left #bitcoin-core-dev
 772019-08-10T06:40:18  *** rex4539 has joined #bitcoin-core-dev
 782019-08-10T07:08:32  *** michaelfolkson has joined #bitcoin-core-dev
 792019-08-10T07:15:20  *** promag has joined #bitcoin-core-dev
 802019-08-10T07:19:38  *** promag has quit IRC
 812019-08-10T07:26:50  *** hebasto has joined #bitcoin-core-dev
 822019-08-10T07:47:59  *** michaelfolkson has quit IRC
 832019-08-10T07:49:03  *** michaelfolkson has joined #bitcoin-core-dev
 842019-08-10T07:55:08  <emzy> roasbeef, sipa: I have acrivated 0x1,0x5,0x9,0xd,0x49,0x400,0x404,0x408,0x40c,0x448  aka did the update.
 852019-08-10T08:14:22  *** liberiga has joined #bitcoin-core-dev
 862019-08-10T08:34:26  *** rex4539 has quit IRC
 872019-08-10T08:35:11  *** EagleTM has joined #bitcoin-core-dev
 882019-08-10T08:42:26  *** AaronvanW has joined #bitcoin-core-dev
 892019-08-10T09:00:01  *** frankie1 has quit IRC
 902019-08-10T09:04:29  *** vBm1 has joined #bitcoin-core-dev
 912019-08-10T09:20:30  *** michaelfolkson has quit IRC
 922019-08-10T09:21:59  *** promag has joined #bitcoin-core-dev
 932019-08-10T09:23:16  *** michaelfolkson has joined #bitcoin-core-dev
 942019-08-10T09:32:04  *** liberiga has quit IRC
 952019-08-10T09:32:19  *** promag has quit IRC
 962019-08-10T09:33:23  *** promag has joined #bitcoin-core-dev
 972019-08-10T09:34:52  *** davereik1 has quit IRC
 982019-08-10T09:35:03  *** davereikher has joined #bitcoin-core-dev
 992019-08-10T09:36:35  *** michaelfolkson has quit IRC
1002019-08-10T09:38:33  *** rex4539 has joined #bitcoin-core-dev
1012019-08-10T10:09:59  *** promag has quit IRC
1022019-08-10T10:18:42  *** promag has joined #bitcoin-core-dev
1032019-08-10T10:23:27  *** promag has quit IRC
1042019-08-10T10:47:19  *** tryphe has quit IRC
1052019-08-10T10:47:35  *** hebasto has quit IRC
1062019-08-10T10:47:43  *** tryphe has joined #bitcoin-core-dev
1072019-08-10T10:47:57  *** hebasto has joined #bitcoin-core-dev
1082019-08-10T10:49:35  *** hebasto has quit IRC
1092019-08-10T10:49:57  *** hebasto has joined #bitcoin-core-dev
1102019-08-10T11:22:05  *** hebasto has quit IRC
1112019-08-10T11:22:26  *** hebasto has joined #bitcoin-core-dev
1122019-08-10T11:47:49  *** tryphe has quit IRC
1132019-08-10T11:48:15  *** tryphe has joined #bitcoin-core-dev
1142019-08-10T11:50:38  *** owowo has quit IRC
1152019-08-10T11:55:42  *** owowo has joined #bitcoin-core-dev
1162019-08-10T12:00:02  *** vBm1 has quit IRC
1172019-08-10T12:07:19  *** davereik1 has joined #bitcoin-core-dev
1182019-08-10T12:07:56  *** sipa has quit IRC
1192019-08-10T12:08:24  *** davereikher has quit IRC
1202019-08-10T12:12:35  *** raven has joined #bitcoin-core-dev
1212019-08-10T12:14:45  *** sipa has joined #bitcoin-core-dev
1222019-08-10T12:18:04  *** promag has joined #bitcoin-core-dev
1232019-08-10T12:18:07  *** Kmos has joined #bitcoin-core-dev
1242019-08-10T12:19:32  *** davereikher has joined #bitcoin-core-dev
1252019-08-10T12:21:00  *** davereik1 has quit IRC
1262019-08-10T12:22:32  *** promag has quit IRC
1272019-08-10T12:25:58  *** davereik1 has joined #bitcoin-core-dev
1282019-08-10T12:28:00  *** davereikher has quit IRC
1292019-08-10T12:31:04  *** raven has left #bitcoin-core-dev
1302019-08-10T12:35:32  *** davereikher has joined #bitcoin-core-dev
1312019-08-10T12:36:24  *** davereik1 has quit IRC
1322019-08-10T12:39:45  *** lightlike has joined #bitcoin-core-dev
1332019-08-10T12:42:17  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1342019-08-10T12:43:24  *** Exhoplex has joined #bitcoin-core-dev
1352019-08-10T12:50:35  *** Deacydal has joined #bitcoin-core-dev
1362019-08-10T12:50:42  *** Exhoplex has quit IRC
1372019-08-10T12:54:13  *** Deacyde has quit IRC
1382019-08-10T12:55:28  *** Chris_Stewart_5 has quit IRC
1392019-08-10T12:56:39  <jonasschnelli> sipa: thanks. Changed the filter mask on my main-/testnet seeder
1402019-08-10T12:58:30  *** exhoplex has joined #bitcoin-core-dev
1412019-08-10T13:08:39  *** exhoplex has quit IRC
1422019-08-10T13:25:52  *** davereikher has quit IRC
1432019-08-10T13:26:59  *** davereikher has joined #bitcoin-core-dev
1442019-08-10T13:27:11  <provoostenator> sipa: thanks, done
1452019-08-10T13:28:14  <provoostenator> I added v0.18.1 to #12134
1462019-08-10T13:28:18  <gribble> https://github.com/bitcoin/bitcoin/issues/12134 | Build previous releases and run functional tests by Sjors · Pull Request #12134 · bitcoin/bitcoin · GitHub
1472019-08-10T13:34:52  *** phwalkr has quit IRC
1482019-08-10T13:48:19  *** tryphe has quit IRC
1492019-08-10T13:48:47  *** tryphe has joined #bitcoin-core-dev
1502019-08-10T14:19:53  *** fox2p_ has joined #bitcoin-core-dev
1512019-08-10T14:20:01  *** lnostdal has joined #bitcoin-core-dev
1522019-08-10T14:23:10  *** fox2p has quit IRC
1532019-08-10T14:24:26  *** lnostdal has quit IRC
1542019-08-10T14:32:57  *** luke-jr has quit IRC
1552019-08-10T14:33:52  *** luke-jr has joined #bitcoin-core-dev
1562019-08-10T14:36:35  *** lnostdal has joined #bitcoin-core-dev
1572019-08-10T14:38:24  *** rex4539 has quit IRC
1582019-08-10T14:48:19  *** tryphe has quit IRC
1592019-08-10T14:48:45  *** tryphe has joined #bitcoin-core-dev
1602019-08-10T14:55:28  *** justanotheruser has quit IRC
1612019-08-10T15:00:01  *** Kmos has quit IRC
1622019-08-10T15:17:40  *** dleffler has joined #bitcoin-core-dev
1632019-08-10T15:28:58  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1642019-08-10T15:36:25  *** Guyver2 has joined #bitcoin-core-dev
1652019-08-10T15:48:49  *** tryphe has quit IRC
1662019-08-10T15:49:13  *** tryphe has joined #bitcoin-core-dev
1672019-08-10T16:04:41  *** bitcoin-git has joined #bitcoin-core-dev
1682019-08-10T16:04:41  <bitcoin-git> [bitcoin] sipsorcery opened pull request #16581: sipsorcery gitian key (master...add_gitian_key) https://github.com/bitcoin/bitcoin/pull/16581
1692019-08-10T16:04:45  *** bitcoin-git has left #bitcoin-core-dev
1702019-08-10T16:09:27  *** Prophyt has joined #bitcoin-core-dev
1712019-08-10T16:16:06  *** bitcoin-git has joined #bitcoin-core-dev
1722019-08-10T16:16:07  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #16582: test: Rework ci (Use travis only as fallback env) (master...1908-ciRework) https://github.com/bitcoin/bitcoin/pull/16582
1732019-08-10T16:16:08  *** bitcoin-git has left #bitcoin-core-dev
1742019-08-10T16:17:55  *** Prophyt has quit IRC
1752019-08-10T16:18:49  *** DeanWeen has quit IRC
1762019-08-10T16:19:26  *** DeanWeen has joined #bitcoin-core-dev
1772019-08-10T16:19:45  *** promag has joined #bitcoin-core-dev
1782019-08-10T16:24:46  *** promag has quit IRC
1792019-08-10T16:25:15  *** philip has joined #bitcoin-core-dev
1802019-08-10T16:33:23  *** Dean_Guss has joined #bitcoin-core-dev
1812019-08-10T16:33:36  *** DeanWeen has quit IRC
1822019-08-10T16:41:50  *** bitcoin-git has joined #bitcoin-core-dev
1832019-08-10T16:41:51  <bitcoin-git> [bitcoin] gapeman opened pull request #16583: [QT] New filesave icon (master...master) https://github.com/bitcoin/bitcoin/pull/16583
1842019-08-10T16:41:52  *** bitcoin-git has left #bitcoin-core-dev
1852019-08-10T16:42:19  *** Teknari has joined #bitcoin-core-dev
1862019-08-10T16:46:16  *** Teknari has quit IRC
1872019-08-10T16:57:31  *** Dean_Guss has quit IRC
1882019-08-10T16:57:57  *** Dean_Guss has joined #bitcoin-core-dev
1892019-08-10T17:09:28  *** Chris_Stewart_5 has quit IRC
1902019-08-10T17:11:09  *** captjakk_ has joined #bitcoin-core-dev
1912019-08-10T17:14:11  *** captjakk has quit IRC
1922019-08-10T17:55:21  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1932019-08-10T18:00:02  *** dleffler has quit IRC
1942019-08-10T18:04:18  *** beng-nl has joined #bitcoin-core-dev
1952019-08-10T18:11:42  *** Chris_Stewart_5 has quit IRC
1962019-08-10T18:16:17  *** emilengler has quit IRC
1972019-08-10T18:18:35  *** reallll has joined #bitcoin-core-dev
1982019-08-10T18:19:54  *** emilengler has joined #bitcoin-core-dev
1992019-08-10T18:21:59  *** belcher has quit IRC
2002019-08-10T18:23:45  *** lalitmee has joined #bitcoin-core-dev
2012019-08-10T19:00:30  *** AaronvanW has quit IRC
2022019-08-10T19:08:25  *** promag has joined #bitcoin-core-dev
2032019-08-10T19:16:21  *** emilengler has quit IRC
2042019-08-10T19:18:26  *** hebasto has quit IRC
2052019-08-10T19:24:22  *** emilengler has joined #bitcoin-core-dev
2062019-08-10T19:30:05  *** lalitmee has quit IRC
2072019-08-10T19:30:30  *** lalitmee has joined #bitcoin-core-dev
2082019-08-10T19:37:38  *** promag has quit IRC
2092019-08-10T19:55:27  *** reallll is now known as belcher
2102019-08-10T20:06:16  *** Dean_Guss has quit IRC
2112019-08-10T20:18:58  *** promag has joined #bitcoin-core-dev
2122019-08-10T20:34:43  *** emilengler has quit IRC
2132019-08-10T20:41:50  *** emilengler has joined #bitcoin-core-dev
2142019-08-10T20:43:45  *** promag has quit IRC
2152019-08-10T20:47:53  *** sipa has quit IRC
2162019-08-10T20:53:17  *** sipa has joined #bitcoin-core-dev
2172019-08-10T21:00:02  *** beng-nl has quit IRC
2182019-08-10T21:03:51  *** lowentropy has quit IRC
2192019-08-10T21:04:02  *** lowentropy has joined #bitcoin-core-dev
2202019-08-10T21:04:40  *** AngryAdmin has joined #bitcoin-core-dev
2212019-08-10T21:15:28  *** lalitmee has quit IRC
2222019-08-10T21:15:54  *** Guyver2 has quit IRC
2232019-08-10T21:20:45  *** promag has joined #bitcoin-core-dev
2242019-08-10T21:22:24  *** AY has joined #bitcoin-core-dev
2252019-08-10T21:23:39  *** philip has quit IRC
2262019-08-10T21:25:02  *** promag has quit IRC
2272019-08-10T21:29:27  *** Victorsueca has quit IRC
2282019-08-10T21:29:46  *** ddustin has joined #bitcoin-core-dev
2292019-08-10T21:31:12  *** Victorsueca has joined #bitcoin-core-dev
2302019-08-10T21:35:59  *** AY has quit IRC
2312019-08-10T21:37:16  *** philip has joined #bitcoin-core-dev
2322019-08-10T21:48:36  *** zivl has joined #bitcoin-core-dev
2332019-08-10T22:22:31  *** justanotheruser has joined #bitcoin-core-dev
2342019-08-10T22:25:43  *** ddustin has quit IRC
2352019-08-10T22:26:21  *** ddustin has joined #bitcoin-core-dev
2362019-08-10T22:30:27  *** ddustin has quit IRC
2372019-08-10T22:52:57  *** sev_ has joined #bitcoin-core-dev
2382019-08-10T23:12:47  *** nosss2_ has quit IRC
2392019-08-10T23:13:24  *** nosss2 has joined #bitcoin-core-dev
2402019-08-10T23:17:32  *** nosss2 has quit IRC
2412019-08-10T23:19:58  *** promag has joined #bitcoin-core-dev
2422019-08-10T23:21:53  *** nosss2 has joined #bitcoin-core-dev
2432019-08-10T23:22:23  *** ovovo has joined #bitcoin-core-dev
2442019-08-10T23:24:40  *** owowo has quit IRC
2452019-08-10T23:26:34  *** nosss2 has quit IRC
2462019-08-10T23:31:53  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2472019-08-10T23:58:59  *** Chris_Stewart_5 has quit IRC