--- Log opened Tue Feb 20 00:00:04 2024 00:07 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has joined #bitcoin-core-dev 00:19 -!- adil1 [~Thunderbi@2402:d000:8134:9e68:ccdf:c753:9d96:65ba] has joined #bitcoin-core-dev 00:19 -!- dongcarl [~dongcarl@066-065-169-019.res.spectrum.com] has quit [Read error: Connection reset by peer] 00:21 -!- dongcarl [~dongcarl@066-065-169-019.res.spectrum.com] has joined #bitcoin-core-dev 00:37 -!- willcl-ark [~willcl-ar@user/willcl-ark] has quit [Quit: left] 00:38 -!- willcl-ark [~willcl-ar@cpc123780-trow7-2-0-cust177.18-1.cable.virginm.net] has joined #bitcoin-core-dev 00:38 -!- willcl-ark [~willcl-ar@user/willcl-ark] has changed host 00:39 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 260 seconds] 00:53 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 01:02 -!- NSFAF__ [~NSFAF@105.232.14.71] has joined #bitcoin-core-dev 01:02 -!- Guyver2 [~Guyver@77.174.98.73] has joined #bitcoin-core-dev 01:11 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has joined #bitcoin-core-dev 01:15 < PaperSword> The rules for bare_multisig in terms of being a valid TX are that it must not contain any more than 20 public keys. Now my question is what stops someone from submitting a transaction with an OP_CHECKMULTISIG into a testnet mempool where the number of pubkeys is greater than 20? The reason I ask about testnet is the acceptnonstdtxns would al'low these transactions to pass by the standardness filter. 01:16 < PaperSword> The reason I ask would be that, could someone cause me to mine an invalid block because of the lack of a standardness filter on testnet. 01:18 < PaperSword> Sorry for the incredibly bad phrasing. 01:20 < sipa> PaperSword: op_checkmultisig can *by consensus rules* not accept more than 20 keys 01:20 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 01:20 < sipa> even if standardness/policy rules permit a transaction with more, the transaction will still be invalid and not be accept (its script validation would just fail) 01:22 < sipa> so to be clear: the transaction would be invalid and thus not be accepter into mempool (it will also make a block it's in invalid, but it won't come to that) 01:22 < PaperSword> Thus it would never enter the mempool to be mined into block. Thank you. 01:23 < PaperSword> How would it even be possible to get values of n higher than 16? 01:23 < PaperSword> Push a byte with a number? 01:24 < sipa> you cannot use OP_n anymore, but you can just push the number 01:32 < PaperSword> Thank you for taking time to answer that, genuinely had me puzzled for a moment. 01:32 -!- NSFAF__ [~NSFAF@105.232.14.71] has quit [Ping timeout: 260 seconds] 01:34 -!- adil1 [~Thunderbi@2402:d000:8134:9e68:ccdf:c753:9d96:65ba] has quit [Quit: adil1] 01:50 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 01:51 -!- mudsip [~mudsip@user/mudsip] has quit [Client Quit] 01:56 -!- NSFAF [~NSFAF@105.232.14.71] has joined #bitcoin-core-dev 02:03 < bitcoin-git> [guix.sigs] guggero opened pull request #1017: Add attestations by guggero for 26.1rc1 non-codesigned (main...guggero-26.1rc1-unsigned) https://github.com/bitcoin-core/guix.sigs/pull/1017 02:07 < bitcoin-git> [guix.sigs] fanquake merged pull request #1017: Add attestations by guggero for 26.1rc1 non-codesigned (main...guggero-26.1rc1-unsigned) https://github.com/bitcoin-core/guix.sigs/pull/1017 02:08 < bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/63a80e8f8f50...4c800bbbd8a1 02:08 < bitcoin-git> guix.sigs/main e6f4f21 Oliver Gugger: Add attestations by guggero for 26.1rc1 non-codesigned 02:08 < bitcoin-git> guix.sigs/main 4c800bb fanquake: Merge pull request #1017 from guggero/guggero-26.1rc1-unsigned 02:10 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has quit [Ping timeout: 256 seconds] 02:12 -!- NSFAF [~NSFAF@105.232.14.71] has quit [Ping timeout: 255 seconds] 02:14 < bitcoin-git> [guix.sigs] fanquake opened pull request #1018: fanquake v26.1rc1 noncodesigned attestations (main...fanquake_noncodesigned_26_1rc1) https://github.com/bitcoin-core/guix.sigs/pull/1018 02:16 < bitcoin-git> [guix.sigs] fanquake merged pull request #1018: fanquake v26.1rc1 noncodesigned attestations (main...fanquake_noncodesigned_26_1rc1) https://github.com/bitcoin-core/guix.sigs/pull/1018 02:16 < bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/4c800bbbd8a1...ef090973386a 02:16 < bitcoin-git> guix.sigs/main 4ac4c59 fanquake: fanquake v26.1rc1 noncodesigned attestations 02:16 < bitcoin-git> guix.sigs/main ef09097 fanquake: Merge pull request #1018 from fanquake/fanquake_noncodesigned_26_1rc1 02:17 < bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/c265aad5b52b...b1a46b212f10 02:17 < bitcoin-git> bitcoin/master b276825 Ava Chow: bench: Add a benchmark for ismine 02:18 < bitcoin-git> bitcoin/master 99a0cdd Ava Chow: wallet: Introduce a callback called after TopUp completes 02:18 < bitcoin-git> bitcoin/master 3723233 Ava Chow: wallet: Cache scriptPubKeys for all DescriptorSPKMs 02:18 < bitcoin-git> [bitcoin] fanquake merged pull request #26008: wallet: cache IsMine scriptPubKeys to improve performance of descriptor wallets (master...improve-many-desc-ismine) https://github.com/bitcoin/bitcoin/pull/26008 02:21 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b1a46b212f10...bdddf364c9a6 02:21 < bitcoin-git> bitcoin/master c65fde4 Sjors Provoost: ci: vary /tmp/env 02:21 < bitcoin-git> bitcoin/master fa91bf2 MarcoFalke: ci: Skip git install if it is already installed 02:21 < bitcoin-git> bitcoin/master bdddf36 fanquake: Merge bitcoin/bitcoin#29441: ci: Avoid CI failures from temp env file reuse 02:22 < bitcoin-git> [bitcoin] fanquake merged pull request #29441: ci: Avoid CI failures from temp env file reuse (master...2402-ci-bugfix-) https://github.com/bitcoin/bitcoin/pull/29441 02:24 < bitcoin-git> [guix.sigs] josibake opened pull request #1019: Add noncodesigned attestations by josibake for 26.1rc1 (main...josibake-26.1rc1-noncodesigned-attestations) https://github.com/bitcoin-core/guix.sigs/pull/1019 02:26 -!- Guyver2 [~Guyver@77.174.98.73] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 02:37 -!- NSFAF [~NSFAF@105.232.14.71] has joined #bitcoin-core-dev 02:38 -!- NSFAF_ [~NSFAF@105.232.14.71] has joined #bitcoin-core-dev 02:39 -!- NSFAF__ [~NSFAF@105.232.14.71] has joined #bitcoin-core-dev 02:42 -!- NSFAF [~NSFAF@105.232.14.71] has quit [Ping timeout: 246 seconds] 02:42 -!- NSFAF [~NSFAF@105.232.14.71] has joined #bitcoin-core-dev 02:42 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has joined #bitcoin-core-dev 02:43 -!- NSFAF [~NSFAF@105.232.14.71] has quit [Max SendQ exceeded] 02:43 -!- NSFAF_ [~NSFAF@105.232.14.71] has quit [Ping timeout: 246 seconds] 02:44 -!- NSFAF__ [~NSFAF@105.232.14.71] has quit [Ping timeout: 260 seconds] 02:45 -!- NSFAF [~NSFAF@130.185.144.25] has joined #bitcoin-core-dev 02:56 -!- NSFAF [~NSFAF@130.185.144.25] has quit [Ping timeout: 246 seconds] 02:57 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has joined #bitcoin-core-dev 03:00 < bitcoin-git> [bitcoin] m3dwards opened pull request #29456: docs: ci multi-arch requires qemu (master...ci-needs-qemu) https://github.com/bitcoin/bitcoin/pull/29456 03:24 -!- zato [~zato@user/zato] has quit [Ping timeout: 264 seconds] 03:33 -!- zato [~zato@user/zato] has joined #bitcoin-core-dev 03:36 < bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bdddf364c9a6...d301c99554c4 03:36 < bitcoin-git> bitcoin/master 4c9db9b Hennadii Stepanov: qt, test: Recognize dialog object by name 03:36 < bitcoin-git> bitcoin/master d301c99 Hennadii Stepanov: Merge bitcoin-core/gui#797: test: Recognize dialog object by name 03:36 < bitcoin-git> [gui] hebasto merged pull request #797: test: Recognize dialog object by name (master...240219-fix-796) https://github.com/bitcoin-core/gui/pull/797 03:40 -!- Guest59 [~Guest59@41.177.146.142] has joined #bitcoin-core-dev 03:41 -!- Guest59 [~Guest59@41.177.146.142] has quit [Client Quit] 03:55 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:bd2c:2e55:371c:b0f4] has joined #bitcoin-core-dev 04:00 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:bd2c:2e55:371c:b0f4] has quit [Ping timeout: 260 seconds] 04:19 < bitcoin-git> [bitcoin] BrandonOdiwuor opened pull request #29457: doc: Fix gen-manpages to check build options (master...gen-manpages-build-options) https://github.com/bitcoin/bitcoin/pull/29457 04:22 -!- test34345345 [~test34345@141.43.65.40] has joined #bitcoin-core-dev 04:29 -!- test34345345 [~test34345@141.43.65.40] has left #bitcoin-core-dev [] 05:03 -!- NSFAF [~NSFAF@105.232.14.71] has joined #bitcoin-core-dev 05:04 -!- NSFAF_ [~NSFAF@105.232.14.71] has joined #bitcoin-core-dev 05:06 -!- NSFAF_ [~NSFAF@105.232.14.71] has quit [Read error: Connection reset by peer] 05:06 -!- NSFAF_ [~NSFAF@105.232.14.71] has joined #bitcoin-core-dev 05:08 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d301c99554c4...45b2a91897ca 05:08 < bitcoin-git> bitcoin/master 9d1dbbd TheCharlatan: scripted-diff: Fix bitcoin_config_h includes 05:08 < bitcoin-git> bitcoin/master 45b2a91 fanquake: Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup 05:08 < bitcoin-git> [bitcoin] fanquake merged pull request #29404: refactor: bitcoin-config.h includes cleanup (master...cleanup-config-h-headers2) https://github.com/bitcoin/bitcoin/pull/29404 05:08 -!- NSFAF [~NSFAF@105.232.14.71] has quit [Ping timeout: 256 seconds] 05:25 -!- oneeyedalien [~oneeyedal@user/oneeyedalien] has joined #bitcoin-core-dev 06:22 -!- oneeyedalien_ [~oneeyedal@user/oneeyedalien] has joined #bitcoin-core-dev 06:22 -!- NSFAF_ [~NSFAF@105.232.14.71] has quit [Read error: Connection reset by peer] 06:25 -!- oneeyedalien [~oneeyedal@user/oneeyedalien] has quit [Ping timeout: 264 seconds] 06:25 -!- szkl [uid110435@uxbridge.irccloud.com] has quit [Quit: Connection closed for inactivity] 06:28 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 06:29 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Remote host closed the connection] 06:29 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 06:33 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 06:35 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 06:42 -!- BUSY [~BUSY@user/busy] has joined #bitcoin-core-dev 06:45 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 256 seconds] 06:47 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 06:50 -!- BlueMatt [~BlueMatt@ircb.bluematt.me] has quit [Quit: Quit] 06:51 -!- BlueMatt [~BlueMatt@ircb.bluematt.me] has joined #bitcoin-core-dev 06:57 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 06:58 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 06:59 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 07:07 < bitcoin-git> [bitcoin] paplorinc opened pull request #29458: benchmark/speedup: optimize TryParseHex calls considerably (master...paplorinc/optimize-hex-parsing) https://github.com/bitcoin/bitcoin/pull/29458 07:25 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Remote host closed the connection] 07:30 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 07:31 < bitcoin-git> [bitcoin] fanquake closed pull request #29444: refactor: improve readability of numeric literals in consensus parameters and network settings (master...paplorinc/add-source-digit-separators-for-important-constants) https://github.com/bitcoin/bitcoin/pull/29444 07:34 -!- flag [~flag@81.56.89.175] has joined #bitcoin-core-dev 07:34 < bitcoin-git> [bitcoin] fanquake closed pull request #29145: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes-maybe-malware.us (master...dnsseed_dashjr_2024) https://github.com/bitcoin/bitcoin/pull/29145 07:36 -!- flag is now known as ppisati 07:54 -!- oneeyedalien_ [~oneeyedal@user/oneeyedalien] has quit [Quit: Leaving] 07:54 -!- jarthur [~jarthur@user/jarthur] has joined #bitcoin-core-dev 08:01 < bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 26.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/697a8a997919...3806f66ef450 08:01 < bitcoin-git> bitcoin-detached-sigs/26.x 3806f66 glozow: point to 26.1rc1 08:27 -!- cguida [~cguida@181.90.12.3] has joined #bitcoin-core-dev 08:31 < bitcoin-git> [bitcoin-detached-sigs] fanquake pushed 1 commit to 26.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/3806f66ef450...8576b8b29622 08:31 < bitcoin-git> bitcoin-detached-sigs/26.x 8576b8b fanquake: 26.1: macOS signature for rc1 08:31 < bitcoin-git> [bitcoin-detached-sigs] fanquake pushed tag v26.1rc1: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v26.1rc1 08:34 < bitcoin-git> [guix.sigs] fanquake opened pull request #1020: fanquake v26.1rc1 codesigned attestations (main...fanquake_codesigned_26_1rc1) https://github.com/bitcoin-core/guix.sigs/pull/1020 08:38 -!- Zenton [~user@user/zenton] has joined #bitcoin-core-dev 08:38 < bitcoin-git> [guix.sigs] fanquake merged pull request #1020: fanquake v26.1rc1 codesigned attestations (main...fanquake_codesigned_26_1rc1) https://github.com/bitcoin-core/guix.sigs/pull/1020 08:38 < bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/ef090973386a...1c4c88b5682d 08:38 < bitcoin-git> guix.sigs/main e619411 fanquake: fanquake v26.1rc1 codesigned attestations 08:38 < bitcoin-git> guix.sigs/main 1c4c88b fanquake: Merge pull request #1020 from fanquake/fanquake_codesigned_26_1rc1 08:39 < bitcoin-git> [guix.sigs] achow101 opened pull request #1021: achow101 26.1rc1 all guix attestation (main...26.1rc1) https://github.com/bitcoin-core/guix.sigs/pull/1021 08:40 < bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/1c4c88b5682d...ee26b67dda67 08:40 < bitcoin-git> guix.sigs/main e64f5d1 Ava Chow: achow101 26.1rc1 all guix attestation 08:40 < bitcoin-git> guix.sigs/main ee26b67 Ava Chow: Merge pull request #1021 from achow101/26.1rc1 08:40 < bitcoin-git> [guix.sigs] achow101 merged pull request #1021: achow101 26.1rc1 all guix attestation (main...26.1rc1) https://github.com/bitcoin-core/guix.sigs/pull/1021 08:47 < bitcoin-git> [guix.sigs] glozow opened pull request #1022: add glozow 26.1rc1 attestations all (main...26.1rc1-codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1022 08:47 < bitcoin-git> [guix.sigs] glozow merged pull request #1022: add glozow 26.1rc1 attestations all (main...26.1rc1-codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1022 08:47 < bitcoin-git> [guix.sigs] glozow pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/ee26b67dda67...6b20061b81df 08:47 < bitcoin-git> guix.sigs/main 74c7970 glozow: add glozow 26.1rc1 attestations all 08:47 < bitcoin-git> guix.sigs/main 6b20061 Gloria Zhao: Merge pull request #1022 from glozow/26.1rc1-codesigned 08:51 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Quit: Leaving...] 08:52 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has quit [Ping timeout: 256 seconds] 09:04 < bitcoin-git> [guix.sigs] glozow merged pull request #1019: Add noncodesigned attestations by josibake for 26.1rc1 (main...josibake-26.1rc1-noncodesigned-attestations) https://github.com/bitcoin-core/guix.sigs/pull/1019 09:04 < bitcoin-git> [guix.sigs] glozow pushed 3 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/6b20061b81df...fce0e7f04636 09:04 < bitcoin-git> guix.sigs/main 86dff2a josibake: Add noncodesigned attestations by josibake for 26.1rc1 09:04 < bitcoin-git> guix.sigs/main 9977675 josibake: add missing attestation 09:04 < bitcoin-git> guix.sigs/main fce0e7f Gloria Zhao: Merge pull request #1019 from josibake/josibake-26.1rc1-noncodesigned-atte... 09:05 < bitcoin-git> [guix.sigs] josibake opened pull request #1023: Add attestations by josibake for 26.1rc1 (main...josibake-26.1rc1-build-attestations) https://github.com/bitcoin-core/guix.sigs/pull/1023 09:14 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [Closing Window] 09:15 < bitcoin-git> [guix.sigs] achow101 merged pull request #1023: Add attestations by josibake for 26.1rc1 (main...josibake-26.1rc1-build-attestations) https://github.com/bitcoin-core/guix.sigs/pull/1023 09:15 < bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/fce0e7f04636...49d1b7de8f51 09:15 < bitcoin-git> guix.sigs/main 2a46cbb josibake: Add attestations by josibake for 26.1rc1 09:15 < bitcoin-git> guix.sigs/main 49d1b7d Ava Chow: Merge pull request #1023 from josibake/josibake-26.1rc1-build-attestations 09:17 -!- adil [~Thunderbi@2402:d000:8134:acd3:d7b:354b:8787:21ae] has joined #bitcoin-core-dev 09:26 -!- Guest81 [~Guest88@54038CC4.catv.pool.telekom.hu] has joined #bitcoin-core-dev 09:28 -!- Guest81 [~Guest88@54038CC4.catv.pool.telekom.hu] has quit [Client Quit] 09:28 -!- Guest121212 [~Guest1212@54038CC4.catv.pool.telekom.hu] has joined #bitcoin-core-dev 09:28 -!- adil [~Thunderbi@2402:d000:8134:acd3:d7b:354b:8787:21ae] has quit [Quit: adil] 09:28 -!- Guest121212 [~Guest1212@54038CC4.catv.pool.telekom.hu] has quit [Client Quit] 09:41 -!- ppisati is now known as flag 09:54 -!- cguida [~cguida@181.90.12.3] has quit [Ping timeout: 264 seconds] 10:04 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:18 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 268 seconds] 10:51 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 11:04 -!- jadi_ [~jadi@91.194.161.20] has joined #bitcoin-core-dev 11:07 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 264 seconds] 11:13 -!- jadi_ [~jadi@91.194.161.20] has quit [Remote host closed the connection] 11:14 -!- jarthur_ [~jarthur@user/jarthur] has joined #bitcoin-core-dev 11:14 -!- bob_x3 [~bob_x@user/bob-x1/x-8934932] has quit [Remote host closed the connection] 11:14 -!- jadi [~jadi@91.194.161.20] has joined #bitcoin-core-dev 11:15 -!- bob_x3 [~bob_x@user/bob-x1/x-8934932] has joined #bitcoin-core-dev 11:15 -!- jarthur [~jarthur@user/jarthur] has quit [Ping timeout: 246 seconds] 11:19 -!- jadi [~jadi@91.194.161.20] has quit [Ping timeout: 268 seconds] 11:30 -!- jadi [~jadi@91.194.161.20] has joined #bitcoin-core-dev 11:30 -!- Talkless [~Talkless@mail.dargis.net] has quit [Ping timeout: 268 seconds] 11:36 -!- jadi [~jadi@91.194.161.20] has quit [Ping timeout: 240 seconds] 11:38 < bitcoin-git> [guix.sigs] Sjors opened pull request #1024: Add sjors attestations for v26.1rc1 (main...26.1rc1-sjors) https://github.com/bitcoin-core/guix.sigs/pull/1024 11:48 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 11:52 < bitcoin-git> [guix.sigs] fanquake merged pull request #1024: Add sjors attestations for v26.1rc1 (main...26.1rc1-sjors) https://github.com/bitcoin-core/guix.sigs/pull/1024 11:52 -!- jadi [~jadi@91.194.161.20] has joined #bitcoin-core-dev 11:52 < bitcoin-git> [guix.sigs] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/49d1b7de8f51...39ea4373fb60 11:52 < bitcoin-git> guix.sigs/main 634c23f Sjors Provoost: Add sjors attestations for v26.1rc1 11:52 < bitcoin-git> guix.sigs/main 39ea437 fanquake: Merge pull request #1024 from Sjors/26.1rc1-sjors 11:53 -!- brunoerg_ [~brunoerg@2804:14c:3bfb:11d:91ed:e212:dffe:444a] has quit [] 11:56 -!- jadi [~jadi@91.194.161.20] has quit [Read error: Connection reset by peer] 12:03 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 12:09 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 264 seconds] 12:20 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 12:22 -!- jadi [~jadi@91.194.161.20] has joined #bitcoin-core-dev 12:28 -!- jadi [~jadi@91.194.161.20] has quit [Ping timeout: 255 seconds] 12:41 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 12:41 < bitcoin-git> [guix.sigs] laanwj opened pull request #1025: 26.1rc1 laanwj all (main...26.1rc1-laanwj-all) https://github.com/bitcoin-core/guix.sigs/pull/1025 12:46 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 264 seconds] 12:57 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 13:04 -!- aleggg [~aleggg@187.58.223.184] has quit [Remote host closed the connection] 13:04 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 272 seconds] 13:08 -!- zato [~zato@user/zato] has quit [Ping timeout: 256 seconds] 13:17 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 13:24 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 255 seconds] 13:30 -!- cotsuka [~cotsuka@user/cotsuka] has quit [Remote host closed the connection] 13:31 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 256 seconds] 13:32 -!- cotsuka [~cotsuka@user/cotsuka] has joined #bitcoin-core-dev 13:38 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 13:39 < bitcoin-git> [guix.sigs] achow101 merged pull request #1025: 26.1rc1 laanwj all (main...26.1rc1-laanwj-all) https://github.com/bitcoin-core/guix.sigs/pull/1025 13:39 < bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/39ea4373fb60...4d8a4036bb2d 13:39 < bitcoin-git> guix.sigs/main 73b06b3 laanwj: 26.1rc1 laanwj all 13:39 < bitcoin-git> guix.sigs/main 4d8a403 Ava Chow: Merge pull request #1025 from bitcoin-core/26.1rc1-laanwj-all 13:45 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 256 seconds] 13:48 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Remote host closed the connection] 13:48 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 13:49 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Remote host closed the connection] 13:58 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 14:00 -!- kevkevin [~kevkevin@98.226.43.69] has joined #bitcoin-core-dev 14:04 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 264 seconds] 14:17 -!- jadi [~jadi@91.194.161.20] has joined #bitcoin-core-dev 14:23 -!- jadi [~jadi@91.194.161.20] has quit [Ping timeout: 256 seconds] 14:32 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 14:35 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 14:41 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 256 seconds] 14:52 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 14:59 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 264 seconds] 15:04 < bitcoin-git> [guix.sigs] Kvaciral opened pull request #1026: 26.1rc1 kvaciral noncodesigned+all (main...26.1rc1-kvaciral-nc-all) https://github.com/bitcoin-core/guix.sigs/pull/1026 15:09 -!- aleggg [~aleggg@187.58.223.184] has joined #bitcoin-core-dev 15:11 -!- vysn [~vysn@user/vysn] has quit [Remote host closed the connection] 15:12 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 15:13 < bitcoin-git> [guix.sigs] achow101 merged pull request #1026: 26.1rc1 kvaciral noncodesigned+all (main...26.1rc1-kvaciral-nc-all) https://github.com/bitcoin-core/guix.sigs/pull/1026 15:13 < bitcoin-git> [guix.sigs] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/guix.sigs/compare/4d8a4036bb2d...467eb185375d 15:13 < bitcoin-git> guix.sigs/main fdd8403 Dimitri: 26.1rc1 kvaciral noncodesigned+all 15:13 < bitcoin-git> guix.sigs/main 467eb18 Ava Chow: Merge pull request #1026 from Kvaciral/26.1rc1-kvaciral-nc-all 15:17 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 268 seconds] 15:28 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 15:33 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 264 seconds] 15:45 -!- jadi [~jadi@91.194.161.20] has joined #bitcoin-core-dev 15:58 -!- jadi [~jadi@91.194.161.20] has quit [Ping timeout: 255 seconds] 15:59 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 16:09 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 16:27 -!- kevkevin [~kevkevin@98.226.43.69] has quit [Remote host closed the connection] 16:27 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 16:27 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Read error: Connection reset by peer] 17:02 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 17:06 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Ping timeout: 260 seconds] 17:08 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 246 seconds] 17:09 -!- boris- [~boris@190-21-127-100.baf.movistar.cl] has joined #bitcoin-core-dev 17:10 -!- boris [~boris@user/boris] has quit [Ping timeout: 260 seconds] 17:16 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 17:16 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Read error: Connection reset by peer] 17:17 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 17:17 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Read error: Connection reset by peer] 17:18 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 17:21 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 17:22 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Ping timeout: 246 seconds] 17:25 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 17:25 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 256 seconds] 17:39 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 17:42 -!- luke-jr_ [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 17:43 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 268 seconds] 17:46 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Ping timeout: 252 seconds] 17:56 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 17:58 -!- jadi_ [~jadi@91.194.161.22] has joined #bitcoin-core-dev 17:59 -!- szkl [uid110435@id-110435.uxbridge.irccloud.com] has joined #bitcoin-core-dev 18:01 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 268 seconds] 18:02 -!- jadi_ [~jadi@91.194.161.22] has quit [Ping timeout: 240 seconds] 18:15 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 18:34 -!- realies [~realies@user/realies] has quit [Quit: ~] 18:34 -!- realies [~realies@user/realies] has joined #bitcoin-core-dev 18:41 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 264 seconds] 18:48 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 18:55 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 272 seconds] 19:07 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 19:13 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 268 seconds] 19:18 < bitcoin-git> [bitcoin] kevkevinpal opened pull request #29459: test: check_mempool_result negative feerate (master...mempoolAcceptNegativeValues) https://github.com/bitcoin/bitcoin/pull/29459 19:26 -!- jadi [~jadi@91.194.161.20] has joined #bitcoin-core-dev 19:31 -!- jadi [~jadi@91.194.161.20] has quit [Ping timeout: 264 seconds] 19:43 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 19:48 -!- jon_atack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 19:48 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 256 seconds] 19:49 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 19:50 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 272 seconds] 19:56 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 264 seconds] 20:10 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 20:10 < bitcoin-git> [bitcoin] kevkevinpal opened pull request #29460: test: assert rpc error for addnode v2transport not enabled (master...v2TransportRequestNotEnabledTest) https://github.com/bitcoin/bitcoin/pull/29460 20:15 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 268 seconds] 20:23 -!- valiant [~elton@2600:1700:6973:5400:2ca2:6ad2:3428:1f1d] has joined #bitcoin-core-dev 20:25 -!- szkl [uid110435@id-110435.uxbridge.irccloud.com] has quit [Quit: Connection closed for inactivity] 20:28 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 20:34 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 255 seconds] 20:46 -!- Randolf [~randolf@184.70.10.188] has joined #bitcoin-core-dev 20:46 -!- jadi [~jadi@91.194.161.20] has joined #bitcoin-core-dev 20:49 -!- jadi [~jadi@91.194.161.20] has quit [Read error: Connection reset by peer] 20:50 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 20:59 -!- Randolf [~randolf@184.70.10.188] has quit [Quit: Leaving] 21:00 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 268 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:13 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 21:17 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 256 seconds] 21:20 -!- owuor [~owuor@41.72.206.58] has joined #bitcoin-core-dev 21:21 -!- owuor [~owuor@41.72.206.58] has quit [Client Quit] 21:22 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 21:36 -!- oneeyedalien [~oneeyedal@user/oneeyedalien] has joined #bitcoin-core-dev 21:41 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 21:45 -!- valiant [~elton@2600:1700:6973:5400:2ca2:6ad2:3428:1f1d] has quit [Ping timeout: 255 seconds] 22:15 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 22:19 -!- valiant [~elton@2600:1700:6973:5400:2d97:bfda:42ac:fc2a] has joined #bitcoin-core-dev 22:23 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Remote host closed the connection] 22:26 -!- jadi [~jadi@91.194.161.22] has quit [Remote host closed the connection] 22:27 -!- jadi [~jadi@91.194.161.22] has joined #bitcoin-core-dev 22:27 -!- valiant [~elton@2600:1700:6973:5400:2d97:bfda:42ac:fc2a] has quit [Ping timeout: 256 seconds] 22:31 -!- jadi [~jadi@91.194.161.22] has quit [Ping timeout: 255 seconds] 22:43 -!- jadi [~jadi@91.194.161.21] has joined #bitcoin-core-dev 22:57 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has joined #bitcoin-core-dev 23:07 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 23:15 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Ping timeout: 260 seconds] 23:31 -!- kevkevin [~kevkevin@98.226.43.69] has joined #bitcoin-core-dev 23:35 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 4.1.1] 23:36 -!- kevkevin [~kevkevin@98.226.43.69] has quit [Ping timeout: 255 seconds] 23:36 -!- jadi_ [~jadi@185.99.133.177] has joined #bitcoin-core-dev 23:39 -!- jadi [~jadi@91.194.161.21] has quit [Ping timeout: 252 seconds] 23:50 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 23:50 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Read error: Connection reset by peer] 23:50 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 23:50 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Read error: Connection reset by peer] 23:51 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 23:52 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Read error: Connection reset by peer] 23:52 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 23:52 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has quit [Read error: Connection reset by peer] 23:56 -!- jadi [~jadi@5.114.124.23] has joined #bitcoin-core-dev 23:57 -!- jadi [~jadi@5.114.124.23] has quit [Read error: Connection reset by peer] 23:58 -!- kevkevin [~kevkevin@2601:241:8703:7b30:dc8a:3b33:c396:f7a0] has joined #bitcoin-core-dev 23:58 -!- jadi_ [~jadi@185.99.133.177] has quit [Ping timeout: 255 seconds] 23:59 -!- oneeyedalien_ [~oneeyedal@user/oneeyedalien] has joined #bitcoin-core-dev --- Log closed Wed Feb 21 00:00:05 2024