--- Log opened Mon Apr 29 00:00:40 2024 00:05 -!- blockdyor [~blockdyor@dynamic-adsl-94-34-196-193.clienti.tiscali.it] has joined #bitcoin-core-dev 00:37 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has joined #bitcoin-core-dev 00:37 -!- puchka [~puchka@185.203.122.176] has quit [Ping timeout: 252 seconds] 00:40 -!- Earnestly [~earnest@user/earnestly] has joined #bitcoin-core-dev 00:56 < laanwj> guix on ubuntu 24.04 has some issues with apparmor and user namespaces--in general, not related to any of our stuff 00:57 < laanwj> it tries to do some bind mounts which are disallowed by the profile, haven't looked in depth 00:58 < laanwj> but in case you're looking to upgrade your guix build machine, maybe hold off for now 01:00 < laanwj> (if you're in a hurry, uninstalling apparmor works, but that's clearly not the optimal solution) 01:01 -!- midnight [~midnight@user/midnight] has quit [Remote host closed the connection] 01:01 -!- cold [~cold@user/cold] has quit [Remote host closed the connection] 01:02 -!- kexkey [~kexkey@static-198-54-132-145.cust.tzulo.com] has quit [Ping timeout: 245 seconds] 01:06 -!- kexkey [~kexkey@static-198-54-132-241.cust.tzulo.com] has joined #bitcoin-core-dev 01:06 -!- sohrab [~sohrab@user/sohrab] has quit [Quit: Client closed] 01:11 -!- cold [~cold@user/cold] has joined #bitcoin-core-dev 01:12 -!- midnight [~midnight@user/midnight] has joined #bitcoin-core-dev 01:22 -!- jetpack [~jetpack@2605:2700:1:100e:dc::f01d] has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in] 01:22 -!- jetpack [~jetpack@2605:2700:1:100e:dc::f01d] has joined #bitcoin-core-dev 01:24 < fanquake> laanwj: are you apt installing, or using the guix install script? 01:43 -!- Guest79 [~Guest79@185.107.56.141] has joined #bitcoin-core-dev 01:43 -!- Guest79 [~Guest79@185.107.56.141] has quit [Client Quit] 01:46 -!- meebey [meebey@booster.qnetp.net] has quit [Ping timeout: 256 seconds] 01:49 -!- puchka [~puchka@185.203.122.71] has joined #bitcoin-core-dev 01:51 -!- meebey [~meebey@booster.qnetp.net] has joined #bitcoin-core-dev 01:58 < laanwj> @fanquake apt-install 02:13 -!- BrandonOdiwuor [~BrandonOd@41.80.112.180] has joined #bitcoin-core-dev 02:23 < bitcoin-git> [bitcoin] luchenhan opened pull request #29992: chore: fix some typos (master...master) https://github.com/bitcoin/bitcoin/pull/29992 02:23 < bitcoin-git> [bitcoin] fanquake closed pull request #29992: chore: fix some typos (master...master) https://github.com/bitcoin/bitcoin/pull/29992 03:39 -!- the_mariner [~Thunderbi@2804:7f7:e080:16ee:9054:1414:d0a2:b037] has joined #bitcoin-core-dev 03:54 -!- the_mariner [~Thunderbi@2804:7f7:e080:16ee:9054:1414:d0a2:b037] has quit [Ping timeout: 272 seconds] 03:59 -!- dlb76 [~dlb76@user/dlb76] has quit [Quit: .] 04:01 -!- meebey [~meebey@booster.qnetp.net] has quit [Ping timeout: 268 seconds] 04:03 -!- Guest31 [~Guest31@176.88.21.62] has joined #bitcoin-core-dev 04:03 -!- Guest31 [~Guest31@176.88.21.62] has quit [Client Quit] 04:03 -!- BrandonOdiwuor [~BrandonOd@41.80.112.180] has quit [Ping timeout: 250 seconds] 04:04 -!- meebey [~meebey@booster.qnetp.net] has joined #bitcoin-core-dev 04:04 -!- dlb76 [~dlb76@user/dlb76] has joined #bitcoin-core-dev 04:36 < hebasto> laanwj: I had similar issues after upgrading from Ubuntu 22.04. Is your Ubuntu installation clean or upgraded as mine? 04:43 -!- Guest86 [~Guest86@102.88.83.88] has joined #bitcoin-core-dev 04:43 -!- Guest86 [~Guest86@102.88.83.88] has quit [Client Quit] 04:43 < TheCharlatan> I did it through the guix install script and same problem 04:44 < TheCharlatan> (clean installation) 04:44 < bitcoin-git> [bitcoin] willcl-ark closed pull request #29903: rename bitcoin.conf in dist tarball (master...conf-in-dst-share) https://github.com/bitcoin/bitcoin/pull/29903 04:45 < laanwj> @hebasto it's upgraded from 22.04, it's a digitalocean droplet and they dont provide clean 24.04 installs yet 04:46 < laanwj> i am just using these for testing, my actual build host for releases is a native guix distro 04:52 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 04:53 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [] 05:24 < fanquake> maybe I got lucky. have been using 24.04 on aarch as one of my main guix build machines, for the last 4-5 months 05:24 < fanquake> actually, that’s on x86_64 05:24 < fanquake> rawhide on aarch64, also for guix builds 05:35 < laanwj> i'm retracing the exact steps to file an ubuntu issue 05:42 -!- brunoerg [~brunoerg@2804:14c:3bfb:37:e55d:6a9c:bb51:8079] has quit [Remote host closed the connection] 05:43 < laanwj> https://bugs.launchpad.net/ubuntu/+source/guix/+bug/2064115 05:43 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:59 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a46065e36cf8...4d2d91a9e0f7 05:59 < bitcoin-git> bitcoin/master fa1964c MarcoFalke: build: Bump clang minimum supported version to 15 05:59 < bitcoin-git> bitcoin/master 4d2d91a merge-script: Merge bitcoin/bitcoin#29165: build: Bump clang minimum supported version t... 05:59 < bitcoin-git> [bitcoin] fanquake merged pull request #29165: build: Bump clang minimum supported version to 15 (master...2401-clang-15-) https://github.com/bitcoin/bitcoin/pull/29165 05:59 -!- MingxuanLi [~MingxuanL@111.187.53.168] has joined #bitcoin-core-dev 06:02 < bitcoin-git> [gui] willcl-ark opened pull request #819: gui: fix misleading signmessage error with segwit (master...signmessage-error-fix) https://github.com/bitcoin-core/gui/pull/819 06:04 -!- MingxuanLi [~MingxuanL@user/MingxuanLi] has changed host 06:04 -!- twistedline [~bitcoin@185.193.125.44] has quit [] 06:05 -!- MingxuanLi [~MingxuanL@user/MingxuanLi] has quit [Quit: Client closed] 06:05 -!- twistedline [~bitcoin@185.193.125.44] has joined #bitcoin-core-dev 06:08 -!- MingxuanLi3 [~MingxuanL@user/MingxuanLi] has joined #bitcoin-core-dev 06:09 -!- MingxuanLi3 [~MingxuanL@user/MingxuanLi] has left #bitcoin-core-dev [] 06:12 -!- MingxuanLi [~MingxuanL@user/MingxuanLi] has joined #bitcoin-core-dev 06:13 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Ping timeout: 260 seconds] 06:14 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 06:25 -!- Exavi [~Exavi@207.244.89.161] has joined #bitcoin-core-dev 06:25 -!- Exavi [~Exavi@207.244.89.161] has quit [Client Quit] 06:35 -!- pablomartin [~pablomart@92.118.60.156] has joined #bitcoin-core-dev 06:38 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4d2d91a9e0f7...0c45d73f185d 06:38 < bitcoin-git> bitcoin/master fa382d3 MarcoFalke: test: Add missing Assert(mock_time_in >= 0s) to SetMockTime 06:38 < bitcoin-git> bitcoin/master fae0db5 MarcoFalke: refactor: Use chrono type for g_mock_time 06:38 < bitcoin-git> bitcoin/master 0c45d73 merge-script: Merge bitcoin/bitcoin#29872: test: Add missing Assert(mock_time_in >= 0s) ... 06:38 < bitcoin-git> [bitcoin] fanquake merged pull request #29872: test: Add missing Assert(mock_time_in = 0s) to SetMockTime (master...2404-mocktime-) https://github.com/bitcoin/bitcoin/pull/29872 06:41 -!- Exavi [~Exavi@207.244.89.161] has joined #bitcoin-core-dev 06:57 -!- preimage [~halosghos@user/halosghost] has joined #bitcoin-core-dev 07:03 < bitcoin-git> [bitcoin] kevkevinpal opened pull request #29994: doc: removed help text saying that peers may not connect automatically (master...docsRemoveNetNote) https://github.com/bitcoin/bitcoin/pull/29994 07:05 -!- yonson [~yonson@2600:8801:e800:28::1962] has quit [Remote host closed the connection] 07:07 -!- yonson [~yonson@2600:8801:e800:28::1962] has joined #bitcoin-core-dev 07:09 -!- the_mariner [~Thunderbi@2804:7f7:e080:16ee:9054:1414:d0a2:b037] has joined #bitcoin-core-dev 07:12 -!- MingxuanLi87 [~MingxuanL@user/MingxuanLi] has joined #bitcoin-core-dev 07:12 -!- MingxuanLi87 [~MingxuanL@user/MingxuanLi] has quit [Client Quit] 07:19 -!- mcey [~emcy@148.252.144.80] has quit [Read error: Connection reset by peer] 07:20 -!- mcey [~emcy@148.252.144.80] has joined #bitcoin-core-dev 07:30 -!- Exavi [~Exavi@207.244.89.161] has quit [Quit: Client closed] 07:32 -!- ___nick___ [~quassel@cpc68290-cdif17-2-0-cust24.5-1.cable.virginm.net] has joined #bitcoin-core-dev 07:39 < bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0c45d73f185d...19865a8350a8 07:39 < bitcoin-git> bitcoin/master 13525e0 stickies-v: rpc: add arg helper unit test 07:39 < bitcoin-git> bitcoin/master bbb3126 stickies-v: rpc: add named arg helper 07:39 < bitcoin-git> bitcoin/master 30a6c99 stickies-v: rpc: access some args by name 07:39 < bitcoin-git> [bitcoin] ryanofsky merged pull request #29277: RPC: access RPC arguments by name (master...2023-10/named-args-on-arg-helper) https://github.com/bitcoin/bitcoin/pull/29277 07:45 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 07:51 -!- ___nick___ [~quassel@cpc68290-cdif17-2-0-cust24.5-1.cable.virginm.net] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 07:52 < Murch[m]> I have heard from three different sources that there are issues with IBD lately. 07:53 < Murch[m]> I was wondering whether there might just be an exceptional number of new nodes attempting to join the network, but there might also be something in the new release that is causing issues? 07:53 -!- ___nick___ [~quassel@cpc68290-cdif17-2-0-cust24.5-1.cable.virginm.net] has joined #bitcoin-core-dev 07:53 -!- ___nick___ [~quassel@cpc68290-cdif17-2-0-cust24.5-1.cable.virginm.net] has quit [Client Quit] 07:54 -!- brunoerg_ [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has joined #bitcoin-core-dev 07:56 -!- ___nick___ [~quassel@cpc68290-cdif17-2-0-cust24.5-1.cable.virginm.net] has joined #bitcoin-core-dev 08:10 -!- brunoerg_ [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has quit [Remote host closed the connection] 08:13 < bitcoin-git> [bitcoin] alfonsoromanz opened pull request #29996: test: Assumeutxo: import snapshot in a node with a divergent chain (master...assumeutxo_tests) https://github.com/bitcoin/bitcoin/pull/29996 08:16 -!- msc_ [~msc@user/msc] has quit [Remote host closed the connection] 08:16 -!- msc [~msc@user/msc] has joined #bitcoin-core-dev 08:17 -!- msc [~msc@user/msc] has quit [Remote host closed the connection] 08:17 -!- brunoerg [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has joined #bitcoin-core-dev 08:17 -!- msc [~msc@user/msc] has joined #bitcoin-core-dev 08:22 -!- brunoerg [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has quit [Ping timeout: 240 seconds] 08:32 -!- brunoerg [~brunoerg@www.labes.icmc.usp.br] has joined #bitcoin-core-dev 08:34 < Sjors[m]> Murch: what kind of issues? 08:35 < Murch[m]> One sounded like it was not finding a peer to upload blockchain data for IBD. Another sounded like it wasn’t finding peers at all 08:36 < bitcoin-git> [bitcoin] maflcko opened pull request #29997: rpc: Remove index-based Arg accessor (master...2404-rpc-no-int-arg-) https://github.com/bitcoin/bitcoin/pull/29997 08:36 < Sjors[m]> Someone could monitor if the DNS seeds return a reasonable number of non-pruned and responsive nodes. 08:37 -!- brunoerg_ [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has joined #bitcoin-core-dev 08:37 < Sjors[m]> But eventually the node should keep trying. More agressively? 08:38 < Sjors[m]> I would expect more and more nodes to be pruned. A few years ago the 500 GB disks filled up, and nowadays 1TB is uncomfortable if you also run other things. 08:39 -!- brunoerg [~brunoerg@www.labes.icmc.usp.br] has quit [Ping timeout: 268 seconds] 08:40 < Sjors[m]> Meanwhile... our current guix commit relies on linux-libre-5.10.35, which seems to have disappeared from all the places where Guix wants to download it. 08:40 < Sjors[m]> (found out because I totally destroyed my install, so bootstrapping it from scratch) 08:40 < Sjors[m]> E.g. https://linux-libre.fsfla.org/pub/linux-libre/releases/ 08:44 < Sjors[m]> Oh looks like current master needs it to, will nag upstream: https://github.com/lfam/guix/blob/de84b24613afa4020f3f0553dad8e39a78d1f92c/gnu/packages/linux.scm#L772-L776 08:59 < bitcoin-git> [bitcoin] instagibbs opened pull request #29998: functional test: ensure confirmed utxo being sourced for 2nd chain (master...2024-04-onemore_confirmed) https://github.com/bitcoin/bitcoin/pull/29998 09:00 -!- dongcarl37 [~dongcarl@66.65.169.19] has quit [Quit: The Lounge - https://thelounge.chat] 09:00 -!- dongcarl [~dongcarl@66.65.169.19] has joined #bitcoin-core-dev 09:01 < dongcarl> For the Guix issue, might be better to reach out to vagrantc, who maintains the upstream packaging for Debian: https://salsa.debian.org/debian/guix/-/tree/debian/latest/debian?ref_type=heads 09:01 < dongcarl> If I remember correctly, he has some experience with AppArmor too 09:02 < dongcarl> s@he@they@ 09:06 < Sjors[m]> I went to #guix and they pushed the missing file to the CI server, which fixes the problem for me. 09:07 < dongcarl> Oh I meant for https://bugs.launchpad.net/ubuntu/+source/guix/+bug/2064115 09:12 -!- brunoerg_ [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has quit [Remote host closed the connection] 09:15 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 09:17 -!- Exavi [~Exavi@182.190.217.181] has joined #bitcoin-core-dev 09:19 -!- puchka [~puchka@185.203.122.71] has quit [Ping timeout: 272 seconds] 09:21 < laanwj> the reason i didn't report it to debian is that they don't insist on apparmor so much, it seems ubuntu specific, but yes that makes sense 09:38 -!- brunoerg [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has joined #bitcoin-core-dev 09:38 -!- msc [~msc@user/msc] has quit [Remote host closed the connection] 09:38 -!- SpellChecker [~SpellChec@user/SpellChecker] has quit [Remote host closed the connection] 09:39 -!- SpellChecker [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 09:39 -!- msc [~msc@user/msc] has joined #bitcoin-core-dev 09:41 -!- MingxuanLi [~MingxuanL@user/MingxuanLi] has quit [Remote host closed the connection] 09:41 -!- MingxuanLi [~MingxuanL@user/MingxuanLi] has joined #bitcoin-core-dev 09:41 < laanwj> i have some apparmor experience myself but i am stumped by this failure, especially that disabling the profile doesn't work (some error occurs in "unconfined" too, although a different one)... the only thing tha helps is uninstalling apparmor 09:45 -!- flag [~flag@81.56.89.175] has quit [Ping timeout: 256 seconds] 09:46 -!- flag [~flag@81.56.89.175] has joined #bitcoin-core-dev 09:47 -!- flag [~flag@81.56.89.175] has quit [Client Quit] 09:50 -!- MingxuanLi [~MingxuanL@user/MingxuanLi] has quit [Quit: Leaving] 10:02 < sipa> laanwj: related? https://bugs.launchpad.net/apparmor/+bug/2046844 10:03 < laanwj> @sipa yes! sounds like it 10:04 < sipa> I remembered reading something about AppArmor changes in Ubuntu 24.04 10:11 -!- the_mariner [~Thunderbi@2804:7f7:e080:16ee:9054:1414:d0a2:b037] has quit [Ping timeout: 256 seconds] 10:12 < laanwj> so from what i understand: The standard assumption up to now has been that applications that don't have a specific apparmor profile run in the "unconfined" profile, which essentially doesn't forbid anything. However, in 24.04, everything using unprivileged namespaces automatically ends up in the "unprivileged_userns" profile, which does add rules. Disabling this profile doesn't work either, because it seems to block unprivileged namespaces completely 10:12 < laanwj> in that case. 10:16 -!- puchka [~puchka@185.203.122.179] has joined #bitcoin-core-dev 10:18 < laanwj> haaah, i could make a profile for 'guix' that is unconfined and it works 10:21 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:25 < laanwj> https://gist.github.com/laanwj/cddb2ec7d18e71066d21e5ee993fe971 10:31 -!- Exavi [~Exavi@182.190.217.181] has quit [Quit: Client closed] 10:32 -!- brunoerg [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has quit [Remote host closed the connection] 10:32 -!- brunoerg [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has joined #bitcoin-core-dev 10:41 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 264 seconds] 10:41 < laanwj> nicest would be to actually define a specific apparmor profile for guix, but as it essentially a complete OS inside a chroot that'll require a very complicated profile 10:58 -!- blockdyor [~blockdyor@dynamic-adsl-94-34-196-193.clienti.tiscali.it] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 10:59 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 10:59 -!- blockdyor [~blockdyor@dynamic-adsl-94-34-196-193.clienti.tiscali.it] has joined #bitcoin-core-dev 11:00 -!- blockdyor [~blockdyor@dynamic-adsl-94-34-196-193.clienti.tiscali.it] has quit [Client Quit] 11:05 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 11:06 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Ping timeout: 260 seconds] 11:27 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 256 seconds] 11:32 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 11:33 -!- brunoerg [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has quit [Remote host closed the connection] 11:41 -!- brunoerg [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has joined #bitcoin-core-dev 11:42 -!- StayWoke [~StayWoke@user/StayWoke] has joined #bitcoin-core-dev 11:42 -!- brunoerg [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has quit [Remote host closed the connection] 11:45 -!- StayWoke [~StayWoke@user/StayWoke] has left #bitcoin-core-dev [] 11:47 < sipa> if you want apparmor in guix, you probably want to run apparmor inside guix... 11:47 < sipa> i guess some restriction on filesysyem access may make sense? 11:48 < bitcoin-git> [bitcoin] Sjors opened pull request #29999: guix: fix suggested fake date for openssl-1.1.1l (master...2024/04/guix-openssl) https://github.com/bitcoin/bitcoin/pull/29999 11:48 -!- brunoerg [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has joined #bitcoin-core-dev 11:52 -!- brunoerg_ [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has joined #bitcoin-core-dev 11:52 -!- brunoerg [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has quit [Read error: Connection reset by peer] 11:55 -!- brunoerg_ [~brunoerg@2001:12d0:2080:2800:172:26:3cb:8d3b] has quit [Remote host closed the connection] 11:57 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 12:00 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 268 seconds] 12:14 -!- dviola [~diego@user/dviola] has quit [Ping timeout: 252 seconds] 12:28 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:30 -!- flag [~flag@81.56.89.175] has joined #bitcoin-core-dev 12:51 -!- ___nick___ [~quassel@cpc68290-cdif17-2-0-cust24.5-1.cable.virginm.net] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 12:53 -!- ___nick___ [~quassel@cpc68290-cdif17-2-0-cust24.5-1.cable.virginm.net] has joined #bitcoin-core-dev 12:54 -!- ___nick___ [~quassel@cpc68290-cdif17-2-0-cust24.5-1.cable.virginm.net] has quit [Client Quit] 12:57 -!- ___nick___ [~quassel@cpc68290-cdif17-2-0-cust24.5-1.cable.virginm.net] has joined #bitcoin-core-dev 13:01 -!- flag [~flag@81.56.89.175] has quit [Quit: leaving] 13:04 -!- ___nick___ [~quassel@cpc68290-cdif17-2-0-cust24.5-1.cable.virginm.net] has quit [Ping timeout: 268 seconds] 13:10 -!- Guest83 [~Guest83@200-153-219-21.dsl.telesp.net.br] has joined #bitcoin-core-dev 13:17 -!- Guest83 [~Guest83@200-153-219-21.dsl.telesp.net.br] has quit [Quit: Client closed] 13:21 -!- brunoerg [~brunoerg@2804:14c:3bfb:37:a0e5:c4cc:1daf:891d] has joined #bitcoin-core-dev 13:22 -!- brunoerg [~brunoerg@2804:14c:3bfb:37:a0e5:c4cc:1daf:891d] has quit [Remote host closed the connection] 13:22 -!- brunoerg [~brunoerg@2804:14c:3bfb:37:a0e5:c4cc:1daf:891d] has joined #bitcoin-core-dev 13:59 < bitcoin-git> [bitcoin] glozow opened pull request #30000: p2p: index TxOrphanage by wtxid, allow entries with same txid (master...2024-04-orphan-use-wtxid) https://github.com/bitcoin/bitcoin/pull/30000 14:01 -!- msc [~msc@user/msc] has quit [Ping timeout: 260 seconds] 14:20 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 256 seconds] 14:24 -!- cguida [~cguida@2607:fb91:1ac9:d0e5:4c1f:adcc:891f:e6ab] has joined #bitcoin-core-dev 14:30 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 15:00 -!- pablomartin [~pablomart@92.118.60.156] has quit [Ping timeout: 246 seconds] 15:00 -!- pablomartin4btc [~pablomart@92.118.60.166] has joined #bitcoin-core-dev 15:03 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 15:08 -!- blockdyor [~blockdyor@dynamic-adsl-94-34-196-193.clienti.tiscali.it] has joined #bitcoin-core-dev 15:10 -!- preimage [~halosghos@user/halosghost] has quit [Quit: WeeChat 4.2.2] 15:27 -!- blockdyor [~blockdyor@dynamic-adsl-94-34-196-193.clienti.tiscali.it] has quit [Quit: Textual IRC Client: www.textualapp.com] 15:36 < jonatack> the i2p network seems to be back up, brunoerg and I and others reporting in on twitter 15:37 < jonatack> we are using i2pd. I don't see anything new today (patch release or issue update) on the i2pd github repo...have been restarting i2pd a couple times a day and checking on updates...perhaps the attack has slowed or stopped 15:38 < jonatack> I am running i2pd version 2.51.0 (0.9.62) 15:42 -!- msc [~msc@user/msc] has joined #bitcoin-core-dev 15:46 -!- msc [~msc@user/msc] has quit [Ping timeout: 260 seconds] 16:06 -!- TheRec_ [~toto@84-75-225-47.dclient.hispeed.ch] has quit [Ping timeout: 240 seconds] 16:22 -!- TheRec [~toto@84-75-225-47.dclient.hispeed.ch] has joined #bitcoin-core-dev 16:22 -!- TheRec [~toto@user/therec] has changed host 16:45 -!- cguida [~cguida@2607:fb91:1ac9:d0e5:4c1f:adcc:891f:e6ab] has quit [Ping timeout: 245 seconds] 16:58 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 17:36 -!- TheRec [~toto@user/therec] has quit [Ping timeout: 268 seconds] 17:40 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has quit [Quit: leaving] 17:45 -!- TheRec [~toto@84-75-225-47.dclient.hispeed.ch] has joined #bitcoin-core-dev 17:45 -!- TheRec [~toto@user/therec] has changed host 18:13 -!- TheRec [~toto@user/therec] has quit [Read error: Connection reset by peer] 18:13 -!- msc [~msc@user/msc] has joined #bitcoin-core-dev 18:13 -!- TheRec [~toto@84-75-225-47.dclient.hispeed.ch] has joined #bitcoin-core-dev 18:13 -!- TheRec [~toto@user/therec] has changed host 18:18 -!- msc [~msc@user/msc] has quit [Ping timeout: 260 seconds] 18:25 -!- pablomartin4btc [~pablomart@92.118.60.166] has quit [Ping timeout: 256 seconds] 18:41 -!- mcey_ [~emcy@185.69.145.67] has joined #bitcoin-core-dev 18:42 -!- mcey [~emcy@148.252.144.80] has quit [Ping timeout: 245 seconds] 18:43 -!- pablomartin4btc [~pablomart@92.118.60.169] has joined #bitcoin-core-dev 18:49 -!- pablomartin4btc [~pablomart@92.118.60.169] has quit [Remote host closed the connection] 19:18 -!- Guest21 [~Guest98@50.122.53.171] has joined #bitcoin-core-dev 19:19 -!- Guest21 [~Guest98@50.122.53.171] has quit [Client Quit] 19:54 -!- msc [~msc@user/msc] has joined #bitcoin-core-dev 19:58 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 19:59 -!- msc [~msc@user/msc] has quit [Ping timeout: 260 seconds] 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:20 -!- luke-jr_ [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 21:23 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Ping timeout: 264 seconds] 21:23 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 21:26 -!- luke-jr_ [~luke-jr@user/luke-jr] has quit [Ping timeout: 240 seconds] 21:35 -!- luke-jr_ [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 21:35 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Ping timeout: 268 seconds] 21:36 -!- msc [~msc@user/msc] has joined #bitcoin-core-dev 21:39 -!- msc [~msc@user/msc] has quit [Remote host closed the connection] 21:39 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 21:40 -!- msc [~msc@user/msc] has joined #bitcoin-core-dev 21:43 -!- luke-jr_ [~luke-jr@user/luke-jr] has quit [Ping timeout: 256 seconds] 21:44 -!- msc_ [~msc@user/msc] has joined #bitcoin-core-dev 21:46 -!- msc__ [~msc@user/msc] has joined #bitcoin-core-dev 21:47 -!- msc [~msc@user/msc] has quit [Ping timeout: 260 seconds] 21:49 -!- msc_ [~msc@user/msc] has quit [Ping timeout: 260 seconds] 22:00 -!- msc__ [~msc@user/msc] has quit [Remote host closed the connection] 22:00 -!- msc [~msc@user/msc] has joined #bitcoin-core-dev 23:21 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19865a8350a8...ad42d6351983 23:21 < bitcoin-git> bitcoin/master 2e266f3 laanwj: depends: Fix build of Qt for 32-bit platforms 23:21 < bitcoin-git> bitcoin/master ad42d63 merge-script: Merge bitcoin/bitcoin#29985: depends: Fix build of Qt for 32-bit platforms... 23:22 < bitcoin-git> [bitcoin] fanquake merged pull request #29985: depends: Fix build of Qt for 32-bit platforms with recent glibc (master...2024-04-qt-gzip-time64) https://github.com/bitcoin/bitcoin/pull/29985 23:52 < bitcoin-git> [bitcoin] Shutch147 opened pull request #30002: Update ci.yml (master...patch-1) https://github.com/bitcoin/bitcoin/pull/30002 23:53 < bitcoin-git> [bitcoin] fanquake closed pull request #30002: Update ci.yml (master...patch-1) https://github.com/bitcoin/bitcoin/pull/30002 --- Log closed Tue Apr 30 00:00:41 2024