12021-10-05T00:01:37  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
  22021-10-05T00:01:45  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
  32021-10-05T00:05:37  *** tla2k21 <tla2k21!~tla2k21@gateway/tor-sasl/tla2k21> has joined #bitcoin-core-dev
  42021-10-05T00:07:04  <achow101> anyone else having issues getting tests to run after #20487 was merged?
  52021-10-05T00:07:05  <gribble> https://github.com/bitcoin/bitcoin/issues/20487 | Add syscall sandboxing using seccomp-bpf (Linux secure computing mode) by practicalswift · Pull Request #20487 · bitcoin/bitcoin · GitHub
  62021-10-05T00:11:06  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
  72021-10-05T00:11:15  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
  82021-10-05T00:13:17  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has quit IRC (Quit: sdfgsdfgDropBear)
  92021-10-05T00:14:22  *** earnestly <earnestly!~earnest@user/earnestly> has quit IRC (Ping timeout: 252 seconds)
 102021-10-05T00:16:55  <fanquake> achow101: what issue are you seeing?
 112021-10-05T00:17:25  <achow101> ERROR: The syscall "newfstatat" (syscall number 262) is not allowed by the syscall sandbox in thread "init". Please report.
 122021-10-05T00:17:37  <achow101> the test bitcoinds fail to start entirely
 132021-10-05T00:21:37  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 142021-10-05T00:21:46  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 152021-10-05T00:28:51  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 162021-10-05T00:29:00  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 172021-10-05T00:29:14  <meshcollider> achow101: works fine for me (on M1)
 182021-10-05T00:30:52  <meshcollider> Are you on Linux x86-64
 192021-10-05T00:30:57  <achow101> yeah
 202021-10-05T00:31:28  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 212021-10-05T00:31:29  <bitcoin-git> [bitcoin] D4nte closed pull request #19349: doc: Include wallet path to relevant RPC calls (master...doc-wallet) https://github.com/bitcoin/bitcoin/pull/19349
 222021-10-05T00:31:30  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 232021-10-05T00:32:22  <fanquake> achow101: which architecture?  newfstatat seems to be the other name for fstatat64
 242021-10-05T00:32:51  <achow101> x86_64
 252021-10-05T00:33:17  <fanquake> We can add an exception for that syscall to our list. However I'm wondering if this PR was merged without enough testing, and is just going to turn into a muddle of adding exceptions for a while. It has broken the Guix build as well.
 262021-10-05T00:33:50  <achow101> I can run with --nosandbox, but that's kind of annoying to type all the time
 272021-10-05T00:36:08  <fanquake> hold on. we already have newfstatat in our list of allowed syscalls..
 282021-10-05T00:37:20  <fanquake> https://github.com/bitcoin/bitcoin/blob/9e530c6352c3e3d4f2936bbbb1bcb34ff9ca6378/src/util/syscall_sandbox.cpp#L246
 292021-10-05T00:38:05  *** davterra <davterra!~davterra@143.198.56.186> has quit IRC (Quit: Leaving)
 302021-10-05T00:38:27  <fanquake> ah I see the issue. Will open a PR for testing
 312021-10-05T00:43:18  *** jamesob <jamesob!uid180710@id-180710.helmsley.irccloud.com> has joined #bitcoin-core-dev
 322021-10-05T00:44:33  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 332021-10-05T00:44:34  <bitcoin-git> [bitcoin] fanquake opened pull request #23179: sandbox: add newfstatat to allowed filesystem syscalls (master...add_newfstatat_to_syscall_exceptions) https://github.com/bitcoin/bitcoin/pull/23179
 342021-10-05T00:44:35  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 352021-10-05T00:48:35  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 362021-10-05T00:48:44  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 372021-10-05T00:52:44  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 382021-10-05T00:52:52  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 392021-10-05T00:59:01  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 402021-10-05T00:59:10  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 412021-10-05T01:03:10  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 422021-10-05T01:03:19  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 432021-10-05T01:04:49  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has joined #bitcoin-core-dev
 442021-10-05T01:08:50  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 452021-10-05T01:08:58  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 462021-10-05T01:12:58  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 472021-10-05T01:13:08  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 482021-10-05T01:17:08  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 492021-10-05T01:17:19  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 502021-10-05T01:17:41  <fanquake> achow101: thanks for playing syscall whack-a-mole
 512021-10-05T01:18:12  <achow101> feels like this should've been done before merging...
 522021-10-05T01:20:34  <sipa> how did CI not catch this
 532021-10-05T01:20:36  <sipa> ?
 542021-10-05T01:24:37  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 552021-10-05T01:24:45  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 562021-10-05T01:28:45  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 572021-10-05T01:28:54  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 582021-10-05T01:32:55  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 592021-10-05T01:33:03  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 602021-10-05T01:37:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 612021-10-05T01:37:12  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 622021-10-05T01:41:53  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 632021-10-05T01:42:01  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 642021-10-05T01:46:01  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 652021-10-05T01:46:09  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 662021-10-05T01:48:56  <achow101> no idea
 672021-10-05T01:52:56  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 682021-10-05T01:53:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 692021-10-05T01:57:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 702021-10-05T01:57:13  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 712021-10-05T02:01:14  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 722021-10-05T02:01:22  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 732021-10-05T02:03:36  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has quit IRC (Quit: sdfgsdfgDropBear)
 742021-10-05T02:08:28  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 752021-10-05T02:08:37  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 762021-10-05T02:12:37  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 772021-10-05T02:12:46  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 782021-10-05T02:16:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 792021-10-05T02:16:55  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 802021-10-05T02:20:56  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 812021-10-05T02:21:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 822021-10-05T02:25:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 832021-10-05T02:25:14  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 842021-10-05T02:29:14  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 852021-10-05T02:29:23  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 862021-10-05T02:29:46  *** kexkey <kexkey!~kexkey@static-198-54-132-172.cust.tzulo.com> has quit IRC (Read error: Connection reset by peer)
 872021-10-05T02:30:17  *** kexkey <kexkey!~kexkey@static-198-54-132-172.cust.tzulo.com> has joined #bitcoin-core-dev
 882021-10-05T02:34:18  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 892021-10-05T02:34:26  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 902021-10-05T02:38:26  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 912021-10-05T02:38:35  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 922021-10-05T02:42:35  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 932021-10-05T02:42:44  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 942021-10-05T02:50:25  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 952021-10-05T02:50:34  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 962021-10-05T02:58:57  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
 972021-10-05T02:59:05  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
 982021-10-05T03:01:36  *** vasild <vasild!~vd@user/vasild> has quit IRC (Remote host closed the connection)
 992021-10-05T03:01:46  *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
