--- Log opened Wed May 15 00:00:55 2024 01:03 < fanquake> #21778 should now be reviewable. I've added it as my high-prio. Hoping to not have to split it up further, but can do so. 01:03 <@gribble> https://github.com/bitcoin/bitcoin/issues/21778 | build: LLD based macOS toolchain by fanquake · Pull Request #21778 · bitcoin/bitcoin · GitHub 01:03 < fanquake> Looking forward to less randomly patched/maintained code in our macOS toolchain 01:04 < fanquake> & lld 01:04 < fanquake> Once we have more native LLVM, we could even reuse the same infra for Windows 01:08 -!- Earnestly [~earnest@user/earnestly] has joined #bitcoin-core-dev 01:10 < bitcoin-git> [bitcoin] fanquake closed pull request #27539: init: Fixes for file descriptor accounting (master...2023-04-minimum-file-descriptor-18911) https://github.com/bitcoin/bitcoin/pull/27539 01:31 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3d24189664e6...42d5a1ff25a8 01:31 < bitcoin-git> bitcoin/master fa6c82d MarcoFalke: ci: Remove clang version pin in test-each-commit 01:31 < bitcoin-git> bitcoin/master fa90ad2 MarcoFalke: ci: Roll test-each-commit Ubuntu 01:31 < bitcoin-git> bitcoin/master 42d5a1f merge-script: Merge bitcoin/bitcoin#30060: ci: Roll clang in test-each-commit task 01:31 < bitcoin-git> [bitcoin] fanquake merged pull request #30060: ci: Roll clang in test-each-commit task (master...2405-ci-clang-roll) https://github.com/bitcoin/bitcoin/pull/30060 01:38 -!- TallTim_ [~talltim@165-23-61-81-static.midco.net] has joined #bitcoin-core-dev 01:42 -!- TallTim [~talltim@165-23-61-81-static.midco.net] has quit [Ping timeout: 272 seconds] 01:51 -!- Lockesmith [~user@gateway/tor-sasl/lockesmith] has quit [Remote host closed the connection] 01:52 -!- Lockesmith [~user@gateway/tor-sasl/lockesmith] has joined #bitcoin-core-dev 02:05 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has joined #bitcoin-core-dev 02:32 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 02:50 < bitcoin-git> [bitcoin] glozow opened pull request #30110: refactor: TxDownloadManager (master...2024-05-txdownload) https://github.com/bitcoin/bitcoin/pull/30110 03:03 -!- the_mariner1 [~Thunderbi@177.37.233.11] has joined #bitcoin-core-dev 03:05 -!- the_mariner [~Thunderbi@177.37.233.11] has quit [Ping timeout: 260 seconds] 03:05 -!- the_mariner1 is now known as the_mariner 04:05 -!- the_mariner1 [~Thunderbi@191-247-22-212.3g.claro.net.br] has joined #bitcoin-core-dev 04:09 -!- the_mariner [~Thunderbi@177.37.233.11] has quit [Ping timeout: 255 seconds] 04:09 -!- the_mariner1 [~Thunderbi@191-247-22-212.3g.claro.net.br] has quit [Ping timeout: 252 seconds] 04:10 -!- the_mariner [~Thunderbi@2804:389:712f:4386:10de:2c32:137:cac] has joined #bitcoin-core-dev 04:17 -!- MatrixBot123 [~matrixbot@2001:bc8:1820:284::1] has quit [Quit: Bridge terminating on SIGTERM] 04:32 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 04:35 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 04:40 -!- TallTim_ is now known as TallTim 04:45 -!- MatrixBot123 [~matrixbot@2001:bc8:1820:284::1] has joined #bitcoin-core-dev 04:46 -!- Guest83 [~Guest83@45.93.31.254] has joined #bitcoin-core-dev 04:46 < hebasto> on ubuntu 24.04 `python -m pip install lief==0.13.2` returns an error `ERROR: No matching distribution found for lief==0.13.2`. Any ideas how to work around it? 04:49 -!- Guest83 [~Guest83@45.93.31.254] has quit [Client Quit] 04:50 < fanquake> You probably have a mismatch between python version and lief version 04:51 < fanquake> If you're using the default Python on 24.04, 3.12, there's no pip built bins for lief 0.13.2 for 3.12 04:52 < hebasto> I am. Which python version should I use? 04:52 < fanquake> <= 3.11 04:54 < fanquake> Is this just for installing the type stubs 04:55 < hebasto> for testing `test-*-check.py` scripts 04:55 < fanquake> They aren't expected to pass or work anywhere outside of Guix 04:56 < hebasto> right, I'm testing passing arguments in cmake branch 05:29 -!- the_mariner1 [~Thunderbi@177.37.233.11] has joined #bitcoin-core-dev 05:32 -!- the_mariner [~Thunderbi@2804:389:712f:4386:10de:2c32:137:cac] has quit [Ping timeout: 260 seconds] 05:32 -!- the_mariner1 is now known as the_mariner 05:53 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 06:00 -!- mcey [~emcy@185.69.144.172] has quit [Ping timeout: 252 seconds] 06:00 -!- mcey_ [~emcy@185.69.144.172] has joined #bitcoin-core-dev 06:18 -!- mcey [~emcy@185.69.144.172] has joined #bitcoin-core-dev 06:19 -!- mcey_ [~emcy@185.69.144.172] has quit [Read error: Connection reset by peer] 06:34 -!- pablomartin [~pablomart@185.137.36.43] has joined #bitcoin-core-dev 06:56 < bitcoin-git> [bitcoin] willcl-ark closed pull request #28222: Use shared_ptr for CNode inside CConnman (master...2023-08-cnode-shared-ptr) https://github.com/bitcoin/bitcoin/pull/28222 06:56 < bitcoin-git> [bitcoin] ryanofsky pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/42d5a1ff25a8...33303b2b296c 06:56 < bitcoin-git> bitcoin/master 7e475b9 glozow: [p2p] don't query orphanage by txid 06:56 < bitcoin-git> bitcoin/master efcc593 glozow: [refactor] TxOrphanage::HaveTx only by wtxid 06:56 < bitcoin-git> bitcoin/master c31f148 glozow: [refactor] TxOrphanage::EraseTx by wtxid 06:56 < bitcoin-git> [bitcoin] ryanofsky merged 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 07:10 -!- hernanmarino [~hernanmar@2800:2330:2840:181:1b93:7fef:d060:dd3e] has joined #bitcoin-core-dev 07:16 < bitcoin-git> [bitcoin] glozow opened pull request #30111: locks: introduce mutex for tx download, flush rejection filters on UpdatedBlockTip (master...2024-05-txdownload-mutex) https://github.com/bitcoin/bitcoin/pull/30111 07:32 < achow101> #proposedmeetingtopic moderators 07:34 -!- preimage [~halosghos@user/halosghost] has joined #bitcoin-core-dev 08:07 < bitcoin-git> [bitcoin] 0xB10C opened pull request #30112: rpc: introduce getversion RPC (master...2024-05-getversion-rpc) https://github.com/bitcoin/bitcoin/pull/30112 08:18 -!- the_mariner1 [~Thunderbi@191-247-18-11.3g.claro.net.br] has joined #bitcoin-core-dev 08:18 -!- the_mariner [~Thunderbi@177.37.233.11] has quit [Ping timeout: 256 seconds] 08:18 -!- the_mariner1 is now known as the_mariner 08:23 -!- the_mariner1 [~Thunderbi@2804:389:711e:2831:469:c092:6311:f103] has joined #bitcoin-core-dev 08:25 -!- the_mariner [~Thunderbi@191-247-18-11.3g.claro.net.br] has quit [Ping timeout: 252 seconds] 08:25 -!- the_mariner1 is now known as the_mariner 08:27 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [Closing Window] 08:35 -!- Guest21 [~Guest21@2a02:6ea0:c820::12] has joined #bitcoin-core-dev 08:39 -!- Guest44 [~Guest21@2a02:6ea0:c820::12] has joined #bitcoin-core-dev 08:41 -!- Guest21 [~Guest21@2a02:6ea0:c820::12] has quit [Ping timeout: 250 seconds] 08:46 -!- Guest44 [~Guest21@2a02:6ea0:c820::12] has quit [Quit: Client closed] 09:05 < bitcoin-git> [bitcoin] Mmgg002 opened pull request #30113: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/30113 09:06 < bitcoin-git> [bitcoin] hebasto closed pull request #30113: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/30113 09:14 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has quit [Ping timeout: 260 seconds] 09:31 -!- SpellChecker [~SpellChec@user/SpellChecker] has quit [Quit: bye] 09:33 -!- SpellChecker [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 09:46 -!- BrandonOdiwuor [~BrandonOd@105.163.157.124] has joined #bitcoin-core-dev 10:12 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:12 -!- the_mariner1 [~Thunderbi@2804:29b8:518d:a89:c419:e362:f2fa:9495] has joined #bitcoin-core-dev 10:14 -!- the_mariner [~Thunderbi@2804:389:711e:2831:469:c092:6311:f103] has quit [Ping timeout: 256 seconds] 10:14 -!- the_mariner1 is now known as the_mariner 10:42 < bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/33303b2b296c...7a40f2a3f1cf 10:42 < bitcoin-git> bitcoin/master cccddc0 Hernan Marino: Wallet encrypt on create, allow to navigate options 10:42 < bitcoin-git> bitcoin/master 7a40f2a merge-script: Merge bitcoin-core/gui#722: wallet: Allow user to navigate options while e... 10:42 < bitcoin-git> [gui] hebasto merged pull request #722: wallet: Allow user to navigate options while encrypting at creation (master...wallet-encryption-navigation) https://github.com/bitcoin-core/gui/pull/722 11:12 -!- BrandonOdiwuor [~BrandonOd@105.163.157.124] has quit [Ping timeout: 250 seconds] 11:17 -!- sohrab [~sohrab@user/sohrab] has joined #bitcoin-core-dev 11:20 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has quit [Ping timeout: 268 seconds] 11:20 -!- PaperSword [~Thunderbi@static-47-207-27-208.tmpa.fl.frontiernet.net] has joined #bitcoin-core-dev 11:39 -!- sohrab_ [~sohrab@user/sohrab] has joined #bitcoin-core-dev 11:48 -!- sohrab [~sohrab@user/sohrab] has quit [Quit: Client closed] 11:52 < bitcoin-git> [bitcoin] theuni opened pull request #30115: rpc: avoid copying into UniValue (master...easy-univalue-moves) https://github.com/bitcoin/bitcoin/pull/30115 11:56 -!- the_mariner [~Thunderbi@2804:29b8:518d:a89:c419:e362:f2fa:9495] has quit [Ping timeout: 260 seconds] 12:04 -!- the_mariner [~Thunderbi@191-247-7-151.3g.claro.net.br] has joined #bitcoin-core-dev 12:08 -!- the_mariner1 [~Thunderbi@2804:389:7127:4d4d:206d:e904:8599:1c4a] has joined #bitcoin-core-dev 12:10 < bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/7a40f2a3f1cf...71f0f2273f62 12:10 < bitcoin-git> bitcoin/master f3a2b52 Ryan Ofsky: serialization: Support for multiple parameters 12:10 < bitcoin-git> bitcoin/master 84502b7 Ryan Ofsky: serialization: Drop references to GetVersion/GetType 12:10 < bitcoin-git> bitcoin/master 83436d1 Ryan Ofsky: serialization: Drop unnecessary ParamsStream references 12:10 < bitcoin-git> [bitcoin] achow101 merged pull request #28929: serialization: Support for multiple parameters (master...pr/iparams) https://github.com/bitcoin/bitcoin/pull/28929 12:10 -!- the_mariner [~Thunderbi@191-247-7-151.3g.claro.net.br] has quit [Ping timeout: 255 seconds] 12:10 -!- the_mariner1 is now known as the_mariner 12:12 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:53 -!- the_mariner1 [~Thunderbi@177.37.233.179] has joined #bitcoin-core-dev 12:55 -!- the_mariner [~Thunderbi@2804:389:7127:4d4d:206d:e904:8599:1c4a] has quit [Ping timeout: 240 seconds] 12:55 -!- the_mariner1 is now known as the_mariner 12:56 -!- shesek [~shesek@user/shesek] has quit [Quit: The Lounge - https://thelounge.chat] 12:57 -!- shesek [~shesek@user/shesek] has joined #bitcoin-core-dev 12:59 -!- shesek [~shesek@user/shesek] has quit [Client Quit] 12:59 -!- shesek [~shesek@user/shesek] has joined #bitcoin-core-dev 13:01 < bitcoin-git> [bitcoin] sr-gi opened pull request #30116: p2p: Fill reconciliation sets (Erlay) attempt: 2 (master...2023-11-erlay2.1) https://github.com/bitcoin/bitcoin/pull/30116 13:21 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 13:24 -!- mailman [~mailman@103.166.150.118] has joined #bitcoin-core-dev 13:24 -!- mailman16 [~mailman@103.166.150.118] has joined #bitcoin-core-dev 13:24 -!- mailman [~mailman@103.166.150.118] has quit [Client Quit] 13:26 -!- mailman16 [~mailman@103.166.150.118] has quit [Client Quit] 13:26 -!- mailman3 [~mailman3@103.166.150.118] has joined #bitcoin-core-dev 13:30 -!- mailman3 [~mailman3@103.166.150.118] has quit [Client Quit] 13:30 -!- mailman3 [~mailman3@103.166.150.118] has joined #bitcoin-core-dev 13:34 -!- mailman3 [~mailman3@103.166.150.118] has quit [Client Quit] 13:34 -!- mailman3 [~mailman3@103.166.150.118] has joined #bitcoin-core-dev 13:43 < bitcoin-git> [bitcoin] Mmgg002 opened pull request #30117: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/30117 13:54 -!- mailman33 [~mailman3@103.166.150.118] has joined #bitcoin-core-dev 13:54 -!- mailman3 [~mailman3@103.166.150.118] has quit [Quit: Client closed] 13:57 -!- cold [~cold@user/cold] has joined #bitcoin-core-dev 13:58 < bitcoin-git> [bitcoin] furszy opened pull request #30118: test: improve robustness of connect_nodes() (master...2024_test_improve_connect_nodes) https://github.com/bitcoin/bitcoin/pull/30118 14:08 -!- mailman33 [~mailman3@103.166.150.118] has quit [Quit: Client closed] 14:08 -!- mailman3 [~mailman3@103.166.150.118] has joined #bitcoin-core-dev 14:19 < bitcoin-git> [bitcoin] hebasto closed pull request #30117: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/30117 14:21 -!- mailman3 [~mailman3@103.166.150.118] has quit [Quit: Client closed] 14:22 -!- mailman3 [~mailman3@103.166.150.118] has joined #bitcoin-core-dev 14:25 -!- mailman3 [~mailman3@103.166.150.118] has quit [Client Quit] 14:29 -!- aleggg [~aleggg@179.182.77.108] has quit [Ping timeout: 264 seconds] 14:34 -!- aleggg [~aleggg@189.114.151.169.dynamic.adsl.gvt.net.br] has joined #bitcoin-core-dev 14:39 -!- aleggg [~aleggg@189.114.151.169.dynamic.adsl.gvt.net.br] has quit [Ping timeout: 256 seconds] 14:39 -!- aleggg [~aleggg@191.32.106.100] has joined #bitcoin-core-dev 15:00 -!- gamja19 [~gamja@103.166.150.118] has joined #bitcoin-core-dev 15:01 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 15:01 -!- gamja19 [~gamja@103.166.150.118] has quit [Client Quit] 15:01 -!- gamja17 [~gamja@103.166.150.118] has joined #bitcoin-core-dev 15:01 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 15:02 -!- gamja17 [~gamja@103.166.150.118] has quit [Write error: Broken pipe] 15:02 -!- mailman03 [~mailman03@103.166.150.118] has joined #bitcoin-core-dev 15:13 -!- mailman03 [~mailman03@103.166.150.118] has quit [Quit: Client closed] 15:13 -!- mailman03 [~mailman03@103.166.150.118] has joined #bitcoin-core-dev 15:19 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 15:23 -!- mailman03 [~mailman03@103.166.150.118] has quit [Ping timeout: 250 seconds] 15:26 -!- vasild [~vd@user/vasild] has quit [Ping timeout: 260 seconds] 15:31 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 15:34 -!- vasild [~vd@user/vasild] has quit [Remote host closed the connection] 15:42 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 15:49 -!- vasild [~vd@user/vasild] has quit [Remote host closed the connection] 15:59 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 272 seconds] 16:00 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 16:01 -!- vasild [~vd@user/vasild] has quit [Remote host closed the connection] 16:09 -!- instagibbs [~instagibb@pool-100-15-116-202.washdc.fios.verizon.net] has quit [Ping timeout: 268 seconds] 16:09 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 16:10 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 17:40 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/71f0f2273f62...ae2658caacc1 17:40 < bitcoin-git> bitcoin/master 141df0a Cory Fields: crypto: disable asan for sha256_sse4 with clang and -O0 17:40 < bitcoin-git> bitcoin/master ae2658c merge-script: Merge bitcoin/bitcoin#30097: crypto: disable asan for sha256_sse4 with cla... 17:41 < bitcoin-git> [bitcoin] fanquake merged pull request #30097: crypto: disable asan for sha256_sse4 with clang and -O0 (master...sha2asan) https://github.com/bitcoin/bitcoin/pull/30097 18:39 -!- Victor [~Victor@170.244.96.99] has joined #bitcoin-core-dev 18:39 -!- Victor is now known as Guest7319 18:55 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 252 seconds] 18:57 -!- lbia [~lbia@user/lbia] has joined #bitcoin-core-dev 19:38 -!- Guest7319 [~Victor@170.244.96.99] has quit [Quit: Client closed] 20:11 < bitcoin-git> [bitcoin] fanquake opened pull request #30120: Update libsecp256k1 subtree to current master (master...secp256k1_0_5_0) https://github.com/bitcoin/bitcoin/pull/30120 20:18 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ae2658caacc1...dd42a5ddea6a 20:18 < bitcoin-git> bitcoin/master 684da97 Jon Atack: p2p, bugfix: detect addnode cjdns peers in GetAddedNodeInfo() 20:18 < bitcoin-git> bitcoin/master d0b0474 Jon Atack: test: add GetAddedNodeInfo() CJDNS regression unit test 20:18 < bitcoin-git> bitcoin/master dd42a5d merge-script: Merge bitcoin/bitcoin#30085: p2p: detect addnode cjdns peers in GetAddedNo... 20:18 < bitcoin-git> [bitcoin] fanquake merged pull request #30085: p2p: detect addnode cjdns peers in GetAddedNodeInfo() (master...2024-05-fix-cjdns-detection-in-GetAddedNodeInfo) https://github.com/bitcoin/bitcoin/pull/30085 20:28 -!- Victor165532 [~Victor165@170.244.96.99] has joined #bitcoin-core-dev 20:29 -!- Victor165532 [~Victor165@170.244.96.99] has quit [Client Quit] 20:55 -!- preimage [~halosghos@user/halosghost] has quit [Quit: WeeChat 4.2.2] 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:08 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 21:11 -!- pablomartin [~pablomart@185.137.36.43] has quit [Ping timeout: 260 seconds] 22:33 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 246 seconds] 22:45 -!- lbia [~lbia@user/lbia] has joined #bitcoin-core-dev 22:53 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 255 seconds] 23:45 -!- dermoth [~dermoth@user/dermoth] has quit [Ping timeout: 246 seconds] 23:55 -!- dermoth [~dermoth@user/dermoth] has joined #bitcoin-core-dev --- Log closed Thu May 16 00:00:56 2024