12021-03-05T00:02:54  <sipa> if i run most wallet functional tests with --valgrind, i get a "Conditional jump or move depends on uninitialised value(s)" on line https://github.com/bitcoin/bitcoin/blob/master/src/wallet/wallet.cpp#L1822
  22021-03-05T00:03:04  <sipa> do other people get this too?
  32021-03-05T00:03:15  <sipa> current master
  42021-03-05T00:03:32  <sipa> if i try to print the values involved it goes away...
  52021-03-05T00:04:28  <sipa> "test/functional/wallet_hd.py --valgrind" e.g.
  62021-03-05T00:10:47  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has quit IRC (Ping timeout: 260 seconds)
  72021-03-05T00:11:38  <jonatack> sipa: the tests run cleanly for me with --valgrind
  82021-03-05T00:11:56  <jonatack> (clang 9 debian)
  92021-03-05T00:12:07  <sipa> i have it both on ubuntu 21.04 and 20.10
 102021-03-05T00:12:42  <sipa> gcc 10.2.0-13ubuntu1 and gcc 10.2.1-20ubuntu1
 112021-03-05T00:12:47  *** Aaronvan_ <Aaronvan_!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
 122021-03-05T00:13:35  <jonatack> tried with wallet_basic, wallet_hd, and wallet_multiwallet, using the --valgrind test runner option and also `valgrind test/functional/wallet_...`
 132021-03-05T00:13:49  *** b10c <b10c!~b10c@static.55.136.76.144.clients.your-server.de> has quit IRC (Ping timeout: 245 seconds)
 142021-03-05T00:14:42  <jonatack> i'll try with gcc 10.2.1
 152021-03-05T00:15:04  *** Nebraskka <Nebraskka!~Nebraskka@51.83.249.56> has quit IRC (Ping timeout: 245 seconds)
 162021-03-05T00:15:29  *** victorSN <victorSN!~victorSN@unaffiliated/victorsn> has quit IRC (Ping timeout: 245 seconds)
 172021-03-05T00:15:31  *** Nebraskka <Nebraskka!~Nebraskka@51.83.249.56> has joined #bitcoin-core-dev
 182021-03-05T00:15:33  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 264 seconds)
 192021-03-05T00:15:54  *** comboy <comboy!~quassel@tesuji.pl> has quit IRC (Ping timeout: 245 seconds)
 202021-03-05T00:15:54  *** chrisguidaOld[m] <chrisguidaOld[m]!chrisguida@gateway/shell/matrix.org/x-dtwtatudsbdmxdhk> has quit IRC (Ping timeout: 246 seconds)
 212021-03-05T00:16:20  *** victorSN <victorSN!~victorSN@unaffiliated/victorsn> has joined #bitcoin-core-dev
 222021-03-05T00:16:21  *** rockhouse1 <rockhouse1!~rockhouse@unaffiliated/rockhouse> has joined #bitcoin-core-dev
 232021-03-05T00:16:33  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 242021-03-05T00:16:33  <bitcoin-git> [bitcoin] theStack opened pull request #21366: refactor: replace util::Ref with std::any (C++17) (master...202012-replace-util_ref-by-std_any) https://github.com/bitcoin/bitcoin/pull/21366
 252021-03-05T00:16:34  <sipa> trying to see if i find something with ubsan
 262021-03-05T00:16:34  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 272021-03-05T00:17:09  *** rockhouse <rockhouse!~rockhouse@unaffiliated/rockhouse> has quit IRC (Ping timeout: 245 seconds)
 282021-03-05T00:17:09  *** rockhouse1 is now known as rockhouse
 292021-03-05T00:17:21  *** b10c <b10c!~b10c@static.55.136.76.144.clients.your-server.de> has joined #bitcoin-core-dev
 302021-03-05T00:17:22  *** comboy <comboy!~quassel@tesuji.pl> has joined #bitcoin-core-dev
 312021-03-05T00:20:02  *** chrisguidaOld[m] <chrisguidaOld[m]!chrisguida@gateway/shell/matrix.org/x-fdehsptnoijbiozc> has joined #bitcoin-core-dev
 322021-03-05T00:20:29  * jonatack sees the good ol' txmempool.cpp:897 bogus warning scroll by...
 332021-03-05T00:23:00  <sipa> nothing with ubsan
 342021-03-05T00:37:27  *** Aaronvan_ is now known as AaronvanW
 352021-03-05T00:37:44  *** stortz <stortz!b1982408@177.152.36.8> has joined #bitcoin-core-dev
 362021-03-05T00:44:05  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has quit IRC (Remote host closed the connection)
 372021-03-05T00:47:17  <jonatack> sipa: ok, saw a bunch of FuzzedSock warnings as achow101 had mentioned, and then test/functional/wallet_hd.py --valgrind reproduces your issue
 382021-03-05T00:47:42  <jonatack> gcc (Debian 10.2.1-6)
 392021-03-05T00:48:26  <jonatack> Conditional jump or move depends on uninitialised value(s), CWallet::ScanForWalletTransactions(uint256 const&, int, std::optional<int>, WalletRescanReserver const&, bool) (wallet.cpp:1822)
 402021-03-05T00:48:35  <sipa> yea
 412021-03-05T00:48:46  <sipa> and it disappears whatever i do trying to investigate it
 422021-03-05T00:49:48  <jonatack> (heading to sleep now)
 432021-03-05T00:50:44  <sipa> jonatack.sleep(28800);
 442021-03-05T00:51:46  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has joined #bitcoin-core-dev
 452021-03-05T00:53:14  *** jonatack_ <jonatack_!~jon@37.171.225.50> has joined #bitcoin-core-dev
 462021-03-05T00:53:57  *** shaunsun <shaunsun!shaunsun@gateway/vpn/privateinternetaccess/shaunsun> has joined #bitcoin-core-dev
 472021-03-05T00:56:21  *** jonatack <jonatack!~jon@37.173.203.38> has quit IRC (Ping timeout: 264 seconds)
 482021-03-05T00:58:35  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 268 seconds)
 492021-03-05T01:01:59  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
 502021-03-05T01:04:33  *** jonatack_ <jonatack_!~jon@37.171.225.50> has quit IRC (Ping timeout: 246 seconds)
 512021-03-05T01:05:35  *** jonatack_ <jonatack_!~jon@37.172.247.108> has joined #bitcoin-core-dev
 522021-03-05T01:08:56  *** jonatack_ <jonatack_!~jon@37.172.247.108> has quit IRC (Read error: Connection reset by peer)
 532021-03-05T01:10:17  *** lightlike <lightlike!~lightlike@p200300c7ef1c4d0035e5f1bdebb24717.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving)
 542021-03-05T01:11:03  *** stortz <stortz!b1982408@177.152.36.8> has quit IRC (Quit: Connection closed)
 552021-03-05T01:11:34  *** shaunsun <shaunsun!shaunsun@gateway/vpn/privateinternetaccess/shaunsun> has quit IRC (Quit: Leaving)
 562021-03-05T01:15:07  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
 572021-03-05T01:16:19  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has joined #bitcoin-core-dev
 582021-03-05T01:29:25  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 268 seconds)
 592021-03-05T01:33:13  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
 602021-03-05T01:41:34  *** promag <promag!~promag@188.250.84.129> has joined #bitcoin-core-dev
 612021-03-05T01:42:19  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 622021-03-05T01:42:19  <bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b4d22654fe9e...2620ac4ec308
 632021-03-05T01:42:19  <bitcoin-git> bitcoin/master d823936 Hennadii Stepanov: build, doc: Drop libcap-dev from macOS cross-compiling dependencies
 642021-03-05T01:42:20  <bitcoin-git> bitcoin/master f7f3829 Hennadii Stepanov: build, doc: Drop libbz2-dev from macOS cross-compiling dependencies
 652021-03-05T01:42:21  <bitcoin-git> bitcoin/master 2620ac4 fanquake: Merge #21354: build, doc: Drop no longer required packages from macOS cros...
 662021-03-05T01:42:21  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 672021-03-05T01:42:38  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 682021-03-05T01:42:38  <bitcoin-git> [bitcoin] fanquake merged pull request #21354: build, doc: Drop no longer required packages from macOS cross-compiling dependencies (master...210303-macos) https://github.com/bitcoin/bitcoin/pull/21354
 692021-03-05T01:42:39  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 702021-03-05T01:45:45  *** chrisguidaOld[m] <chrisguidaOld[m]!chrisguida@gateway/shell/matrix.org/x-fdehsptnoijbiozc> has quit IRC (Ping timeout: 240 seconds)
 712021-03-05T01:46:23  *** zeropoint[m] <zeropoint[m]!zeropointi@gateway/shell/matrix.org/x-fvjbddazkpfeytnz> has quit IRC (Ping timeout: 265 seconds)
 722021-03-05T01:46:25  *** vdero133[m] <vdero133[m]!vdero133ma@gateway/shell/matrix.org/x-aocifqbibvwysmuu> has quit IRC (Ping timeout: 240 seconds)
 732021-03-05T01:50:23  *** morcos <morcos!~morcos@gateway/tor-sasl/morcos> has quit IRC (Ping timeout: 268 seconds)
 742021-03-05T01:53:38  *** morcos <morcos!~morcos@gateway/tor-sasl/morcos> has joined #bitcoin-core-dev
 752021-03-05T01:55:04  *** IGHOR <IGHOR!~quassel@176.121.4.135> has quit IRC (Ping timeout: 245 seconds)
 762021-03-05T01:56:56  *** IGHOR <IGHOR!~quassel@176.121.4.135> has joined #bitcoin-core-dev
 772021-03-05T01:59:10  *** chrisguidaOld[m] <chrisguidaOld[m]!chrisguida@gateway/shell/matrix.org/x-xhaxtioxrayuwngt> has joined #bitcoin-core-dev
 782021-03-05T01:59:38  *** jespada <jespada!~jespada@90.254.243.187> has quit IRC (Ping timeout: 245 seconds)
 792021-03-05T02:01:23  *** jespada <jespada!~jespada@90.254.243.187> has joined #bitcoin-core-dev
 802021-03-05T02:05:08  *** zeropoint[m] <zeropoint[m]!zeropointi@gateway/shell/matrix.org/x-hsjzqeovzsxwoctk> has joined #bitcoin-core-dev
 812021-03-05T02:11:35  *** chrisguidaOld[m] <chrisguidaOld[m]!chrisguida@gateway/shell/matrix.org/x-xhaxtioxrayuwngt> has quit IRC (Ping timeout: 240 seconds)
 822021-03-05T02:15:06  *** rc_423 <rc_423!~r_423@cpe-75-185-100-189.cinci.res.rr.com> has quit IRC (Read error: Connection reset by peer)
 832021-03-05T02:15:23  *** rc_423 <rc_423!~r_423@cpe-75-185-100-189.cinci.res.rr.com> has joined #bitcoin-core-dev
 842021-03-05T02:15:47  *** vdero133[m] <vdero133[m]!vdero133ma@gateway/shell/matrix.org/x-hpbiyhjfkpokbvgf> has joined #bitcoin-core-dev
 852021-03-05T02:18:07  *** aferreira44 <aferreira44!~andre@2001:1284:f013:36cc:2192:8325:a3f2:f67a> has quit IRC (Ping timeout: 258 seconds)
 862021-03-05T02:21:33  *** aferreira44 <aferreira44!~andre@2001:1284:f013:36cc:2192:8325:a3f2:f67a> has joined #bitcoin-core-dev
 872021-03-05T02:31:12  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 882021-03-05T02:31:13  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2620ac4ec308...fbf5d16238d6
 892021-03-05T02:31:13  <bitcoin-git> bitcoin/master 6a0a6e7 Russell O'Connor: Correction for VerifyTaprootCommitment comments
 902021-03-05T02:31:14  <bitcoin-git> bitcoin/master fbf5d16 fanquake: Merge #21246: doc: Correction for VerifyTaprootCommitment comments
 912021-03-05T02:31:16  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 922021-03-05T02:31:32  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 932021-03-05T02:31:32  <bitcoin-git> [bitcoin] fanquake merged pull request #21246: doc: Correction for VerifyTaprootCommitment comments (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21246
 942021-03-05T02:31:33  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 952021-03-05T02:43:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 962021-03-05T02:43:13  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fbf5d16238d6...da8c7edffe0c
 972021-03-05T02:43:14  <bitcoin-git> bitcoin/master 3f36468 practicalswift: fuzz: Avoid -Wreturn-type warnings
 982021-03-05T02:43:14  <bitcoin-git> bitcoin/master da8c7ed fanquake: Merge #21364: fuzz: Avoid -Wreturn-type warnings
 992021-03-05T02:43:16  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1002021-03-05T02:43:33  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1012021-03-05T02:43:33  <bitcoin-git> [bitcoin] fanquake merged pull request #21364: fuzz: Avoid -Wreturn-type warnings (master...–Wreturn-type) https://github.com/bitcoin/bitcoin/pull/21364
