12025-06-04T00:03:54  *** jespada <jespada!~jespada@r179-25-2-231.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 252 seconds)
  22025-06-04T01:01:42  *** _flood <_flood!~flooded@37.120.219.243> has joined #bitcoin-core-dev
  32025-06-04T01:01:45  *** flooded <flooded!~flooded@37.120.219.243> has quit IRC (Remote host closed the connection)
  42025-06-04T01:16:18  <PaperSword> How would one switch the networks of a Bitcoin node in the  function testing framework? Example I need some test vectors that are network specific.
  52025-06-04T01:20:15  <_aj_> PaperSword: set self.chain? see feature_signet or mining_mainnet?
  62025-06-04T01:24:27  *** zeropoint <zeropoint!~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net> has quit IRC (Quit: leaving)
  72025-06-04T01:34:55  <PaperSword> _aj_: Seems like it's good for same network, but what I need is to run a bitcoin node on mainnet, run address decoding checks, then do the same for a test network
  82025-06-04T01:37:50  <_aj_> PaperSword: write an add_options() that lets you use the same test case on multiple chains? (see mining_mainnet)
  92025-06-04T01:39:14  <PaperSword> Thanks! I see!
 102025-06-04T01:39:14  <sipa> PaperSword: maybe test vectors are a better fit for unit tests than functional tests?
 112025-06-04T01:40:46  <sipa> PaperSword: alternatively, you could have mainnet and testnet checks just in separate functional tests?
 122025-06-04T01:41:41  <PaperSword> This could be true.
 132025-06-04T01:41:41  <PaperSword> My conundrum is that I am working on address decoding with per network errors. eg. using mainnet on signet would let the user know that they input a mainnet address on signet. So I had to modify the functional tests to now just on mainnet.
 142025-06-04T01:41:41  <PaperSword> The previous test vectors were a mix.
 152025-06-04T01:42:14  <PaperSword> essentially, I can prove the error messages work for a single net, not multiple at a functional level.
 162025-06-04T01:43:19  <PaperSword>  alternatively, you could have mainnet and testnet checks just in separate functional tests?
 172025-06-04T01:43:19  <PaperSword> 100%, but it gets sort of ugly with 2x file
 182025-06-04T01:43:35  <PaperSword> But that would solve this instantly.
 192025-06-04T01:44:45  <sipa> can't you have two functional tests in the same file? maybe you can even share thr functionality in a base class, and derive from it twice, once for each network
 202025-06-04T01:45:15  <sipa> unit tests seem easier though
 212025-06-04T01:53:46  <_aj_> hmm, i see a few 27.x and 28.x nodes connecting with v1 rather than v2; wonder if that's a fake node signal
 222025-06-04T01:54:26  <sipa> or they have an outdated addr record for you, which doesn't have the v2 service flag?
 232025-06-04T02:03:51  <_aj_> yeah could be, not seeing anything else obviously strange about them
 242025-06-04T02:21:18  *** kevkevin_ <kevkevin_!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 252025-06-04T02:23:56  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 244 seconds)
 262025-06-04T02:38:31  *** Cory98 <Cory98!~Cory98@user/pasha> has quit IRC (Quit: Client closed)
 272025-06-04T02:38:47  *** Cory98 <Cory98!~Cory98@user/pasha> has joined #bitcoin-core-dev
 282025-06-04T02:54:40  <PaperSword> sipa: https://github.com/bitcoin/bitcoin/pull/27260/commits/2f2470e844c79695df0140103c73d742371554cc
 292025-06-04T02:55:02  <PaperSword> Oh sorry for the tag! meant to say that I get the multi net functional testing working
 302025-06-04T02:55:15  <PaperSword> Even got to fix up some tests that were previously commented out :D
 312025-06-04T03:12:14  *** sliv3r__ <sliv3r__!~sliv3r__@user/sliv3r-:76883> has quit IRC (Read error: Connection reset by peer)
 322025-06-04T03:12:28  *** sliv3r__ <sliv3r__!~sliv3r__@user/sliv3r-:76883> has joined #bitcoin-core-dev
 332025-06-04T04:01:33  *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
 342025-06-04T04:21:54  *** Cory98 <Cory98!~Cory98@user/pasha> has quit IRC (Quit: Client closed)
 352025-06-04T04:22:13  *** Cory98 <Cory98!~Cory98@user/pasha> has joined #bitcoin-core-dev
 362025-06-04T04:30:30  *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
 372025-06-04T04:37:34  <_aj_> PaperSword: probably should drop the Main from "ValidateAddressMainTest" then
 382025-06-04T04:40:35  *** TallTim_ <TallTim_!~talltim@24-124-35-28-dynamic.midco.net> has joined #bitcoin-core-dev
 392025-06-04T04:40:46  *** jimhhq_ <jimhhq_!~jimhhq@srv779079.hstgr.cloud> has joined #bitcoin-core-dev
 402025-06-04T04:41:59  *** jimhhq <jimhhq!~jimhhq@srv779079.hstgr.cloud> has quit IRC (Ping timeout: 272 seconds)
 412025-06-04T04:42:20  *** jetpack_ <jetpack_!~jetpack@mcfly.vm.tornadovps.net> has joined #bitcoin-core-dev
 422025-06-04T04:43:11  *** andytoshi <andytoshi!~apoelstra@user/andytoshi> has quit IRC (Ping timeout: 276 seconds)
 432025-06-04T04:43:50  *** TallTim <TallTim!~talltim@24-124-35-28-dynamic.midco.net> has quit IRC (Ping timeout: 276 seconds)
 442025-06-04T04:43:53  *** jetpack <jetpack!~jetpack@mcfly.vm.tornadovps.net> has quit IRC (Ping timeout: 272 seconds)
 452025-06-04T04:44:36  *** andytoshi <andytoshi!~apoelstra@user/andytoshi> has joined #bitcoin-core-dev
 462025-06-04T04:47:34  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has joined #bitcoin-core-dev
 472025-06-04T05:01:56  *** Cory98 <Cory98!~Cory98@user/pasha> has quit IRC (Quit: Client closed)
 482025-06-04T05:02:12  *** Cory98 <Cory98!~Cory98@user/pasha> has joined #bitcoin-core-dev
 492025-06-04T05:22:57  *** kevkevin_ <kevkevin_!~kevkevin@209.242.39.30> has quit IRC (Remote host closed the connection)
 502025-06-04T05:23:30  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 512025-06-04T05:27:39  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 252 seconds)
 522025-06-04T05:56:19  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 532025-06-04T06:06:47  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has quit IRC (Quit: Christoph_)
 542025-06-04T06:08:00  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 260 seconds)
 552025-06-04T06:08:11  *** PaperSword <PaperSword!~Thunderbi@securemail.qrsnap.io> has quit IRC (Quit: PaperSword)
 562025-06-04T06:13:10  *** Cory61 <Cory61!~Cory98@user/pasha> has joined #bitcoin-core-dev
 572025-06-04T06:16:14  *** Cory98 <Cory98!~Cory98@user/pasha> has quit IRC (Quit: Client closed)
 582025-06-04T06:35:33  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 592025-06-04T06:52:43  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 252 seconds)
 602025-06-04T07:11:29  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
 612025-06-04T07:11:55  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
 622025-06-04T07:15:50  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
 632025-06-04T07:16:34  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
 642025-06-04T07:20:55  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 652025-06-04T07:48:03  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has joined #bitcoin-core-dev
 662025-06-04T07:58:01  *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
 672025-06-04T08:18:14  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
 682025-06-04T08:24:19  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 268 seconds)
 692025-06-04T08:41:29  *** robobub <robobub!uid248673@id-248673.uxbridge.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)
 702025-06-04T08:58:21  <bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a980918f51d7...4af72d8b0892
 712025-06-04T08:58:22  <bitcoin-git> bitcoin/master 240a4fb fanquake: Squashed 'src/leveldb/' changes from 113db4962b..aba469ad6a
 722025-06-04T08:58:22  <bitcoin-git> bitcoin/master e639ae0 fanquake: Update leveldb subtree to latest upstream
 732025-06-04T08:58:22  <bitcoin-git> bitcoin/master 83bfe14 fanquake: build: add -Wthread-safety-pointer
 742025-06-04T08:58:23  <bitcoin-git> [bitcoin] fanquake merged pull request #32647: build: add -Wthread-safety-pointer (master...thread_safety_pointer) https://github.com/bitcoin/bitcoin/pull/32647
 752025-06-04T09:08:16  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 762025-06-04T09:13:34  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 276 seconds)
 772025-06-04T09:39:36  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 782025-06-04T10:00:01  *** Cory61 <Cory61!~Cory98@user/pasha> has quit IRC (*.net *.split)
 792025-06-04T10:00:02  *** greypw1495085720 <greypw1495085720!~greypw@user/greypw> has quit IRC (*.net *.split)
 802025-06-04T10:00:02  *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (*.net *.split)
 812025-06-04T10:00:02  *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has quit IRC (*.net *.split)
 822025-06-04T10:00:02  *** vasild <vasild!~vd@user/vasild> has quit IRC (*.net *.split)
 832025-06-04T10:01:55  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 252 seconds)
 842025-06-04T10:29:49  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 852025-06-04T10:45:40  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 260 seconds)
 862025-06-04T10:59:26  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 872025-06-04T11:01:46  *** jespada <jespada!~jespada@r179-25-2-231.dialup.adsl.anteldata.net.uy> has joined #bitcoin-core-dev
 882025-06-04T11:16:07  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 252 seconds)
 892025-06-04T11:28:08  <bitcoin-git> [bitcoin] willcl-ark opened pull request #32678: guix: warn and abort when SOURCE_DATE_EPOCH is set (master...source-date-epoch) https://github.com/bitcoin/bitcoin/pull/32678
 902025-06-04T11:57:14  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 912025-06-04T12:01:49  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 252 seconds)
 922025-06-04T12:16:14  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has quit IRC (Quit: Christoph_)
 932025-06-04T12:16:37  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has joined #bitcoin-core-dev
 942025-06-04T12:20:46  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
 952025-06-04T12:30:15  *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
 962025-06-04T12:30:51  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
 972025-06-04T12:31:57  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has quit IRC (Quit: Christoph_)
 982025-06-04T12:36:18  *** vasild <vasild!~vd@user/vasild> has quit IRC (Remote host closed the connection)
 992025-06-04T12:36:28  *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
