--- Log opened Fri Sep 05 00:00:08 2025 --- Day changed Fri Sep 05 2025 00:00 -!- w0xlt [~w0xlt@209.184.121.14] has quit [Ping timeout: 256 seconds] 00:17 -!- Talkless [~Talkless@138.199.6.197] has joined #bitcoin-core-dev 00:21 -!- robobub [uid248673@id-248673.uxbridge.irccloud.com] has quit [Quit: Connection closed for inactivity] 00:24 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 00:48 -!- f321x [~f321x@user/f321x] has joined #bitcoin-core-dev 00:53 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 256 seconds] 01:22 -!- vincenzopalazzo [~vincenzop@static.14.246.108.65.clients.your-server.de] has joined #bitcoin-core-dev 01:22 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 01:24 -!- rszarka [~szarka@2603:3003:4eac:100:511b:a3b1:c452:1030] has joined #bitcoin-core-dev 01:27 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 258 seconds] 01:27 -!- robszarka [~szarka@2603:3003:4eac:100:20e3:beec:55b1:56ee] has quit [Ping timeout: 256 seconds] 01:41 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 01:55 -!- b10c [~quassel@user/b10c] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 01:59 -!- b10c [~quassel@static.33.106.217.95.clients.your-server.de] has joined #bitcoin-core-dev 01:59 -!- b10c [~quassel@user/b10c] has changed host 02:15 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/647cdb4f7e80...32e2484b67e6 02:15 < bitcoin-git> bitcoin/master c9d5f21 fanquake: depends: strip when installing qt 02:15 < bitcoin-git> bitcoin/master 32e2484 merge-script: Merge bitcoin/bitcoin#33304: depends: strip when installing qt binaries 02:15 < bitcoin-git> [bitcoin] fanquake merged pull request #33304: depends: strip when installing qt binaries (master...strip_qt_bins) https://github.com/bitcoin/bitcoin/pull/33304 02:15 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [Closing Window] 02:24 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/32e2484b67e6...37c21ebe4078 02:24 < bitcoin-git> bitcoin/master 61ec886 glozow: [doc] archive v29.1 release notes 02:24 < bitcoin-git> bitcoin/master 37c21eb merge-script: Merge bitcoin/bitcoin#33309: doc: archive v29.1 release notes 02:24 < bitcoin-git> [bitcoin] fanquake merged pull request #33309: doc: archive v29.1 release notes (master...2025-09-archive-29.1) https://github.com/bitcoin/bitcoin/pull/33309 02:33 < bitcoin-git> [bitcoin] purpleKarrot opened pull request #33317: draft: CMake Goals and Guidelines (master...cmake-guidelines) https://github.com/bitcoin/bitcoin/pull/33317 02:40 -!- b10c [~quassel@user/b10c] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 02:42 -!- b10c [~quassel@static.33.106.217.95.clients.your-server.de] has joined #bitcoin-core-dev 02:42 -!- b10c [~quassel@user/b10c] has changed host 02:45 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 256 seconds] 02:45 -!- bitcoinlover [~hacker4we@user/hacker4web3bitco] has joined #bitcoin-core-dev 03:06 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 03:56 -!- in3rsha [~in3rsha@146.70.126.165] has quit [Quit: Leaving] 04:00 -!- jqq_ [uid628190@id-628190.uxbridge.irccloud.com] has joined #bitcoin-core-dev 04:24 -!- w0xlt [~w0xlt@209.184.121.14] has joined #bitcoin-core-dev 04:26 < hodlinator> achow101_: The 29.1 release notes made me see "Old wallet versions of Bitcoin Core are generally supported." - my impression is that this has changed for v30? https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes-empty-template.md?plain=1#L32-L33 04:29 -!- w0xlt [~w0xlt@209.184.121.14] has quit [Ping timeout: 260 seconds] 04:34 -!- Guest4822 [~diego@2804:14c:5781:836f::871] has left #bitcoin-core-dev [] 04:35 -!- dviola [~diego@user/dviola] has joined #bitcoin-core-dev 04:50 < sipa> ryanofsky: any idea about this error in https://github.com/bitcoin/bitcoin/actions/runs/17491932432/job/49683489249?pr=33201 : 04:51 < sipa> node0 stderr bitcoin-node: ipc/libmultiprocess/include/mp/proxy-io.h:279: void mp::Waiter::post(Fn &&) [Fn = (lambda at ./ipc/libmultiprocess/include/mp/type-context.h:67:19)]: Assertion `!m_fn' failed. 04:55 < kevkevin> looks like the test got hung up on this line in the ipc test: template4 = File "/home/admin/actions-runner/_work/_temp/build/test/functional/interface_ipc.py", line 156, in async_routine: await template2.result.waitNext(ctx, waitoptions) 04:56 < sipa> yeah, bitcoin-node crashed during that invocation 05:01 < sipa> i can reproduce it locally, though it's pretty rare (once in 60 runs, so far) 05:04 < kevkevin> hmm interesting, I'll try to reproduce it locally myself 05:05 < ryanofsky> that is interesting, i've never seen that assert hit before. i think it could happen if two ipc clients try to execute a different IPC calls on the same thread at the same time 05:06 < sipa> huh! 05:06 < ryanofsky> libmultiprocess assumes a 1:1 threading model where a there is one server thread for every client thread, emulating a traditional c++ call stack 05:06 < ryanofsky> allowing recursive mutexes, synchronous callbacks, etc 05:06 < sipa> should the python side do anything specific to arrange that? 05:07 < sipa> i would assume not, because there is only one thread on the python side that does all IPC calls 05:07 < ryanofsky> it should just make two IPC calls at the same time, and they should be calls that do not return instantly like waitNext 05:08 < ryanofsky> yeah, it is unexpected that current python test would cause that 05:08 < dodo> c 05:09 -!- hacker4web3bitco [~hacker4we@user/hacker4web3bitco] has joined #bitcoin-core-dev 05:10 < ryanofsky> maybe there is a race condition where c++ code sends a response but the server thread doesn't return to being idle, and python code sends the next request quickly enough to hit the assert 05:10 -!- bitcoinlover [~hacker4we@user/hacker4web3bitco] has quit [Ping timeout: 248 seconds] 05:11 < sipa> oh, i may have messed something up 05:11 < sipa> waitnext = template2.result.waitNext(ctx, waitoptions) 05:11 < sipa> template4 = await template2.result.waitNext(ctx, waitoptions) 05:11 < sipa> might create two asynchronous calls simultaneously? 05:12 < ryanofsky> it seems like that would just chain the calls so the server runs them back to back, and make the bug more likely to happen 05:13 < ryanofsky> but if you added an await on the first line it might prevent this 05:13 < sipa> the first one is just unnecessary - i inlined it into the second one, but forgot to remove the original 05:14 < sipa> you say "make the bug more likely", so you think that the bug isn't in this code itself, but elsewhere? 05:14 < ryanofsky> actually i misread. yeah i assumed you were using waitnext variable second line and the calls would be chained. but actually this does look like simultaneous calls 05:14 < sipa> alright, let me run it 1000 times to see if it reappears, but if not, i'm going to assume that was the culprit 05:14 < ryanofsky> no i think this code does explain the bug 05:15 < sipa> thanks! 05:15 < ryanofsky> i just first misread it as chained calls that would be pipelined when actually those are parallel calls 05:15 < sipa> right 05:16 < ryanofsky> thanks for the test, and finding this. server could definitely do better here, it could just refuse the request instead of asserting 05:18 < sipa> or at least a more helpful error message 05:18 < sipa> i could imagine third parties trying to use the interface might hit something like this too 05:20 < ryanofsky> yeah the error message is the most important thing in practice 05:23 -!- jespada [~jespada@2800:a4:22de:7c00:7d8c:b7b3:58e4:65b6] has joined #bitcoin-core-dev 05:30 < ryanofsky> created https://github.com/bitcoin-core/libmultiprocess/issues/206 to follow up 05:35 < bitcoin-git> [bitcoin] willcl-ark opened pull request #33319: ci: reduce runner sizes on various jobs (master...economise-runner-sizes) https://github.com/bitcoin/bitcoin/pull/33319 05:37 -!- aleggg [~aleggg@189.110.152.174] has quit [Ping timeout: 265 seconds] 06:00 -!- w0xlt [~w0xlt@209.184.121.14] has joined #bitcoin-core-dev 06:09 -!- jqq_ [uid628190@id-628190.uxbridge.irccloud.com] has quit [Quit: Connection closed for inactivity] 06:18 -!- aleggg [~aleggg@189.110.152.174] has joined #bitcoin-core-dev 06:22 -!- f321x_ [~f321x@user/f321x] has joined #bitcoin-core-dev 06:23 -!- f321x [~f321x@user/f321x] has quit [Ping timeout: 272 seconds] 06:30 -!- bitcoinlover [~hacker4we@user/hacker4web3bitco] has joined #bitcoin-core-dev 06:32 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 06:32 -!- hacker4web3bitco [~hacker4we@user/hacker4web3bitco] has quit [Ping timeout: 256 seconds] 06:41 -!- hacker4web3bitco [~hacker4we@user/hacker4web3bitco] has joined #bitcoin-core-dev 06:43 -!- bitcoinlover [~hacker4we@user/hacker4web3bitco] has quit [Ping timeout: 258 seconds] 06:53 -!- bitcoinlover [~hacker4we@user/hacker4web3bitco] has joined #bitcoin-core-dev 06:56 -!- hacker4web3bitco [~hacker4we@user/hacker4web3bitco] has quit [Ping timeout: 256 seconds] 07:05 -!- jerryf [~jerryf@user/jerryf] has quit [Ping timeout: 272 seconds] 07:05 -!- brunoerg [~brunoerg@2804:14d:5285:8318:31d2:4d58:38e4:4228] has quit [Remote host closed the connection] 07:05 -!- jerryf [~jerryf@user/jerryf] has joined #bitcoin-core-dev 07:08 -!- hacker4web3bitco [~hacker4we@user/hacker4web3bitco] has joined #bitcoin-core-dev 07:10 -!- Cory76 [~Cory88@user/pasha] has joined #bitcoin-core-dev 07:10 -!- bitcoinlover [~hacker4we@user/hacker4web3bitco] has quit [Ping timeout: 256 seconds] 07:13 -!- Cory88 [~Cory88@user/pasha] has quit [Ping timeout: 250 seconds] 07:21 -!- brunoerg [~brunoerg@2804:14d:5285:8318:31d2:4d58:38e4:4228] has joined #bitcoin-core-dev 07:22 -!- brunoerg [~brunoerg@2804:14d:5285:8318:31d2:4d58:38e4:4228] has quit [Remote host closed the connection] 07:38 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 07:39 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 256 seconds] 07:53 -!- bitcoinlover [~hacker4we@user/hacker4web3bitco] has joined #bitcoin-core-dev 07:56 -!- hacker4web3bitco [~hacker4we@user/hacker4web3bitco] has quit [Ping timeout: 256 seconds] 08:01 < bitcoin-git> [bitcoin] stickies-v opened pull request #33321: kernel: make blockTip index const (master...2025-09/kernel-blocktip-const) https://github.com/bitcoin/bitcoin/pull/33321 08:25 -!- w0xlt [~w0xlt@209.184.121.14] has quit [Ping timeout: 258 seconds] 08:39 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 08:41 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 250 seconds] 08:58 -!- l0rinc [~l0rinc@user/l0rinc] has joined #bitcoin-core-dev 09:10 -!- f321x_ [~f321x@user/f321x] has quit [Quit: f321x_] 09:15 -!- Juliu [~Juliu@2a02:810b:4b1f:2500:cbd:53b2:9af4:b449] has joined #bitcoin-core-dev 09:22 -!- Cory76 [~Cory88@user/pasha] has quit [Quit: Client closed] 09:23 -!- Cory76 [~Cory76@user/pasha] has joined #bitcoin-core-dev 09:45 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 09:46 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 248 seconds] 09:59 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 10:00 -!- brunoerg [~brunoerg@2804:1600:11d:2c00:2513:d246:1b74:8979] has joined #bitcoin-core-dev 10:01 < bitcoin-git> [bitcoin] glozow pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/37c21ebe4078...e04cb9c1bdf2 10:01 < bitcoin-git> bitcoin/master 8c7f005 Ryan Ofsky: test: add is_ipc_compiled() and skip_if_no_ipc() functions 10:01 < bitcoin-git> bitcoin/master 3cceb60 Ryan Ofsky: test: Provide path to `bitcoin` binary 10:01 < bitcoin-git> bitcoin/master 3cc9a06 Ryan Ofsky: test: Add TestNode ipcbind option 10:01 < bitcoin-git> [bitcoin] glozow merged pull request #33201: Add functional test for IPC interface (master...202508_ipc_test) https://github.com/bitcoin/bitcoin/pull/33201 10:01 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 258 seconds] 10:02 -!- Cory72 [~Cory76@user/pasha] has joined #bitcoin-core-dev 10:03 -!- brunoerg [~brunoerg@2804:1600:11d:2c00:2513:d246:1b74:8979] has quit [Remote host closed the connection] 10:06 -!- Cory76 [~Cory76@user/pasha] has quit [Ping timeout: 250 seconds] 10:06 -!- brunoerg [~brunoerg@179.191.242.9] has joined #bitcoin-core-dev 10:21 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 10:23 -!- Juliu [~Juliu@2a02:810b:4b1f:2500:cbd:53b2:9af4:b449] has left #bitcoin-core-dev [] 10:23 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 244 seconds] 10:31 -!- brunoerg [~brunoerg@179.191.242.9] has quit [Read error: Connection reset by peer] 10:32 -!- brunoerg [~brunoerg@2804:1600:11d:2c00:bd05:d4c3:4115:1f9] has joined #bitcoin-core-dev 10:41 -!- jerryf_ [~jerryf@user/jerryf] has joined #bitcoin-core-dev 10:42 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 10:42 -!- jerryf [~jerryf@user/jerryf] has quit [Ping timeout: 272 seconds] 10:44 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 265 seconds] 10:45 -!- bitcoinlover [~hacker4we@user/hacker4web3bitco] has quit [Ping timeout: 250 seconds] 11:01 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 11:02 -!- Cory89 [~Cory72@user/pasha] has joined #bitcoin-core-dev 11:03 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 245 seconds] 11:06 -!- Cory72 [~Cory76@user/pasha] has quit [Ping timeout: 250 seconds] 11:07 -!- Cory89 [~Cory72@user/pasha] has quit [Quit: Client closed] 11:07 -!- Cory89 [~Cory89@user/pasha] has joined #bitcoin-core-dev 11:08 -!- brunoerg [~brunoerg@2804:1600:11d:2c00:bd05:d4c3:4115:1f9] has quit [Remote host closed the connection] 11:34 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 11:36 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 248 seconds] 11:38 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 11:40 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 258 seconds] 11:43 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 11:45 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 258 seconds] 11:50 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has joined #bitcoin-core-dev 11:59 -!- l0rinc [~l0rinc@user/l0rinc] has quit [Quit: l0rinc] 11:59 -!- l0rinc [~l0rinc@user/l0rinc] has joined #bitcoin-core-dev 12:06 -!- l0rinc [~l0rinc@user/l0rinc] has quit [Quit: l0rinc] 12:06 < achow101_> hodlinator: old wallets generally are supported, e.g. old descriptor wallets. and also imo the migration tool counts as a form of support 12:06 -!- achow101_ is now known as achow101 12:06 -!- w0xlt [~w0xlt@209.184.121.14] has joined #bitcoin-core-dev 12:11 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 12:11 -!- w0xlt [~w0xlt@209.184.121.14] has quit [Ping timeout: 250 seconds] 12:13 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 258 seconds] 12:14 -!- l0rinc [~l0rinc@user/l0rinc] has joined #bitcoin-core-dev 12:25 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 12:27 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 258 seconds] 12:40 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 12:42 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 258 seconds] 12:43 -!- Cory63 [~Cory89@user/pasha] has joined #bitcoin-core-dev 12:47 -!- Cory89 [~Cory89@user/pasha] has quit [Ping timeout: 250 seconds] 12:47 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 12:49 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 12:49 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 248 seconds] 12:50 -!- mudsip [~mudsip@user/mudsip] has quit [Client Quit] 12:52 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has quit [Quit: Client closed] 12:59 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 13:00 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 13:09 -!- Cory52 [~Cory63@user/pasha] has joined #bitcoin-core-dev 13:13 -!- Cory63 [~Cory89@user/pasha] has quit [Ping timeout: 250 seconds] 13:14 -!- w0xlt [~w0xlt@209.184.121.14] has joined #bitcoin-core-dev 13:29 -!- PaperSword1 [~Thunderbi@securemail.qrsnap.io] has joined #bitcoin-core-dev 13:29 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has quit [Read error: Connection reset by peer] 13:29 -!- PaperSword1 is now known as PaperSword 13:35 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 13:36 -!- l0rinc [~l0rinc@user/l0rinc] has quit [Quit: l0rinc] 13:36 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 13:40 -!- w0xlt [~w0xlt@209.184.121.14] has quit [Ping timeout: 256 seconds] 13:43 -!- l0rinc [~l0rinc@user/l0rinc] has joined #bitcoin-core-dev 13:51 -!- Jouke [~Jouke@user/Jouke] has joined #bitcoin-core-dev 13:52 < Jouke> 15 hours memtest86+ later, but no errors :/ 13:52 < bitcoin-git> [bitcoin] ryanofsky opened pull request #33322: Update libmultiprocess subtree to improve build and logs (master...pr/subtree-4) https://github.com/bitcoin/bitcoin/pull/33322 13:54 -!- Cory24 [~Cory52@user/pasha] has joined #bitcoin-core-dev 13:58 -!- Cory52 [~Cory63@user/pasha] has quit [Ping timeout: 250 seconds] 14:04 -!- l0rinc [~l0rinc@user/l0rinc] has quit [Quit: l0rinc] 14:17 -!- l0rinc [~l0rinc@user/l0rinc] has joined #bitcoin-core-dev 14:19 -!- Cory51 [~Cory24@user/pasha] has joined #bitcoin-core-dev 14:23 -!- Cory24 [~Cory52@user/pasha] has quit [Ping timeout: 250 seconds] 14:29 -!- Cory51 [~Cory24@user/pasha] has quit [Quit: Client closed] 14:29 -!- Cory51 [~Cory51@user/pasha] has joined #bitcoin-core-dev 14:45 -!- Guest63 [~Guest44@2a01cb0c1187f400c6f08e5de9fa0f4a.ipv6.abo.wanadoo.fr] has joined #bitcoin-core-dev 14:46 -!- Guest63 [~Guest44@2a01cb0c1187f400c6f08e5de9fa0f4a.ipv6.abo.wanadoo.fr] has quit [Client Quit] 14:46 -!- G49 [~G@2a01cb0c1187f400c6f08e5de9fa0f4a.ipv6.abo.wanadoo.fr] has joined #bitcoin-core-dev 14:52 -!- w0xlt [~w0xlt@209.184.121.14] has joined #bitcoin-core-dev 14:55 -!- l0rinc [~l0rinc@user/l0rinc] has quit [Quit: l0rinc] 14:56 -!- w0xlt [~w0xlt@209.184.121.14] has quit [Ping timeout: 258 seconds] 15:06 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 15:07 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 248 seconds] 15:11 -!- G49 [~G@2a01cb0c1187f400c6f08e5de9fa0f4a.ipv6.abo.wanadoo.fr] has quit [Quit: Client closed] 15:12 -!- Talkless [~Talkless@138.199.6.197] has quit [Quit: Konversation terminated!] 15:15 -!- l0rinc [~l0rinc@user/l0rinc] has joined #bitcoin-core-dev 15:25 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 15:27 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 258 seconds] 15:32 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 15:32 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 15:37 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 15:38 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 15:38 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 250 seconds] 15:40 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 15:41 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 15:42 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 16:09 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 16:11 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 16:12 -!- jon_atack [~jonatack@user/jonatack] has quit [Read error: Connection reset by peer] 16:13 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 16:19 -!- w0xlt [~w0xlt@209.184.121.14] has joined #bitcoin-core-dev 16:23 < bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e04cb9c1bdf2...36e40417de3f 16:23 < bitcoin-git> bitcoin/master c0d28c8 Hennadii Stepanov: qt: Fix compatibility with `-debuglogfile` command-line option 16:23 < bitcoin-git> bitcoin/master 36e4041 Hennadii Stepanov: Merge bitcoin-core/gui#884: Fix compatibility with `-debuglogfile` command... 16:23 < bitcoin-git> [gui] hebasto merged pull request #884: Fix compatibility with `-debuglogfile` command-line option (master...250819-debuglog) https://github.com/bitcoin-core/gui/pull/884 16:24 -!- w0xlt [~w0xlt@209.184.121.14] has quit [Ping timeout: 260 seconds] 16:31 -!- Jouke [~Jouke@user/Jouke] has quit [Quit: Client closed] 16:51 < bitcoin-git> [bitcoin] l0rinc opened pull request #33324: RFC: blocks: add `-reobfuscate-blocks` arg to xor existing blk/rev on startup (master...l0rinc/reobfuscate-blocks) https://github.com/bitcoin/bitcoin/pull/33324 17:05 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 17:08 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 17:29 -!- jespada [~jespada@2800:a4:22de:7c00:7d8c:b7b3:58e4:65b6] has quit [Ping timeout: 265 seconds] 17:30 -!- l0rinc [~l0rinc@user/l0rinc] has quit [Quit: l0rinc] 17:31 -!- jespada [~jespada@2800:a4:2364:3d00:c4da:7f90:d848:62b4] has joined #bitcoin-core-dev 17:52 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 258 seconds] 18:07 -!- Cory51 [~Cory51@user/pasha] has quit [Quit: Client closed] 18:07 -!- Cory51 [~Cory51@user/pasha] has joined #bitcoin-core-dev 18:14 -!- Cory62 [~Cory51@user/pasha] has joined #bitcoin-core-dev 18:18 -!- Cory51 [~Cory51@user/pasha] has quit [Ping timeout: 250 seconds] 18:26 -!- Cory42 [~Cory62@user/pasha] has joined #bitcoin-core-dev 18:28 -!- purpleKarrot [~purpleKar@user/purpleKarrot] has quit [Quit: purpleKarrot] 18:28 -!- purpleKarrot [~purpleKar@user/purpleKarrot] has joined #bitcoin-core-dev 18:30 -!- Cory62 [~Cory51@user/pasha] has quit [Ping timeout: 250 seconds] 18:30 -!- Cory50 [~Cory42@user/pasha] has joined #bitcoin-core-dev 18:34 -!- Cory42 [~Cory62@user/pasha] has quit [Ping timeout: 250 seconds] 18:48 -!- Cory85 [~Cory50@user/pasha] has joined #bitcoin-core-dev 18:52 -!- Cory50 [~Cory42@user/pasha] has quit [Ping timeout: 250 seconds] 18:58 -!- Cory28 [~Cory85@user/pasha] has joined #bitcoin-core-dev 19:01 -!- Cory85 [~Cory50@user/pasha] has quit [Ping timeout: 250 seconds] 19:43 -!- w0xlt [~w0xlt@209.184.121.14] has joined #bitcoin-core-dev 19:47 -!- w0xlt [~w0xlt@209.184.121.14] has quit [Ping timeout: 258 seconds] 20:53 -!- l0rinc [~l0rinc@user/l0rinc] has joined #bitcoin-core-dev 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:28 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Remote host closed the connection] 21:37 -!- bitcoinlover [~hacker4we@user/hacker4web3bitco] has joined #bitcoin-core-dev 21:44 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 21:44 -!- jerryf [~jerryf@user/jerryf] has joined #bitcoin-core-dev 21:44 -!- jerryf_ [~jerryf@user/jerryf] has quit [Remote host closed the connection] 21:49 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 256 seconds] 22:17 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 22:21 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 256 seconds] 22:38 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 23:11 -!- Jouke [~Jouke@user/Jouke] has joined #bitcoin-core-dev 23:28 -!- l0rinc [~l0rinc@user/l0rinc] has quit [Quit: l0rinc] 23:38 -!- kevkevin [~kevkevin@209.242.39.30] has quit [Ping timeout: 258 seconds] 23:46 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has quit [Quit: PaperSword] 23:59 -!- sliv3r__ [~sliv3r__@user/sliv3r-:76883] has quit [Read error: Connection reset by peer] 23:59 -!- sliv3r__ [~sliv3r__@user/sliv3r-:76883] has joined #bitcoin-core-dev --- Log closed Sat Sep 06 00:00:32 2025