12020-09-28T00:00:02 *** ski1 has quit IRC
22020-09-28T00:00:05 *** DeanGuss has quit IRC
32020-09-28T00:00:32 *** vasild has quit IRC
42020-09-28T00:00:42 *** vasild has joined #bitcoin-core-dev
52020-09-28T00:01:37 *** promag has quit IRC
62020-09-28T00:02:12 *** promag has joined #bitcoin-core-dev
72020-09-28T00:06:32 *** promag has quit IRC
82020-09-28T00:07:29 *** dviola has quit IRC
92020-09-28T00:21:12 *** lestrrat has joined #bitcoin-core-dev
102020-09-28T00:51:49 *** lestrrat has quit IRC
112020-09-28T00:52:23 *** AaronvanW has joined #bitcoin-core-dev
122020-09-28T01:01:39 *** S3RK has joined #bitcoin-core-dev
132020-09-28T01:23:25 *** AaronvanW has quit IRC
142020-09-28T01:28:54 *** jchris has joined #bitcoin-core-dev
152020-09-28T01:30:23 *** mrostecki_ has quit IRC
162020-09-28T01:34:18 *** S3RK has quit IRC
172020-09-28T01:37:57 *** Eagle[TM] has joined #bitcoin-core-dev
182020-09-28T01:40:12 *** EagleTM has quit IRC
192020-09-28T01:41:58 <sipa> aaaargh... it's possible to send a P2P message, and then call an RPC, and have the RPC processed before the P2P message :(
202020-09-28T01:42:14 <sipa> this shouldn't have taken me hours to figure out...
212020-09-28T01:44:42 <aj> sipa: "overhaul threading" pr coming up?
222020-09-28T01:45:09 <sipa> "Make bitcoind single-threaded"
232020-09-28T01:45:49 <fanquake> ð¢
242020-09-28T01:46:45 <midnight> explicit state machines. :( Very difficult for threading apps. I've never seen anyone get it right the first time in an evolving codebase. fwiw.
252020-09-28T01:46:46 <sipa> it was trivially fixed using a p.sync_with_ping()
262020-09-28T01:47:10 <sipa> midnight: don't worry, it was a very simple test
272020-09-28T01:47:19 <midnight> :-)
282020-09-28T01:47:31 <sipa> i just kind of forgot there was a p2p network buffer
292020-09-28T01:49:20 <midnight> no worries here, just seen the same kind of thing from multi-billion dollar projects to two-man operations-- from amdocs to google to games companies and tools companies. So relatively mild problems like this are unsurprising and I feel sympathy for the annoyance of tracking it down.
302020-09-28T01:55:15 <midnight> I tracked down a threading issue in a qt app once where an object was in the midst of being constructed before the result was passed to a slot, and so on very specific kinds of machines it'd be trying to access a null pointer because the dev team didn't serialize that particular object's construction.
312020-09-28T01:55:54 <midnight> :-( I hate that that took six hours of my life grovelling through backtraces.
322020-09-28T01:56:28 *** AaronvanW has joined #bitcoin-core-dev
332020-09-28T01:57:13 <midnight> so. sympathies. :)
342020-09-28T01:58:50 *** Highway61 has quit IRC
352020-09-28T02:20:58 *** jeremyrubin has joined #bitcoin-core-dev
362020-09-28T03:00:01 *** jchris has quit IRC
372020-09-28T03:05:36 *** justanotheruser has joined #bitcoin-core-dev
382020-09-28T03:22:06 *** defnordic has joined #bitcoin-core-dev
392020-09-28T03:35:05 *** TheHoliestRoger has quit IRC
402020-09-28T03:35:57 *** TheHoliestRoger has joined #bitcoin-core-dev
412020-09-28T03:39:25 *** johnzweng has joined #bitcoin-core-dev
422020-09-28T03:43:54 *** johnzweng has quit IRC
432020-09-28T03:49:29 *** S3RK has joined #bitcoin-core-dev
442020-09-28T03:54:24 *** johnzweng has joined #bitcoin-core-dev
452020-09-28T03:58:47 *** johnzweng has quit IRC
462020-09-28T04:02:55 *** bitdex has quit IRC
472020-09-28T04:02:55 *** sipa has quit IRC
482020-09-28T04:03:08 *** sipa has joined #bitcoin-core-dev
492020-09-28T04:03:14 *** vasild has quit IRC
502020-09-28T04:03:16 *** bitdex has joined #bitcoin-core-dev
512020-09-28T04:03:29 *** vasild has joined #bitcoin-core-dev
522020-09-28T04:05:28 *** Highway61 has joined #bitcoin-core-dev
532020-09-28T04:10:38 *** S3RK has quit IRC
542020-09-28T04:12:58 *** S3RK has joined #bitcoin-core-dev
552020-09-28T04:32:45 *** johnzweng has joined #bitcoin-core-dev
562020-09-28T04:59:44 *** jeremyrubin has quit IRC
572020-09-28T05:04:10 <kallewoof> https://github.com/bitcoin/bitcoin/pull/19969 is mostly nit-fixes, and has 2 utACKs and 1 tested ACK (by me); looks ready for merging.
582020-09-28T05:32:28 *** jonatack has quit IRC
592020-09-28T05:55:20 *** S3RK has quit IRC
602020-09-28T05:55:46 *** S3RK has joined #bitcoin-core-dev
612020-09-28T06:00:02 *** defnordic has quit IRC
622020-09-28T06:00:09 *** S3RK has quit IRC
632020-09-28T06:17:55 *** andreacab has joined #bitcoin-core-dev
642020-09-28T06:18:25 *** bitcoin-git has joined #bitcoin-core-dev
652020-09-28T06:18:25 <bitcoin-git> [bitcoin] jonatack closed pull request #19883: net, rpc: expose connection type in getpeerinfo (master...getpeerinfo-conn-type) https://github.com/bitcoin/bitcoin/pull/19883
662020-09-28T06:18:26 *** bitcoin-git has left #bitcoin-core-dev
672020-09-28T06:18:28 *** jonatack has joined #bitcoin-core-dev
682020-09-28T06:20:18 *** elred_ has joined #bitcoin-core-dev
692020-09-28T06:33:01 *** andreacab has quit IRC
702020-09-28T06:33:10 *** andreacab has joined #bitcoin-core-dev
712020-09-28T06:39:43 *** bitcoin-git has joined #bitcoin-core-dev
722020-09-28T06:39:43 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/055abfbc5a4d...e7e6f0bf18b9
732020-09-28T06:39:43 <bitcoin-git> bitcoin/master a5a6965 kanon: [Trivial] python help message
742020-09-28T06:39:44 <bitcoin-git> bitcoin/master e7e6f0b MarcoFalke: Merge #20026: test: typo in a functional test doc
752020-09-28T06:39:45 *** bitcoin-git has left #bitcoin-core-dev
762020-09-28T06:40:02 *** bitcoin-git has joined #bitcoin-core-dev
772020-09-28T06:40:03 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #20026: test: typo in a functional test doc (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20026
782020-09-28T06:40:03 *** bitcoin-git has left #bitcoin-core-dev
792020-09-28T06:51:04 *** S3RK has joined #bitcoin-core-dev
802020-09-28T06:54:25 *** andreacab has quit IRC
812020-09-28T06:56:03 *** johnzweng has quit IRC
822020-09-28T06:56:10 *** johnzwen_ has joined #bitcoin-core-dev
832020-09-28T06:57:02 *** johnzweng has joined #bitcoin-core-dev
842020-09-28T06:57:08 *** S3RK has quit IRC
852020-09-28T07:12:42 *** promag has joined #bitcoin-core-dev
862020-09-28T07:13:53 <vasild> #19845 has some good amount of ACKs, ready for merge?
872020-09-28T07:13:56 <gribble> https://github.com/bitcoin/bitcoin/issues/19845 | net: CNetAddr: add support to (un)serialize as ADDRv2 by vasild · Pull Request #19845 · bitcoin/bitcoin · GitHub
882020-09-28T07:14:01 *** promag has quit IRC
892020-09-28T07:18:09 *** bitcoin-git has joined #bitcoin-core-dev
902020-09-28T07:18:10 <bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e7e6f0bf18b9...c95784e3d31d
912020-09-28T07:18:11 <bitcoin-git> bitcoin/master 183f308 Anthony Towns: uint256: Update constructors to c++11, make ONE static
922020-09-28T07:18:12 <bitcoin-git> bitcoin/master 82cf464 Anthony Towns: scripted-diff: Replace UINT256_ONE() with uint256::ONE
932020-09-28T07:18:13 <bitcoin-git> bitcoin/master 4cc7171 Anthony Towns: wallet: no need for duplicate storage for ABANDON_HASH constant
942020-09-28T07:18:14 *** bitcoin-git has left #bitcoin-core-dev
952020-09-28T07:18:29 *** bitcoin-git has joined #bitcoin-core-dev
962020-09-28T07:18:29 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #20016: uint256: 1 is a constant (master...202009-uint256_1) https://github.com/bitcoin/bitcoin/pull/20016
972020-09-28T07:18:38 *** bitcoin-git has left #bitcoin-core-dev
982020-09-28T07:19:11 *** justanotheruser has quit IRC
992020-09-28T07:28:52 *** jonatack has quit IRC
1002020-09-28T07:30:04 *** sr_gi has quit IRC
1012020-09-28T07:30:39 *** sr_gi has joined #bitcoin-core-dev
1022020-09-28T07:30:42 *** marcoagner has joined #bitcoin-core-dev
1032020-09-28T07:37:08 *** andreacab has joined #bitcoin-core-dev
1042020-09-28T07:39:34 *** jonatack has joined #bitcoin-core-dev
1052020-09-28T07:43:11 *** justanotheruser has joined #bitcoin-core-dev
1062020-09-28T07:44:44 *** andreacab has quit IRC
1072020-09-28T07:45:06 *** andreacab has joined #bitcoin-core-dev
1082020-09-28T07:47:06 *** promag has joined #bitcoin-core-dev
1092020-09-28T07:49:20 *** andreacab has quit IRC
1102020-09-28T07:49:29 *** andreacab has joined #bitcoin-core-dev
1112020-09-28T07:51:00 *** jonatack has quit IRC
1122020-09-28T07:51:38 *** jonatack has joined #bitcoin-core-dev
1132020-09-28T07:54:19 *** promag has quit IRC
1142020-09-28T07:54:24 *** johnzweng has quit IRC
1152020-09-28T07:55:37 *** johnzweng has joined #bitcoin-core-dev
1162020-09-28T07:56:21 *** S3RK has joined #bitcoin-core-dev
1172020-09-28T07:57:41 *** promag has joined #bitcoin-core-dev
1182020-09-28T08:00:27 *** justanotheruser has quit IRC
1192020-09-28T08:00:31 *** promag has quit IRC
1202020-09-28T08:01:41 *** kljasdfvv has joined #bitcoin-core-dev
1212020-09-28T08:04:39 *** justanotheruser has joined #bitcoin-core-dev
1222020-09-28T08:05:47 *** Highway61 has quit IRC
1232020-09-28T08:07:17 *** S3RK has quit IRC
1242020-09-28T08:07:44 *** S3RK has joined #bitcoin-core-dev
1252020-09-28T08:08:46 *** promag has joined #bitcoin-core-dev
1262020-09-28T08:08:54 *** vincenzopalazzo has joined #bitcoin-core-dev
1272020-09-28T08:10:18 *** S3RK has quit IRC
1282020-09-28T08:10:27 *** S3RK has joined #bitcoin-core-dev
1292020-09-28T08:11:26 *** promag has quit IRC
1302020-09-28T08:17:10 *** bitcoin-git has joined #bitcoin-core-dev
1312020-09-28T08:17:11 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #20028: test: Check that invalid peer traffic is accounted for (master...2009-testInvalidTraffic) https://github.com/bitcoin/bitcoin/pull/20028
1322020-09-28T08:17:22 *** bitcoin-git has left #bitcoin-core-dev
1332020-09-28T08:18:56 *** flag has quit IRC
1342020-09-28T08:21:24 *** Guyver2 has joined #bitcoin-core-dev
1352020-09-28T08:22:04 *** andreacab has quit IRC
1362020-09-28T08:22:31 *** andreacab has joined #bitcoin-core-dev
1372020-09-28T08:26:39 *** andreacab has quit IRC
1382020-09-28T08:27:24 *** andreacab has joined #bitcoin-core-dev
1392020-09-28T08:29:23 *** flag has joined #bitcoin-core-dev
1402020-09-28T08:37:25 *** promag has joined #bitcoin-core-dev
1412020-09-28T08:42:26 *** elred_ has quit IRC
1422020-09-28T08:54:11 *** promag has quit IRC
1432020-09-28T08:55:28 *** promag has joined #bitcoin-core-dev
1442020-09-28T09:10:16 *** promag has quit IRC
1452020-09-28T09:10:44 *** promag has joined #bitcoin-core-dev
1462020-09-28T09:17:55 *** shesek has quit IRC
1472020-09-28T09:18:27 *** promag has quit IRC
1482020-09-28T09:20:32 *** promag has joined #bitcoin-core-dev
1492020-09-28T09:20:33 *** promag has quit IRC
1502020-09-28T09:20:46 *** promag has joined #bitcoin-core-dev
1512020-09-28T09:20:52 *** kormoc1 has joined #bitcoin-core-dev
1522020-09-28T09:22:36 *** S3RK has quit IRC
1532020-09-28T09:23:20 *** S3RK has joined #bitcoin-core-dev
1542020-09-28T09:27:27 *** S3RK has quit IRC
1552020-09-28T09:27:41 *** promag has quit IRC
1562020-09-28T09:28:59 *** promag has joined #bitcoin-core-dev
1572020-09-28T09:30:35 *** S3RK has joined #bitcoin-core-dev
1582020-09-28T09:30:43 *** promag has quit IRC
1592020-09-28T09:32:16 *** bitdex has quit IRC
1602020-09-28T09:54:31 *** andreacab has quit IRC
1612020-09-28T09:56:35 *** andreacab has joined #bitcoin-core-dev
1622020-09-28T09:59:24 *** promag has joined #bitcoin-core-dev
1632020-09-28T10:01:51 <harding> Can someone with either Travis access or GitHub admin access for the bitcoin-core organization take a look at https://github.com/bitcoin-core/bitcoincore.org/pull/722 please? I'd like to merge it but its travis job is stuck and the master branch is protected against merges that haven't passed CI.
1642020-09-28T10:10:43 *** vasild has quit IRC
1652020-09-28T10:12:23 *** vasild has joined #bitcoin-core-dev
1662020-09-28T10:18:28 *** Cassandre85Robel has joined #bitcoin-core-dev
1672020-09-28T10:19:17 *** andreacab has quit IRC
1682020-09-28T10:19:43 *** andreacab has joined #bitcoin-core-dev
1692020-09-28T10:22:35 *** promag has quit IRC
1702020-09-28T10:23:47 *** andreacab has quit IRC
1712020-09-28T10:25:01 *** andreacab has joined #bitcoin-core-dev
1722020-09-28T10:33:10 *** mrostecki has joined #bitcoin-core-dev
1732020-09-28T10:34:19 *** andreacab has quit IRC
1742020-09-28T10:36:45 *** andreacab has joined #bitcoin-core-dev
1752020-09-28T10:41:02 *** andreacab has quit IRC
1762020-09-28T10:42:34 *** promag has joined #bitcoin-core-dev
1772020-09-28T10:44:21 *** promag has quit IRC
1782020-09-28T10:47:45 *** jonatack has quit IRC
1792020-09-28T10:55:08 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1802020-09-28T10:57:13 *** Chris_Stewart_5 has quit IRC
1812020-09-28T11:03:30 *** andreacab has joined #bitcoin-core-dev
1822020-09-28T11:15:16 *** andreacab has quit IRC
1832020-09-28T11:17:27 *** jonatack has joined #bitcoin-core-dev
1842020-09-28T11:18:37 *** andreacab has joined #bitcoin-core-dev
1852020-09-28T11:23:39 *** andreacab has quit IRC
1862020-09-28T11:26:43 *** S3RK has quit IRC
1872020-09-28T11:27:11 *** S3RK has joined #bitcoin-core-dev
1882020-09-28T11:31:40 *** S3RK has quit IRC
1892020-09-28T11:33:29 *** Cassandre85Robel has quit IRC
1902020-09-28T11:33:30 *** jonatack has quit IRC
1912020-09-28T11:36:07 *** Guyver2_ has joined #bitcoin-core-dev
1922020-09-28T11:38:36 *** Guyver2 has quit IRC
1932020-09-28T11:53:26 *** andreacab has joined #bitcoin-core-dev
1942020-09-28T11:57:42 *** andreacab has quit IRC
1952020-09-28T12:00:01 *** kormoc1 has quit IRC
1962020-09-28T12:01:26 *** andreacab has joined #bitcoin-core-dev
1972020-09-28T12:07:07 *** S3RK has joined #bitcoin-core-dev
1982020-09-28T12:12:02 *** S3RK has quit IRC
1992020-09-28T12:12:36 *** Bullit has joined #bitcoin-core-dev
2002020-09-28T12:19:07 *** Highway61 has joined #bitcoin-core-dev
2012020-09-28T12:20:20 *** schwuk has joined #bitcoin-core-dev
2022020-09-28T12:23:57 *** jonatack has joined #bitcoin-core-dev
2032020-09-28T12:25:51 <Bullit> Bitcoin core V0.20 keeps crashing 2020-09-28T12:21:12Z Verifying last 6 blocks at level 3 ; whats Bitcoin Core Network Trafic + Banking Stockbroker traffic
2042020-09-28T12:45:23 <luke-jr> Bullit: got a backtrace?
2052020-09-28T12:48:51 *** promag has joined #bitcoin-core-dev
2062020-09-28T12:49:21 *** promag has quit IRC
2072020-09-28T13:00:29 *** lukedashjr has joined #bitcoin-core-dev
2082020-09-28T13:02:12 *** luke-jr has quit IRC
2092020-09-28T13:04:55 *** lukedashjr is now known as luke-jr
2102020-09-28T13:33:25 *** TallTim has quit IRC
2112020-09-28T13:52:07 *** S3RK has joined #bitcoin-core-dev
2122020-09-28T13:56:27 *** S3RK has quit IRC
2132020-09-28T13:58:16 *** andreacab has quit IRC
2142020-09-28T14:07:56 *** andreacab has joined #bitcoin-core-dev
2152020-09-28T14:12:45 *** andreacab has quit IRC
2162020-09-28T14:17:40 *** mrostecki has quit IRC
2172020-09-28T14:21:24 *** davterra has quit IRC
2182020-09-28T14:22:47 *** fearbeag has quit IRC
2192020-09-28T14:28:39 *** andreacab has joined #bitcoin-core-dev
2202020-09-28T14:33:48 *** proofofkeags has quit IRC
2212020-09-28T14:33:52 *** andreacab has quit IRC
2222020-09-28T14:37:01 *** andreacab has joined #bitcoin-core-dev
2232020-09-28T14:40:53 *** oas346 has joined #bitcoin-core-dev
2242020-09-28T14:41:23 *** andreacab has quit IRC
2252020-09-28T14:43:13 *** oas346 has quit IRC
2262020-09-28T14:47:21 *** PaulTroo_ has joined #bitcoin-core-dev
2272020-09-28T14:49:42 *** andreacab has joined #bitcoin-core-dev
2282020-09-28T15:00:02 *** schwuk has quit IRC
2292020-09-28T15:14:05 *** PaulTroo_ has quit IRC
2302020-09-28T15:18:37 *** TallTim has joined #bitcoin-core-dev
2312020-09-28T15:20:51 <provoostenator> Any macOS build fans with ideas on how to fix #19411
2322020-09-28T15:20:53 <gribble> https://github.com/bitcoin/bitcoin/issues/19411 | Unable to build BDB 4.8 on macOS Big Sur beta or Xcode 12.0 · Issue #19411 · bitcoin/bitcoin · GitHub
2332020-09-28T15:22:00 <achow101> provoostenator: stop using bdb :D
2342020-09-28T15:22:11 <provoostenator> Tempted to ask achow101 to just add a --without-bdb config option to #19077
2352020-09-28T15:22:15 <gribble> https://github.com/bitcoin/bitcoin/issues/19077 | wallet: Add sqlite as an alternative wallet database and use it for new descriptor wallets by achow101 · Pull Request #19077 · bitcoin/bitcoin · GitHub
2362020-09-28T15:22:26 *** Fuchs1 has joined #bitcoin-core-dev
2372020-09-28T15:22:51 <provoostenator> And NO_BDB to the depends build
2382020-09-28T15:24:18 *** davterra has joined #bitcoin-core-dev
2392020-09-28T15:29:11 <luke-jr> provoostenator: that won't fix it :p
2402020-09-28T15:30:21 <luke-jr> I mean, if you don't have a bdb wallet (which most macOS users do..), you could even just ignore the warning
2412020-09-28T15:33:52 <luke-jr> did anyone post the real config.log anywhere?
2422020-09-28T15:34:01 <luke-jr> Sjors's just seems to be the stdout
2432020-09-28T15:37:03 <provoostenator> luke-jr: added https://gist.github.com/Sjors/1f9c894f7a3a186639163d83f47d2d31
2442020-09-28T15:39:02 <provoostenator> Uh oops, wrong one
2452020-09-28T15:40:51 <provoostenator> luke-jr: https://gist.github.com/Sjors/fafcaf701e8c9e9a57486310a5ed6b98
2462020-09-28T15:46:52 *** andreacab has quit IRC
2472020-09-28T15:47:24 *** andreacab has joined #bitcoin-core-dev
2482020-09-28T15:50:58 *** sr_gi has quit IRC
2492020-09-28T15:51:21 *** sr_gi has joined #bitcoin-core-dev
2502020-09-28T15:56:48 *** Fuchs1 has quit IRC
2512020-09-28T15:59:29 *** andreacab has quit IRC
2522020-09-28T16:00:38 *** proofofkeags has joined #bitcoin-core-dev
2532020-09-28T16:02:28 *** andreacab has joined #bitcoin-core-dev
2542020-09-28T16:05:33 <emzy> cdecker / provoostenator: would you like to look into or test my dnsseed dnssec setup? https://github.com/Emzy/bitcoin-seeder/blob/master/README-dnssec.md
2552020-09-28T16:07:23 *** andreacab has quit IRC
2562020-09-28T16:17:44 *** Talkless has joined #bitcoin-core-dev
2572020-09-28T16:27:48 *** robbiet480 has joined #bitcoin-core-dev
2582020-09-28T16:33:58 <emzy> jonasschnelli: see above
2592020-09-28T16:34:18 *** andreacab has joined #bitcoin-core-dev
2602020-09-28T16:37:37 *** S3RK has joined #bitcoin-core-dev
2612020-09-28T16:38:24 *** andreacab has quit IRC
2622020-09-28T16:42:20 *** S3RK has quit IRC
2632020-09-28T16:50:07 <luke-jr> provoostenator: can you get one with a working Xcode now? :p
2642020-09-28T16:53:29 *** jeremyrubin has joined #bitcoin-core-dev
2652020-09-28T17:05:27 *** Highway61 has quit IRC
2662020-09-28T17:08:47 *** proofofkeags_ has joined #bitcoin-core-dev
2672020-09-28T17:11:14 *** proofofkeags has quit IRC
2682020-09-28T17:23:10 *** andreacab has joined #bitcoin-core-dev
2692020-09-28T17:27:49 *** andreacab has quit IRC
2702020-09-28T17:33:01 *** Highway61 has joined #bitcoin-core-dev
2712020-09-28T17:47:05 *** Highway61 has quit IRC
2722020-09-28T17:48:16 *** AaronvanW has quit IRC
2732020-09-28T17:52:31 *** pinheadmz has quit IRC
2742020-09-28T17:52:44 *** tripleslash has quit IRC
2752020-09-28T17:53:29 *** mrostecki has joined #bitcoin-core-dev
2762020-09-28T18:00:01 *** robbiet480 has quit IRC
2772020-09-28T18:02:31 *** tripleslash has joined #bitcoin-core-dev
2782020-09-28T18:04:27 *** luke-jr has quit IRC
2792020-09-28T18:08:11 *** luke-jr has joined #bitcoin-core-dev
2802020-09-28T18:22:30 *** Andy2011Zoe has joined #bitcoin-core-dev
2812020-09-28T18:33:10 *** bitcoin-git has joined #bitcoin-core-dev
2822020-09-28T18:33:10 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #20030: validation: Remove useless call to mempool->clear() (master...2009-valMemClear) https://github.com/bitcoin/bitcoin/pull/20030
2832020-09-28T18:33:11 *** bitcoin-git has left #bitcoin-core-dev
2842020-09-28T18:45:44 *** bitcoin-git has joined #bitcoin-core-dev
2852020-09-28T18:45:44 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c95784e3d31d...255270200074
2862020-09-28T18:45:45 <bitcoin-git> bitcoin/master 090530c Ben Carman: feature: Added ability for users to add a startup command
2872020-09-28T18:45:45 <bitcoin-git> bitcoin/master 2552702 MarcoFalke: Merge #15367: feature: Added ability for users to add a startup command
2882020-09-28T18:45:47 *** bitcoin-git has left #bitcoin-core-dev
2892020-09-28T18:47:50 *** bitcoin-git has joined #bitcoin-core-dev
2902020-09-28T18:47:50 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #15367: feature: Added ability for users to add a startup command (master...startup_commands) https://github.com/bitcoin/bitcoin/pull/15367
2912020-09-28T18:48:02 *** bitcoin-git has left #bitcoin-core-dev
2922020-09-28T18:53:02 *** S3RK has joined #bitcoin-core-dev
2932020-09-28T18:57:46 *** S3RK has quit IRC
2942020-09-28T18:58:22 <cdecker> Thanks emzy, I'll look into it asap
2952020-09-28T19:15:28 *** Talkless has quit IRC
2962020-09-28T19:20:37 <emzy> cdecker: no hurry.
2972020-09-28T19:27:23 *** Highway61 has joined #bitcoin-core-dev
2982020-09-28T19:27:45 *** bitcoin-git has joined #bitcoin-core-dev
2992020-09-28T19:27:47 <bitcoin-git> [bitcoin] sipa pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/255270200074...655937ebcbf6
3002020-09-28T19:27:47 <bitcoin-git> bitcoin/master d2bb681 Vasil Dimov: util: move HasPrefix() so it can be reused
3012020-09-28T19:27:48 <bitcoin-git> bitcoin/master fe42411 Vasil Dimov: test: move HasReason so it can be reused
3022020-09-28T19:27:49 <bitcoin-git> bitcoin/master e0d7357 Vasil Dimov: net: CNetAddr: add support to (un)serialize as ADDRv2
3032020-09-28T19:27:51 *** bitcoin-git has left #bitcoin-core-dev
3042020-09-28T19:28:10 *** bitcoin-git has joined #bitcoin-core-dev
3052020-09-28T19:28:10 <bitcoin-git> [bitcoin] sipa merged pull request #19845: net: CNetAddr: add support to (un)serialize as ADDRv2 (master...ser_addrv2_cnetaddr) https://github.com/bitcoin/bitcoin/pull/19845
3062020-09-28T19:28:11 *** bitcoin-git has left #bitcoin-core-dev
3072020-09-28T19:29:35 *** bitcoin-git has joined #bitcoin-core-dev
3082020-09-28T19:29:35 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #20030: validation: Remove useless call to mempool->clear() (master...2009-valMemClear) https://github.com/bitcoin/bitcoin/pull/20030
3092020-09-28T19:29:36 *** bitcoin-git has left #bitcoin-core-dev
3102020-09-28T19:30:48 *** owowo has quit IRC
3112020-09-28T19:31:56 *** Highway61 has quit IRC
3122020-09-28T19:32:06 *** bitcoin-git has joined #bitcoin-core-dev
3132020-09-28T19:32:06 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #19909: txmempool: Remove unused clear() member function (master...2009-noTxpoolClear) https://github.com/bitcoin/bitcoin/pull/19909
3142020-09-28T19:32:07 *** bitcoin-git has left #bitcoin-core-dev
3152020-09-28T19:33:06 *** owowo has joined #bitcoin-core-dev
3162020-09-28T19:38:13 *** justanotheruser has quit IRC
3172020-09-28T20:08:00 *** Pasta[m] has joined #bitcoin-core-dev
3182020-09-28T20:08:08 *** andreacab has joined #bitcoin-core-dev
3192020-09-28T20:13:45 *** andreacab has quit IRC
3202020-09-28T20:16:16 *** kristapsk has joined #bitcoin-core-dev
3212020-09-28T20:26:20 *** proofofkeags__ has joined #bitcoin-core-dev
3222020-09-28T20:29:00 *** proofofkeags_ has quit IRC
3232020-09-28T20:38:55 *** mol has joined #bitcoin-core-dev
3242020-09-28T20:45:55 *** justanotheruser has joined #bitcoin-core-dev
3252020-09-28T20:48:25 *** promag has joined #bitcoin-core-dev
3262020-09-28T20:48:58 *** promag has quit IRC
3272020-09-28T20:49:10 *** promag has joined #bitcoin-core-dev
3282020-09-28T21:00:01 *** Andy2011Zoe has quit IRC
3292020-09-28T21:05:07 *** promag has quit IRC
3302020-09-28T21:11:21 *** kristapsk has quit IRC
3312020-09-28T21:12:25 *** kristapsk has joined #bitcoin-core-dev
3322020-09-28T21:14:15 *** kristapsk has quit IRC
3332020-09-28T21:14:32 *** kristapsk has joined #bitcoin-core-dev
3342020-09-28T21:15:54 *** [\\\] has joined #bitcoin-core-dev
3352020-09-28T21:17:27 *** tripleslash has quit IRC
3362020-09-28T21:22:14 *** gnomus has joined #bitcoin-core-dev
3372020-09-28T21:23:18 *** tripleslash has joined #bitcoin-core-dev
3382020-09-28T21:23:32 *** [\\\] has quit IRC
3392020-09-28T21:42:09 *** kristapsk has quit IRC
3402020-09-28T21:42:59 *** promag has joined #bitcoin-core-dev
3412020-09-28T21:47:45 *** proofofkeags_ has joined #bitcoin-core-dev
3422020-09-28T21:47:52 *** proofofkeags__ has quit IRC
3432020-09-28T21:48:14 *** promag has quit IRC
3442020-09-28T21:49:15 *** proofofkeags__ has joined #bitcoin-core-dev
3452020-09-28T21:52:09 *** proofofkeags_ has quit IRC
3462020-09-28T21:54:33 *** kristapsk has joined #bitcoin-core-dev
3472020-09-28T21:55:36 *** marcoagner has quit IRC
3482020-09-28T21:56:16 *** proofofkeags__ has quit IRC
3492020-09-28T21:57:34 *** proofofkeags has joined #bitcoin-core-dev
3502020-09-28T22:00:34 *** andreacab has joined #bitcoin-core-dev
3512020-09-28T22:02:14 *** proofofkeags_ has joined #bitcoin-core-dev
3522020-09-28T22:04:25 *** proofofkeags has quit IRC
3532020-09-28T22:06:36 *** Guyver2_ has quit IRC
3542020-09-28T22:07:24 *** proofofkeags_ has quit IRC
3552020-09-28T22:10:23 *** vasild has quit IRC
3562020-09-28T22:12:23 *** kristapsk has quit IRC
3572020-09-28T22:14:10 *** proofofkeags has joined #bitcoin-core-dev
3582020-09-28T22:16:44 *** gnomus has quit IRC
3592020-09-28T22:16:58 *** vasild has joined #bitcoin-core-dev
3602020-09-28T22:17:27 *** vincenzopalazzo has quit IRC
3612020-09-28T22:17:27 *** Eagle[TM] has quit IRC
3622020-09-28T22:30:16 *** mol has quit IRC
3632020-09-28T22:42:31 *** mol has joined #bitcoin-core-dev
3642020-09-28T22:54:58 *** S3RK has joined #bitcoin-core-dev
3652020-09-28T22:55:55 *** promag has joined #bitcoin-core-dev
3662020-09-28T22:59:05 *** S3RK has quit IRC
3672020-09-28T22:59:31 *** omega8cc has joined #bitcoin-core-dev
3682020-09-28T23:00:49 *** promag has quit IRC
3692020-09-28T23:03:47 *** andreacab has quit IRC
3702020-09-28T23:16:57 *** justan0theruser has joined #bitcoin-core-dev
3712020-09-28T23:19:07 *** justanotheruser has quit IRC
3722020-09-28T23:46:09 *** fearbeag has joined #bitcoin-core-dev
3732020-09-28T23:49:15 *** kristapsk has joined #bitcoin-core-dev
3742020-09-28T23:54:13 *** proofofkeags has quit IRC