1002025-06-04T12:46:28  *** kevkevin_ <kevkevin_!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
1012025-06-04T12:48:34  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 260 seconds)
1022025-06-04T12:53:17  *** kevkevin_ <kevkevin_!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 276 seconds)
1032025-06-04T13:03:34  *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
1042025-06-04T13:08:45  *** synexic <synexic!~syn@user/synexic> has quit IRC (Quit: Ping timeout (120 seconds))
1052025-06-04T13:09:22  *** synexic <synexic!~syn@user/synexic> has joined #bitcoin-core-dev
1062025-06-04T13:12:18  *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
1072025-06-04T13:14:01  *** jespada <jespada!~jespada@r179-25-2-231.dialup.adsl.anteldata.net.uy> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
1082025-06-04T13:14:23  *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
1092025-06-04T13:18:51  *** jespada <jespada!~jespada@r179-25-2-231.dialup.adsl.anteldata.net.uy> has joined #bitcoin-core-dev
1102025-06-04T13:29:10  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has joined #bitcoin-core-dev
1112025-06-04T13:42:29  *** eugenesiegel <eugenesiegel!~eugenesie@user/eugenesiegel> has joined #bitcoin-core-dev
1122025-06-04T13:58:02  *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Read error: Connection reset by peer)
1132025-06-04T14:02:29  *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 272 seconds)
1142025-06-04T14:05:37  *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1152025-06-04T14:14:50  *** dexterlakin <dexterlakin!~dexterlak@sals-04-b2-v4wan-167873-cust500.vm36.cable.virginm.net> has joined #bitcoin-core-dev
1162025-06-04T14:34:58  *** dexterlakin <dexterlakin!~dexterlak@sals-04-b2-v4wan-167873-cust500.vm36.cable.virginm.net> has quit IRC (Quit: Client closed)
1172025-06-04T14:36:31  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4af72d8b0892...a5e98dc3ae63
1182025-06-04T14:36:32  <bitcoin-git> bitcoin/master 18cf727 Hennadii Stepanov: cmake: Replace deprecated `qt6_add_translation` with `qt6_add_lrelease`
1192025-06-04T14:36:32  <bitcoin-git> bitcoin/master a5e98dc merge-script: Merge bitcoin/bitcoin#32651: cmake: Replace deprecated `qt6_add_translatio...
1202025-06-04T14:36:33  <bitcoin-git> [bitcoin] fanquake merged pull request #32651: cmake: Replace deprecated `qt6_add_translation` with `qt6_add_lrelease` (master...250530-qt-lrelease) https://github.com/bitcoin/bitcoin/pull/32651
1212025-06-04T14:38:02  *** robszarka <robszarka!~szarka@2603:3003:4eac:100:1caf:9753:ca8c:3cbd> has joined #bitcoin-core-dev
1222025-06-04T14:41:25  *** szarka <szarka!~szarka@2603:3003:4eac:100:d555:3e6d:b41c:f882> has quit IRC (Ping timeout: 248 seconds)
1232025-06-04T15:01:28  *** adil <adil!~Thunderbi@2402:d000:8134:2f97:122:a523:ff0e:5368> has joined #bitcoin-core-dev
1242025-06-04T15:15:16  *** adil <adil!~Thunderbi@2402:d000:8134:2f97:122:a523:ff0e:5368> has quit IRC (Quit: adil)
1252025-06-04T15:31:22  *** bugs_ <bugs_!~bugs@user/bugs/x-5128603> has joined #bitcoin-core-dev
1262025-06-04T15:34:59  *** entropyx <entropyx!~blackbox@user/entropyx> has quit IRC (Read error: Connection reset by peer)
1272025-06-04T15:36:23  *** eugenesiegel <eugenesiegel!~eugenesie@user/eugenesiegel> has quit IRC (Ping timeout: 272 seconds)
1282025-06-04T15:39:25  *** entropyx <entropyx!~blackbox@82.86.134.217> has joined #bitcoin-core-dev
1292025-06-04T15:46:04  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has quit IRC (Quit: Christoph_)
1302025-06-04T15:55:08  *** zeropoint <zeropoint!~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net> has joined #bitcoin-core-dev
1312025-06-04T15:55:42  *** eugenesiegel <eugenesiegel!~eugenesie@user/eugenesiegel> has joined #bitcoin-core-dev
1322025-06-04T16:03:24  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has left #bitcoin-core-dev (Closing Window)
1332025-06-04T16:13:19  <bitcoin-git> [gui-qml] hebasto pushed 7 commits to main: https://github.com/bitcoin-core/gui-qml/compare/25a18f000374...989bbe0d106a
1342025-06-04T16:13:19  <bitcoin-git> gui-qml/main b4ade11 johnny9: qml: Add caret down icon
1352025-06-04T16:13:20  <bitcoin-git> gui-qml/main 0ff0688 johnny9: qml: Add targetBlocks property to WalletQmlModel
1362025-06-04T16:13:20  <bitcoin-git> gui-qml/main f4f9b79 johnny9: qml: Introduce FeeSelection to Send
1372025-06-04T16:13:21  <bitcoin-git> [gui-qml] hebasto merged pull request #461: Introduce standard fee selection to Send (main...standard-fee) https://github.com/bitcoin-core/gui-qml/pull/461
1382025-06-04T16:53:08  *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
1392025-06-04T17:00:28  *** dzxzg <dzxzg!~dzxzg@user/dzxzg> has quit IRC (Ping timeout: 268 seconds)
1402025-06-04T17:09:52  <bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #32679: doc: update tor docs to use correct bitcoind binary path (master...06-2025-fix-tor-docs) https://github.com/bitcoin/bitcoin/pull/32679
1412025-06-04T17:10:09  *** eugenesiegel <eugenesiegel!~eugenesie@user/eugenesiegel> has quit IRC (Quit: Client closed)
1422025-06-04T17:34:14  *** eugenesiegel <eugenesiegel!~eugenesie@user/eugenesiegel> has joined #bitcoin-core-dev
1432025-06-04T18:08:07  *** bugs_ <bugs_!~bugs@user/bugs/x-5128603> has quit IRC (Quit: Leaving)
1442025-06-04T18:16:24  *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
1452025-06-04T18:22:27  *** dviola <dviola!~diego@user/dviola> has joined #bitcoin-core-dev
1462025-06-04T18:22:43  *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
1472025-06-04T18:35:21  *** dzxzg <dzxzg!~dzxzg@user/dzxzg> has joined #bitcoin-core-dev
1482025-06-04T18:47:56  *** bugs_ <bugs_!~bugs@user/bugs/x-5128603> has joined #bitcoin-core-dev
1492025-06-04T18:57:07  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1502025-06-04T19:00:34  *** eugenesiegel <eugenesiegel!~eugenesie@user/eugenesiegel> has quit IRC (Quit: Client closed)
1512025-06-04T19:01:34  *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
1522025-06-04T19:03:39  <bitcoin-git> [bitcoin] brunoerg closed pull request #32632: wallet: sqlite: there is no need to have exclusive locking when mocking (master...2025-05-wallet-sqlite) https://github.com/bitcoin/bitcoin/pull/32632
1532025-06-04T19:16:39  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
1542025-06-04T19:17:11  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1552025-06-04T19:26:26  *** robszarka <robszarka!~szarka@2603:3003:4eac:100:1caf:9753:ca8c:3cbd> has quit IRC (Quit: Leaving)
1562025-06-04T19:26:49  *** szarka <szarka!~szarka@2603:3003:4eac:100:1caf:9753:ca8c:3cbd> has joined #bitcoin-core-dev
1572025-06-04T19:33:31  *** bugs_ <bugs_!~bugs@user/bugs/x-5128603> has quit IRC (Quit: Leaving)
1582025-06-04T19:40:40  *** thelounge49 <thelounge49!~thelounge@149.106.235.56> has quit IRC (Quit: The Lounge - https://thelounge.chat)
1592025-06-04T19:40:56  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has joined #bitcoin-core-dev
1602025-06-04T19:42:16  *** thelounge49 <thelounge49!~thelounge@149.106.235.56> has joined #bitcoin-core-dev
1612025-06-04T19:59:03  *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Ping timeout: 272 seconds)
1622025-06-04T20:09:30  *** eugenesiegel <eugenesiegel!~eugenesie@user/eugenesiegel> has joined #bitcoin-core-dev
1632025-06-04T20:21:24  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has quit IRC (Quit: Christoph_)
1642025-06-04T20:23:13  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has joined #bitcoin-core-dev
1652025-06-04T20:26:44  *** thelounge49 <thelounge49!~thelounge@149.106.235.56> has quit IRC (Quit: The Lounge - https://thelounge.chat)
1662025-06-04T20:27:00  *** thelounge49 <thelounge49!~thelounge@149.106.235.56> has joined #bitcoin-core-dev
1672025-06-04T20:30:34  *** jamesob156659 <jamesob156659!~jamesob@pool-108-44-244-6.clppva.fios.verizon.net> has quit IRC (Ping timeout: 260 seconds)
1682025-06-04T20:30:34  *** jamesob443688173 <jamesob443688173!~jamesob@pool-108-44-244-6.clppva.fios.verizon.net> has quit IRC (Ping timeout: 260 seconds)
1692025-06-04T20:35:06  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has quit IRC (Quit: Christoph_)
1702025-06-04T20:35:26  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has joined #bitcoin-core-dev
1712025-06-04T20:40:00  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has quit IRC (Ping timeout: 268 seconds)
1722025-06-04T20:48:10  *** jamesob156659 <jamesob156659!~jamesob@pool-108-44-244-6.clppva.fios.verizon.net> has joined #bitcoin-core-dev
1732025-06-04T20:48:15  *** jamesob443688173 <jamesob443688173!~jamesob@pool-108-44-244-6.clppva.fios.verizon.net> has joined #bitcoin-core-dev
1742025-06-04T21:01:39  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has joined #bitcoin-core-dev
1752025-06-04T21:06:14  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has quit IRC (Ping timeout: 265 seconds)
1762025-06-04T21:33:05  *** jespada <jespada!~jespada@r179-25-2-231.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 248 seconds)
1772025-06-04T21:36:45  *** jespada <jespada!~jespada@r179-25-40-226.dialup.adsl.anteldata.net.uy> has joined #bitcoin-core-dev
1782025-06-04T21:54:37  <bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a5e98dc3ae63...0dcb45290cf8
1792025-06-04T21:54:38  <bitcoin-git> bitcoin/master f98e1aa benthecarman: rpc: Note in fundrawtransaction doc, fee rate is for package
1802025-06-04T21:54:38  <bitcoin-git> bitcoin/master 0dcb452 Ava Chow: Merge bitcoin/bitcoin#32607: rpc: Note in fundrawtransaction doc, fee rate...
1812025-06-04T21:54:39  <bitcoin-git> [bitcoin] achow101 merged pull request #32607: rpc: Note in fundrawtransaction doc, fee rate is for package (master...fundawtx-pkg-doc) https://github.com/bitcoin/bitcoin/pull/32607
1822025-06-04T22:09:19  <bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0dcb45290cf8...f94167512dc9
1832025-06-04T22:09:19  <bitcoin-git> bitcoin/master ed179e0 Martin Zumsande: test: apply microsecond precision to test framework logging
1842025-06-04T22:09:20  <bitcoin-git> bitcoin/master f941675 Ava Chow: Merge bitcoin/bitcoin#32676: test: apply microsecond precision to test fra...
1852025-06-04T22:09:20  <bitcoin-git> [bitcoin] achow101 merged pull request #32676: test: apply microsecond precision to test framework logging (master...202506_test_log_micros) https://github.com/bitcoin/bitcoin/pull/32676
1862025-06-04T22:43:38  *** Guest2 <Guest2!~Guest2@187.59.66.246> has joined #bitcoin-core-dev
1872025-06-04T22:53:23  *** eugenesiegel <eugenesiegel!~eugenesie@user/eugenesiegel> has quit IRC (Ping timeout: 272 seconds)
1882025-06-04T22:57:48  *** Guest2 <Guest2!~Guest2@187.59.66.246> has quit IRC (Quit: Client closed)
1892025-06-04T23:08:05  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
1902025-06-04T23:09:52  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1912025-06-04T23:34:54  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has joined #bitcoin-core-dev
1922025-06-04T23:35:10  *** wafflefrie <wafflefrie!uid478376@id-478376.uxbridge.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)
1932025-06-04T23:39:29  *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:ecee:1968:d5a3:ef2f> has quit IRC (Ping timeout: 248 seconds)
1942025-06-04T23:57:41  *** wafflefrie <wafflefrie!uid478376@id-478376.uxbridge.irccloud.com> has joined #bitcoin-core-dev