--- Log opened Thu Jun 26 00:00:24 2025 00:13 -!- Guest73 [~Guest73@46.8.237.52] has joined #bitcoin-core-dev 00:34 -!- entropyx [~blackbox@user/entropyx] has quit [Ping timeout: 272 seconds] 00:39 -!- entropyx [~blackbox@82.86.129.175] has joined #bitcoin-core-dev 00:39 -!- entropyx [~blackbox@user/entropyx] has changed host 00:40 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 00:48 -!- Guest73 [~Guest73@46.8.237.52] has quit [Quit: Client closed] 01:09 < bitcoin-git> [gui] VolodymyrBg opened pull request #878: Fix broken navigation link to files documentation in README_doxygen.md (master...patch-1) https://github.com/bitcoin-core/gui/pull/878 02:02 -!- mcey_ [~emcy@148.252.128.219] has joined #bitcoin-core-dev 02:06 -!- emcy__ [~emcy@185.69.144.205] has quit [Ping timeout: 276 seconds] 02:09 -!- Guest24 [~Guest24@2405:6580:3780:5600:90eb:c052:c8dc:5d4a] has joined #bitcoin-core-dev 02:10 -!- Guest24 [~Guest24@2405:6580:3780:5600:90eb:c052:c8dc:5d4a] has quit [Client Quit] 02:44 -!- dongcarl [~dongcarl@syn-066-065-169-019.res.spectrum.com] has quit [Quit: Ping timeout (120 seconds)] 02:45 -!- dongcarl [~dongcarl@syn-066-065-169-019.res.spectrum.com] has joined #bitcoin-core-dev 03:07 < bitcoin-git> [bitcoin] leopardracer opened pull request #32816: Update p2p_monitor.py (master...master) https://github.com/bitcoin/bitcoin/pull/32816 03:24 < bitcoin-git> [gui] hebasto closed pull request #878: Fix broken navigation link to files documentation in README_doxygen.md (master...patch-1) https://github.com/bitcoin-core/gui/pull/878 04:04 -!- steven [~steven@irc.roose.io] has left #bitcoin-core-dev [] 04:10 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e5f9218b6afb...8fafb81320dd 04:10 < bitcoin-git> bitcoin/master ead4468 Hennadii Stepanov: cmake: Use `HINTS` instead of `PATHS` in `find_*` commands 04:10 < bitcoin-git> bitcoin/master 8fafb81 merge-script: Merge bitcoin/bitcoin#32805: cmake: Use `HINTS` instead of `PATHS` in `fin... 04:10 < bitcoin-git> [bitcoin] fanquake merged pull request #32805: cmake: Use `HINTS` instead of `PATHS` in `find_*` commands (master...250624-qrencode) https://github.com/bitcoin/bitcoin/pull/32805 04:22 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [Closing Window] 04:43 -!- Guest4 [~Guest4@212.105.153.238] has joined #bitcoin-core-dev 04:47 -!- Guest4 [~Guest4@212.105.153.238] has quit [Client Quit] 04:48 -!- fi3 [~fi3@212.105.153.238] has joined #bitcoin-core-dev 04:48 -!- fi3 [~fi3@user/fi3] has changed host 04:48 -!- fi3 [~fi3@user/fi3] has quit [Client Quit] 04:49 -!- fi3 [~fi3@user/fi3] has joined #bitcoin-core-dev 04:49 < fi3> Hi, I'm wondering what is the bheaviour of dumputxoset 04:49 < fi3> when we have mutliple valid tips 04:49 < fi3> let say that we are in this state: 04:49 < fi3> b0 -> b1,0 04:49 < fi3>       -> b1,1 04:49 < fi3> wich utxoset dumbutxoset will dump? 04:49 < fi3> the one for b1,0 or b1,1 04:49 < fi3> when I use latest? 04:49 < fi3> if I specify the hash of b1,0 or b1,1 can I force it to dump the one that I want? 04:49 < fi3> ] 05:00 < sipa> bitcoin core only keeps track of a utxo for its active tip 05:00 < sipa> well, and one corresponding to the mempool 05:03 < sipa> you mean dumptxoutset, i assume? 05:03 < sipa> latest will dump the utxo set for the current active tip 05:04 < fi3> dumptxoutset yep the rpc call 05:04 < fi3> > latest will dump the utxo set for the current active tip 05:04 < fi3> ok make sense 05:05 < fi3> can I sepcifically ask to dump an utxo set for a non active tip? 05:05 < sipa> rollback will dump the utxo set of the ancestor of the currently active tip that you specify 05:07 < sipa> i don't think so 05:07 < fi3> ok ty 05:38 -!- jespada [~jespada@179.26.250.220] has joined #bitcoin-core-dev 06:21 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8fafb81320dd...5170ec1ae35d 06:21 < bitcoin-git> bitcoin/master 6c2538d Cory Fields: depends: Bump boost to 1.88.0 and use new CMake buildsystem 06:21 < bitcoin-git> bitcoin/master 5170ec1 merge-script: Merge bitcoin/bitcoin#32665: depends: Bump boost to 1.88.0 and use new CMa... 06:21 < bitcoin-git> [bitcoin] fanquake merged pull request #32665: depends: Bump boost to 1.88.0 and use new CMake buildsystem (master...boost_shrink) https://github.com/bitcoin/bitcoin/pull/32665 06:37 -!- zone117x [sid117212@tinside.irccloud.com] has quit [Ping timeout: 244 seconds] 06:41 -!- zone117x [sid117212@id-117212.tinside.irccloud.com] has joined #bitcoin-core-dev 07:00 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5170ec1ae35d...67ea4b9994e6 07:00 < bitcoin-git> bitcoin/master 8800b5a Hennadii Stepanov: cmake: Explicitly specify `Boost_ROOT` for Homebrew's package 07:00 < bitcoin-git> bitcoin/master 67ea4b9 merge-script: Merge bitcoin/bitcoin#32814: cmake: Explicitly specify `Boost_ROOT` for Ho... 07:01 < bitcoin-git> [bitcoin] fanquake merged pull request #32814: cmake: Explicitly specify `Boost_ROOT` for Homebrew's package (master...250624-findboost) https://github.com/bitcoin/bitcoin/pull/32814 07:04 < bitcoin-git> [bitcoin] fanquake closed pull request #32804: Fix build on macOS when `qt@6` is installed (29.x...250624-29.x-multi-qt) https://github.com/bitcoin/bitcoin/pull/32804 07:07 -!- Cory63 [~Cory65@user/pasha] has quit [Quit: Client closed] 07:07 -!- Cory63 [~Cory63@user/pasha] has joined #bitcoin-core-dev 07:08 < bitcoin-git> [bitcoin] willcl-ark opened pull request #32818: Add read-only mode to sqlite db and use in `bitcoin-wallet` (master...wallet-tool-indempotent) https://github.com/bitcoin/bitcoin/pull/32818 07:13 -!- Cory63 [~Cory63@user/pasha] has quit [Quit: Client closed] 07:13 -!- Cory63 [~Cory63@user/pasha] has joined #bitcoin-core-dev 07:21 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 07:22 -!- memset [~memset@gateway/tor-sasl/memset] has joined #bitcoin-core-dev 08:07 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 08:07 -!- memset [~memset@gateway/tor-sasl/memset] has joined #bitcoin-core-dev 08:09 -!- hardtotell [~hardtotel@user/hardtotell] has quit [Quit: Ping timeout (120 seconds)] 08:10 -!- hardtotell [~hardtotel@user/hardtotell] has joined #bitcoin-core-dev 08:22 < bitcoin-git> [bitcoincore.org] fanquake opened pull request #1151: Bitcoin Core 28.2 (master...bitcoin_core_28_2) https://github.com/bitcoin-core/bitcoincore.org/pull/1151 08:32 -!- Cory42 [~Cory63@user/pasha] has joined #bitcoin-core-dev 08:37 -!- Cory63 [~Cory63@user/pasha] has quit [Ping timeout: 272 seconds] 08:55 -!- Emc99 [~Emc99@212.129.75.35] has joined #bitcoin-core-dev 09:00 < achow101> #startmeeting 09:00 < corebot> achow101: Meeting started at 2025-06-26T16:00+0000 09:00 < corebot> achow101: Current chairs: achow101 09:00 < corebot> achow101: Useful commands: #action #info #idea #link #topic #motion #vote #close #endmeeting 09:00 < corebot> achow101: See also: https://hcoop-meetbot.readthedocs.io/en/stable/ 09:00 < corebot> achow101: Participants should now identify themselves with '#here' or with an alias like '#here FirstLast' 09:00 < achow101> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge fanquake fjahr furszy gleb glozow hebasto hodlinator instagibbs jarolrod jonatack josibake kanzure laanwj LarryRuane lightlike luke-jr maflcko marcofleon maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark 09:00 < TheCharlatan> hi 09:00 < hebasto> hi 09:00 < janb84> #here 09:00 < johnny9dev> hi 09:00 < sipa> hi 09:00 < brunoerg> hi 09:00 < janb84> hi 09:00 < fjahr> hi 09:00 < glozow> hi 09:00 < willcl-ark> hi 09:00 < laanwj> hi 09:01 -!- Guest34 [~Guest34@2a00:4841:173c:bf00:cd94:5e94:abe2:f00e] has joined #bitcoin-core-dev 09:01 < achow101> There is one preproposed meeting topic this week, any last minute ones to add? 09:01 < stickies-v> hi 09:01 < pinheadmz> Hi 09:01 < Murch[m]> Hi 09:01 < instagibbs> hi 09:01 < sr_gi[m]1> hi 09:01 < darosior> hi 09:01 < achow101> #topic Erlay WG Update (sr_gi, gleb) 09:02 < furszy> hi 09:02 -!- Guest34 [~Guest34@2a00:4841:173c:bf00:cd94:5e94:abe2:f00e] has quit [Client Quit] 09:02 -!- Guest34 [~Guest34@2a00:4841:173c:bf00:cd94:5e94:abe2:f00e] has joined #bitcoin-core-dev 09:03 < sr_gi[m]1> I went back to look at the code and see if I could find why the propagation times were too good to be true, and I may have found the underlaying issue. Some transaction were being announced via reconciliation before those peers should have been aware of it, which may have made Erlay faster. I patched that yesterday and I'm currently working on re-simulate it to make sure 09:04 < sr_gi[m]1> I'll report back once I have some results 09:04 < Murch[m]> sr_gi: Alternatively, you should also make sure that you didn’t accidentally invent faster-than-light communication! ;) 09:04 < sr_gi[m]1> lol 09:05 < Murch[m]> j/k, makes sense 09:05 < sr_gi[m]1> Transaction are actually traveling back in time :P 09:05 -!- Guest34 [~Guest34@2a00:4841:173c:bf00:cd94:5e94:abe2:f00e] has quit [Client Quit] 09:06 < sr_gi[m]1> That's it for me, hopping to have some results by next week 09:06 < achow101> #topic Kernel WG Update (TheCharlatan) 09:06 < TheCharlatan> Been talking to some people about splitting up cs_main and allowing net_processing to call validation functions without being blocked on their return. Been trying out a few approaches for this, but I feel like this will take some time before I can share results on one approach or the other. 09:06 < kanzure> hi 09:06 < TheCharlatan> We also got another go wrapper for the library: https://github.com/stringintech/go-bitcoinkernel 09:07 < TheCharlatan> Looking for review on #32317 09:07 < corebot> https://github.com/bitcoin/bitcoin/issues/32317 | kernel: Separate UTXO set access from validation functions by TheCharlatan · Pull Request #32317 · bitcoin/bitcoin · GitHub 09:07 < TheCharlatan> That's all :) 09:07 < sipa> sr_gi[m]1: https://github.com/bitcoin/bitcoin/blob/master/src/addrman.cpp#L75 09:08 < achow101> #topic Cluster Mempool WG Update (sdaftuar, sipa) 09:08 < sr_gi[m]1> sipa: basically 09:08 < furszy> TheCharlatan: I might have something for you. Let's talk later :). 09:08 < sipa> hi 09:08 < sipa> no updates, i think? 09:09 < achow101> #topic MuSig2 WG Update (achow101, rkrux) 09:09 < achow101> Addressed review in #31244 which I think is probably rfm. The remaining comments are nits that I think can be addressed in followups. 09:09 < corebot> https://github.com/bitcoin/bitcoin/issues/31244 | descriptors: MuSig2 by achow101 · Pull Request #31244 · bitcoin/bitcoin · GitHub 09:09 < darosior> TheCharlatan: cool! 09:10 < achow101> #topic orphan resolution WG Update (glozow) 09:10 < glozow> #31829 is making progress, thanks for all the reviews! I’m looking at the newer comments today re benchmarking. 09:10 < corebot> https://github.com/bitcoin/bitcoin/issues/31829 | p2p: improve TxOrphanage denial of service bounds by glozow · Pull Request #31829 · bitcoin/bitcoin · GitHub 09:10 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 09:10 < sipa> glozow: i'm writing a simulation fuzz test for it, it almost works 09:10 < instagibbs> glozow ah you're doing it? I won't duplicate effort then :) 09:10 < sipa> (everything except LimitOrphans, which is just a minor detail right) 09:10 < instagibbs> sipa ez 09:10 < glozow> sipa: hahaha. thanks! 09:11 < glozow> instagibbs: just trying to decipher the description atm 09:11 < glozow> Do we want this bench inside the PR? 09:11 < sipa> i think it should be in the PR, can use bench.epochs(1) to avoid measuring the setup time 09:11 < glozow> I originally dropped all of them because they were just for feeling out worst cases, not for demonstrating speedups 09:12 < instagibbs> can drop the non-evict bench if the epochs(1) thing works 09:12 < sipa> not making worst cases worse is also interesting 09:12 < glozow> sure 👍 I can bring back the EraseForBlock ones too then 09:12 < instagibbs> also informs any constant changes in future 09:14 < sipa> glozow: the example instagibbs posted is the one we worked out when designing the dos score idea 09:14 < sipa> though with more concrete numbers for what is actually implemented now 09:15 < glozow> ah, wait how does it differ from the one I implemented? 09:15 < instagibbs> We can chat offline 09:15 < sipa> i have no idea, i did not review the benchmarks :) 09:15 < glozow> okok 09:16 < achow101> #topic QML GUI WG Update (jarolrod, johnny9dev) 09:16 < johnny9dev> Back from BTCPrague now. Presented a demo of the wallet during the Dev/Hack/Day and it went well. General feedback was that this seems like an obvious thing to build so that was encouraging. Currently working on getting PRs setup to update the gui-qml repo with all of the features that were added for the demo. 09:16 < johnny9dev> Afterwards, focus is going to be on rebase, submoduling, and figuring out what CI and release might look like for this project. 09:18 < achow101> #topic Script Validation WG Update (fjahr) 09:18 < fjahr> nothing significant to share, kind of waiting for an update on the secp batch PR and need to ask for an update there 09:19 < achow101> #topic mutation testing update (brunoerg) 09:19 < brunoerg> Hi, just a quick update! Some time ago I announced bitcoincore.space, but we just integrated mutation testing into corecheck, so I’m not going to update that anymore. You can see Core mutation testing report at corecheck.dev/mutation. This report is updated once a week. We’re working to make the whole process more efficient and soon we will expand it to more part of the codebase. Based on the last run, 09:19 < brunoerg> there are 326 unkilled mutants. Of course, we can ignore some of them, but there are many interesting cases that we should address in our tests. Thanks @m3dwards for making it happen. 09:21 < achow101> neat! 09:21 < achow101> Any other topics to discuss this week? 09:21 < stickies-v> very nice dashboard, thanks brunoerg ! 09:22 < fjahr> Just a note that didn’t seem worth a topic: Since the embedded ASMap PR is making progress I think there is necessity to discuss the asmap org which houses the data we are using (as it is currently planned). I think there should be some access sharing just in case of emergency because I am the only owner right now. But I think this can wait until the PR is merged and I think the next in-person meeting would be good to 09:22 < fjahr> discuss this unless there are objections, i.e. people see this as a blocker to merging the PR. 09:23 < sipa> the current PR doesn't enable it by default yet, but it does incorporate the community-built asmap data into the release binary 09:23 < sipa> i think it may make sense to transfer the asmap-data repo at least to the bitcoin-core org 09:24 < fjahr> Right, happy to do that now or after the PR is merged. 09:25 < sipa> we can discuss on the PR i think 09:26 < achow101> #endmeeting 09:26 < corebot> achow101: Meeting ended at 2025-06-26T16:26+0000 09:26 < corebot> achow101: Raw log: https://achow101.com/ircmeetings/2025/bitcoin-core-dev.2025-06-26_16_00.log.json 09:26 < corebot> achow101: Formatted log: https://achow101.com/ircmeetings/2025/bitcoin-core-dev.2025-06-26_16_00.log.html 09:26 < corebot> achow101: Minutes: https://achow101.com/ircmeetings/2025/bitcoin-core-dev.2025-06-26_16_00.html 09:26 -!- Emc99 [~Emc99@212.129.75.35] has quit [Quit: Client closed] 09:26 < fjahr> sipa: ok, that works as well 09:27 < darosior> brunoerg: nice. Interesting to see a FindAndDelete match isn't exercised. I can add a test for this 09:27 < brunoerg> darosior: cool 09:27 -!- dzxzg [~dzxzg@user/dzxzg] has joined #bitcoin-core-dev 09:29 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67ea4b9994e6...4145a9463a58 09:29 < bitcoin-git> bitcoin/master 173394d Hennadii Stepanov: depends: Build `qt` package for FreeBSD hosts 09:29 < bitcoin-git> bitcoin/master 4145a94 merge-script: Merge bitcoin/bitcoin#32731: depends: Build `qt` package for FreeBSD hosts 09:29 < bitcoin-git> [bitcoin] fanquake merged pull request #32731: depends: Build `qt` package for FreeBSD hosts (master...250611-freebsd-qt) https://github.com/bitcoin/bitcoin/pull/32731 09:33 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4145a9463a58...c43cc48aaaaa 09:33 < bitcoin-git> bitcoin/master 2c43b6a Antoine Poinsot: init: cap -maxmempool to 500 MB on 32-bit systems 09:33 < bitcoin-git> bitcoin/master 9f8e7b0 Antoine Poinsot: node: cap -dbcache to 1GiB on 32-bit architectures 09:33 < bitcoin-git> bitcoin/master c43cc48 merge-script: Merge bitcoin/bitcoin#32530: node: cap `-maxmempool` and `-dbcache` values... 09:33 < bitcoin-git> [bitcoin] fanquake merged pull request #32530: node: cap `-maxmempool` and `-dbcache` values for 32-bit (master...2505_limit_mempool_32bit) https://github.com/bitcoin/bitcoin/pull/32530 09:34 -!- janb84 [~janb84@user/janb84] has quit [Quit: WeeChat 4.6.3] 09:36 -!- fi3 [~fi3@user/fi3] has quit [Quit: Client closed] 09:37 -!- janb84 [~janb84@user/janb84] has joined #bitcoin-core-dev 09:40 < bitcoin-git> [bitcoin] darosior opened pull request #32819: Add release note for #32530 (master...2506_release_note_maxmempool_cap_32bit) https://github.com/bitcoin/bitcoin/pull/32819 10:13 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 10:13 -!- Cory42 [~Cory63@user/pasha] has quit [Quit: Client closed] 10:13 -!- memset [~memset@gateway/tor-sasl/memset] has joined #bitcoin-core-dev 10:13 -!- Cory42 [~Cory42@user/pasha] has joined #bitcoin-core-dev 10:19 -!- l0rinc [~l0rinc@user/l0rinc] has joined #bitcoin-core-dev 10:22 -!- Cory42 [~Cory42@user/pasha] has quit [Quit: Client closed] 10:23 -!- Cory42 [~Cory42@user/pasha] has joined #bitcoin-core-dev 10:43 -!- u8a8 [~u8a8@pool-99-251-179-141.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 10:43 -!- l0rinc [~l0rinc@user/l0rinc] has quit [Ping timeout: 252 seconds] 10:46 -!- TallTim [~talltim@24.124.35.28] has quit [Ping timeout: 252 seconds] 10:49 -!- TallTim [~talltim@24-124-35-28-static.midco.net] has joined #bitcoin-core-dev 10:49 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 10:49 -!- memset [~memset@gateway/tor-sasl/memset] has joined #bitcoin-core-dev 10:51 -!- dzxzg2 [~dzxzg@user/dzxzg] has joined #bitcoin-core-dev 10:51 -!- dzxzg [~dzxzg@user/dzxzg] has quit [Quit: Konversation terminated!] 10:53 -!- u8a8 [~u8a8@pool-99-251-179-141.cpe.net.cable.rogers.com] has quit [Ping timeout: 272 seconds] 11:13 -!- Cory42 [~Cory42@user/pasha] has quit [Quit: Client closed] 11:13 -!- Cory42 [~Cory42@user/pasha] has joined #bitcoin-core-dev 11:48 -!- pablomartin is now known as pablomartin4btc 12:01 -!- Cory42 [~Cory42@user/pasha] has quit [Quit: Client closed] 12:01 -!- Cory42 [~Cory42@user/pasha] has joined #bitcoin-core-dev 12:27 -!- catvstory [~catvstory@user/catvstory] has joined #bitcoin-core-dev 12:31 -!- janb84 [~janb84@user/janb84] has quit [Quit: WeeChat 4.6.3] 12:34 -!- janb84 [~janb84@user/janb84] has joined #bitcoin-core-dev 12:38 -!- catvstory [~catvstory@user/catvstory] has quit [Remote host closed the connection] 13:00 -!- u8a8 [~u8a8@pool-99-251-179-141.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 13:00 -!- u8a8 [~u8a8@pool-99-251-179-141.cpe.net.cable.rogers.com] has left #bitcoin-core-dev [] 13:32 -!- Guest23 [~Guest23@212.81-166-206.customer.lyse.net] has joined #bitcoin-core-dev 13:33 -!- Guest23 [~Guest23@212.81-166-206.customer.lyse.net] has quit [Client Quit] 13:40 -!- Cory42 [~Cory42@user/pasha] has quit [Quit: Client closed] 13:40 -!- Cory42 [~Cory42@user/pasha] has joined #bitcoin-core-dev 13:57 -!- dzxzg2 [~dzxzg@user/dzxzg] has quit [Ping timeout: 272 seconds] 14:03 -!- P8tBoy [xyz@cryption.cn] has joined #bitcoin-core-dev 14:03 -!- PatBoy [xyz@cryption.cn] has quit [Ping timeout: 276 seconds] 14:10 -!- entropyx [~blackbox@user/entropyx] has quit [Remote host closed the connection] 14:11 -!- entropyx [~blackbox@user/entropyx] has joined #bitcoin-core-dev 14:20 -!- nipiQ [~nipiQ@user/nipiQ] has joined #bitcoin-core-dev 14:28 -!- Cory14 [~Cory42@user/pasha] has joined #bitcoin-core-dev 14:32 -!- Cory42 [~Cory42@user/pasha] has quit [Ping timeout: 272 seconds] 14:51 -!- nipiQ [~nipiQ@user/nipiQ] has quit [Quit: Client closed] 15:14 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 15:24 -!- memset [~memset@gateway/tor-sasl/memset] has joined #bitcoin-core-dev 15:37 -!- Cory14 [~Cory42@user/pasha] has quit [Quit: Client closed] 15:37 -!- Cory14 [~Cory14@user/pasha] has joined #bitcoin-core-dev 16:09 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 16:12 -!- mudsip [~mudsip@user/mudsip] has quit [Client Quit] 17:03 -!- jespada [~jespada@179.26.250.220] has quit [Ping timeout: 252 seconds] 17:05 -!- memset [~memset@gateway/tor-sasl/memset] has quit [Remote host closed the connection] 17:05 -!- memset [~memset@gateway/tor-sasl/memset] has joined #bitcoin-core-dev 18:28 -!- sliv3r__ [~sliv3r__@user/sliv3r-:76883] has quit [Ping timeout: 260 seconds] 18:31 -!- sliv3r__ [~sliv3r__@user/sliv3r-:76883] has joined #bitcoin-core-dev 18:47 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has quit [Quit: leaving] 19:08 -!- SerialNumber [~SN@176.117.184.72] has joined #bitcoin-core-dev 19:46 < bitcoin-git> [bitcoincore.org] azuchi opened pull request #1152: Apply #1147 to japanese translation (master...apply-#1147-to-japanese-translation) https://github.com/bitcoin-core/bitcoincore.org/pull/1152 19:52 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 19:55 -!- SerialNumber [~SN@176.117.184.72] has quit [Read error: Connection reset by peer] 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:38 -!- entropyx [~blackbox@user/entropyx] has quit [Ping timeout: 244 seconds] 21:40 -!- entropyx [~blackbox@82.86.129.175] has joined #bitcoin-core-dev 21:40 -!- entropyx [~blackbox@user/entropyx] has changed host 22:28 -!- entropyx [~blackbox@user/entropyx] has quit [Remote host closed the connection] 22:30 -!- entropyx [~blackbox@82.86.129.175] has joined #bitcoin-core-dev 22:30 -!- entropyx [~blackbox@user/entropyx] has changed host 23:04 -!- l0rinc [~l0rinc@user/l0rinc] has joined #bitcoin-core-dev 23:14 -!- l0rinc [~l0rinc@user/l0rinc] has quit [Quit: l0rinc] 23:35 -!- sugarpuff [sid92283@lymington.irccloud.com] has quit [Ping timeout: 244 seconds] 23:38 -!- sugarpuff [sid92283@id-92283.lymington.irccloud.com] has joined #bitcoin-core-dev 23:54 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 23:55 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 23:57 -!- jesseposner [sid580595@user/jesseposner] has quit [Ping timeout: 245 seconds] 23:58 -!- jesseposner [sid580595@user/jesseposner] has joined #bitcoin-core-dev --- Log closed Fri Jun 27 00:00:24 2025