12020-04-12T00:00:01 *** V3ct0r has quit IRC
22020-04-12T00:08:59 <fanquake> Thanks for the answers ryanofsky ð
32020-04-12T00:18:30 *** Chris_Stewart_5 has quit IRC
42020-04-12T00:18:39 *** promag has quit IRC
52020-04-12T00:19:13 *** promag has joined #bitcoin-core-dev
62020-04-12T00:22:17 *** dbcooper has joined #bitcoin-core-dev
72020-04-12T00:24:43 *** promag has quit IRC
82020-04-12T00:24:48 *** captjakk has quit IRC
92020-04-12T00:25:23 *** captjakk has joined #bitcoin-core-dev
102020-04-12T00:27:30 *** captjakk has quit IRC
112020-04-12T00:27:37 *** captjakk_ has joined #bitcoin-core-dev
122020-04-12T00:38:06 *** captjakk_ has quit IRC
132020-04-12T00:38:39 *** captjakk has joined #bitcoin-core-dev
142020-04-12T00:42:36 *** captjakk has quit IRC
152020-04-12T00:42:50 *** captjakk has joined #bitcoin-core-dev
162020-04-12T00:44:09 *** marcoagner has quit IRC
172020-04-12T00:46:29 *** nosss2 has quit IRC
182020-04-12T00:47:00 *** nosss2 has joined #bitcoin-core-dev
192020-04-12T00:47:43 *** lucasholder has quit IRC
202020-04-12T00:51:39 *** nosss2 has quit IRC
212020-04-12T00:53:50 *** AaronvanW has quit IRC
222020-04-12T00:56:16 *** molly has joined #bitcoin-core-dev
232020-04-12T00:59:37 *** mol has quit IRC
242020-04-12T01:03:16 *** nosss2 has joined #bitcoin-core-dev
252020-04-12T01:15:46 *** ddustin has joined #bitcoin-core-dev
262020-04-12T01:17:19 *** fearbeag has quit IRC
272020-04-12T01:20:27 *** ddustin has quit IRC
282020-04-12T01:25:10 *** captjakk has quit IRC
292020-04-12T01:44:00 *** captjakk has joined #bitcoin-core-dev
302020-04-12T01:46:25 *** captjakk has quit IRC
312020-04-12T01:46:37 *** captjakk has joined #bitcoin-core-dev
322020-04-12T01:49:49 *** DeanWeen has quit IRC
332020-04-12T01:50:12 *** DeanWeen has joined #bitcoin-core-dev
342020-04-12T01:59:00 *** dongcarl has joined #bitcoin-core-dev
352020-04-12T02:36:33 *** nosss2 has quit IRC
362020-04-12T02:37:04 *** nosss2 has joined #bitcoin-core-dev
372020-04-12T02:39:05 *** Highway61 has quit IRC
382020-04-12T02:41:47 *** nosss2 has quit IRC
392020-04-12T02:44:28 *** molz_ has joined #bitcoin-core-dev
402020-04-12T02:47:14 *** molly has quit IRC
412020-04-12T03:00:01 *** dbcooper has quit IRC
422020-04-12T03:18:40 *** nosss2 has joined #bitcoin-core-dev
432020-04-12T03:22:12 *** BjarniRunar1 has joined #bitcoin-core-dev
442020-04-12T03:26:42 *** EagleTM has joined #bitcoin-core-dev
452020-04-12T03:28:45 *** Eagle[TM] has quit IRC
462020-04-12T03:31:09 *** IGHOR has quit IRC
472020-04-12T03:37:31 *** IGHOR has joined #bitcoin-core-dev
482020-04-12T03:51:41 *** nosss2 has quit IRC
492020-04-12T04:28:47 *** CubicEarth has quit IRC
502020-04-12T04:32:11 *** CubicEarth has joined #bitcoin-core-dev
512020-04-12T05:28:07 *** captjakk has quit IRC
522020-04-12T05:28:43 *** captjakk has joined #bitcoin-core-dev
532020-04-12T05:33:34 *** captjakk has quit IRC
542020-04-12T06:00:01 <jeremyrubin> Testing question! Is there any good reason why CScript(["part A"]) + CScript(["part B"]) != CScript(["part A", "part B"])?
552020-04-12T06:00:02 *** BjarniRunar1 has quit IRC
562020-04-12T06:00:27 <jeremyrubin> The testing suite does expect that a adding a CScript is a push rather than a concat
572020-04-12T06:00:46 <jeremyrubin> But I don't think we expose an API for concatenating two scripts, do we?
582020-04-12T06:02:09 <jeremyrubin> It's odd that we implicitly cast CScript to bytes, that should be done explicitly where it's used
592020-04-12T06:02:59 <jeremyrubin> Alternatively, we have the join API (which is disabled), but CScript().join([clause A, clause B]) isn't so bizzare
602020-04-12T06:21:38 *** MasterGruntR75 has joined #bitcoin-core-dev
612020-04-12T07:01:37 *** emilengler has joined #bitcoin-core-dev
622020-04-12T07:05:55 *** molz_ has quit IRC
632020-04-12T07:19:22 *** IGHOR has quit IRC
642020-04-12T07:20:37 *** IGHOR has joined #bitcoin-core-dev
652020-04-12T07:26:12 *** jonatack__ has joined #bitcoin-core-dev
662020-04-12T07:29:01 *** jonatack_ has quit IRC
672020-04-12T07:30:07 *** EvanFettel has joined #bitcoin-core-dev
682020-04-12T07:30:40 <sipa>
692020-04-12T07:30:55 <jeremyrubin> hmmm?
702020-04-12T07:30:58 <jeremyrubin> Empty?
712020-04-12T07:34:11 *** filchef has joined #bitcoin-core-dev
722020-04-12T07:40:45 *** CubicEarth has quit IRC
732020-04-12T07:41:16 *** vasild_ has joined #bitcoin-core-dev
742020-04-12T07:43:54 *** CubicEarth has joined #bitcoin-core-dev
752020-04-12T07:44:23 *** vasild has quit IRC
762020-04-12T07:44:24 *** vasild_ is now known as vasild
772020-04-12T07:50:42 *** AaronvanW has joined #bitcoin-core-dev
782020-04-12T08:01:34 *** Talkless has joined #bitcoin-core-dev
792020-04-12T09:00:02 *** MasterGruntR75 has quit IRC
802020-04-12T09:01:26 *** Talkless has quit IRC
812020-04-12T09:02:03 *** Talkless has joined #bitcoin-core-dev
822020-04-12T09:05:55 *** Talkless has quit IRC
832020-04-12T09:06:33 *** Talkless has joined #bitcoin-core-dev
842020-04-12T09:08:41 *** mol has joined #bitcoin-core-dev
852020-04-12T09:08:49 *** marcoagner has joined #bitcoin-core-dev
862020-04-12T09:17:28 *** IGHOR has quit IRC
872020-04-12T09:18:47 *** IGHOR has joined #bitcoin-core-dev
882020-04-12T09:22:12 *** The20YearIRCloud has joined #bitcoin-core-dev
892020-04-12T09:47:29 *** promag has joined #bitcoin-core-dev
902020-04-12T09:55:24 *** promag has quit IRC
912020-04-12T09:58:00 *** promag has joined #bitcoin-core-dev
922020-04-12T09:58:29 *** promag has joined #bitcoin-core-dev
932020-04-12T10:03:58 *** Omari63Bradtke has joined #bitcoin-core-dev
942020-04-12T10:07:02 *** promag has joined #bitcoin-core-dev
952020-04-12T10:10:02 *** jonatack__ has quit IRC
962020-04-12T10:10:56 *** jonatack__ has joined #bitcoin-core-dev
972020-04-12T10:31:47 *** alec has quit IRC
982020-04-12T10:32:05 *** alec has joined #bitcoin-core-dev
992020-04-12T10:35:13 *** bitcoin-git has joined #bitcoin-core-dev
1002020-04-12T10:35:14 <bitcoin-git> [bitcoin] fanquake pushed 17 commits to master: https://github.com/bitcoin/bitcoin/compare/a5623ba89f05...ed3b8eada803
1012020-04-12T10:35:14 <bitcoin-git> bitcoin/master 570d769 Carl Dong: guix: Build support for Windows
1022020-04-12T10:35:15 <bitcoin-git> bitcoin/master 91897c9 Carl Dong: guix: Improve guix-build.sh documentation
1032020-04-12T10:35:15 <bitcoin-git> bitcoin/master df953a4 Carl Dong: guix: Appease shellcheck.
1042020-04-12T10:35:16 *** bitcoin-git has left #bitcoin-core-dev
1052020-04-12T10:35:59 *** bitcoin-git has joined #bitcoin-core-dev
1062020-04-12T10:35:59 <bitcoin-git> [bitcoin] fanquake merged pull request #17595: guix: Enable building for `x86_64-w64-mingw32` target (master...2019-09-guix-staging-win-mingw-6.0.0) https://github.com/bitcoin/bitcoin/pull/17595
1072020-04-12T10:36:00 *** bitcoin-git has left #bitcoin-core-dev
1082020-04-12T10:39:01 *** bitcoin-git has joined #bitcoin-core-dev
1092020-04-12T10:39:01 <bitcoin-git> [bitcoin] fanquake closed pull request #15268: doc: suggest using timeoutstopsec in systemd file during IBD (master...systemd-tweaks) https://github.com/bitcoin/bitcoin/pull/15268
1102020-04-12T10:39:08 *** bitcoin-git has left #bitcoin-core-dev
1112020-04-12T10:45:07 *** promag has quit IRC
1122020-04-12T10:46:22 *** promag has joined #bitcoin-core-dev
1132020-04-12T11:04:47 *** bitcoin-git has joined #bitcoin-core-dev
1142020-04-12T11:04:47 <bitcoin-git> [bitcoin] fanquake closed pull request #17272: [POLICY] Make multiple OP_RETURNS in a single TX standard (master...allow-multi-op_return) https://github.com/bitcoin/bitcoin/pull/17272
1152020-04-12T11:04:48 *** bitcoin-git has left #bitcoin-core-dev
1162020-04-12T11:37:27 *** Guyver2 has joined #bitcoin-core-dev
1172020-04-12T11:41:59 *** someone235 has quit IRC
1182020-04-12T11:44:42 <jonasschnelli> achow101: I passed a -upgrade to gbuild and even get a different shasum for bitcoin-0.20.0rc1-osx-unsigned.tar.gz
1192020-04-12T11:45:06 <jonasschnelli> (won't match yours as well)
1202020-04-12T11:46:47 *** molly has joined #bitcoin-core-dev
1212020-04-12T11:46:56 <jonasschnelli> achow101: my install.log: https://0bin.net/paste/Gd0BhmzeCAJ14MW9#oVu0fQ6VnmsdUH2W1eqsrjncH-0rb1WNh8OGmqgiVdT
1222020-04-12T11:50:07 *** mol has quit IRC
1232020-04-12T11:51:35 *** EvanFettel has quit IRC
1242020-04-12T11:52:23 *** vasild has quit IRC
1252020-04-12T11:54:02 *** vasild has joined #bitcoin-core-dev
1262020-04-12T11:59:25 *** promag_ has joined #bitcoin-core-dev
1272020-04-12T11:59:25 *** promag has quit IRC
1282020-04-12T12:00:02 *** The20YearIRCloud has quit IRC
1292020-04-12T12:03:49 *** molly has quit IRC
1302020-04-12T12:04:13 *** mol has joined #bitcoin-core-dev
1312020-04-12T12:16:15 *** bitcoin-git has joined #bitcoin-core-dev
1322020-04-12T12:16:15 <bitcoin-git> [bitcoin] rebroad opened pull request #18604: Display command line usage to console without requiring X Windows (master...UsageToConsoleIfNotWin32) https://github.com/bitcoin/bitcoin/pull/18604
1332020-04-12T12:16:16 *** bitcoin-git has left #bitcoin-core-dev
1342020-04-12T12:20:37 *** toresbe1 has joined #bitcoin-core-dev
1352020-04-12T12:26:21 *** Highway61 has joined #bitcoin-core-dev
1362020-04-12T12:29:02 *** bitcoin-git has joined #bitcoin-core-dev
1372020-04-12T12:29:02 <bitcoin-git> [bitcoin] fanquake opened pull request #18605: [WIP] build: Link time garbage collection (master...link_time_garbage_collection) https://github.com/bitcoin/bitcoin/pull/18605
1382020-04-12T12:29:13 *** bitcoin-git has left #bitcoin-core-dev
1392020-04-12T12:43:54 <jonasschnelli> see: https://github.com/bitcoin-core/gitian.sigs/issues/1222
1402020-04-12T12:45:11 <jonatack__> fwiw this was the first time that building gitian sigs for macos/osx worked for me out of the box
1412020-04-12T12:45:20 *** jonatack__ has quit IRC
1422020-04-12T12:45:40 *** jonatack has joined #bitcoin-core-dev
1432020-04-12T12:45:58 <jonatack> ð¤·
1442020-04-12T12:46:45 <jonatack> with gcc version 8.3.0 (Debian 8.3.0-6)
1452020-04-12T12:48:41 *** Livestradamus has quit IRC
1462020-04-12T12:49:04 *** Livestradamus has joined #bitcoin-core-dev
1472020-04-12T12:49:40 *** Omari63Bradtke has quit IRC
1482020-04-12T12:53:44 *** promag_ has quit IRC
1492020-04-12T12:54:07 *** promag has joined #bitcoin-core-dev
1502020-04-12T12:58:34 <MarcoFalke> jonasschnelli achow101 What is your build log?
1512020-04-12T12:58:40 <MarcoFalke> Could diff the two
1522020-04-12T13:00:01 *** nothingmuch has joined #bitcoin-core-dev
1532020-04-12T13:14:55 *** bitcoin-git has joined #bitcoin-core-dev
1542020-04-12T13:14:56 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ed3b8eada803...76143bf714ab
1552020-04-12T13:14:56 <bitcoin-git> bitcoin/master 2599d13 Vasil Dimov: rpc: Remove deprecated migration code
1562020-04-12T13:14:57 <bitcoin-git> bitcoin/master 76143bf MarcoFalke: Merge #18495: rpc: Remove deprecated migration code
1572020-04-12T13:14:59 *** bitcoin-git has left #bitcoin-core-dev
1582020-04-12T13:15:15 *** bitcoin-git has joined #bitcoin-core-dev
1592020-04-12T13:15:15 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18495: rpc: Remove deprecated migration code (master...remove_deprecated_migration_code) https://github.com/bitcoin/bitcoin/pull/18495
1602020-04-12T13:15:18 *** pinheadmz_ has joined #bitcoin-core-dev
1612020-04-12T13:15:19 *** bitcoin-git has left #bitcoin-core-dev
1622020-04-12T13:18:14 *** pinheadmz has quit IRC
1632020-04-12T13:18:14 *** pinheadmz_ is now known as pinheadmz
1642020-04-12T13:18:59 <jonasschnelli> MarcoFalke: https://bitcoin.jonasschnelli.ch/gitian/builds/86/build_osx.log
1652020-04-12T13:34:13 *** lightlike has joined #bitcoin-core-dev
1662020-04-12T13:37:24 *** gandalf has joined #bitcoin-core-dev
1672020-04-12T13:51:23 *** per_ has quit IRC
1682020-04-12T13:52:19 *** per has joined #bitcoin-core-dev
1692020-04-12T13:52:37 *** molly has joined #bitcoin-core-dev
1702020-04-12T13:53:34 *** mol has quit IRC
1712020-04-12T14:02:41 *** Emcy has quit IRC
1722020-04-12T14:03:14 *** Emcy has joined #bitcoin-core-dev
1732020-04-12T14:04:56 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1742020-04-12T14:09:39 *** molly has quit IRC
1752020-04-12T14:13:03 *** mol has joined #bitcoin-core-dev
1762020-04-12T14:19:42 *** captjakk has joined #bitcoin-core-dev
1772020-04-12T14:36:02 *** fearbeag has joined #bitcoin-core-dev
1782020-04-12T14:41:01 *** mol has quit IRC
1792020-04-12T14:42:43 *** mol has joined #bitcoin-core-dev
1802020-04-12T14:44:45 <Talkless> Was there ever "fees" field inside "getinfo" ? I can't find that proof in old releases...
1812020-04-12T14:44:47 <Talkless> https://github.com/munin-monitoring/contrib/blob/master/plugins/currency/bitcoin/bitcoind_#L143
1822020-04-12T14:44:53 <Talkless> not sure what this plugin had in mind
1832020-04-12T14:45:10 <Talkless> Is there a way to get total pending fees (without looping through raw mempool)?
1842020-04-12T14:52:25 *** bitcoin-git has joined #bitcoin-core-dev
1852020-04-12T14:52:25 <bitcoin-git> [bitcoin] pierreN opened pull request #18606: test: check that bitcoin-cli autocomplete is in sync (master...feature-auto-cli) https://github.com/bitcoin/bitcoin/pull/18606
1862020-04-12T14:52:25 *** bitcoin-git has left #bitcoin-core-dev
1872020-04-12T14:54:03 *** per has quit IRC
1882020-04-12T14:54:20 *** per_ has joined #bitcoin-core-dev
1892020-04-12T15:00:01 *** toresbe1 has quit IRC
1902020-04-12T15:03:46 *** kabaum has joined #bitcoin-core-dev
1912020-04-12T15:04:08 *** mytwocentimes has quit IRC
1922020-04-12T15:21:14 *** billstclair1 has joined #bitcoin-core-dev
1932020-04-12T15:22:29 *** SiAnDoG_ has quit IRC
1942020-04-12T15:22:53 *** SiAnDoG_ has joined #bitcoin-core-dev
1952020-04-12T15:29:01 *** gandalf has quit IRC
1962020-04-12T15:31:49 *** mol has quit IRC
1972020-04-12T15:37:48 *** mytwocentimes has joined #bitcoin-core-dev
1982020-04-12T15:40:39 *** gandalf has joined #bitcoin-core-dev
1992020-04-12T15:42:20 *** bitcoin-git has joined #bitcoin-core-dev
2002020-04-12T15:42:21 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #18607: rpc: Fix named arguments in documentation (master...2004-rpcDoc) https://github.com/bitcoin/bitcoin/pull/18607
2012020-04-12T15:42:21 *** bitcoin-git has left #bitcoin-core-dev
2022020-04-12T15:45:45 *** dviola has quit IRC
2032020-04-12T15:47:36 *** kristapsk has quit IRC
2042020-04-12T15:48:05 *** kristapsk has joined #bitcoin-core-dev
2052020-04-12T15:48:51 *** gandalf has quit IRC
2062020-04-12T15:52:01 *** mol has joined #bitcoin-core-dev
2072020-04-12T15:59:08 <achow101> jonasschnelli: your install.log indicates that the image already has a ton of packages already installed, so maybe it isn't clean so another version of gcc is being picked up?
2082020-04-12T16:02:42 *** bunty has joined #bitcoin-core-dev
2092020-04-12T16:06:47 <jonasschnelli> achow101: yeah. I have set back the base image.
2102020-04-12T16:07:05 <jonasschnelli> Your probably right,.. after also deleting the depends cache, I was getting the same hash.
2112020-04-12T16:07:38 <jonasschnelli> I manually installed packages on the base image to speed up nighly gitian builds... but not the ideal way for determinism
2122020-04-12T16:07:40 *** IGHOR has quit IRC
2132020-04-12T16:07:57 *** IGHOR has joined #bitcoin-core-dev
2142020-04-12T16:08:25 <achow101> ah, that makes sense
2152020-04-12T16:09:19 *** mytwocentimes has quit IRC
2162020-04-12T16:10:06 *** dviola has joined #bitcoin-core-dev
2172020-04-12T16:10:49 *** mytwocentimes has joined #bitcoin-core-dev
2182020-04-12T16:11:33 *** dviola has left #bitcoin-core-dev
2192020-04-12T16:11:56 *** dviola has joined #bitcoin-core-dev
2202020-04-12T16:12:03 *** mytwocentimes has quit IRC
2212020-04-12T16:28:56 *** bunty has quit IRC
2222020-04-12T16:29:48 *** emilengler has quit IRC
2232020-04-12T16:30:11 *** EagleTM has quit IRC
2242020-04-12T16:31:17 *** emilengler has joined #bitcoin-core-dev
2252020-04-12T16:39:35 *** EagleTM has joined #bitcoin-core-dev
2262020-04-12T16:42:30 *** shigeya has quit IRC
2272020-04-12T16:46:03 *** shigeya has joined #bitcoin-core-dev
2282020-04-12T16:48:18 *** justanotheruser has quit IRC
2292020-04-12T16:49:23 *** mol has quit IRC
2302020-04-12T17:03:30 *** justanotheruser has joined #bitcoin-core-dev
2312020-04-12T17:05:23 *** per_ has quit IRC
2322020-04-12T17:06:08 *** IGHOR has quit IRC
2332020-04-12T17:07:22 *** IGHOR has joined #bitcoin-core-dev
2342020-04-12T17:15:58 *** gandalf has joined #bitcoin-core-dev
2352020-04-12T17:18:53 *** gandalf has quit IRC
2362020-04-12T17:26:40 *** cubancorona has joined #bitcoin-core-dev
2372020-04-12T17:26:40 *** AaronvanW has quit IRC
2382020-04-12T17:26:57 *** AaronvanW has joined #bitcoin-core-dev
2392020-04-12T17:30:29 <jonasschnelli> 0.20.0rc1 macOS detached signatures are now available. Start your engines.
2402020-04-12T17:30:42 *** IGHOR has quit IRC
2412020-04-12T17:31:03 <achow101> did you tag or should I?
2422020-04-12T17:31:37 <jonasschnelli> achow101: oh yes. Please do.
2432020-04-12T17:31:52 *** IGHOR has joined #bitcoin-core-dev
2442020-04-12T17:33:16 <achow101> gitian builders: v0.20.0rc1 detached sigs are pushed
2452020-04-12T17:34:24 <jonasschnelli> thanks achow101: almost forgot about the required tag.
2462020-04-12T17:37:54 *** IGHOR has quit IRC
2472020-04-12T17:38:34 *** IGHOR has joined #bitcoin-core-dev
2482020-04-12T17:40:22 *** ddustin has joined #bitcoin-core-dev
2492020-04-12T17:48:35 *** cltrbreak_MAD2 has joined #bitcoin-core-dev
2502020-04-12T17:52:03 *** jb55 has quit IRC
2512020-04-12T17:52:06 *** ctrlbreak_MAD has quit IRC
2522020-04-12T17:52:36 *** jb55 has joined #bitcoin-core-dev
2532020-04-12T17:52:59 <hebasto> achow101: updatee comment -- using LXC
2542020-04-12T17:53:08 <hebasto> *updated
2552020-04-12T17:57:18 *** SiAnDoG_ has quit IRC
2562020-04-12T17:57:44 *** SiAnDoG_ has joined #bitcoin-core-dev
2572020-04-12T17:58:54 *** afk11` has quit IRC
2582020-04-12T17:59:17 *** afk11` has joined #bitcoin-core-dev
2592020-04-12T17:59:29 *** AaronvanW has quit IRC
2602020-04-12T18:00:01 *** billstclair1 has quit IRC
2612020-04-12T18:00:42 *** promag_ has joined #bitcoin-core-dev
2622020-04-12T18:05:12 *** SiAnDoG_ has quit IRC
2632020-04-12T18:05:36 *** bitcoin-git has joined #bitcoin-core-dev
2642020-04-12T18:05:37 <bitcoin-git> [bitcoin] ryanofsky opened pull request #18608: refactor: Remove CAddressBookData::destdata (master...pr/nodest) https://github.com/bitcoin/bitcoin/pull/18608
2652020-04-12T18:05:38 *** bitcoin-git has left #bitcoin-core-dev
2662020-04-12T18:08:21 *** fengling has quit IRC
2672020-04-12T18:08:32 <achow101> hebasto: I think lxc and kvm just have a bunch more packages installed by default. so at least one of those requires automake so automake ends up being installed too
2682020-04-12T18:13:12 <hebasto> achow101: it seems so
2692020-04-12T18:14:15 *** fengling has joined #bitcoin-core-dev
2702020-04-12T18:21:15 *** kirkland1 has joined #bitcoin-core-dev
2712020-04-12T18:33:07 *** asm000 has joined #bitcoin-core-dev
2722020-04-12T18:49:24 *** promag_ has quit IRC
2732020-04-12T18:49:58 *** Emcy has quit IRC
2742020-04-12T18:50:30 *** Emcy has joined #bitcoin-core-dev
2752020-04-12T18:52:38 *** mol has joined #bitcoin-core-dev
2762020-04-12T18:59:34 *** promag_ has joined #bitcoin-core-dev
2772020-04-12T18:59:55 *** asm000 has quit IRC
2782020-04-12T19:00:26 *** bitcoin-git has joined #bitcoin-core-dev
2792020-04-12T19:00:26 <bitcoin-git> [bitcoin] hebasto opened pull request #18609: test: Remove REJECT message code (master...20200412-test-reject) https://github.com/bitcoin/bitcoin/pull/18609
2802020-04-12T19:00:27 *** bitcoin-git has left #bitcoin-core-dev
2812020-04-12T19:04:07 *** promag_ has quit IRC
2822020-04-12T19:05:03 *** mytwocentimes has joined #bitcoin-core-dev
2832020-04-12T19:15:47 *** mytwocentimes has quit IRC
2842020-04-12T19:28:54 *** jonatack has quit IRC
2852020-04-12T19:31:22 *** jonatack has joined #bitcoin-core-dev
2862020-04-12T19:33:31 *** bitcoin-git has joined #bitcoin-core-dev
2872020-04-12T19:33:31 <bitcoin-git> [bitcoin] theStack opened pull request #18610: scripted-diff: test: replace command with msgtype (naming) (master...20200410-scripted-diff-test-rename-command-to-msgtype) https://github.com/bitcoin/bitcoin/pull/18610
2882020-04-12T19:33:32 *** bitcoin-git has left #bitcoin-core-dev
2892020-04-12T19:39:18 *** vasild has quit IRC
2902020-04-12T19:39:21 *** promag_ has joined #bitcoin-core-dev
2912020-04-12T19:44:01 *** promag_ has quit IRC
2922020-04-12T19:54:33 *** vasild has joined #bitcoin-core-dev
2932020-04-12T19:59:59 *** luke-jr has quit IRC
2942020-04-12T20:02:50 *** luke-jr has joined #bitcoin-core-dev
2952020-04-12T20:06:08 *** luke-jr has quit IRC
2962020-04-12T20:06:54 *** AaronvanW has joined #bitcoin-core-dev
2972020-04-12T20:07:34 *** luke-jr has joined #bitcoin-core-dev
2982020-04-12T20:13:27 *** IGHOR has quit IRC
2992020-04-12T20:14:06 *** IGHOR has joined #bitcoin-core-dev
3002020-04-12T20:18:52 *** IGHOR has quit IRC
3012020-04-12T20:20:14 *** IGHOR has joined #bitcoin-core-dev
3022020-04-12T20:22:25 *** emilengler has quit IRC
3032020-04-12T20:26:14 *** IGHOR has quit IRC
3042020-04-12T20:26:44 *** captjakk has quit IRC
3052020-04-12T20:27:20 *** captjakk has joined #bitcoin-core-dev
3062020-04-12T20:28:39 *** captjakk has quit IRC
3072020-04-12T20:28:55 *** captjakk has joined #bitcoin-core-dev
3082020-04-12T20:32:16 *** promag has quit IRC
3092020-04-12T20:33:19 *** promag_ has joined #bitcoin-core-dev
3102020-04-12T20:34:05 *** promag_ has joined #bitcoin-core-dev
3112020-04-12T20:34:53 *** promag has joined #bitcoin-core-dev
3122020-04-12T20:57:32 *** bitcoin-git has joined #bitcoin-core-dev
3132020-04-12T20:57:32 <bitcoin-git> [bitcoin] brakmic opened pull request #18611: cli: show default values in config args log (master...compare-params) https://github.com/bitcoin/bitcoin/pull/18611
3142020-04-12T20:57:34 *** bitcoin-git has left #bitcoin-core-dev
3152020-04-12T20:58:04 *** pinheadmz has quit IRC
3162020-04-12T21:00:02 *** kirkland1 has quit IRC
3172020-04-12T21:11:57 *** promag_ has quit IRC
3182020-04-12T21:12:09 *** Talkless has quit IRC
3192020-04-12T21:13:03 *** promag_ has joined #bitcoin-core-dev
3202020-04-12T21:21:03 *** pinheadmz has joined #bitcoin-core-dev
3212020-04-12T21:22:22 *** aaronmcadam has joined #bitcoin-core-dev
3222020-04-12T21:27:34 *** mol has quit IRC
3232020-04-12T21:30:57 *** filchef has quit IRC
3242020-04-12T21:33:40 *** ossifrage has joined #bitcoin-core-dev
3252020-04-12T21:43:34 *** Guyver2 has quit IRC
3262020-04-12T22:00:19 *** captjakk has quit IRC
3272020-04-12T22:00:53 *** captjakk has joined #bitcoin-core-dev
3282020-04-12T22:04:42 *** dgenr8 has quit IRC
3292020-04-12T22:05:22 *** captjakk has quit IRC
3302020-04-12T22:07:26 *** captjakk has joined #bitcoin-core-dev
3312020-04-12T22:17:04 *** dgenr8 has joined #bitcoin-core-dev
3322020-04-12T22:23:28 *** Highway62 has joined #bitcoin-core-dev
3332020-04-12T22:23:48 *** promag has quit IRC
3342020-04-12T22:24:41 *** Highway62 has quit IRC
3352020-04-12T22:25:28 *** Highway61 has quit IRC
3362020-04-12T22:28:15 *** bitcoin-git has joined #bitcoin-core-dev
3372020-04-12T22:28:15 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #18612: script: Remove undocumented and unused operator+ (master...2004-scriptNoAdd) https://github.com/bitcoin/bitcoin/pull/18612
3382020-04-12T22:28:17 *** bitcoin-git has left #bitcoin-core-dev
3392020-04-12T22:28:26 *** justanotheruser has quit IRC
3402020-04-12T22:29:25 *** Highway61 has joined #bitcoin-core-dev
3412020-04-12T22:33:34 *** Chris_Stewart_5 has quit IRC
3422020-04-12T22:44:55 *** justanotheruser has joined #bitcoin-core-dev
3432020-04-12T22:46:05 *** cubancorona has quit IRC
3442020-04-12T22:48:03 *** promag_ has quit IRC
3452020-04-12T22:48:06 *** marcoagner has quit IRC
3462020-04-12T22:54:06 *** DeanWeen has quit IRC
3472020-04-12T22:54:40 *** DeanWeen has joined #bitcoin-core-dev
3482020-04-12T22:58:05 *** promag has joined #bitcoin-core-dev
3492020-04-12T23:02:52 *** promag has quit IRC
3502020-04-12T23:07:29 *** mol has joined #bitcoin-core-dev
3512020-04-12T23:10:35 *** bitcoin-git has joined #bitcoin-core-dev
3522020-04-12T23:10:35 <bitcoin-git> [bitcoin] JeremyRubin opened pull request #18613: WIP: Make CScript addition concatenative (master...fix-testing-cscript) https://github.com/bitcoin/bitcoin/pull/18613
3532020-04-12T23:10:36 *** bitcoin-git has left #bitcoin-core-dev
3542020-04-12T23:17:54 *** promag has joined #bitcoin-core-dev
3552020-04-12T23:22:09 *** promag has quit IRC
3562020-04-12T23:38:04 *** ddustin has quit IRC
3572020-04-12T23:38:45 *** ddustin has joined #bitcoin-core-dev
3582020-04-12T23:40:04 *** bitcoin-git has joined #bitcoin-core-dev
3592020-04-12T23:40:05 <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/76143bf714ab...59d62492900f
3602020-04-12T23:40:06 <bitcoin-git> bitcoin/master 1356a45 Sebastian Falbesoner: test: complete impl. of msg_merkleblock and wait_for_merkleblock
3612020-04-12T23:40:07 <bitcoin-git> bitcoin/master 8543828 Sebastian Falbesoner: refactor: test: improve wait_for{header,merkleblock} interface
3622020-04-12T23:40:08 <bitcoin-git> bitcoin/master 59d6249 MarcoFalke: Merge #18593: test: complete impl. of msg_merkleblock and wait_for_merkleb...
3632020-04-12T23:40:16 *** bitcoin-git has left #bitcoin-core-dev
3642020-04-12T23:40:34 *** bitcoin-git has joined #bitcoin-core-dev
3652020-04-12T23:40:34 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18593: test: complete impl. of msg_merkleblock and wait_for_merkleblock (master...20200410-test-complete-merkleblock-message-and-wait-function) https://github.com/bitcoin/bitcoin/pull/18593
3662020-04-12T23:40:46 *** bitcoin-git has left #bitcoin-core-dev
3672020-04-12T23:41:54 *** promag has joined #bitcoin-core-dev
3682020-04-12T23:42:24 *** promag_ has joined #bitcoin-core-dev
3692020-04-12T23:43:45 *** ddustin has quit IRC
3702020-04-12T23:48:14 *** bitcoin-git has joined #bitcoin-core-dev
3712020-04-12T23:48:14 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/59d62492900f...a2b282c9d058
3722020-04-12T23:48:15 <bitcoin-git> bitcoin/master b1b0cfe Hennadii Stepanov: test: Remove REJECT message code
3732020-04-12T23:48:15 <bitcoin-git> bitcoin/master a2b282c MarcoFalke: Merge #18609: test: Remove REJECT message code
3742020-04-12T23:48:17 *** bitcoin-git has left #bitcoin-core-dev
3752020-04-12T23:48:34 *** bitcoin-git has joined #bitcoin-core-dev
3762020-04-12T23:48:34 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18609: test: Remove REJECT message code (master...20200412-test-reject) https://github.com/bitcoin/bitcoin/pull/18609
3772020-04-12T23:48:46 *** bitcoin-git has left #bitcoin-core-dev
3782020-04-12T23:50:44 *** owowo has quit IRC
3792020-04-12T23:51:24 *** bitcoin-git has joined #bitcoin-core-dev
3802020-04-12T23:51:24 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a2b282c9d058...c49971f3c9b1
3812020-04-12T23:51:24 <bitcoin-git> bitcoin/master fa404f1 MarcoFalke: test: Check that the version message does not leak the local address of th...
3822020-04-12T23:51:25 <bitcoin-git> bitcoin/master c49971f MarcoFalke: Merge #18584: test: Check that the version message does not leak the local...
3832020-04-12T23:51:26 *** bitcoin-git has left #bitcoin-core-dev
3842020-04-12T23:51:45 *** bitcoin-git has joined #bitcoin-core-dev
3852020-04-12T23:51:45 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #18584: test: Check that the version message does not leak the local address (master...2003-qaAddrRelay) https://github.com/bitcoin/bitcoin/pull/18584
3862020-04-12T23:51:46 *** bitcoin-git has left #bitcoin-core-dev
3872020-04-12T23:54:37 *** bitcoin-git has joined #bitcoin-core-dev
3882020-04-12T23:54:37 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #18555: wallet: Abort when assumption fails in debug mode (master...2004-walletAssumeAbortDebug) https://github.com/bitcoin/bitcoin/pull/18555
3892020-04-12T23:54:38 *** bitcoin-git has left #bitcoin-core-dev
3902020-04-12T23:55:05 *** owowo has joined #bitcoin-core-dev
3912020-04-12T23:55:05 *** owowo has joined #bitcoin-core-dev