12023-01-10T00:02:05 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has quit IRC (Ping timeout: 252 seconds)
22023-01-10T00:04:02 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has joined #bitcoin-core-dev
32023-01-10T00:04:20 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500:9f97:ce49:553a:6cb3> has quit IRC (Ping timeout: 265 seconds)
42023-01-10T00:09:14 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has quit IRC (Ping timeout: 246 seconds)
52023-01-10T00:10:04 *** BUSY <BUSY!~BUSY@user/busy> has quit IRC (Ping timeout: 260 seconds)
62023-01-10T00:11:09 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has joined #bitcoin-core-dev
72023-01-10T00:11:30 *** BUSY <BUSY!~BUSY@user/busy> has joined #bitcoin-core-dev
82023-01-10T00:15:39 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has quit IRC (Ping timeout: 252 seconds)
92023-01-10T00:21:56 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has joined #bitcoin-core-dev
102023-01-10T00:26:34 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has quit IRC (Ping timeout: 265 seconds)
112023-01-10T00:28:04 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
122023-01-10T00:30:27 <bitcoin-git> [bitcoin] achow101 closed pull request #26841: tests: Allow tests to use a loopback address other than 127.0.0.1 for more test runner parallelism (master...tests-allow-other-locahost) https://github.com/bitcoin/bitcoin/pull/26841
132023-01-10T00:32:49 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 268 seconds)
142023-01-10T00:38:51 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has joined #bitcoin-core-dev
152023-01-10T00:43:09 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has quit IRC (Ping timeout: 252 seconds)
162023-01-10T00:44:56 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has joined #bitcoin-core-dev
172023-01-10T00:45:24 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Remote host closed the connection)
182023-01-10T00:45:45 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
192023-01-10T00:46:47 *** jarthur <jarthur!~jarthur@user/jarthur> has quit IRC (Quit: jarthur)
202023-01-10T00:49:15 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has quit IRC (Ping timeout: 248 seconds)
212023-01-10T01:10:49 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
222023-01-10T01:12:40 <jamesob> Huh, can anyone tell if this is or isn't a spurious fuzz failure? https://cirrus-ci.com/task/6693655260430336
232023-01-10T01:17:28 <sipa> That does not look spurious.
242023-01-10T01:17:37 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 252 seconds)
252023-01-10T01:31:54 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has joined #bitcoin-core-dev
262023-01-10T01:36:12 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
272023-01-10T01:41:47 <jamesob> Failure is in fuzz/coins_view, but underlying changes at least ostensibly have nothing to do with that part of the code. Gotta be related I guess, just not clera
282023-01-10T01:41:49 <jamesob> *clear
292023-01-10T01:55:24 <lightlike> jamesob: coins_view.cpp calls AreInputsStandard(), which calls EvalScript(), which fails in the "OP_UNVAULT" section for some fuzz inputs, so it does seem related.
302023-01-10T02:13:23 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Remote host closed the connection)
312023-01-10T02:13:40 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
322023-01-10T02:18:23 <jamesob> lightlike: ah, thanks. I'll take a look
332023-01-10T02:22:41 <lightlike> jamesob: I think the problem might be that the ctor of base_blob(const std::vector<unsigned char>& vch) in uint256 requires the input vch to be of the correct size, but apparently when you invoke uint256(stacktop(-3)) it isn't checked that the stack element has the required size.
342023-01-10T02:32:08 <jamesob> lightlike: good spot!
352023-01-10T02:38:11 *** sdsd123 <sdsd123!~sdsd123@bras-base-toroon3514w-grc-103-184-147-133-64.dsl.bell.ca> has joined #bitcoin-core-dev
362023-01-10T03:12:11 *** as2333 <as2333!~as2333@host226.181-12-229.telecom.net.ar> has quit IRC (Ping timeout: 264 seconds)
372023-01-10T03:12:42 *** as2333 <as2333!~as2333@host226.181-12-229.telecom.net.ar> has joined #bitcoin-core-dev
382023-01-10T03:12:53 *** sdsd123 <sdsd123!~sdsd123@bras-base-toroon3514w-grc-103-184-147-133-64.dsl.bell.ca> has quit IRC (Ping timeout: 260 seconds)
392023-01-10T03:41:00 *** sdsd123 <sdsd123!~sdsd123@bras-base-toroon3514w-grc-103-184-147-133-64.dsl.bell.ca> has joined #bitcoin-core-dev
402023-01-10T03:43:27 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Remote host closed the connection)
412023-01-10T03:43:54 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
422023-01-10T03:51:04 *** sdsd123 <sdsd123!~sdsd123@bras-base-toroon3514w-grc-103-184-147-133-64.dsl.bell.ca> has quit IRC (Quit: Client closed)
432023-01-10T04:49:35 *** b_101 <b_101!~robert@216.144.236.70> has quit IRC (Ping timeout: 260 seconds)
442023-01-10T05:01:02 *** cmirror <cmirror!~cmirror@4.53.92.114> has quit IRC (Remote host closed the connection)
452023-01-10T05:01:33 *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
462023-01-10T05:03:47 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 255 seconds)
472023-01-10T05:20:19 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
482023-01-10T06:06:20 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
492023-01-10T06:23:04 *** test_ <test_!flooded@gateway/vpn/protonvpn/flood/x-43489060> has joined #bitcoin-core-dev
502023-01-10T06:26:19 *** _flood <_flood!flooded@gateway/vpn/protonvpn/flood/x-43489060> has quit IRC (Ping timeout: 260 seconds)
512023-01-10T06:56:04 *** b_101 <b_101!~robert@216.144.236.70> has joined #bitcoin-core-dev
522023-01-10T07:00:27 *** b_101 <b_101!~robert@216.144.236.70> has quit IRC (Ping timeout: 252 seconds)
532023-01-10T07:04:47 *** gossie <gossie!~gossie@2001:1c02:11e:3500:9941:94eb:7c34:cc0f> has quit IRC (Ping timeout: 256 seconds)
542023-01-10T07:30:23 *** as2333 <as2333!~as2333@host226.181-12-229.telecom.net.ar> has quit IRC (Quit: as2333)
552023-01-10T07:46:33 *** salvatoshi <salvatoshi!~salvatosh@genymobile-2-6-86.fib.nerim.net> has joined #bitcoin-core-dev
562023-01-10T08:06:16 *** cotsuka1 <cotsuka1!~cotsuka@user/cotsuka> has joined #bitcoin-core-dev
572023-01-10T08:08:48 *** tripleslash <tripleslash!~triplesla@user/tripleslash> has quit IRC (Read error: Connection reset by peer)
582023-01-10T08:08:54 *** cotsuka8 <cotsuka8!~cotsuka@user/cotsuka> has joined #bitcoin-core-dev
592023-01-10T08:08:54 *** cotsuka <cotsuka!~cotsuka@user/cotsuka> has quit IRC (Ping timeout: 272 seconds)
602023-01-10T08:08:54 *** cotsuka8 is now known as cotsuka
612023-01-10T08:11:26 *** cotsuka1 <cotsuka1!~cotsuka@user/cotsuka> has quit IRC (Ping timeout: 272 seconds)
622023-01-10T08:13:54 *** tripleslash <tripleslash!~triplesla@user/tripleslash> has joined #bitcoin-core-dev
632023-01-10T08:25:34 *** dermoth <dermoth!~dermoth@user/dermoth> has quit IRC (Ping timeout: 260 seconds)
642023-01-10T08:33:44 *** dermoth <dermoth!~dermoth@user/dermoth> has joined #bitcoin-core-dev
652023-01-10T08:40:26 *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
662023-01-10T08:46:46 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
672023-01-10T08:46:54 *** dermoth <dermoth!~dermoth@user/dermoth> has quit IRC (Ping timeout: 260 seconds)
682023-01-10T08:49:05 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
692023-01-10T08:58:31 <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1aedc3b6c81b...0e81d119e09d
702023-01-10T08:58:32 <bitcoin-git> bitcoin/master fac424f MarcoFalke: ci: Create named symbol for BINS_SCRATCH_DIR
712023-01-10T08:58:32 <bitcoin-git> bitcoin/master fadfae4 MarcoFalke: ci: Remove unused busybox workaround
722023-01-10T08:58:33 <bitcoin-git> bitcoin/master 0e81d11 MarcoFalke: Merge bitcoin/bitcoin#26851: ci: Remove unused busybox workaround
732023-01-10T08:59:39 *** dermoth <dermoth!~dermoth@user/dermoth> has joined #bitcoin-core-dev
742023-01-10T09:00:21 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500:9f97:ce49:553a:6cb3> has joined #bitcoin-core-dev
752023-01-10T09:04:49 *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has left #bitcoin-core-dev (Closing Window)
762023-01-10T09:14:55 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #26851: ci: Remove unused busybox workaround (master...2301-ci-busybox-ð) https://github.com/bitcoin/bitcoin/pull/26851
772023-01-10T09:30:17 *** justReddy is now known as justache
782023-01-10T10:04:10 *** kexkey <kexkey!~kexkey@static-198-54-132-141.cust.tzulo.com> has quit IRC (Ping timeout: 272 seconds)
792023-01-10T10:05:11 *** kexkey <kexkey!~kexkey@static-198-54-132-141.cust.tzulo.com> has joined #bitcoin-core-dev
802023-01-10T10:47:05 <bitcoin-git> [bitcoin] andyoknen opened pull request #26862: Customize onion port & disable bind if service not started (master...feat/customize-onion-port) https://github.com/bitcoin/bitcoin/pull/26862
812023-01-10T11:06:42 <bitcoin-git> [bitcoin] Sjors closed pull request #21928: wallet: allow toggling external_signer flag (master...2021/05/hww-toggle) https://github.com/bitcoin/bitcoin/pull/21928
822023-01-10T11:36:33 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0e81d119e09d...1c9457bc8b06
832023-01-10T11:36:34 <bitcoin-git> bitcoin/master fae885b MarcoFalke: ci: Run one task with all tests on credits
842023-01-10T11:36:34 <bitcoin-git> bitcoin/master 1c9457b MarcoFalke: Merge bitcoin/bitcoin#26856: ci: Run one task with all tests on credits
852023-01-10T11:40:53 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has joined #bitcoin-core-dev
862023-01-10T11:42:02 *** SpellChecker_ <SpellChecker_!~SpellChec@user/SpellChecker> has quit IRC (Ping timeout: 255 seconds)
872023-01-10T12:04:57 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #26856: ci: Run one task with all tests on credits (master...2301-ci-credits-tests-fun-ð±) https://github.com/bitcoin/bitcoin/pull/26856
882023-01-10T12:13:30 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
892023-01-10T12:33:04 *** test_ is now known as _flood
902023-01-10T12:35:04 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
912023-01-10T12:59:09 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Remote host closed the connection)
922023-01-10T12:59:27 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
932023-01-10T13:25:49 <bitcoin-git> [bitcoin] brunoerg opened pull request #26863: test: merge banning test from p2p_disconnect_ban to rpc_setban (master...2023-01-merge-ban-test) https://github.com/bitcoin/bitcoin/pull/26863
942023-01-10T13:33:35 *** _andrewtoth_ <_andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
952023-01-10T13:34:08 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Remote host closed the connection)
962023-01-10T13:34:42 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Quit: = "")
972023-01-10T13:35:54 *** winircuser-637 <winircuser-637!~winircuse@2001-b011-7010-9d27-58c9-5a39-3f20-fbc3.dynamic-ip6.hinet.net> has joined #bitcoin-core-dev
982023-01-10T13:42:06 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
992023-01-10T13:51:30 <bitcoin-git> [bitcoin] theStack opened pull request #26864: doc: net: fix link to onion address encoding scheme [ONIONADDRESS] (master...202301-doc-fix_torspec_link) https://github.com/bitcoin/bitcoin/pull/26864
1002023-01-10T14:26:11 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:21e7:57e1:780c:52b1> has joined #bitcoin-core-dev
1012023-01-10T14:37:07 *** hg <hg!~halosghos@user/halosghost> has joined #bitcoin-core-dev
1022023-01-10T14:44:13 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1032023-01-10T14:49:04 *** MacroFake <MacroFake!~none@107.172.8.183> has quit IRC (Remote host closed the connection)
1042023-01-10T14:52:02 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
1052023-01-10T14:54:11 *** _andrewtoth_ <_andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Ping timeout: 255 seconds)
1062023-01-10T14:54:25 *** MacroFake <MacroFake!~none@107.172.8.183> has joined #bitcoin-core-dev
1072023-01-10T15:02:44 *** b_101 <b_101!~robert@216.144.236.70> has joined #bitcoin-core-dev
1082023-01-10T15:09:37 <bitcoin-git> [bitcoin] aureleoules opened pull request #26865: [PoC] Integrate SonarCloud (master...2023-01-sonarcloud) https://github.com/bitcoin/bitcoin/pull/26865
1092023-01-10T15:31:59 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
1102023-01-10T15:39:56 *** winircuser-637 <winircuser-637!~winircuse@2001-b011-7010-9d27-58c9-5a39-3f20-fbc3.dynamic-ip6.hinet.net> has quit IRC (Ping timeout: 246 seconds)
1112023-01-10T16:00:17 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1122023-01-10T16:09:17 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
1132023-01-10T16:09:42 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1142023-01-10T16:16:47 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1c9457bc8b06...b264410e012a
1152023-01-10T16:16:47 <bitcoin-git> bitcoin/master b264410 MarcoFalke: Merge bitcoin/bitcoin#26864: doc: net: fix link to onion address encoding ...
1162023-01-10T16:16:47 <bitcoin-git> bitcoin/master 3076f18 Sebastian Falbesoner: doc: net: fix link to onion address encoding scheme [ONIONADDRESS]
1172023-01-10T16:18:11 <bitcoin-git> [bitcoin] fanquake opened pull request #26866: ci: remove ccache version pin in MSVC CI (master...fix_ccache_install) https://github.com/bitcoin/bitcoin/pull/26866
1182023-01-10T16:18:44 <bitcoin-git> [bitcoin] fanquake closed pull request #26864: doc: net: fix link to onion address encoding scheme [ONIONADDRESS] (master...202301-doc-fix_torspec_link) https://github.com/bitcoin/bitcoin/pull/26864
1192023-01-10T16:36:11 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 264 seconds)
1202023-01-10T16:38:01 <bitcoin-git> [bitcoin] Fi3 closed pull request #23049: [WIP] net: implement a StratumV2 Template Provider in core (master...add_sv2) https://github.com/bitcoin/bitcoin/pull/23049
1212023-01-10T16:41:43 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1222023-01-10T16:55:28 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500:9f97:ce49:553a:6cb3> has quit IRC (Ping timeout: 265 seconds)
1232023-01-10T16:55:57 *** Nohik <Nohik!~Nohik@176.59.142.119> has joined #bitcoin-core-dev
1242023-01-10T17:19:25 *** jarthur <jarthur!~jarthur@user/jarthur> has joined #bitcoin-core-dev
1252023-01-10T17:30:13 *** as2333 <as2333!~as2333@host226.181-12-229.telecom.net.ar> has joined #bitcoin-core-dev
1262023-01-10T17:31:37 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Quit: WeeChat 3.8)
1272023-01-10T17:34:30 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500:9f97:ce49:553a:6cb3> has joined #bitcoin-core-dev
1282023-01-10T17:38:19 *** salvatoshi <salvatoshi!~salvatosh@genymobile-2-6-86.fib.nerim.net> has quit IRC (Ping timeout: 256 seconds)
1292023-01-10T17:41:30 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500:9f97:ce49:553a:6cb3> has quit IRC (Read error: Connection reset by peer)
1302023-01-10T17:46:46 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
1312023-01-10T17:50:27 *** Wentworth <Wentworth!~wentworth@173-245-203-76.iad.as54203.net> has joined #bitcoin-core-dev
1322023-01-10T17:51:47 *** as2333 <as2333!~as2333@host226.181-12-229.telecom.net.ar> has quit IRC (Ping timeout: 264 seconds)
1332023-01-10T18:01:19 *** salvatoshi <salvatoshi!~salvatosh@lfbn-idf3-1-333-227.w83-199.abo.wanadoo.fr> has joined #bitcoin-core-dev
1342023-01-10T18:04:22 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1352023-01-10T18:10:10 *** Nohik <Nohik!~Nohik@176.59.142.119> has quit IRC (Quit: Client closed)
1362023-01-10T18:15:12 *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
1372023-01-10T18:43:35 *** rockhouse <rockhouse!~rockhouse@user/rockhouse> has quit IRC (Quit: Leaving ... but you never know maybe I come back!)
1382023-01-10T19:01:36 *** salvatoshi <salvatoshi!~salvatosh@lfbn-idf3-1-333-227.w83-199.abo.wanadoo.fr> has quit IRC (Ping timeout: 252 seconds)
1392023-01-10T19:04:15 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
1402023-01-10T19:05:22 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1412023-01-10T19:14:10 *** Wentworth <Wentworth!~wentworth@173-245-203-76.iad.as54203.net> has quit IRC (Read error: Connection reset by peer)
1422023-01-10T19:21:19 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:21e7:57e1:780c:52b1> has quit IRC (Ping timeout: 260 seconds)
1432023-01-10T19:36:42 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:d33:9f3b:41b:5473> has joined #bitcoin-core-dev
1442023-01-10T19:37:51 *** FrancisMr <FrancisMr!~MrFrancis@2001:8a0:fa4c:901:490:cd15:22dd:22fa> has joined #bitcoin-core-dev
1452023-01-10T19:41:26 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:d33:9f3b:41b:5473> has quit IRC (Ping timeout: 246 seconds)
1462023-01-10T19:50:33 <bitcoin-git> [bitcoin] Empact closed pull request #26301: refactor: Extract util/exception from util/system (master...2022-10-util-exception) https://github.com/bitcoin/bitcoin/pull/26301
1472023-01-10T20:27:21 <bitcoin-git> [bitcoin] john-moffett opened pull request #26867: doc: Mention restoring wallet via GUI (master...2023_01_DocWalletRestoreGUI) https://github.com/bitcoin/bitcoin/pull/26867
1482023-01-10T20:29:08 *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
1492023-01-10T20:52:52 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1502023-01-10T20:54:38 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
1512023-01-10T20:55:07 *** FrancisMr <FrancisMr!~MrFrancis@2001:8a0:fa4c:901:490:cd15:22dd:22fa> has quit IRC (Ping timeout: 260 seconds)
1522023-01-10T21:02:48 <bitcoin-git> [gui] john-moffett opened pull request #696: Switch RPCConsole wallet selection to the one most recently opened/restored/created (master...2023_01_SwitchRPCConsoleToOpenedWallet) https://github.com/bitcoin-core/gui/pull/696
1532023-01-10T21:11:08 <bitcoin-git> [bitcoin] jonatack closed pull request #26516: rpc: Always return getpeerinfo "relaytxes" field (master...2022-11-getpeerinfo-relayxes) https://github.com/bitcoin/bitcoin/pull/26516
1542023-01-10T21:41:54 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Remote host closed the connection)
1552023-01-10T21:42:47 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
1562023-01-10T21:51:37 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:dc58:a617:91dc:f3b2> has quit IRC (Remote host closed the connection)
1572023-01-10T21:52:50 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has joined #bitcoin-core-dev
1582023-01-10T21:57:39 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has quit IRC (Ping timeout: 260 seconds)
1592023-01-10T22:18:55 *** Zenton <Zenton!~user@user/zenton> has quit IRC (Ping timeout: 268 seconds)
1602023-01-10T22:26:32 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
1612023-01-10T22:32:02 <bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b264410e012a...68f88bc03f2d
1622023-01-10T22:32:02 <bitcoin-git> bitcoin/master 67e7ba8 Aurèle Oulès: rpc: Sanitize label name in various RPCs
1632023-01-10T22:32:02 <bitcoin-git> bitcoin/master 552b51e Aurèle Oulès: refactor: Add sanity checks in LabelFromValue
1642023-01-10T22:32:02 <bitcoin-git> bitcoin/master 65e78bd Aurèle Oulès: test: Invalid label name coverage
1652023-01-10T22:32:18 <bitcoin-git> [bitcoin] achow101 merged pull request #26186: rpc: Sanitize label name in various RPCs with tests (master...2022-09-test-label-invalid) https://github.com/bitcoin/bitcoin/pull/26186
1662023-01-10T22:34:25 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1672023-01-10T22:34:57 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 268 seconds)
1682023-01-10T22:35:25 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has joined #bitcoin-core-dev
1692023-01-10T22:40:05 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has quit IRC (Ping timeout: 265 seconds)
1702023-01-10T22:46:12 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has joined #bitcoin-core-dev
1712023-01-10T22:51:11 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has quit IRC (Ping timeout: 264 seconds)
1722023-01-10T22:52:22 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has joined #bitcoin-core-dev
1732023-01-10T22:54:51 *** b_101_ <b_101_!~robert@216.144.236.70> has joined #bitcoin-core-dev
1742023-01-10T22:55:55 *** b_101 <b_101!~robert@216.144.236.70> has quit IRC (Ping timeout: 268 seconds)
1752023-01-10T22:56:57 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has quit IRC (Ping timeout: 255 seconds)
1762023-01-10T22:57:13 *** hg <hg!~halosghos@user/halosghost> has quit IRC (Quit: WeeChat 3.7.1)
1772023-01-10T22:59:07 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
1782023-01-10T23:02:26 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Remote host closed the connection)
1792023-01-10T23:02:38 *** Flow <Flow!~none@gentoo/developer/flow> has quit IRC (Ping timeout: 246 seconds)
1802023-01-10T23:03:33 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
1812023-01-10T23:03:56 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 268 seconds)
1822023-01-10T23:10:00 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
1832023-01-10T23:15:22 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 265 seconds)
1842023-01-10T23:16:17 *** Flow <Flow!~none@gentoo/developer/flow> has joined #bitcoin-core-dev
1852023-01-10T23:21:53 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
1862023-01-10T23:26:12 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 255 seconds)
1872023-01-10T23:29:39 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Quit: Leaving...)
1882023-01-10T23:32:40 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has joined #bitcoin-core-dev
1892023-01-10T23:36:59 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has quit IRC (Ping timeout: 246 seconds)
1902023-01-10T23:38:44 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has joined #bitcoin-core-dev
1912023-01-10T23:43:59 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has quit IRC (Ping timeout: 246 seconds)
1922023-01-10T23:45:47 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has joined #bitcoin-core-dev
1932023-01-10T23:54:04 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:b088:22f9:323c:b33d> has quit IRC (Ping timeout: 252 seconds)