1022021-03-05T02:43:34  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1032021-03-05T02:43:46  *** Guest13 <Guest13!~textual@64-18-155-61.starry-inc.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
1042021-03-05T02:46:08  *** chrisguidaOld[m] <chrisguidaOld[m]!chrisguida@gateway/shell/matrix.org/x-uziypwmaednbgohz> has joined #bitcoin-core-dev
1052021-03-05T02:57:42  <fanquake> sipa: I see it. Opened #21367
1062021-03-05T02:57:43  <gribble> https://github.com/bitcoin/bitcoin/issues/21367 | ScanForWalletTransactions: jump or move depends on uninitialised value · Issue #21367 · bitcoin/bitcoin · GitHub
1072021-03-05T03:06:51  *** az0re <az0re!~az0re@gateway/tor-sasl/az0re> has quit IRC (Ping timeout: 268 seconds)
1082021-03-05T03:22:16  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 268 seconds)
1092021-03-05T03:25:48  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
1102021-03-05T03:33:15  *** aferreira44 <aferreira44!~andre@2001:1284:f013:36cc:2192:8325:a3f2:f67a> has quit IRC (Ping timeout: 258 seconds)
1112021-03-05T03:33:26  *** Norrin <Norrin!~Joe@2605:2700:0:5::4713:9659> has quit IRC (Excess Flood)
1122021-03-05T03:38:58  *** Norrin <Norrin!~Joe@2605:2700:0:5::4713:9659> has joined #bitcoin-core-dev
1132021-03-05T03:44:19  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC (Quit: Leaving)
1142021-03-05T04:25:08  *** aferreira44 <aferreira44!~andre@2001:1284:f013:36cc:2192:8325:a3f2:f67a> has joined #bitcoin-core-dev
1152021-03-05T04:25:55  *** Asbestos_Vapor <Asbestos_Vapor!~Mercury_V@174-082-158-108.res.spectrum.com> has joined #bitcoin-core-dev
1162021-03-05T04:26:31  *** Asbestos_Vapor <Asbestos_Vapor!~Mercury_V@174-082-158-108.res.spectrum.com> has quit IRC (Max SendQ exceeded)
1172021-03-05T04:26:59  *** Asbestos_Vapor <Asbestos_Vapor!~Mercury_V@174-082-158-108.res.spectrum.com> has joined #bitcoin-core-dev
1182021-03-05T04:27:48  *** Asbestos_Vapor <Asbestos_Vapor!~Mercury_V@174-082-158-108.res.spectrum.com> has quit IRC (Max SendQ exceeded)
1192021-03-05T04:28:22  *** Asbestos_Vapor <Asbestos_Vapor!~Mercury_V@174-082-158-108.res.spectrum.com> has joined #bitcoin-core-dev
1202021-03-05T04:29:05  *** Asbestos_Vapor <Asbestos_Vapor!~Mercury_V@174-082-158-108.res.spectrum.com> has quit IRC (Max SendQ exceeded)
1212021-03-05T04:29:13  *** Mercury_Vapor <Mercury_Vapor!~Mercury_V@174-082-158-108.res.spectrum.com> has quit IRC (Ping timeout: 260 seconds)
1222021-03-05T04:29:37  *** Asbestos_Vapor <Asbestos_Vapor!~Mercury_V@174-082-158-108.res.spectrum.com> has joined #bitcoin-core-dev
1232021-03-05T04:41:29  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has quit IRC (Ping timeout: 260 seconds)
1242021-03-05T04:46:01  *** shesek <shesek!~shesek@unaffiliated/shesek> has quit IRC (Remote host closed the connection)
1252021-03-05T04:46:26  *** shesek <shesek!~shesek@164.90.217.137> has joined #bitcoin-core-dev
1262021-03-05T04:49:00  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has quit IRC (Remote host closed the connection)
1272021-03-05T05:00:23  *** aferreira44 <aferreira44!~andre@2001:1284:f013:36cc:2192:8325:a3f2:f67a> has quit IRC (Quit: WeeChat 2.8)
1282021-03-05T05:01:03  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has joined #bitcoin-core-dev
1292021-03-05T05:02:20  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has joined #bitcoin-core-dev
1302021-03-05T07:20:51  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1312021-03-05T07:20:52  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da8c7edffe0c...f7653eb5ae6e
1322021-03-05T07:20:52  <bitcoin-git> bitcoin/master a061a29 Martin Zumsande: test: bring p2p_leak.py up to date.
1332021-03-05T07:20:53  <bitcoin-git> bitcoin/master f7653eb MarcoFalke: Merge #21345: test: bring p2p_leak.py up to date
1342021-03-05T07:20:55  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1352021-03-05T07:20:57  *** mariorz <mariorz!sid490@gateway/web/irccloud.com/x-nmciwajewsvvqoif> has quit IRC (Ping timeout: 258 seconds)
1362021-03-05T07:21:11  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1372021-03-05T07:21:11  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #21345: test: bring p2p_leak.py up to date (master...202103_p2p_leak) https://github.com/bitcoin/bitcoin/pull/21345
1382021-03-05T07:21:12  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1392021-03-05T07:21:27  *** mariorz <mariorz!sid490@gateway/web/irccloud.com/x-hgzzdllglznrqrsn> has joined #bitcoin-core-dev
1402021-03-05T07:22:36  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1412021-03-05T07:22:36  <bitcoin-git> [gui] MarcoFalke merged pull request #217: qt: Make warning label look clickable (master...warning-look-like-button) https://github.com/bitcoin-core/gui/pull/217
1422021-03-05T07:22:37  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1432021-03-05T07:22:56  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1442021-03-05T07:22:57  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f7653eb5ae6e...ed25cb58f605
1452021-03-05T07:22:57  <bitcoin-git> bitcoin/master 67c59ae Jarol Rodriguez: qt: Make warning label look clickable
1462021-03-05T07:22:58  <bitcoin-git> bitcoin/master ed25cb5 MarcoFalke: Merge bitcoin-core/gui#217: qt: Make warning label look clickable
1472021-03-05T07:23:07  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1482021-03-05T07:32:23  *** Kiminuo <Kiminuo!~Kiminuo@141.98.103.76> has joined #bitcoin-core-dev
1492021-03-05T07:34:00  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has joined #bitcoin-core-dev
1502021-03-05T07:48:33  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
1512021-03-05T07:54:11  *** Kimi <Kimi!~Kiminuo@141.98.103.196> has joined #bitcoin-core-dev
1522021-03-05T07:58:03  *** Kiminuo <Kiminuo!~Kiminuo@141.98.103.76> has quit IRC (Ping timeout: 260 seconds)
1532021-03-05T08:14:03  *** jungly <jungly!~jungly@host-79-35-189-43.retail.telecomitalia.it> has joined #bitcoin-core-dev
1542021-03-05T08:23:44  *** S3RK <S3RK!~S3RK@213.55.241.111> has quit IRC (Ping timeout: 260 seconds)
1552021-03-05T08:23:52  *** S3RK <S3RK!~S3RK@213.55.241.111> has joined #bitcoin-core-dev
1562021-03-05T08:34:19  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
1572021-03-05T08:34:42  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
1582021-03-05T08:36:01  *** promag <promag!~promag@188.250.84.129> has quit IRC (Remote host closed the connection)
1592021-03-05T08:36:27  *** skinkie1 <skinkie1!~skinkie@178.239.168.171> has quit IRC (Remote host closed the connection)
1602021-03-05T08:42:02  *** meshcollider <meshcollider!meshcollid@gateway/shell/ircnow/x-vtakzzjunnrxyedh> has quit IRC (Ping timeout: 264 seconds)
1612021-03-05T08:44:11  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
1622021-03-05T08:46:28  *** meshcollider <meshcollider!meshcollid@gateway/shell/ircnow/x-ttsnhkjhgyervsge> has joined #bitcoin-core-dev
1632021-03-05T08:46:34  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
1642021-03-05T08:49:49  *** asdlkfjwerpoicvx <asdlkfjwerpoicvx!~flack@p200300d46f1aca00e340ed45304e7d77.dip0.t-ipconnect.de> has joined #bitcoin-core-dev
1652021-03-05T08:55:15  *** jonatack_ <jonatack_!~jon@37.167.227.177> has joined #bitcoin-core-dev
1662021-03-05T08:55:54  *** promag <promag!~promag@188.250.84.129> has joined #bitcoin-core-dev
1672021-03-05T09:14:29  *** jungly <jungly!~jungly@host-79-35-189-43.retail.telecomitalia.it> has quit IRC (Ping timeout: 260 seconds)
1682021-03-05T09:23:21  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Read error: Connection reset by peer)
1692021-03-05T09:23:49  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
1702021-03-05T09:25:30  *** jonatack_ <jonatack_!~jon@37.167.227.177> has quit IRC (Quit: jonatack_)
1712021-03-05T09:25:50  *** jonatack <jonatack!~jon@37.167.227.177> has joined #bitcoin-core-dev
1722021-03-05T09:37:27  *** jungly <jungly!~jungly@host-79-35-189-43.retail.telecomitalia.it> has joined #bitcoin-core-dev
1732021-03-05T09:38:28  *** pox <pox!~pox@gateway/tor-sasl/pox> has left #bitcoin-core-dev
1742021-03-05T09:50:03  *** bzb <bzb!~bzb@135-23-193-53.cpe.pppoe.ca> has joined #bitcoin-core-dev
1752021-03-05T10:00:30  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Quit: = "")
1762021-03-05T10:00:53  <jonasschnelli> feature_nulldummy test fails on bitcoinbuilds: https://bitcoinbuilds.org/index.php?ansilog=52b62cfc-4b6f-40e7-8a82-f23e66a9b33c.log#l6694
1772021-03-05T10:12:27  *** barsandcat <barsandcat!2539cffb@37.57.207.251> has joined #bitcoin-core-dev
1782021-03-05T10:13:46  *** barsandcat <barsandcat!2539cffb@37.57.207.251> has quit IRC (Client Quit)
1792021-03-05T10:46:47  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1802021-03-05T10:46:47  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #21370: Use C++11 member initializer in CNodeState (master...2103-netCNodeStateRefactor) https://github.com/bitcoin/bitcoin/pull/21370
1812021-03-05T10:46:49  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1822021-03-05T10:59:07  *** bzb <bzb!~bzb@135-23-193-53.cpe.pppoe.ca> has quit IRC (Remote host closed the connection)
1832021-03-05T10:59:19  <wumpus> jonasschnelli: weird!
1842021-03-05T11:03:01  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has quit IRC (Remote host closed the connection)
1852021-03-05T11:03:17  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has joined #bitcoin-core-dev
1862021-03-05T11:18:42  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1872021-03-05T11:18:42  <bitcoin-git> [bitcoin] jonatack opened pull request #21371: net, fuzz: fix gcc Woverloaded-virtual build warnings (master...sock-Woverloaded-virtual) https://github.com/bitcoin/bitcoin/pull/21371
1882021-03-05T11:18:43  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1892021-03-05T11:19:01  <jonasschnelli> i think its a timeout issue
1902021-03-05T11:24:12  *** livestradamus <livestradamus!~quassel@unaffiliated/livestradamus> has quit IRC (Quit: I'm out.)
1912021-03-05T11:24:33  *** livestradamus <livestradamus!~quassel@unaffiliated/livestradamus> has joined #bitcoin-core-dev
1922021-03-05T11:27:38  *** iridis[m] <iridis[m]!iridismatr@gateway/shell/matrix.org/x-afblrelmjginqkjs> has joined #bitcoin-core-dev
1932021-03-05T11:39:38  *** marcoagner <marcoagner!~user@2001:8a0:ffc6:8700:fbe1:d95d:7692:d3c7> has quit IRC (Ping timeout: 264 seconds)
1942021-03-05T11:39:46  *** marcoagn1 <marcoagn1!~user@bl19-147-149.dsl.telepac.pt> has joined #bitcoin-core-dev
1952021-03-05T11:44:30  *** iridis <iridis!b9a6fd1c@185.166.253.28> has joined #bitcoin-core-dev
1962021-03-05T11:46:02  *** iridis <iridis!b9a6fd1c@185.166.253.28> has quit IRC (Client Quit)
1972021-03-05T11:52:27  *** very_sne_ is now known as very_sneaky
1982021-03-05T11:55:04  *** Kimi <Kimi!~Kiminuo@141.98.103.196> has quit IRC (Ping timeout: 245 seconds)
1992021-03-05T12:53:31  *** wvr- <wvr-!~wvr@2a02:2e02:9697:7900:1f77:c8f4:4c65:f03a> has quit IRC (Ping timeout: 272 seconds)
2002021-03-05T12:53:31  *** wvr <wvr!~wvr@2a02:2e02:9697:7900:1f77:c8f4:4c65:f03a> has quit IRC (Ping timeout: 272 seconds)
2012021-03-05T13:00:20  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has joined #bitcoin-core-dev
2022021-03-05T13:05:00  *** ishaqm <ishaqm!~ishaqm@79-66-7-254.dynamic.dsl.as9105.com> has joined #bitcoin-core-dev
2032021-03-05T13:13:28  *** jonatack <jonatack!~jon@37.167.227.177> has quit IRC (Ping timeout: 265 seconds)
2042021-03-05T13:19:36  *** jespada <jespada!~jespada@90.254.243.187> has quit IRC (Read error: Connection reset by peer)
2052021-03-05T13:20:03  *** jespada <jespada!~jespada@90.254.243.187> has joined #bitcoin-core-dev
2062021-03-05T13:30:26  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2072021-03-05T13:30:26  <bitcoin-git> [bitcoin] DesWurstes opened pull request #21372: RPC: minetxlocally (master...bb) https://github.com/bitcoin/bitcoin/pull/21372
2082021-03-05T13:30:27  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2092021-03-05T13:31:45  *** bzb <bzb!~bzb@135-23-193-53.cpe.pppoe.ca> has joined #bitcoin-core-dev
2102021-03-05T13:40:02  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
2112021-03-05T13:41:31  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Remote host closed the connection)
2122021-03-05T13:54:54  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has quit IRC (Remote host closed the connection)
2132021-03-05T14:07:46  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has joined #bitcoin-core-dev
2142021-03-05T14:15:05  <vasild> about fuzzing - if the source code or the test is changed, does that make the fuzz seed corpus just a pile of random bytes, as useful as any other pile of random bytes?
2152021-03-05T14:15:38  <vasild> my understanding is "yes"
2162021-03-05T14:20:46  *** Guest13 <Guest13!~textual@64-18-155-61.starry-inc.net> has joined #bitcoin-core-dev
2172021-03-05T14:41:03  *** bzb <bzb!~bzb@135-23-193-53.cpe.pppoe.ca> has quit IRC (Quit: Leaving)
2182021-03-05T14:49:32  *** sdaftuar <sdaftuar!~sdaftuar@gateway/tor-sasl/sdaftuar> has quit IRC (Remote host closed the connection)
2192021-03-05T14:49:54  *** sdaftuar <sdaftuar!~sdaftuar@gateway/tor-sasl/sdaftuar> has joined #bitcoin-core-dev
2202021-03-05T15:00:05  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
2212021-03-05T15:01:07  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
2222021-03-05T15:01:08  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
2232021-03-05T15:01:45  *** ishaqm <ishaqm!~ishaqm@79-66-7-254.dynamic.dsl.as9105.com> has quit IRC (Ping timeout: 264 seconds)
2242021-03-05T15:14:37  *** kaeru <kaeru!~kaeru@195.140.213.38> has joined #bitcoin-core-dev
2252021-03-05T15:14:46  *** roshii <roshii!43f76307@cpe-67-247-99-7.nyc.res.rr.com> has joined #bitcoin-core-dev
2262021-03-05T15:18:28  *** IGHOR <IGHOR!~quassel@176.121.4.135> has quit IRC (Ping timeout: 260 seconds)
2272021-03-05T15:20:30  *** roshii <roshii!43f76307@cpe-67-247-99-7.nyc.res.rr.com> has quit IRC (Quit: Connection closed)
2282021-03-05T15:21:49  *** jonatack <jonatack!~jon@37.167.227.177> has joined #bitcoin-core-dev
2292021-03-05T15:22:32  <jonatack> jonasschnelli: reproduced locally with test/functional/feature_nulldummy.py --valgrind
2302021-03-05T15:24:06  *** mol <mol!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2312021-03-05T15:26:19  *** mol_ <mol_!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 245 seconds)
2322021-03-05T15:47:12  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2332021-03-05T15:47:12  <bitcoin-git> [bitcoin] jonatack opened pull request #21373: test: extend rpc timeout in feature_nulldummy to fix CI timeouts (master...fix_feature_nulldummy_test_timeout) https://github.com/bitcoin/bitcoin/pull/21373
2342021-03-05T15:47:14  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2352021-03-05T15:50:51  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Read error: Connection reset by peer)
2362021-03-05T15:53:30  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
2372021-03-05T16:04:04  *** Json <Json!434fcd13@rrcs-67-79-205-19.sw.biz.rr.com> has joined #bitcoin-core-dev
2382021-03-05T16:14:14  *** lightlike <lightlike!~lightlike@p200300c7ef10bd00b9a521f434ce0529.dip0.t-ipconnect.de> has joined #bitcoin-core-dev
2392021-03-05T16:23:03  *** Json <Json!434fcd13@rrcs-67-79-205-19.sw.biz.rr.com> has quit IRC (Ping timeout: 240 seconds)
2402021-03-05T16:32:47  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Remote host closed the connection)
2412021-03-05T17:07:03  *** dkrm <dkrm!~dkrm@2001:41d0:8:3f7b::1> has joined #bitcoin-core-dev
2422021-03-05T17:07:23  *** dkrm <dkrm!~dkrm@2001:41d0:8:3f7b::1> has quit IRC (Client Quit)
2432021-03-05T17:08:20  *** dkrm <dkrm!~dkrm@2001:41d0:8:3f7b::1> has joined #bitcoin-core-dev
2442021-03-05T17:15:13  *** asdlkfjwerpoicvx <asdlkfjwerpoicvx!~flack@p200300d46f1aca00e340ed45304e7d77.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)
2452021-03-05T17:59:14  *** jespada <jespada!~jespada@90.254.243.187> has quit IRC (Ping timeout: 245 seconds)
2462021-03-05T18:02:07  *** jespada <jespada!~jespada@90.254.243.187> has joined #bitcoin-core-dev
2472021-03-05T18:21:17  <dongcarl> Question for people who understand license better than I do: say I want to copy a few lines verbatim from an MIT-licensed repository, do I have to attribute? How?
2482021-03-05T18:32:12  <real_or_random> dongcarl: is your project MIT-licensed too?
2492021-03-05T18:32:33  <dongcarl> real_or_random: Yup
2502021-03-05T18:36:39  <real_or_random> I'd just add the person to the copyright notice of the source file
2512021-03-05T18:37:33  <real_or_random> you could also be more specific and say "these lines are written by" or something.
2522021-03-05T18:38:03  <dongcarl> real_or_random: I see... What if I modified it a little? :-)
2532021-03-05T18:38:46  <real_or_random> "/* based on ... written by ... */"
2542021-03-05T18:39:27  <dongcarl> Cool cool, thanks real_or_random!
2552021-03-05T18:39:42  <real_or_random> it's not clear if you need to do this in this detail but it probably does not hurt and it's nice towards the authors
2562021-03-05T18:40:25  <dongcarl> True!
2572021-03-05T18:40:54  <real_or_random> and now that I think about it, it's probably better than adding the name to the copyright header because that may be misunderstood
2582021-03-05T18:41:14  <real_or_random> it looks like the person contributed to that file, which is not entirely true
2592021-03-05T18:42:33  *** Victorsueca <Victorsueca!~Victorsue@unaffiliated/victorsueca> has quit IRC (Ping timeout: 245 seconds)
2602021-03-05T18:43:10  <dongcarl> Right, I'll be sure to be more explicit
2612021-03-05T18:43:34  <real_or_random> if you want to be entirely correct, copy also the "copyright" line from their license file then.. because this is what the license requires
2622021-03-05T18:43:55  <real_or_random> "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software." (where the permission notice is already there in your repo)
2632021-03-05T18:44:43  <real_or_random> a "few lines" are probably not substantial but who knows ^^
2642021-03-05T18:45:26  <dongcarl> Ah, the project I'm copying from only _is_ a few lines, so most likely it is substantial. Good to know!
2652021-03-05T18:46:42  <real_or_random> ok yeah. ^^ I mean, in that case it may be simpler to have it in a separate file but that shouldn't make a difference in the end
2662021-03-05T18:47:26  <real_or_random> (this answer ended up more complex than I wanted it to be ^^)
2672021-03-05T18:47:59  *** criley_ <criley_!~criley@c-73-224-125-58.hsd1.fl.comcast.net> has joined #bitcoin-core-dev
2682021-03-05T18:49:56  *** criley <criley!~criley@c-73-224-125-58.hsd1.fl.comcast.net> has quit IRC (Ping timeout: 240 seconds)
2692021-03-05T18:54:30  *** IGHOR <IGHOR!~quassel@176.121.4.135> has joined #bitcoin-core-dev
2702021-03-05T18:57:01  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2712021-03-05T18:57:02  <bitcoin-git> [bitcoin] Fisherman917 opened pull request #21374: 0.21 (master...0.21) https://github.com/bitcoin/bitcoin/pull/21374
2722021-03-05T18:57:03  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2732021-03-05T18:59:12  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has quit IRC (Remote host closed the connection)
2742021-03-05T19:00:45  *** IGHOR <IGHOR!~quassel@176.121.4.135> has quit IRC (Quit: http://quassel-irc.org ? ??????????? ?????????. ????-??.)
2752021-03-05T19:03:41  *** virtu <virtu!~virtu@gateway/tor-sasl/virtu> has quit IRC (Remote host closed the connection)
2762021-03-05T19:03:53  *** virtu <virtu!~virtu@gateway/tor-sasl/virtu> has joined #bitcoin-core-dev
2772021-03-05T19:04:22  *** IGHOR <IGHOR!~quassel@176.121.4.135> has joined #bitcoin-core-dev
2782021-03-05T19:05:59  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has joined #bitcoin-core-dev
2792021-03-05T19:21:19  *** jungly <jungly!~jungly@host-79-35-189-43.retail.telecomitalia.it> has quit IRC (Ping timeout: 245 seconds)
2802021-03-05T19:45:11  *** jonatack_ <jonatack_!~jon@37.170.241.200> has joined #bitcoin-core-dev
2812021-03-05T19:48:34  *** jonatack <jonatack!~jon@37.167.227.177> has quit IRC (Ping timeout: 260 seconds)
2822021-03-05T20:02:09  *** lightlike <lightlike!~lightlike@p200300c7ef10bd00b9a521f434ce0529.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving)
2832021-03-05T20:02:33  *** stortz <stortz!b1982408@177.152.36.8> has joined #bitcoin-core-dev
2842021-03-05T20:05:04  *** jungly <jungly!~jungly@host-79-35-189-43.retail.telecomitalia.it> has joined #bitcoin-core-dev
2852021-03-05T20:08:36  *** stortz <stortz!b1982408@177.152.36.8> has quit IRC (Quit: Connection closed)
2862021-03-05T20:14:05  *** promag_ <promag_!~promag@188.250.84.129> has joined #bitcoin-core-dev
2872021-03-05T20:14:05  *** promag <promag!~promag@188.250.84.129> has quit IRC (Read error: Connection reset by peer)
2882021-03-05T20:14:54  *** promag <promag!~promag@188.250.84.129> has joined #bitcoin-core-dev
2892021-03-05T20:14:54  *** promag_ <promag_!~promag@188.250.84.129> has quit IRC (Read error: Connection reset by peer)
2902021-03-05T20:15:26  *** stortz <stortz!b1982408@177.152.36.8> has joined #bitcoin-core-dev
2912021-03-05T20:16:33  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has quit IRC (Ping timeout: 260 seconds)
2922021-03-05T20:23:56  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has joined #bitcoin-core-dev
2932021-03-05T20:32:27  *** stortz <stortz!b1982408@177.152.36.8> has quit IRC (Quit: Connection closed)
2942021-03-05T20:40:47  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2952021-03-05T20:40:48  <bitcoin-git> [bitcoin] sipa closed pull request #21374: 0.21 (master...0.21) https://github.com/bitcoin/bitcoin/pull/21374
2962021-03-05T20:40:48  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2972021-03-05T20:43:01  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
2982021-03-05T20:47:12  *** jonatack_ <jonatack_!~jon@37.170.241.200> has quit IRC (Quit: jonatack_)
2992021-03-05T20:47:35  *** jonatack <jonatack!~jon@37.170.241.200> has joined #bitcoin-core-dev
3002021-03-05T20:53:19  *** IGHOR <IGHOR!~quassel@176.121.4.135> has quit IRC (Quit: http://quassel-irc.org ? ??????????? ?????????. ????-??.)
3012021-03-05T20:54:27  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
3022021-03-05T20:57:05  *** IGHOR <IGHOR!~quassel@176.121.4.135> has joined #bitcoin-core-dev
3032021-03-05T21:07:39  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
3042021-03-05T21:10:07  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3052021-03-05T21:21:45  *** IGHOR <IGHOR!~quassel@176.121.4.135> has quit IRC (Quit: http://quassel-irc.org ? ??????????? ?????????. ????-??.)
3062021-03-05T21:25:34  *** IGHOR <IGHOR!~quassel@176.121.4.135> has joined #bitcoin-core-dev
3072021-03-05T21:42:09  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has quit IRC (Ping timeout: 245 seconds)
3082021-03-05T21:42:45  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has joined #bitcoin-core-dev
3092021-03-05T21:44:21  *** jungly <jungly!~jungly@host-79-35-189-43.retail.telecomitalia.it> has quit IRC (Ping timeout: 264 seconds)
3102021-03-05T21:55:11  *** treyzania <treyzania!~treyzania@paphos.tr3y.io> has quit IRC (Quit: ZNC 1.6.6 - http://znc.in)
3112021-03-05T21:56:20  *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
3122021-03-05T21:59:30  *** gg41 <gg41!b0e6edab@176.230.237.171> has joined #bitcoin-core-dev
3132021-03-05T22:02:33  *** nullptr| <nullptr|!~nullptr|@ip-94-112-13-119.net.upcbroadband.cz> has quit IRC (Quit: ZNC - http://znc.in)
3142021-03-05T22:03:48  *** nullptr| <nullptr|!~nullptr|@ip-94-112-13-119.net.upcbroadband.cz> has joined #bitcoin-core-dev
3152021-03-05T22:04:52  *** gg41 <gg41!b0e6edab@176.230.237.171> has quit IRC (Quit: Connection closed)
3162021-03-05T22:37:57  *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
3172021-03-05T22:46:37  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has quit IRC (Ping timeout: 256 seconds)
3182021-03-05T22:50:14  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 268 seconds)
3192021-03-05T22:51:13  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
3202021-03-05T22:51:42  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3212021-03-05T22:53:19  *** proofofkeags <proofofkeags!~proofofke@205.209.28.54> has joined #bitcoin-core-dev
3222021-03-05T22:56:15  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
3232021-03-05T23:23:27  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has joined #bitcoin-core-dev
3242021-03-05T23:36:04  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3252021-03-05T23:36:04  <bitcoin-git> [bitcoin] dongcarl opened pull request #21375: guix: Cleanup and add guix-{attest,verify} (master...2021-02-dist-naming) https://github.com/bitcoin/bitcoin/pull/21375
3262021-03-05T23:36:05  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3272021-03-05T23:41:54  *** jonatack <jonatack!~jon@37.170.241.200> has quit IRC (Read error: Connection reset by peer)