1002021-10-05T03:02:47  <phantomcircuit> sipa, also in general bitcoind is the thing you're trying to secure with sandboxing, not the other way around
1012021-10-05T03:04:31  *** fdov1 <fdov1!~fdov@static243-191-199.mimer.net> has quit IRC (Ping timeout: 250 seconds)
1022021-10-05T03:08:31  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1032021-10-05T03:08:40  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1042021-10-05T03:10:23  *** fdov1 <fdov1!~fdov@static243-191-199.mimer.net> has joined #bitcoin-core-dev
1052021-10-05T03:14:24  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1062021-10-05T03:14:33  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1072021-10-05T03:21:11  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1082021-10-05T03:21:21  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1092021-10-05T03:27:43  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has joined #bitcoin-core-dev
1102021-10-05T03:31:43  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1112021-10-05T03:31:52  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1122021-10-05T03:35:52  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1132021-10-05T03:36:00  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1142021-10-05T03:39:15  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Quit: = "")
1152021-10-05T03:42:05  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1162021-10-05T03:42:33  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1172021-10-05T03:42:33  <bitcoin-git> [bitcoin] PastaPastaPasta opened pull request #23181: refactor: remove references to deprecated values under std::allocator (master...btc-allocator) https://github.com/bitcoin/bitcoin/pull/23181
1182021-10-05T03:42:34  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1192021-10-05T03:45:01  *** Guest58 <Guest58!~Guest58@210.14.105.114> has joined #bitcoin-core-dev
1202021-10-05T03:47:04  *** vysn <vysn!~vysn@user/vysn> has joined #bitcoin-core-dev
1212021-10-05T03:51:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1222021-10-05T03:51:13  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1232021-10-05T03:55:50  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1242021-10-05T03:55:59  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1252021-10-05T04:00:00  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1262021-10-05T04:00:08  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1272021-10-05T04:01:01  *** cmirror <cmirror!~cmirror@4.53.92.114> has quit IRC (Remote host closed the connection)
1282021-10-05T04:01:11  *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
1292021-10-05T04:01:15  *** Guest58 <Guest58!~Guest58@210.14.105.114> has quit IRC (Quit: Client closed)
1302021-10-05T04:02:32  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1312021-10-05T04:02:33  <bitcoin-git> [bitcoin] fanquake opened pull request #23182: build: add python3.10 alias to AC_PATH_PROGS call in configure (master...python_3_10_configure) https://github.com/bitcoin/bitcoin/pull/23182
1322021-10-05T04:02:34  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1332021-10-05T04:02:40  *** prayank <prayank!~andr0irc@51.158.144.32> has joined #bitcoin-core-dev
1342021-10-05T04:03:15  <prayank> Why are my comments disabled on PR #23121 ?
1352021-10-05T04:03:16  <gribble> https://github.com/bitcoin/bitcoin/issues/23121 | [policy] check ancestor feerate in RBF, remove BIP125 Rule2 by glozow · Pull Request #23121 · bitcoin/bitcoin · GitHub
1362021-10-05T04:06:41  <achow101> disabled?
1372021-10-05T04:06:55  <prayank> Let me share the screenshot
1382021-10-05T04:08:24  <prayank> https://user-images.githubusercontent.com/13405205/135958632-7e92b661-23f4-403a-82ac-b0911311a8a8.png
1392021-10-05T04:09:09  <achow101> do you see that on other issues or prs? what about other repos?
1402021-10-05T04:09:23  <prayank> No it's only for this PR
1412021-10-05T04:09:52  <prayank> Everything else works fine
1422021-10-05T04:10:12  <achow101> that's really weird
1432021-10-05T04:11:42  <prayank> No problem. I am testing few things and will share the review comments elsewhere if I can't write here.
1442021-10-05T04:12:47  *** prayank <prayank!~andr0irc@51.158.144.32> has quit IRC (Quit: irc thread exit)
1452021-10-05T04:21:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1462021-10-05T04:21:56  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1472021-10-05T04:25:57  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1482021-10-05T04:26:06  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1492021-10-05T04:30:06  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1502021-10-05T04:30:15  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1512021-10-05T04:34:16  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1522021-10-05T04:34:24  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1532021-10-05T04:38:24  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1542021-10-05T04:38:33  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1552021-10-05T04:42:43  <meshcollider> prayank: strange, are you able to comment via the "Review" button on the commits / files changed tabs?
1562021-10-05T04:48:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1572021-10-05T04:48:12  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1582021-10-05T04:56:18  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1592021-10-05T04:56:26  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1602021-10-05T05:00:08  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has quit IRC (Quit: sdfgsdfgDropBear)
1612021-10-05T05:01:02  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has joined #bitcoin-core-dev
1622021-10-05T05:02:30  *** prayank <prayank!~andr0irc@51.15.9.205> has joined #bitcoin-core-dev
1632021-10-05T05:03:32  <prayank> meshcollider: that might work. I can see "review changes" enabled. Will try in sometime.
1642021-10-05T05:07:32  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1652021-10-05T05:07:40  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1662021-10-05T05:08:05  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has quit IRC (Quit: sdfgsdfgDropBear)
1672021-10-05T05:14:32  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1682021-10-05T05:14:41  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1692021-10-05T05:18:16  *** RomanZ <RomanZ!~RomanZ@2a10:8000:d484:0:253c:3e36:b000:b034> has quit IRC (Quit: Leaving)
1702021-10-05T05:19:41  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has joined #bitcoin-core-dev
1712021-10-05T05:21:40  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has quit IRC (Client Quit)
1722021-10-05T05:28:09  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1732021-10-05T05:28:19  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1742021-10-05T05:32:20  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1752021-10-05T05:32:29  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1762021-10-05T05:36:29  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1772021-10-05T05:36:38  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1782021-10-05T05:40:38  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1792021-10-05T05:40:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1802021-10-05T05:44:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1812021-10-05T05:44:56  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1822021-10-05T05:48:56  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1832021-10-05T05:49:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1842021-10-05T05:55:39  <laanwj> fanquake: maybe enabling it by default for guix and the unit tests was too much, on the other hand, trial and error is the only way to find out what is used, unfortunately, so it helps doing this faster
1852021-10-05T06:00:09  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1862021-10-05T06:00:18  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1872021-10-05T06:03:36  <laanwj> this is the drawback of syscall based sandboxing, there's a new less finnicky approach called landlock https://lore.kernel.org/lkml/11a1adfd-d2e8-2181-81a-529792e4b6e5@namei.org/ but it's only recently been merged in the kernel so it will be years until it's widely usable
1882021-10-05T06:07:36  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1892021-10-05T06:07:44  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1902021-10-05T06:08:40  <laanwj> sipa: i think the reason for this to happen is that we link libc dynamically, and new libcs can always decide to start using new syscalls...
1912021-10-05T06:12:40  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
1922021-10-05T06:12:49  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
1932021-10-05T06:14:23  *** gnaf <gnaf!~gnaf@86-91-224-60.opennet.kpn.net> has quit IRC (Quit: Konversation terminated!)
1942021-10-05T06:18:21  <vasild> laanwj: I am using cjdns on freebsd from ports. There is a useful script peerStats used to check which nodes are you connected to which is not installed by the port, so I call it via /usr/ports/net/cjdns/work/cjdns-cjdns-v21.1/tools/peerStats
1952021-10-05T06:19:42  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
1962021-10-05T06:19:44  <vasild> I added the routing manually with "route add -6 fc00::/8 fc00::1", not sure if this is supposed to be done automatically by cjdns or not
1972021-10-05T06:21:23  <laanwj> vasild: thanks! that looks useful
1982021-10-05T06:21:39  <vasild> this is how I found peers to connect to: https://www.erisian.com.au/bitcoin-core-dev/log-2021-10-04.html#l-469
1992021-10-05T06:22:42  *** gnaf <gnaf!~gnaf@86-91-224-60.opennet.kpn.net> has joined #bitcoin-core-dev
2002021-10-05T06:26:42  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2012021-10-05T06:26:50  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2022021-10-05T06:28:47  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2032021-10-05T06:32:14  <prayank> meshcollider: No it doesn't work https://i.imgur.com/LsqcH0Q.png
2042021-10-05T06:33:33  <prayank> Is this a normal practice? When someone highlights issues with one of the maintainers, their comments are censored?
2052021-10-05T06:33:53  <laanwj> censored? what?
2062021-10-05T06:34:11  <prayank> What else would I call it?
2072021-10-05T06:34:18  <laanwj> for what its worth we have only one level of censorship and that's banning people from the repository completely
2082021-10-05T06:34:35  <prayank> It's only one PR and I can comment on everything
2092021-10-05T06:34:39  <laanwj> there is no way to ban someone from a PR
2102021-10-05T06:35:25  <prayank> Anyway I don't have energy for debate. Will share my review comments and log off.
2112021-10-05T06:36:29  <laanwj> that's not debate, I'm literally telling you what is possible with github, if you don't believe, the the documentation
2122021-10-05T06:37:30  <laanwj> you're going way overboard with your accusations you just casually make
2132021-10-05T06:38:15  <prayank> Two questions for PR author: 1. Unconfirmed UTXO are discouraged in Core. Does this PR change default behaviour? Context: https://github.com/bitcoin-core/gui/issues/242 2. Why do you think it's not a bug if attacker can confirm a tx with less fee rate by replacing? It can be exploited if we had on chain DeFi but I am not sure what all projects are currently impacted
2142021-10-05T06:39:30  <prayank> laanwj: What is the reason for comments being disabled on one PR suddenly? Too much coincidence sorry if it's a GitHub issue it's affecting me. I just want to contribute with peace.
2152021-10-05T06:41:33  <laanwj> prayank: if *all* comments are closed for the issue you should see something like "Conversation was locked to maintainers only" or something like that, along with who did it and a reason, likely you're just running into a github bug, stop blaming us for everything in the universe
2162021-10-05T06:45:33  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2172021-10-05T06:45:42  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2182021-10-05T06:46:34  *** prayank <prayank!~andr0irc@51.15.9.205> has quit IRC (Quit: irc thread exit)
2192021-10-05T06:47:06  <vasild> prayank: on github (that is not specific to bitcoin) it is possible to lock one PR for everybody (in which case "Conversation was locked..." is displayed). Or it is possible to ban one person from all PRs in a repository. But it is not possible to ban one person from one PR.
2202021-10-05T06:50:27  <laanwj> right
2212021-10-05T06:57:13  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has joined #bitcoin-core-dev
2222021-10-05T06:59:10  <achow101> prayank: I suggest that you contact GitHub support.
2232021-10-05T07:04:54  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has quit IRC (Quit: sdfgsdfgDropBear)
2242021-10-05T07:08:55  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2252021-10-05T07:09:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2262021-10-05T07:13:09  *** gleb79 <gleb79!~gleb@178.150.137.228> has joined #bitcoin-core-dev
2272021-10-05T07:13:14  *** gleb7 <gleb7!~gleb@178.150.137.228> has quit IRC (Quit: Ping timeout (120 seconds))
2282021-10-05T07:13:15  *** gleb79 is now known as gleb7
2292021-10-05T07:21:16  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2302021-10-05T07:21:25  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2312021-10-05T07:23:47  *** jonatack55 <jonatack55!jonatack@user/jonatack> has quit IRC (Quit: Ping timeout (120 seconds))
2322021-10-05T07:24:45  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has joined #bitcoin-core-dev
2332021-10-05T07:28:46  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2342021-10-05T07:28:54  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2352021-10-05T07:39:19  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2362021-10-05T07:39:28  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2372021-10-05T07:39:33  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
2382021-10-05T07:43:33  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2392021-10-05T07:43:42  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2402021-10-05T07:46:27  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2412021-10-05T07:46:27  <bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9e530c6352c3...816e15ee81a2
2422021-10-05T07:46:27  <bitcoin-git> bitcoin/master d09071d fanquake: [MOVEONLY] consensus: move amount.h into consensus
2432021-10-05T07:46:27  <bitcoin-git> bitcoin/master 863e52f fanquake: consensus: make COIN & MAX_MONEY constexpr
2442021-10-05T07:46:27  <bitcoin-git> bitcoin/master 9d0379c fanquake: consensus: use <cstdint> over <stdint.h> in amount.h
2452021-10-05T07:46:29  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2462021-10-05T07:46:44  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2472021-10-05T07:46:44  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #22951: consensus: move amount.h into consensus (master...move_amount_h_consensus) https://github.com/bitcoin/bitcoin/pull/22951
2482021-10-05T07:46:45  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2492021-10-05T07:48:11  <meshcollider> prayank: indeed, it can only be a github bug, it is absolutely not censorship. I have copied your questions onto the PR for you:  https://github.com/bitcoin/bitcoin/pull/23121#issuecomment-934154169
2502021-10-05T07:52:11  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2512021-10-05T07:52:20  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2522021-10-05T07:57:01  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2532021-10-05T07:57:10  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2542021-10-05T08:06:06  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 276 seconds)
2552021-10-05T08:06:07  *** earnestly <earnestly!~earnest@user/earnestly> has joined #bitcoin-core-dev
2562021-10-05T08:10:00  *** jonatack <jonatack!jonatack@user/jonatack> has joined #bitcoin-core-dev
2572021-10-05T08:12:39  *** kabaum <kabaum!~kabaum@h-46-59-13-35.a163.priv.bahnhof.se> has quit IRC (*.net *.split)
2582021-10-05T08:12:40  *** Cory <Cory!~Cory@user/pasha> has quit IRC (*.net *.split)
2592021-10-05T08:12:40  *** meshcollider <meshcollider!meshcollid@user/meshcollider> has quit IRC (*.net *.split)
2602021-10-05T08:12:40  *** TallTim <TallTim!~talltim@184-83-239-155-dynamic.midco.net> has quit IRC (*.net *.split)
2612021-10-05T08:12:40  *** greypw25 <greypw25!~greypw2@grey.pw> has quit IRC (*.net *.split)
2622021-10-05T08:12:40  *** darosior <darosior!~darosior@194.36.189.246> has quit IRC (*.net *.split)
2632021-10-05T08:12:40  *** cfields <cfields!~cfields@user/cfields> has quit IRC (*.net *.split)
2642021-10-05T08:12:40  *** Keele_ <Keele_!~keele@88-115-110-85.elisa-laajakaista.fi> has quit IRC (*.net *.split)
2652021-10-05T08:12:40  *** real_or_random_ <real_or_random_!~real_or_r@user/real-or-random/x-4440763> has quit IRC (*.net *.split)
2662021-10-05T08:12:40  *** willcl_ark <willcl_ark!~quassel@user/willcl-ark/x-8282106> has quit IRC (*.net *.split)
2672021-10-05T08:12:40  *** cdecker <cdecker!~cdecker@243.86.254.84.ftth.as8758.net> has quit IRC (*.net *.split)
2682021-10-05T08:23:06  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2692021-10-05T08:23:14  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2702021-10-05T08:24:23  *** Cory <Cory!~Cory@user/pasha> has joined #bitcoin-core-dev
2712021-10-05T08:24:23  *** kabaum <kabaum!~kabaum@h-46-59-13-35.a163.priv.bahnhof.se> has joined #bitcoin-core-dev
2722021-10-05T08:24:23  *** meshcollider <meshcollider!meshcollid@user/meshcollider> has joined #bitcoin-core-dev
2732021-10-05T08:24:23  *** TallTim <TallTim!~talltim@184-83-239-155-dynamic.midco.net> has joined #bitcoin-core-dev
2742021-10-05T08:24:23  *** greypw25 <greypw25!~greypw2@grey.pw> has joined #bitcoin-core-dev
2752021-10-05T08:24:23  *** darosior <darosior!~darosior@194.36.189.246> has joined #bitcoin-core-dev
2762021-10-05T08:24:23  *** cfields <cfields!~cfields@user/cfields> has joined #bitcoin-core-dev
2772021-10-05T08:24:23  *** Keele_ <Keele_!~keele@88-115-110-85.elisa-laajakaista.fi> has joined #bitcoin-core-dev
2782021-10-05T08:24:23  *** real_or_random_ <real_or_random_!~real_or_r@user/real-or-random/x-4440763> has joined #bitcoin-core-dev
2792021-10-05T08:24:23  *** willcl_ark <willcl_ark!~quassel@user/willcl-ark/x-8282106> has joined #bitcoin-core-dev
2802021-10-05T08:24:23  *** cdecker <cdecker!~cdecker@243.86.254.84.ftth.as8758.net> has joined #bitcoin-core-dev
2812021-10-05T08:28:13  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
2822021-10-05T08:32:13  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2832021-10-05T08:32:23  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2842021-10-05T08:35:57  *** midnight <midnight!~midnight@user/midnight> has quit IRC (Remote host closed the connection)
2852021-10-05T08:35:57  *** _cold <_cold!~cold@user/cold> has quit IRC (Quit: Quitting...)
2862021-10-05T08:36:00  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 276 seconds)
2872021-10-05T08:38:17  *** midnight <midnight!~midnight@user/midnight> has joined #bitcoin-core-dev
2882021-10-05T08:40:49  *** cold <cold!~cold@user/cold> has joined #bitcoin-core-dev
2892021-10-05T08:47:44  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2902021-10-05T08:47:44  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #23183: C++20 test WIP DONOTMERGE!!!11 @@ (master...2110-test) https://github.com/bitcoin/bitcoin/pull/23183
2912021-10-05T08:47:45  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2922021-10-05T08:51:45  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
2932021-10-05T08:51:53  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
2942021-10-05T08:54:12  <glozow> prayank: I blocked you on my personal github account. It has nothing to do with the repo or maintainers. The help text for blocking a user says "Prevent this user from interacting with your repositories and sending you notifications." I didn't realize it would stop you from commenting on my PR in the Bitcoin Core repo. My apologies to everybody for the confusion.
2952021-10-05T08:54:12  <glozow> Here are the reasons why I blocked you: every comment you've left on my PRs has been off-topic and unhelpful. On #23121, you commented that you didn't understand the changes, and then posted to the mailing list reporting a "bug." I no longer wanted to be notified of your interactions.
2962021-10-05T08:54:12  <glozow> > Unconfirmed UTXO are discouraged in Core. Does this PR change default behaviour?
2972021-10-05T08:54:12  <glozow> An unconfirmed UTXO exists if an unconfirmed transaction exists. This sentence doesn't make sense to me.
2982021-10-05T08:54:13  <glozow> > Why do you think it's not a bug if attacker can confirm a tx with less fee rate by replacing?
2992021-10-05T08:54:14  <glozow> An attacker cannot confirm a tx with less feerate by replacing.
3002021-10-05T08:54:14  <gribble> https://github.com/bitcoin/bitcoin/issues/23121 | [policy] check ancestor feerate in RBF, remove BIP125 Rule2 by glozow · Pull Request #23121 · bitcoin/bitcoin · GitHub
3012021-10-05T08:58:14  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
3022021-10-05T08:58:23  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
3032021-10-05T08:58:59  <shiza> Is CI alright? lots of failures, even master runs.
3042021-10-05T08:59:52  <shiza> "rpc_fundrawtransaction"
3052021-10-05T09:02:46  *** kexkey <kexkey!~kexkey@static-198-54-132-172.cust.tzulo.com> has quit IRC (Ping timeout: 250 seconds)
3062021-10-05T09:04:53  <MarcoFalke> shiza: I suspect this is after the coin selection SRD
3072021-10-05T09:05:31  <MarcoFalke> Though, it is odd to see most failures on Windows. I wonder if randomness is broken on Windows.
3082021-10-05T09:06:16  *** kexkey <kexkey!~kexkey@static-198-54-132-92.cust.tzulo.com> has joined #bitcoin-core-dev
3092021-10-05T09:10:16  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
3102021-10-05T09:10:25  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
3112021-10-05T09:12:44  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has quit IRC (Remote host closed the connection)
3122021-10-05T09:12:52  <shiza> #17211?
3132021-10-05T09:12:54  <gribble> https://github.com/bitcoin/bitcoin/issues/17211 | Allow fundrawtransaction and walletcreatefundedpsbt to take external inputs by achow101 · Pull Request #17211 · bitcoin/bitcoin · GitHub
3142021-10-05T09:13:21  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has joined #bitcoin-core-dev
3152021-10-05T09:13:24  <MarcoFalke> or maybe that
3162021-10-05T09:14:11  <shiza> I'm only looking for the coin selection SRD PR (and dunno what SRD is).
3172021-10-05T09:17:56  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has quit IRC (Ping timeout: 250 seconds)
3182021-10-05T09:21:57  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
3192021-10-05T09:22:04  <MarcoFalke> shiza: See https://github.com/bitcoin/bitcoin/pull/17211/files#r722052455
3202021-10-05T09:22:06  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
3212021-10-05T09:23:25  <shiza> Oh.
3222021-10-05T09:23:42  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has joined #bitcoin-core-dev
3232021-10-05T09:28:38  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
3242021-10-05T09:28:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
3252021-10-05T09:29:50  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3262021-10-05T09:29:50  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/816e15ee81a2...371f0aeeb4b1
3272021-10-05T09:29:50  <bitcoin-git> bitcoin/master ef15c57 fanquake: build: add python3.10 alias to AC_PATH_PROGS call in configure
3282021-10-05T09:29:50  <bitcoin-git> bitcoin/master 371f0ae MarcoFalke: Merge bitcoin/bitcoin#23182: build: add python3.10 alias to AC_PATH_PROGS ...
3292021-10-05T09:29:52  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3302021-10-05T09:30:06  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3312021-10-05T09:30:06  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #23182: build: add python3.10 alias to AC_PATH_PROGS call in configure (master...python_3_10_configure) https://github.com/bitcoin/bitcoin/pull/23182
3322021-10-05T09:30:07  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3332021-10-05T09:35:50  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has joined #bitcoin-core-dev
3342021-10-05T09:36:22  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3352021-10-05T09:36:22  <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/371f0aeeb4b1...c79d9fb2f6e5
3362021-10-05T09:36:22  <bitcoin-git> bitcoin/master ee08741 fanquake: sandbox: add newfstatat to allowed filesystem syscalls
3372021-10-05T09:36:22  <bitcoin-git> bitcoin/master 44d77d2 fanquake: sandbox: add copy_file_range to allowed filesystem syscalls
3382021-10-05T09:36:22  <bitcoin-git> bitcoin/master c79d9fb MarcoFalke: Merge bitcoin/bitcoin#23179: sandbox: add `newfstatat` & `copy_file_range`...
3392021-10-05T09:36:24  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3402021-10-05T09:36:39  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3412021-10-05T09:36:39  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #23179: sandbox: add `newfstatat` & `copy_file_range` to allowed filesystem syscalls (master...add_newfstatat_to_syscall_exceptions) https://github.com/bitcoin/bitcoin/pull/23179
3422021-10-05T09:36:40  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3432021-10-05T09:37:49  <michaelfolkson> The ability for a PR author to block reviewers from commenting on their Core PR sounds like a can of worms (ignoring the names of the individuals involved)
3442021-10-05T09:38:48  <michaelfolkson> That's another problem with GitHub, not the fault of the individuals
3452021-10-05T09:39:54  *** prayank <prayank!~andr0irc@51.15.9.205> has joined #bitcoin-core-dev
3462021-10-05T09:40:19  <michaelfolkson> You can't have a robust review process where the PR author can block those who will oppose or NACK the PR
3472021-10-05T09:40:30  <prayank> glowzow:
3482021-10-05T09:40:33  <prayank> 1. Blocked. I can't believe this. Okay how many PRs have I reviewed in which you are author? Can you share those offtopic and unhelpful comments that triggered you so much
3492021-10-05T09:40:33  <prayank> 2. This PR was already shared on mailing list by you in a thread about packages. I just created another thread after commenting the Importance of it and waiting for response. There was no response for 2 days on PR even after one more reviewer had some serious questions.
3502021-10-05T09:40:33  <prayank> 3. Unconfirmed UTXO are not considered safe to spend. If something doesn't make sense to you please don't block people on a public repository to avoid reviews.
3512021-10-05T09:40:33  <prayank> 4. Why can't attacker use the method described in the PR description and first comment?
3522021-10-05T09:40:37  <michaelfolkson> Let
3532021-10-05T09:40:59  <michaelfolkson> Anyone is free to block you, me or anybody else prayank
3542021-10-05T09:41:14  <michaelfolkson> But that shouldn't impact on the review process
3552021-10-05T09:41:20  <prayank> I don't care but it should not affect reviews
3562021-10-05T09:41:24  <prayank> Right
3572021-10-05T09:42:07  <michaelfolkson> If glozow wants to block you she should be free to from interacting with her generally on GitHub that's her prerogative
3582021-10-05T09:42:57  <prayank> At least I learnt how to restrict users on one PR
3592021-10-05T09:43:52  <prayank> Had asked on stackoverflow: https://stackoverflow.com/questions/69446229/is-it-possible-to-restrict-a-users-comments-in-one-pull-request
3602021-10-05T09:44:04  <michaelfolkson> It seems like the only way to address this without moving from GitHub is putting comments here and asking someone who isn't blocked to post on the PR which is not ideal (that's effectively what happened here)
3612021-10-05T09:47:02  *** TheRec_ <TheRec_!~toto@84-75-225-47.dclient.hispeed.ch> has quit IRC (Read error: Connection reset by peer)
3622021-10-05T09:48:35  *** TheRec <TheRec!~toto@84-75-225-47.dclient.hispeed.ch> has joined #bitcoin-core-dev
3632021-10-05T09:48:45  <meshcollider> Regardless of whether the comments are on GitHub or not, if there is reasonable objection to a PR then I'm sure the maintainers will become aware of it one way or another and won't merge it.
3642021-10-05T09:49:06  <meshcollider> Interesting and good to know for future reference though
3652021-10-05T09:53:06  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
3662021-10-05T09:53:15  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
3672021-10-05T09:55:49  <MarcoFalke> Another one of the "Would be nice if GitHub allowed fine-grained permissions and settings", I guess
3682021-10-05T09:56:00  *** TheRec <TheRec!~toto@user/therec> has quit IRC (Read error: Connection reset by peer)
3692021-10-05T09:57:52  <MarcoFalke> Also, on a related note: Already announced last week or so, but I locked all historic issues and pull requests (closed and no action for 3 years). If someone wants to comment on those, please ask on IRC or create a new GitHub issues with the question.
3702021-10-05T09:58:04  *** TheRec <TheRec!~toto@84-75-225-47.dclient.hispeed.ch> has joined #bitcoin-core-dev
3712021-10-05T09:59:03  <MarcoFalke> Leaving them open attracted too much low quality comments and spam
3722021-10-05T10:03:58  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
3732021-10-05T10:04:07  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
3742021-10-05T10:06:30  <glozow> I've unblocked prayank because I agree with not hampering the review process; that wasn't my intention. Would be nice if github had better documented / more fine-grained permissions.
3752021-10-05T10:07:22  <jnewbery> MarcoFalke: +1. Thanks!
3762021-10-05T10:08:01  <glozow> MarcoFalke: thanks!
3772021-10-05T10:11:53  <michaelfolkson> prayank: Perhaps post more questions here than on the actual PR. Even if the author doesn't respond here someone else may be able to.
3782021-10-05T10:13:03  <michaelfolkson> It is difficult to judge sometimes but basic questions should be here or on StackExchange rather than on the PR I think
3792021-10-05T10:17:20  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
3802021-10-05T10:17:29  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
3812021-10-05T10:18:14  <prayank> michaelfolkson: Do you really think I commented anything in this PR that does not make sense? I was not aware of all this else would have completely avoided and let others decide. I won't be reviewing any PR in future for this author in any repository. Also started contributing in Knots so it might help me do better things with less people and peace: https://github.com/bitcoinknots/bitcoin/discussions/39
3822021-10-05T10:22:48  <michaelfolkson> It is just getting the right location for the question right. Nothing wrong with asking foundational questions (everyone had/has to) but it can disrupt review of the PR when a certain level of understanding is assumed
3832021-10-05T10:22:52  <michaelfolkson> And I
3842021-10-05T10:22:56  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has quit IRC (Ping timeout: 250 seconds)
3852021-10-05T10:23:16  <michaelfolkson> And I'm sure there are lots of examples where I haven't followed this advice but I try to
3862021-10-05T10:25:21  <vasild> I seem to have 453 addresses in my addrman tagged as ipv4 but with an ipv6 address, e.g. "address": "2001:0:2851:fcb0:2088:8c84:c227:e21a", "network": "ipv4"
3872021-10-05T10:26:13  <vasild> Am I the only one? I ran: bitcoin-cli getnodeaddresses 0 |jq 'map(select(.network == "ipv4" and (.address |contains(":"))))'
3882021-10-05T10:32:04  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has joined #bitcoin-core-dev
3892021-10-05T10:36:27  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
3902021-10-05T10:37:41  *** hex17or <hex17or!~hex17or@gateway/tor-sasl/hex17or> has quit IRC (Remote host closed the connection)
3912021-10-05T10:39:23  <jonatack> returns 620 entries for me
3922021-10-05T10:39:28  <lightlike> vasild: I see the same
3932021-10-05T10:39:50  <vasild> I have no idea how could this happen, but it looks terribly bad
3942021-10-05T10:42:58  *** hex17or <hex17or!~hex17or@gateway/tor-sasl/hex17or> has joined #bitcoin-core-dev
3952021-10-05T10:45:07  <jonatack> note, getnodeaddresses takes a network argument, so can also: ./src/bitcoin-cli getnodeaddresses 0 ipv4 | jq 'map(select(.address | contains(":")))'
3962021-10-05T10:45:12  <willcl_ark> I have 0 entries out of 8228 like that on 22.0 FWIW
3972021-10-05T10:47:49  <willcl_ark> oh whoops, i've got onlynet set for tor and i2p on that node,  so ignore that
3982021-10-05T10:48:37  <jonatack> right, running this gives an overview: ./src/bitcoin-cli -addrinfo
3992021-10-05T10:50:51  <jonatack> in my case it involves 620 out of 56645 ipv4 addresses, not counting IsTerrible() ones, so a bit more than 1%
4002021-10-05T10:55:39  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4012021-10-05T10:55:48  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4022021-10-05T10:56:52  <elichai2> Is it possible to make the QT connect to a running bitcoind?
4032021-10-05T10:56:55  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
4042021-10-05T10:57:24  <elichai2> I assume not because there's no good separation yet
4052021-10-05T11:01:25  *** dunxen <dunxen!~dunxen@gateway/tor-sasl/dunxen> has joined #bitcoin-core-dev
4062021-10-05T11:01:30  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 250 seconds)
4072021-10-05T11:03:58  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has quit IRC (Quit: sdfgsdfgDropBear)
4082021-10-05T11:07:58  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4092021-10-05T11:08:07  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4102021-10-05T11:10:33  <michaelfolkson> elichai2: That's my understanding as well. You can't (yet) have a GUI running on a separate machine and connecting to bitcoind on a different machine
4112021-10-05T11:10:57  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
4122021-10-05T11:10:57  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #23184: Use stricter ToIntegral over LocaleIndependentAtoi where possible (master...2110-ToIntegral) https://github.com/bitcoin/bitcoin/pull/23184
4132021-10-05T11:10:58  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
4142021-10-05T11:12:56  <michaelfolkson> elichai2: I would guess you also can't boot up the GUI and have it connect to an already running bitcoind on the same machine
4152021-10-05T11:13:48  <elichai2> yeah, too bad. that will probably change if and when the multi process project will finally get in :)
4162021-10-05T11:14:33  <lightlike>  yxkc
4172021-10-05T11:14:36  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has joined #bitcoin-core-dev
4182021-10-05T11:16:49  <lightlike> vasild: Not an expert on this at all, but could this be embedded ipv4 addresses? It seems that GetNetworkName(GetNetClass()) is "ipv4" for these addresses
4192021-10-05T11:21:19  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
4202021-10-05T11:21:20  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #23184: Use stricter ToIntegral over LocaleIndependentAtoi where possible (master...2110-ToIntegral) https://github.com/bitcoin/bitcoin/pull/23184
4212021-10-05T11:21:21  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
4222021-10-05T11:25:21  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4232021-10-05T11:25:30  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4242021-10-05T11:29:30  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4252021-10-05T11:29:39  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4262021-10-05T11:31:40  <jonatack> lightlike: maybe in CNetAddr::SetLegacyIPv6()
4272021-10-05T11:34:04  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has quit IRC (Ping timeout: 245 seconds)
4282021-10-05T11:39:55  *** prayank <prayank!~andr0irc@51.15.9.205> has quit IRC (Quit: irc thread exit)
4292021-10-05T11:40:20  *** Guest57 <Guest57!~Guest57@218.212.62.93> has joined #bitcoin-core-dev
4302021-10-05T11:40:52  <lightlike> jonatack: for the addrs I receive with vasild's command, CNetAddr::HasLinkedIPv4() is true, for me these  mostly  start with "2001:0:" and are classified as Teredo tunneled IPv4 (see IsRFC4380() in netaddress.cpp)
4312021-10-05T11:44:52  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4322021-10-05T11:45:01  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4332021-10-05T11:48:03  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has joined #bitcoin-core-dev
4342021-10-05T11:51:39  *** tla2k21 <tla2k21!~tla2k21@gateway/tor-sasl/tla2k21> has quit IRC (Ping timeout: 276 seconds)
4352021-10-05T11:51:40  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
4362021-10-05T11:52:34  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Client Quit)
4372021-10-05T11:58:07  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4382021-10-05T11:58:16  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4392021-10-05T12:02:16  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4402021-10-05T12:02:25  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4412021-10-05T12:03:30  *** Guyver2_ <Guyver2_!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
4422021-10-05T12:05:15  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has quit IRC (Remote host closed the connection)
4432021-10-05T12:05:30  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has joined #bitcoin-core-dev
4442021-10-05T12:05:38  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Ping timeout: 246 seconds)
4452021-10-05T12:05:42  *** Guyver2_ is now known as Guyver2
4462021-10-05T12:09:42  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4472021-10-05T12:09:51  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4482021-10-05T12:10:19  *** Henrik <Henrik!~textual@84.212.107.177> has joined #bitcoin-core-dev
4492021-10-05T12:11:40  *** Henrik <Henrik!~textual@84.212.107.177> has quit IRC (Client Quit)
4502021-10-05T12:13:16  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
4512021-10-05T12:13:17  <bitcoin-git> [bitcoin] brunoerg closed pull request #23135: test: Use asset_equal utils where possible in feature_nulldummy (master...2021-09-assert_equal) https://github.com/bitcoin/bitcoin/pull/23135
4522021-10-05T12:13:18  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
4532021-10-05T12:13:44  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
4542021-10-05T12:16:39  *** tla2k21 <tla2k21!~tla2k21@gateway/tor-sasl/tla2k21> has joined #bitcoin-core-dev
4552021-10-05T12:17:04  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
4562021-10-05T12:17:04  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #23185: test: Add ParseMoney and ParseScript tests (master...2110-ToIntegral) https://github.com/bitcoin/bitcoin/pull/23185
4572021-10-05T12:17:05  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
4582021-10-05T12:18:14  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 245 seconds)
4592021-10-05T12:22:14  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4602021-10-05T12:22:23  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4612021-10-05T12:23:37  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
4622021-10-05T12:26:13  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has joined #bitcoin-core-dev
4632021-10-05T12:27:42  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has quit IRC (Quit: sdfgsdfgDropBear)
4642021-10-05T12:29:35  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has joined #bitcoin-core-dev
4652021-10-05T12:31:09  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has quit IRC (Ping timeout: 245 seconds)
4662021-10-05T12:31:19  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 252 seconds)
4672021-10-05T12:31:46  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
4682021-10-05T12:32:57  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has joined #bitcoin-core-dev
4692021-10-05T12:33:41  <vasild> lightlike: oh, well, this maybe explains
4702021-10-05T12:39:26  *** jespada <jespada!~jespada@2803:9800:9842:7a62:2d4b:7b80:ce15:fc84> has joined #bitcoin-core-dev
4712021-10-05T12:43:26  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4722021-10-05T12:43:35  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4732021-10-05T12:47:35  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4742021-10-05T12:47:45  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4752021-10-05T12:49:52  <jonatack> lightlike: yes, i see Teredo ones in the output, along with other HasLinkedIPv4() cases, many are also 2002::/16 i.e. IsRFC3964() IPv6 6to4 tunnelling
4762021-10-05T12:50:36  *** dunxen <dunxen!~dunxen@gateway/tor-sasl/dunxen> has quit IRC (Remote host closed the connection)
4772021-10-05T12:51:43  <jonatack> in my output, at least. Good to have looked into it.
4782021-10-05T12:55:43  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4792021-10-05T12:55:52  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4802021-10-05T13:05:24  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4812021-10-05T13:05:32  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4822021-10-05T13:05:37  *** Guyver2_ <Guyver2_!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
4832021-10-05T13:05:51  <laanwj> i have many ipv6 addresses labeled as ipv4 too, output from jonatack's command line: https://0bin.net/paste/lAgsR86j#izmhSD8O12Te+LAFbPsyZkqs5erY85Dz9bkiP2cJXki
4842021-10-05T13:08:17  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Ping timeout: 246 seconds)
4852021-10-05T13:08:18  *** Guyver2_ is now known as Guyver2
4862021-10-05T13:08:29  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
4872021-10-05T13:14:51  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
4882021-10-05T13:15:00  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
4892021-10-05T13:16:18  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has joined #bitcoin-core-dev
4902021-10-05T13:17:00  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has quit IRC (Client Quit)
4912021-10-05T13:17:43  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
4922021-10-05T13:18:28  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
4932021-10-05T13:20:12  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has joined #bitcoin-core-dev
4942021-10-05T13:20:54  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has quit IRC (Client Quit)
4952021-10-05T13:21:41  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has quit IRC (Remote host closed the connection)
4962021-10-05T13:22:31  <laanwj> if it's all wrapped addresses, it looks like we need to downconvert these to actual ipv4 (at least in the legacy path; in the addrv2 path it's not allowed at all) before they end up in the database
4972021-10-05T13:23:31  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has joined #bitcoin-core-dev
4982021-10-05T13:24:40  *** davterra <davterra!~davterra@143.198.56.186> has joined #bitcoin-core-dev
4992021-10-05T13:28:05  *** Henrik <Henrik!~textual@84.212.107.177> has joined #bitcoin-core-dev
5002021-10-05T13:28:14  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has quit IRC (Ping timeout: 245 seconds)
5012021-10-05T13:32:34  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has joined #bitcoin-core-dev
5022021-10-05T13:39:57  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
5032021-10-05T13:39:57  <bitcoin-git> [bitcoin] instagibbs opened pull request #23188: wallet: fund transaction external input cleanups (master...fundtx-external-inputs_cleanups) https://github.com/bitcoin/bitcoin/pull/23188
5042021-10-05T13:39:58  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
5052021-10-05T13:45:27  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
5062021-10-05T13:45:35  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
5072021-10-05T13:49:38  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has joined #bitcoin-core-dev
5082021-10-05T13:50:44  *** Guest57 <Guest57!~Guest57@218.212.62.93> has left #bitcoin-core-dev
5092021-10-05T13:53:05  *** smartin <smartin!~Icedove@88.135.18.171> has joined #bitcoin-core-dev
5102021-10-05T13:53:49  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has quit IRC (Ping timeout: 252 seconds)
5112021-10-05T13:56:35  <sipa> laanwj: downconverting won't work; a teredo address isn't exchangeable for an ipv4 address (as in: the node you're connecting to must be using teredo in order for it to be reachable on the teredo ipv6 address, even though that address is 1 to 1 linked with an ipv4 one)
5122021-10-05T13:57:26  <sipa> i think we should just remove support for these ipv6 wrapping systems... ipv6 is so widespread now that i don't think anyone still uses teredo
5132021-10-05T13:58:22  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Quit: = "")
5142021-10-05T13:58:52  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
5152021-10-05T13:59:40  * vasild has no idea what teredo is
5162021-10-05T14:00:30  <vasild> Is it some kind of meteorological event, similar to tornado?
5172021-10-05T14:00:33  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has joined #bitcoin-core-dev
5182021-10-05T14:01:07  <sipa> it wad an early system for getting an ipv6 proxy, while your ISP only offered IPv4
5192021-10-05T14:02:05  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
5202021-10-05T14:02:06  <bitcoin-git> [gui] MarcoFalke opened pull request #446: RPCConsole: Throw when overflowing size_t type for array indices (master...2110-qtRpcCons) https://github.com/bitcoin-core/gui/pull/446
5212021-10-05T14:02:07  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
5222021-10-05T14:04:20  *** Henrik <Henrik!~textual@84.212.107.177> has quit IRC (Read error: Connection reset by peer)
5232021-10-05T14:05:26  <laanwj> sipa: oh, i get it now...
5242021-10-05T14:07:11  <laanwj> yes, makes more sense to just reject them then, the other option would be to regard them as IPv6 addresses as they're supposed to be treated as IPv6 addresses, but if it's not actually in use anymore it's just noise?
5252021-10-05T14:08:29  <sipa> they are ipv6 addresses; it's for purposes of netgroup classification that they're treated as ipv4
5262021-10-05T14:08:34  <sipa> (or should be)
5272021-10-05T14:08:48  <laanwj> right
5282021-10-05T14:08:52  <sipa> i guess it's a bug they're reported as ipv4 in the RPC output
5292021-10-05T14:11:07  <laanwj> right it then seems a confusion between 'address type' and 'netgroup classification type'
5302021-10-05T14:17:02  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
5312021-10-05T14:17:03  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #23191: build: Disable -Wbraced-scalar-init, which is incompatible with -Wc++11-narrowing (master...2110-buildW) https://github.com/bitcoin/bitcoin/pull/23191
5322021-10-05T14:17:04  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
5332021-10-05T14:27:33  <ryanofsky> elichai2, re "Is it possible to make the QT connect to a running bitcoind" this is implemented and working in #19461
5342021-10-05T14:27:34  <gribble> https://github.com/bitcoin/bitcoin/issues/19461 | multiprocess: Add bitcoin-gui -ipcconnect option by ryanofsky · Pull Request #19461 · bitcoin/bitcoin · GitHub
5352021-10-05T14:36:10  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Read error: Connection reset by peer)
5362021-10-05T14:36:20  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
5372021-10-05T14:41:16  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
5382021-10-05T14:41:24  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
5392021-10-05T14:43:11  <elichai2> ryanofsky: Nice!!
5402021-10-05T14:46:22  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
5412021-10-05T14:50:01  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
5422021-10-05T14:50:01  <bitcoin-git> [bitcoin] MarcoFalke pushed 14 commits to master: https://github.com/bitcoin/bitcoin/compare/c79d9fb2f6e5...c4fc8994427c
5432021-10-05T14:50:01  <bitcoin-git> bitcoin/master 5faa7dd Amiti Uttarwar: [move-only] Move CAddrMan function definitions to cpp
5442021-10-05T14:50:01  <bitcoin-git> bitcoin/master f2e5f38 Amiti Uttarwar: [move-only] Match ordering of CAddrMan declarations and definitions
5452021-10-05T14:50:01  <bitcoin-git> bitcoin/master 8af5b54 Amiti Uttarwar: [addrman] Introduce CAddrMan::Impl to encapsulate addrman implementation.
5462021-10-05T14:50:03  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
5472021-10-05T14:50:18  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
5482021-10-05T14:50:18  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #22950: [p2p] Pimpl AddrMan to abstract implementation details  (master...2021-09-impl-addrman-pimpl) https://github.com/bitcoin/bitcoin/pull/22950
5492021-10-05T14:50:19  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
5502021-10-05T14:51:07  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
5512021-10-05T14:51:07  <bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c4fc8994427c...89b910711c00
5522021-10-05T14:51:07  <bitcoin-git> bitcoin/master 8289d19 W. J. van der Laan: util: Define SECCOMP_RET_KILL_PROCESS if not provided by the headers
5532021-10-05T14:51:07  <bitcoin-git> bitcoin/master 2d02799 W. J. van der Laan: util: Make sure syscall numbers used in profile are defined
5542021-10-05T14:51:07  <bitcoin-git> bitcoin/master 89b9107 W. J. van der Laan: Merge bitcoin/bitcoin#23178: util: Fix GUIX build with syscall sandbox
5552021-10-05T14:51:09  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
5562021-10-05T14:51:24  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
5572021-10-05T14:51:24  <bitcoin-git> [bitcoin] laanwj merged pull request #23178: util: Fix GUIX build with syscall sandbox (master...2021-10-guix-linux-sandbox) https://github.com/bitcoin/bitcoin/pull/23178
5582021-10-05T14:51:25  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
5592021-10-05T14:58:27  *** vysn <vysn!~vysn@user/vysn> has quit IRC (Ping timeout: 268 seconds)
5602021-10-05T15:00:40  *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Remote host closed the connection)
5612021-10-05T15:00:52  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has joined #bitcoin-core-dev
5622021-10-05T15:02:10  *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
5632021-10-05T15:05:56  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
5642021-10-05T15:05:56  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #23183: C++20 designated initializer test WIP DONOTMERGE!!!11 @@ (master...2110-test) https://github.com/bitcoin/bitcoin/pull/23183
5652021-10-05T15:05:57  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
5662021-10-05T15:11:18  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
5672021-10-05T15:11:18  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/89b910711c00...113b863f0773
5682021-10-05T15:11:18  <bitcoin-git> bitcoin/master a6d9675 W. J. van der Laan: contrib: Ask for captcha in signet getcoins.py
5692021-10-05T15:11:18  <bitcoin-git> bitcoin/master 113b863 W. J. van der Laan: Merge bitcoin/bitcoin#23162: contrib: Ask for captcha in signet getcoins.p...
5702021-10-05T15:11:20  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
5712021-10-05T15:11:35  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
5722021-10-05T15:11:35  <bitcoin-git> [bitcoin] laanwj merged pull request #23162: contrib: Ask for captcha in signet getcoins.py (master...2021-10-getcoins) https://github.com/bitcoin/bitcoin/pull/23162
5732021-10-05T15:11:36  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
5742021-10-05T15:11:48  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has joined #bitcoin-core-dev
5752021-10-05T15:15:06  *** kexkey <kexkey!~kexkey@static-198-54-132-92.cust.tzulo.com> has quit IRC (Ping timeout: 268 seconds)
5762021-10-05T15:17:42  *** kexkey <kexkey!~kexkey@static-198-54-132-92.cust.tzulo.com> has joined #bitcoin-core-dev
5772021-10-05T15:17:48  <laanwj> is the msvc CI run failing on everything again?
5782021-10-05T15:18:09  <cfields> amiti: what's next to rebase/review after 22950?
5792021-10-05T15:19:14  *** Guest25 <Guest25!~Guest25@123.31.195.34> has joined #bitcoin-core-dev
5802021-10-05T15:20:17  *** Guest25 is now known as uvhw
5812021-10-05T15:20:49  *** uvhw <uvhw!~Guest25@123.31.195.34> has quit IRC (Client Quit)
5822021-10-05T15:21:05  *** uvhw <uvhw!~uvhw@123.31.195.34> has joined #bitcoin-core-dev
5832021-10-05T15:22:16  *** uvhw <uvhw!~uvhw@123.31.195.34> has quit IRC (Client Quit)
5842021-10-05T15:23:19  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has quit IRC (Remote host closed the connection)
5852021-10-05T15:25:46  *** Guest59 <Guest59!~Guest59@123.31.195.34> has joined #bitcoin-core-dev
5862021-10-05T15:26:36  *** Guest59 is now known as uvhw
5872021-10-05T15:27:28  *** uvhw <uvhw!~Guest59@123.31.195.34> has quit IRC (Client Quit)
5882021-10-05T15:27:42  *** Guest59 <Guest59!~Guest59@123.31.195.34> has joined #bitcoin-core-dev
5892021-10-05T15:28:08  *** Guest59 is now known as uvhw
5902021-10-05T15:35:00  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
5912021-10-05T15:35:09  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
5922021-10-05T15:45:42  *** uvhw <uvhw!~Guest59@123.31.195.34> has quit IRC (Quit: Client closed)
5932021-10-05T15:52:37  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
5942021-10-05T15:52:46  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
5952021-10-05T15:56:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
5962021-10-05T15:56:54  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
5972021-10-05T16:00:55  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has joined #bitcoin-core-dev
5982021-10-05T16:03:19  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has quit IRC (Quit: sdfgsdfgDropBear)
5992021-10-05T16:07:19  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6002021-10-05T16:07:28  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6012021-10-05T16:10:17  <amiti> yay! thanks everyone who so patiently reviewed the addrman pimpl :)
6022021-10-05T16:10:37  <amiti> .... and everyone who is now rebasing their addrman-related PRs 😂
6032021-10-05T16:11:04  <amiti> cfields: right now, #23140 and #23053 are good ones to review!
6042021-10-05T16:11:05  <gribble> https://github.com/bitcoin/bitcoin/issues/23140 | Make CAddrman::Select_ select buckets, not positions, first by sipa · Pull Request #23140 · bitcoin/bitcoin · GitHub
6052021-10-05T16:11:06  <gribble> https://github.com/bitcoin/bitcoin/issues/23053 | [fuzz] Use public methods in addrman fuzz tests by jnewbery · Pull Request #23053 · bitcoin/bitcoin · GitHub
6062021-10-05T16:12:30  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has joined #bitcoin-core-dev
6072021-10-05T16:13:34  <cfields> ack, those are the ones I was looking for. thanks :)
6082021-10-05T16:18:08  <cfields> heh, sipa didn't waste any time with the rebase.
6092021-10-05T16:20:01  <sipa> it's totally accidental
6102021-10-05T16:20:50  <sipa> i hadn't looked at my PRs in a few days, but was looking over them now, and saw the "needs rebase" label
6112021-10-05T16:22:08  *** saranshsharma <saranshsharma!~saranshsh@202.142.67.118> has quit IRC (Remote host closed the connection)
6122021-10-05T16:25:11  *** jnewbery_ <jnewbery_!~john@user/jnewbery> has joined #bitcoin-core-dev
6132021-10-05T16:25:14  *** jnewbery_ <jnewbery_!~john@user/jnewbery> has quit IRC (Client Quit)
6142021-10-05T16:27:00  <amiti> cfields: speedy indeed, but I think jnewbery has him beat https://github.com/bitcoin/bitcoin/pull/23053#issuecomment-933517415, he rebased yesterday!
6152021-10-05T16:27:12  *** jnewbery <jnewbery!~john@user/jnewbery> has quit IRC (Quit: leaving)
6162021-10-05T16:27:31  *** jnewbery <jnewbery!~john@user/jnewbery> has joined #bitcoin-core-dev
6172021-10-05T16:29:26  <cfields> haha
6182021-10-05T16:36:08  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6192021-10-05T16:36:16  *** mikehu44_ <mikehu44_!~quassel@206.189.41.250> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
6202021-10-05T16:36:16  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6212021-10-05T16:46:00  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6222021-10-05T16:46:09  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6232021-10-05T16:47:00  *** tripleslash <tripleslash!~triplesla@user/tripleslash> has quit IRC ()
6242021-10-05T16:51:00  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6252021-10-05T16:51:09  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6262021-10-05T16:52:21  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
6272021-10-05T16:52:21  <bitcoin-git> [bitcoin] CallMeMisterOwl opened pull request #23194: script: fixes #23073 Added new function to build_msvc/msvc-autogen.py (master...auto_gen_MSVC_issue) https://github.com/bitcoin/bitcoin/pull/23194
6282021-10-05T16:52:22  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
6292021-10-05T16:53:10  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Ping timeout: 252 seconds)
6302021-10-05T16:54:28  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
6312021-10-05T16:54:28  <bitcoin-git> [bitcoin] CallMeMisterOwl opened pull request #23195: doc: fixes #23073 Updated the Release Process (master...update_release_process) https://github.com/bitcoin/bitcoin/pull/23195
6322021-10-05T16:54:29  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
6332021-10-05T17:02:01  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6342021-10-05T17:02:10  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6352021-10-05T17:03:17  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has joined #bitcoin-core-dev
6362021-10-05T17:03:41  *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
6372021-10-05T17:10:23  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6382021-10-05T17:10:32  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6392021-10-05T17:14:32  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6402021-10-05T17:14:40  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6412021-10-05T17:15:36  *** gene <gene!~gene@gateway/tor-sasl/gene> has joined #bitcoin-core-dev
6422021-10-05T17:18:15  *** vasild <vasild!~vd@user/vasild> has quit IRC (Remote host closed the connection)
6432021-10-05T17:18:29  *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
6442021-10-05T17:22:29  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6452021-10-05T17:22:38  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6462021-10-05T17:27:48  <jamesob> apologies if I've missed prior discussion on this, but is anyone else seeing this build failure on master (clang-12)? https://gist.github.com/jamesob/c46513d41e355a3e6e69f4ff78167c92
6472021-10-05T17:29:37  <laanwj> jamesob: thanks for reporting, no haven't seen that yet, it's not related to your compiler but your kernel headers
6482021-10-05T17:30:31  <jamesob> Linux james 4.4.0-119-generic #143+jamesob SMP Mon Apr 16 21:47:24 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux
6492021-10-05T17:30:33  <gribble> https://github.com/bitcoin/bitcoin/issues/143 | Fix deadlocks in getaccountaddress, setaccount, sendfrom RPC calls by jgarzik · Pull Request #143 · bitcoin/bitcoin · GitHub
6502021-10-05T17:30:49  <laanwj> jamesob: in any case you can work around it by configuring with --without-seccomp
6512021-10-05T17:31:00  <jamesob> laanwj: gotcha, thanks!
6522021-10-05T17:32:09  *** sdfgsdfgDropBear <sdfgsdfgDropBear!~sdfgsdfg@user/sdfgsdfg> has quit IRC (Quit: sdfgsdfgDropBear)
6532021-10-05T17:39:29  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6542021-10-05T17:39:40  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6552021-10-05T17:41:11  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
6562021-10-05T17:41:12  <bitcoin-git> [bitcoin] laanwj opened pull request #23196: util: Make syscall sandbox compilable with kernel 4.4.0 (master...2021-10-syscall-sandbox2) https://github.com/bitcoin/bitcoin/pull/23196
6572021-10-05T17:41:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
6582021-10-05T17:44:07  <laanwj> jamesob: that should work too ^^
6592021-10-05T17:45:35  *** dviola <dviola!~diego@user/dviola> has joined #bitcoin-core-dev
6602021-10-05T17:50:29  <jamesob> laanjw: great, thanks
6612021-10-05T17:51:27  <jamesob> incidentally, anyone know why clang-12 + lld would allow --enable-lto, but when configuring with gcc-9 + lld, configure reports that the linker doesn't support lto? Does use of gcc hardcode use of some specific linker?
6622021-10-05T17:52:21  *** tripleslash <tripleslash!~triplesla@user/tripleslash> has joined #bitcoin-core-dev
6632021-10-05T17:52:30  <sipa> jamesob: GCC LTO requires the linker to support "linker plugins", and telling the linker where to find the GCC linker plugin (because the linker needs to actually invoke compiler code at link time)
6642021-10-05T17:52:41  <sipa> if you use a linker directly, LTO won't work
6652021-10-05T17:53:02  <sipa> and presumably lld works magically well with clang or so
6662021-10-05T17:53:10  <jamesob> ooh, okay. So I have lld installed as /usr/bin/ld, and presumably lld only knows about clang eh?
6672021-10-05T17:57:10  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6682021-10-05T17:57:19  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6692021-10-05T17:59:16  <laanwj> right, the linker is what needs to do (or invoke, through a plugin) the actual compilation in lto, all the other compiles only generate intermediate representation
6702021-10-05T18:05:33  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6712021-10-05T18:05:41  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6722021-10-05T18:06:56  *** davterra <davterra!~davterra@143.198.56.186> has quit IRC (Remote host closed the connection)
6732021-10-05T18:07:34  *** davterra <davterra!~davterra@143.198.56.186> has joined #bitcoin-core-dev
6742021-10-05T18:08:26  *** davterra <davterra!~davterra@143.198.56.186> has quit IRC (Remote host closed the connection)
6752021-10-05T18:09:00  <cfields> jamesob: lld apparently supports the gold plugin, you might just need to give it some help finding it. That's a pretty wonky combo, though :)
6762021-10-05T18:13:00  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6772021-10-05T18:13:09  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6782021-10-05T18:17:29  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6792021-10-05T18:17:38  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6802021-10-05T18:21:38  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6812021-10-05T18:21:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6822021-10-05T18:23:45  <jamesob> cfields: oh good call, I'll have to look into that
6832021-10-05T18:31:37  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6842021-10-05T18:31:46  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6852021-10-05T18:35:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6862021-10-05T18:35:55  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6872021-10-05T18:39:55  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6882021-10-05T18:40:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6892021-10-05T18:44:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6902021-10-05T18:44:12  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6912021-10-05T18:48:12  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6922021-10-05T18:48:24  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6932021-10-05T18:50:17  *** vysn <vysn!~vysn@user/vysn> has joined #bitcoin-core-dev
6942021-10-05T18:54:18  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6952021-10-05T18:54:26  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6962021-10-05T18:58:27  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6972021-10-05T18:58:35  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
6982021-10-05T19:02:35  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
6992021-10-05T19:02:44  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7002021-10-05T19:04:16  *** davterra <davterra!~davterra@143.198.56.186> has joined #bitcoin-core-dev
7012021-10-05T19:05:56  *** davterra <davterra!~davterra@143.198.56.186> has quit IRC (Remote host closed the connection)
7022021-10-05T19:06:50  *** davterra <davterra!~davterra@143.198.56.186> has joined #bitcoin-core-dev
7032021-10-05T19:10:28  *** tralfaz <tralfaz!~davterra@143.198.56.186> has joined #bitcoin-core-dev
7042021-10-05T19:12:38  *** davterra <davterra!~davterra@143.198.56.186> has quit IRC (Ping timeout: 246 seconds)
7052021-10-05T19:14:26  *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
7062021-10-05T19:19:11  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7072021-10-05T19:19:21  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7082021-10-05T19:20:16  *** dongcarl7 is now known as dongcarl
7092021-10-05T19:23:40  *** RomanZ <RomanZ!~RomanZ@2a10:8000:d484:0:3410:9055:3f45:5293> has joined #bitcoin-core-dev
7102021-10-05T19:27:41  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7112021-10-05T19:27:49  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7122021-10-05T19:33:47  *** RomanZ <RomanZ!~RomanZ@2a10:8000:d484:0:3410:9055:3f45:5293> has quit IRC (Quit: Leaving)
7132021-10-05T19:37:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7142021-10-05T19:37:56  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7152021-10-05T19:42:02  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
7162021-10-05T19:42:03  <bitcoin-git> [bitcoin] jonatack opened pull request #23197: p2p: fix CSubNet::ToString() UBSan and banman fuzz crash (master...fix-netaddress-UB-and-banman-fuzz-crash) https://github.com/bitcoin/bitcoin/pull/23197
7172021-10-05T19:42:04  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
7182021-10-05T19:46:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7192021-10-05T19:46:12  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7202021-10-05T19:50:12  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7212021-10-05T19:50:21  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7222021-10-05T19:54:22  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7232021-10-05T19:54:30  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7242021-10-05T19:58:30  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7252021-10-05T19:58:38  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7262021-10-05T20:02:38  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7272021-10-05T20:02:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7282021-10-05T20:06:47  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7292021-10-05T20:06:48  *** promag_ <promag_!~promag@188.250.84.129> has quit IRC (Read error: Connection reset by peer)
7302021-10-05T20:06:53  *** promag <promag!~promag@188.250.84.129> has joined #bitcoin-core-dev
7312021-10-05T20:06:57  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7322021-10-05T20:08:46  *** promag_ <promag_!~promag@188.250.84.129> has joined #bitcoin-core-dev
7332021-10-05T20:08:46  *** promag <promag!~promag@188.250.84.129> has quit IRC (Read error: Connection reset by peer)
7342021-10-05T20:12:46  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7352021-10-05T20:12:55  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7362021-10-05T20:15:06  *** Guest19 <Guest19!~Guest19@84-55-122-122.customers.ownit.se> has joined #bitcoin-core-dev
7372021-10-05T20:15:45  *** Guest19 <Guest19!~Guest19@84-55-122-122.customers.ownit.se> has quit IRC (Client Quit)
7382021-10-05T20:16:56  *** tralfaz <tralfaz!~davterra@143.198.56.186> has quit IRC (Remote host closed the connection)
7392021-10-05T20:17:20  *** tralfaz <tralfaz!~davterra@143.198.56.186> has joined #bitcoin-core-dev
7402021-10-05T20:21:20  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7412021-10-05T20:21:29  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7422021-10-05T20:25:18  *** luke-jr <luke-jr!~luke-jr@user/luke-jr> has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
7432021-10-05T20:25:49  *** luke-jr <luke-jr!~luke-jr@user/luke-jr> has joined #bitcoin-core-dev
7442021-10-05T20:29:50  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7452021-10-05T20:30:00  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7462021-10-05T20:32:50  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
7472021-10-05T20:32:51  <bitcoin-git> [bitcoin] CallMeMisterOwl closed pull request #23194: build: Parse version information in msvc-autogen.py (master...auto_gen_MSVC_issue) https://github.com/bitcoin/bitcoin/pull/23194
7482021-10-05T20:32:52  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
7492021-10-05T20:40:33  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7502021-10-05T20:40:42  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7512021-10-05T20:42:18  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
7522021-10-05T20:42:19  <bitcoin-git> [bitcoin] CallMeMisterOwl opened pull request #23198: build: fixes #23073 Parse version information in msvc-autogen.py (master...auto_gen_issue) https://github.com/bitcoin/bitcoin/pull/23198
7532021-10-05T20:42:20  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
7542021-10-05T20:53:46  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7552021-10-05T20:53:56  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7562021-10-05T21:00:33  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7572021-10-05T21:00:41  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7582021-10-05T21:01:33  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 276 seconds)
7592021-10-05T21:06:26  *** tralfaz <tralfaz!~davterra@143.198.56.186> has quit IRC (Remote host closed the connection)
7602021-10-05T21:06:50  *** tralfaz <tralfaz!~davterra@143.198.56.186> has joined #bitcoin-core-dev
7612021-10-05T21:07:30  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
7622021-10-05T21:08:45  *** mekster66 <mekster66!~mekster@user/mekster> has quit IRC (Quit: mekster66)
7632021-10-05T21:09:47  *** mekster66 <mekster66!~mekster@user/mekster> has joined #bitcoin-core-dev
7642021-10-05T21:13:48  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7652021-10-05T21:13:56  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7662021-10-05T21:17:56  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7672021-10-05T21:18:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7682021-10-05T21:22:04  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7692021-10-05T21:22:14  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7702021-10-05T21:24:14  *** kibizc[m] <kibizc[m]!~kibizcmat@2001:470:69fc:105::1:ada> has joined #bitcoin-core-dev
7712021-10-05T21:28:14  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7722021-10-05T21:28:22  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7732021-10-05T21:29:32  *** smartin <smartin!~Icedove@88.135.18.171> has quit IRC (Quit: smartin)
7742021-10-05T21:33:32  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7752021-10-05T21:33:41  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7762021-10-05T21:37:55  *** Victorsueca <Victorsueca!~Victorsue@user/victorsueca> has joined #bitcoin-core-dev
7772021-10-05T21:44:37  *** Victorsueca <Victorsueca!~Victorsue@user/victorsueca> has quit IRC (Read error: Connection reset by peer)
7782021-10-05T21:48:10  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
7792021-10-05T21:51:30  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
7802021-10-05T21:51:30  <bitcoin-git> [gui] stratospher opened pull request #447: Never disable HD status icon (master...enable-watch-only-icon) https://github.com/bitcoin-core/gui/pull/447
7812021-10-05T21:51:31  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
7822021-10-05T21:55:31  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7832021-10-05T21:55:40  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7842021-10-05T22:04:46  *** mikehu44 <mikehu44!~quassel@206.189.41.250> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
7852021-10-05T22:07:05  *** DeanGuss <DeanGuss!~dean@user/deanguss> has quit IRC (Quit: buhbye)
7862021-10-05T22:07:15  *** DeanGuss <DeanGuss!~dean@nonplayercharacter.me> has joined #bitcoin-core-dev
7872021-10-05T22:11:15  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7882021-10-05T22:11:24  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7892021-10-05T22:15:24  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7902021-10-05T22:15:32  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7912021-10-05T22:19:32  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7922021-10-05T22:19:42  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7932021-10-05T22:26:31  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7942021-10-05T22:26:38  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
7952021-10-05T22:30:12  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
7962021-10-05T22:30:12  <bitcoin-git> [bitcoin] theStack opened pull request #23199: refactor: use `{Read,Write}BE32` helpers for BIP32 nChild (de)serialization (master...202110-refactor-use_be32_helpers_for_bip32_nchild) https://github.com/bitcoin/bitcoin/pull/23199
7972021-10-05T22:30:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
7982021-10-05T22:40:59  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
7992021-10-05T22:41:07  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8002021-10-05T22:45:08  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8012021-10-05T22:45:17  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8022021-10-05T22:48:33  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
8032021-10-05T22:48:34  <bitcoin-git> [bitcoin] meshcollider opened pull request #23200: Fix intermittent failure in wallet_send.py and rpc_fundrawtransaction.py (master...202110_fix_external_tests) https://github.com/bitcoin/bitcoin/pull/23200
8042021-10-05T22:48:35  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
8052021-10-05T22:53:45  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8062021-10-05T22:53:54  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8072021-10-05T23:02:50  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8082021-10-05T23:02:59  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8092021-10-05T23:07:48  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8102021-10-05T23:07:57  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8112021-10-05T23:11:57  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8122021-10-05T23:12:06  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8132021-10-05T23:15:29  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
8142021-10-05T23:15:29  <bitcoin-git> [bitcoin] achow101 opened pull request #23201: wallet: Allow users to specify input weights when funding a transaction (master...ext-input-weight) https://github.com/bitcoin/bitcoin/pull/23201
8152021-10-05T23:15:30  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
8162021-10-05T23:19:53  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8172021-10-05T23:20:02  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8182021-10-05T23:21:34  *** belcher_ <belcher_!~belcher@user/belcher> has quit IRC (Ping timeout: 245 seconds)
8192021-10-05T23:26:32  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8202021-10-05T23:26:41  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8212021-10-05T23:30:41  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8222021-10-05T23:30:51  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8232021-10-05T23:33:45  *** belcher_ <belcher_!~belcher@user/belcher> has joined #bitcoin-core-dev
8242021-10-05T23:37:45  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8252021-10-05T23:37:53  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8262021-10-05T23:41:08  *** vysn <vysn!~vysn@user/vysn> has quit IRC (Ping timeout: 250 seconds)
8272021-10-05T23:45:08  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8282021-10-05T23:45:17  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8292021-10-05T23:49:17  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8302021-10-05T23:49:26  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev
8312021-10-05T23:53:26  *** c_arc <c_arc!~c_arc@4.53.92.114> has quit IRC (Remote host closed the connection)
8322021-10-05T23:53:35  *** c_arc <c_arc!~c_arc@4.53.92.114> has joined #bitcoin-core-dev