--- Log opened Fri Nov 03 00:00:15 2023 00:02 -!- ibiko1 [~ibiko1@170.253.45.108] has quit [Remote host closed the connection] 00:03 -!- ibiko1 [~ibiko1@170.253.45.108] has joined #bitcoin-core-dev 00:03 -!- ibiko1 [~ibiko1@170.253.45.108] has quit [Remote host closed the connection] 00:15 -!- amishbtc [~amishbtc@cpe-74-72-75-120.nyc.res.rr.com] has quit [Quit: Leaving] 00:28 -!- benwestgate [~BenWestga@2603-8080-74f0-5ac0-6d1b-489e-4a27-7411.res6.spectrum.com] has quit [Quit: Leaving.] 00:35 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 00:42 -!- salvatoshi_ [~salvatosh@genymobile-2-6-86.fib.nerim.net] has joined #bitcoin-core-dev 01:02 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 01:07 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has joined #bitcoin-core-dev 01:22 -!- puchka [~puchka@185.203.122.108] has quit [Ping timeout: 260 seconds] 01:33 -!- puchka [~puchka@185.203.122.108] has joined #bitcoin-core-dev 01:37 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has joined #bitcoin-core-dev 01:38 < bitcoin-git> [gui] BrandonOdiwuor opened pull request #775: gui: add used balance to overview page (master...overview_page_add_used_balance) https://github.com/bitcoin-core/gui/pull/775 01:40 -!- test_ [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 01:41 -!- test__ [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 01:43 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 248 seconds] 01:44 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 01:45 -!- test_ [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 248 seconds] 01:47 -!- test__ [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 252 seconds] 03:01 -!- sdfg [sdgfsdg@78.130.130.191] has joined #bitcoin-core-dev 03:01 -!- sdfg [sdgfsdg@78.130.130.191] has quit [Remote host closed the connection] 03:05 -!- ibiko1 [~ibiko1@170.253.45.108] has joined #bitcoin-core-dev 03:09 -!- ibiko1 [~ibiko1@170.253.45.108] has quit [Ping timeout: 255 seconds] 04:11 < bitcoin-git> [bitcoin] fanquake opened pull request #28781: depends: latest config.guess & config.sub (master...latest_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/28781 04:29 -!- test_ [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 04:32 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 246 seconds] 05:16 -!- benwestgate [~BenWestga@035-146-116-090.res.spectrum.com] has joined #bitcoin-core-dev 05:30 < bitcoin-git> [bitcoin] maflcko opened pull request #28782: test: Add missing sync on send_version in peer_connect (master...2311-test-less-p2p-race-) https://github.com/bitcoin/bitcoin/pull/28782 05:36 -!- fearbeag [~seanicide@216.209.44.26] has joined #bitcoin-core-dev 05:55 < maxedw> I've looked through the git log. There have been 603 merges since v25. 05:56 < maxedw> Cutting it down using `grep -i -v 'doc:\|docs:\|test:\|fuzz:\|build:\|refactor:\|ci:\|guix:\|depends:\|lint:\|move-only:\|util:'` gives 234 merges 05:56 < maxedw> I can confirm everything suggested so far to be included in the testing guide is included in that 234 merges 05:57 < maxedw> I've read through the list but nothing is jumping out at me. I'm not sure I have the context to know what's important and what's not. 05:57 -!- preimage [~halosghos@user/halosghost] has joined #bitcoin-core-dev 05:57 < maxedw> If anyone would like to have a scan through the list this is the command I used to list them: 05:58 < maxedw> `git log v25.0..HEAD --merges --pretty=format:"%h %s" | grep -i -v 'doc:\|docs:\|test:\|fuzz:\|build:\|refactor:\|ci:\|guix:\|depends:\|lint:\|move-only:\|util:'` 05:58 -!- angusp [9e8eed9774@2604:bf00:561:2000::1048] has quit [Ping timeout: 246 seconds] 06:01 -!- angusp [9e8eed9774@2604:bf00:561:2000::1048] has joined #bitcoin-core-dev 06:16 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 06:39 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 06:40 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 06:44 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Ping timeout: 245 seconds] 06:52 < bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9b68c9b85efe...f23ac10ca5a3 06:52 < bitcoin-git> bitcoin/master 651fa40 Greg Sanders: fuzz: tx_pool checks ATMP result invariants 06:52 < bitcoin-git> bitcoin/master 34088d6 glozow: [test util] CheckPackageMempoolAcceptResult for sanity-checking results 06:52 < bitcoin-git> bitcoin/master fcb3069 Greg Sanders: Use CheckPackageMempoolAcceptResult for package evaluation fuzzing 06:52 < bitcoin-git> [bitcoin] glozow merged pull request #28764: Fuzz: Check individual and package transaction invariants (master...fuzz_atmp_invariants) https://github.com/bitcoin/bitcoin/pull/28764 07:00 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 07:08 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 07:11 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:fd09:37b0:f8f6:734d] has joined #bitcoin-core-dev 07:14 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 07:23 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 07:28 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 07:30 -!- delicateglitter4 [~delicateg@2804:6500:1002:46:aa4f:6e67:82a2:364f] has joined #bitcoin-core-dev 07:30 -!- delicateglitter4 [~delicateg@2804:6500:1002:46:aa4f:6e67:82a2:364f] has quit [Remote host closed the connection] 07:41 < bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/f23ac10ca5a3...5d9f45082bda 07:41 < bitcoin-git> bitcoin/master da9aceb glozow: [refactor] move package checks into helper functions 07:41 < bitcoin-git> bitcoin/master 6ff647a glozow: scripted-diff: rename CheckPackage to IsWellFormedPackage 07:41 < bitcoin-git> bitcoin/master 10c0a86 glozow: [test util] CreateValidTransaction multi-in/out, configurable feerate, sig... 07:41 < bitcoin-git> [bitcoin] fanquake merged pull request #28758: refactors for subpackage evaluation (master...2023-10-26711-refactors) https://github.com/bitcoin/bitcoin/pull/28758 07:43 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d9f45082bda...0fd7ca483842 07:43 < bitcoin-git> bitcoin/master 664c873 fanquake: depends: drop -O1 workaround from arm64 apple Qt build 07:43 < bitcoin-git> bitcoin/master 0fd7ca4 fanquake: Merge bitcoin/bitcoin#28778: depends: drop -O1 workaround from arm64 apple... 07:43 < bitcoin-git> [bitcoin] fanquake merged pull request #28778: depends: drop -O1 workaround from arm64 apple Qt build (master...drop_O1_workaround_qt) https://github.com/bitcoin/bitcoin/pull/28778 07:49 -!- pablomartin [~pablomart@92.118.61.216] has joined #bitcoin-core-dev 07:50 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 07:51 < bitcoin-git> [bitcoin] achow101 pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/0fd7ca483842...d9007f51a748 07:51 < bitcoin-git> bitcoin/master 4aa98b7 glozow: [lint] update expected boost includes 07:51 < bitcoin-git> bitcoin/master e3b2e63 glozow: [refactor] change MiniMinerMempoolEntry ctor to take values, update includ... 07:51 < bitcoin-git> bitcoin/master 5a83f55 glozow: [MiniMiner] allow manual construction with non-mempool txns 07:51 < bitcoin-git> [bitcoin] achow101 merged pull request #28762: MiniMiner changes for package linearization (master...2023-10-26711-miniminer) https://github.com/bitcoin/bitcoin/pull/28762 07:52 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 08:02 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 08:04 -!- Sullied_ [~Sullied@138.199.43.74] has joined #bitcoin-core-dev 08:09 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 08:10 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 08:13 < bitcoin-git> [bitcoin] fanquake opened pull request #28783: build: remove `-bind_at_load` usage (master...remove_bind_at_load) https://github.com/bitcoin/bitcoin/pull/28783 08:28 -!- qxs [~qxs@gateway/tor-sasl/qxs] has quit [Remote host closed the connection] 08:28 -!- qxs [~qxs@gateway/tor-sasl/qxs] has joined #bitcoin-core-dev 08:30 < bitcoin-git> [bitcoin] romanz opened pull request #28784: rpc: keep .cookie if it was not generated (master...fix-cookie-delete) https://github.com/bitcoin/bitcoin/pull/28784 08:56 -!- hernanmarino [~hernanmar@181.98.56.2] has quit [Ping timeout: 240 seconds] 09:00 -!- hernanmarino [~hernanmar@181.98.56.2] has joined #bitcoin-core-dev 09:08 < maxedw> Wiki page of topics under consideration: https://github.com/bitcoin-core/bitcoin-devwiki/wiki/26.0-Testing-Guide-Topics 09:09 < maxedw> for the 26.0 RC testing guide 09:10 < maxedw> previous guides seemed to focus on 4-6 topics 09:14 < dergoegge> maxedw: #27501 could be added 09:14 <@gribble> https://github.com/bitcoin/bitcoin/issues/27501 | mempool / rpc: add getprioritisedtransactions, delete a mapDeltas entry when delta==0 by glozow · Pull Request #27501 · bitcoin/bitcoin · GitHub 09:15 < maxedw> I'll add it to the proposed list 09:31 < bitcoin-git> [bitcoin] glozow opened pull request #28785: validation: return more helpful results for reconsiderable fee failures and skipped transactions (master...2023-11-txresult-fee) https://github.com/bitcoin/bitcoin/pull/28785 09:32 -!- puchka [~puchka@185.203.122.108] has quit [Ping timeout: 255 seconds] 09:33 -!- qxs [~qxs@gateway/tor-sasl/qxs] has quit [Ping timeout: 256 seconds] 09:34 -!- qxs [~qxs@gateway/tor-sasl/qxs] has joined #bitcoin-core-dev 09:34 -!- salvatoshi_ [~salvatosh@genymobile-2-6-86.fib.nerim.net] has quit [Ping timeout: 240 seconds] 09:39 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 09:44 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 09:45 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 09:46 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 09:50 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Ping timeout: 245 seconds] 10:07 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 10:11 -!- test_ [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 260 seconds] 10:11 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 10:12 < achow101> 26.0rc2 bins are uploaded 10:13 < fanquake> 🎉 10:13 < instagibbs> eyy 10:13 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 10:14 -!- Murch[m] [~murch@user/murch] has changed host 10:14 < Murch[m]> Nice! 10:16 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Ping timeout: 255 seconds] 10:26 < laanwj> great! 10:27 < fanquake> sent some emails while we still can 10:27 < laanwj> hah yes 10:31 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 10:32 < bitcoin-git> [bitcoin] fanquake opened pull request #28786: guix: switch to 6.1 kernel headers over 5.15 (master...linux_headers_6_1_longterm) https://github.com/bitcoin/bitcoin/pull/28786 10:42 -!- preimage [~halosghos@user/halosghost] has quit [Quit: WeeChat 4.1.0] 10:50 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 10:52 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 10:52 -!- dviola [~diego@user/dviola] has quit [Ping timeout: 255 seconds] 10:54 -!- preimage [~halosghos@user/halosghost] has joined #bitcoin-core-dev 11:02 -!- LarryRuane [sid473749@id-473749.uxbridge.irccloud.com] has joined #bitcoin-core-dev 11:05 -!- ibiko1 [~ibiko1@170.253.45.108] has joined #bitcoin-core-dev 11:06 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 11:06 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 11:09 -!- ibiko1 [~ibiko1@170.253.45.108] has quit [Ping timeout: 245 seconds] 11:12 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Ping timeout: 258 seconds] 11:21 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 11:30 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 11:31 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 11:37 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Ping timeout: 258 seconds] 11:41 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 11:44 -!- cold [~cold@user/cold] has quit [Quit: Quitting...] 11:45 -!- _cold [~cold@user/cold] has joined #bitcoin-core-dev 11:58 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 11:59 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 12:03 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Ping timeout: 258 seconds] 12:07 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 12:11 < bitcoin-git> [bitcoin] theStack opened pull request #28787: init: completely remove `-zapwallettxes` (remaining hidden option) (master...202311-init-remove_zapwallettxes_remains) https://github.com/bitcoin/bitcoin/pull/28787 12:34 -!- pablomartin [~pablomart@92.118.61.216] has quit [Ping timeout: 245 seconds] 12:35 -!- Sullied_ [~Sullied@138.199.43.74] has quit [Ping timeout: 272 seconds] 12:47 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:fd09:37b0:f8f6:734d] has quit [Remote host closed the connection] 12:54 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 12:54 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 12:56 -!- szkl [uid110435@id-110435.uxbridge.irccloud.com] has joined #bitcoin-core-dev 12:57 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 13:01 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 13:06 < bitcoin-git> [bitcoin] instagibbs opened pull request #28788: test: bugfix CheckPackageMempoolAcceptResult return all error strings (master...fix_cpmar) https://github.com/bitcoin/bitcoin/pull/28788 13:12 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 13:23 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Remote host closed the connection] 13:24 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 13:29 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Ping timeout: 264 seconds] 13:30 < bitcoin-git> [bitcoin] maflcko opened pull request #28789: fuzz: Avoid utxo_total_supply timeout (take 2) (master...2311-fuzz-timeout-) https://github.com/bitcoin/bitcoin/pull/28789 13:58 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 14:01 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 14:02 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Ping timeout: 258 seconds] 14:04 -!- mudsip [~mudsip@user/mudsip] has quit [Client Quit] 14:05 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 14:08 -!- mudsip [~mudsip@user/mudsip] has quit [Client Quit] 14:31 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 14:36 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Ping timeout: 260 seconds] 14:39 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has joined #bitcoin-core-dev 14:46 -!- brunoerg [~brunoerg@mvx-177-92-76-170.mundivox.com] has quit [Ping timeout: 264 seconds] 14:57 -!- Sullied_ [~Sullied@138.199.43.74] has joined #bitcoin-core-dev 15:45 -!- test_ [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 15:46 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 15:48 -!- Guest35 [~Guest35@80-109-134-51.cable.dynamic.surfer.at] has joined #bitcoin-core-dev 15:48 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 245 seconds] 15:55 -!- szkl [uid110435@id-110435.uxbridge.irccloud.com] has quit [Quit: Connection closed for inactivity] 16:11 -!- Guest35 [~Guest35@80-109-134-51.cable.dynamic.surfer.at] has quit [Quit: Client closed] 17:00 -!- Netsplit *.net <-> *.split quits: kanzure, bcdarc_, willcl-ark, darosior, stratospher_, MatrixBot123 17:00 -!- Netsplit *.net <-> *.split quits: jonatack, qubenix, MacroFake 17:00 -!- willcl-ark [~willcl-ar@77.100.20.178] has joined #bitcoin-core-dev 17:00 -!- Netsplit over, joins: darosior 17:00 -!- Netsplit over, joins: MatrixBot123, kanzure 17:01 -!- Netsplit over, joins: stratospher_ 17:01 -!- bcdarc [~bcdarc@4.53.92.114] has joined #bitcoin-core-dev 17:01 -!- willcl-ark [~willcl-ar@user/willcl-ark/x-8282106] has changed host 17:04 -!- MacroFake [~none@107.172.8.183] has joined #bitcoin-core-dev 17:05 -!- qubenix [~qubenix@user/qubenix] has joined #bitcoin-core-dev 17:06 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 17:40 -!- szkl [uid110435@id-110435.uxbridge.irccloud.com] has joined #bitcoin-core-dev 18:34 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 18:37 -!- test_ [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 252 seconds] 19:03 -!- preimage [~halosghos@user/halosghost] has quit [Quit: WeeChat 4.1.0] 19:44 -!- jonatack [~jonatack@user/jonatack] has quit [Quit: WeeChat 4.1.0] 19:58 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 20:48 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 21:01 -!- cmirror [~cmirror@4.53.92.114] has quit [Remote host closed the connection] 21:01 -!- cmirror [~cmirror@4.53.92.114] has joined #bitcoin-core-dev 21:16 -!- dviola [~diego@user/dviola] has joined #bitcoin-core-dev 21:42 -!- mxz [~mxz@user/mxz] has quit [Quit: cya] 21:43 -!- mxz [~mxz@user/mxz] has joined #bitcoin-core-dev 23:05 -!- hernanmarino [~hernanmar@181.98.56.2] has quit [Ping timeout: 255 seconds] 23:06 -!- hernanmarino [~hernanmar@181.98.56.2] has joined #bitcoin-core-dev 23:17 -!- qxs [~qxs@gateway/tor-sasl/qxs] has quit [Ping timeout: 256 seconds] 23:17 -!- qxs [~qxs@gateway/tor-sasl/qxs] has joined #bitcoin-core-dev 23:42 -!- Guest10 [~Guest10@bband-dyn230.178-40-134.t-com.sk] has joined #bitcoin-core-dev 23:43 -!- Guest10 [~Guest10@bband-dyn230.178-40-134.t-com.sk] has quit [Client Quit] 23:56 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev --- Log closed Sat Nov 04 00:00:15 2023