2025-05-01

<_aj_> fanquake: find .bitcoin/blocks/index -printf "%s\n" | (x=0; while read a; do x=$(($x+$a)); done; echo $((x/1024/1024)) )
<bitcoin-git> [bitcoin] hebasto opened pull request #32396: cmake: Add application manifests when cross-compiling for Windows (master...250501-app-manifest) https://github.com/bitcoin/bitcoin/pull/32396
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #32395: fees: rpc: `estimatesmartfee` now returns a fee rate estimate during low network activity (master...04-2025-fee-estimate-with-low-network-activity) https://github.com/bitcoin/bitcoin/pull/32395
<_aj_> fanquake: du -bh .bitcoin/blocks/index/ ?
<bitcoin-git> [bitcoin] vasild opened pull request #32394: net: make m_nodes_mutex non-recursive (master...m_nodes_mutex) https://github.com/bitcoin/bitcoin/pull/32394
<sipa> 116M /home/site/.bitcoin/blocks/index/
<sipa> $ du -sh ~/.bitcoin/blocks/index/
<bitcoin-git> [bitcoin] fanquake merged pull request #32389: doc: Fix test_bitcoin path (master...doc-fix-test_bitcoin-path) https://github.com/bitcoin/bitcoin/pull/32389
<bitcoin-git> bitcoin/master fc6346d merge-script: Merge bitcoin/bitcoin#32389: doc: Fix test_bitcoin path
<bitcoin-git> bitcoin/master 6cbc28b monlovesmango: doc: Fix test_bitcoin path
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/68ac9f116c02...fc6346dbc8dc
<bitcoin-git> [bitcoin] fanquake closed pull request #32392: Update .gitignore (master...gitignore) https://github.com/bitcoin/bitcoin/pull/32392
<bitcoin-git> [bitcoin] AndreaLanfranchi opened pull request #32392: Update .gitignore (master...gitignore) https://github.com/bitcoin/bitcoin/pull/32392
<bitcoin-git> [bitcoin] monlovesmango opened pull request #32389: doc: Fix test_bitcoin path (master...doc-fix-test_bitcoin-path) https://github.com/bitcoin/bitcoin/pull/32389

2025-04-30

<Murch[m]> Unfortunately, it’s not possible to lock individual PRs and Issues only to org members, according to achow101 here: https://github.com/bitcoin-core/meta/issues/19#issuecomment-2839879023
<fjahr> pinheadmz: Not sure if the ML is the right place for that bitcoin core meta discussion, so writing it here instead: Agree that it would be good to split conceptual and technical review but also skeptical the discussion post would get traction. And even if it did, people could still copy+paste their messages into the PR later.
<bitcoin-git> [bitcoin] darosior closed pull request #32381: policy: allow more than one OP_RETURN outputs per tx (master...2504_fixthefiltersyo) https://github.com/bitcoin/bitcoin/pull/32381
<bitcoin-git> [bitcoin] maflcko closed pull request #32339: ci: Merge fuzz task for macOS (master...2504-ci-merge) https://github.com/bitcoin/bitcoin/pull/32339
<bitcoin-git> [bitcoin] maflcko opened pull request #32388: fuzz: Remove unused TimeoutExpired catch in fuzz runner (master...2504-fuzz-timeout) https://github.com/bitcoin/bitcoin/pull/32388
<bitcoin-git> [bitcoin] achow101 merged pull request #32383: util: Remove `fsbridge::get_filesystem_error_message()` (master...250429-fs-error) https://github.com/bitcoin/bitcoin/pull/32383
<bitcoin-git> bitcoin/master 68ac9f1 Ava Chow: Merge bitcoin/bitcoin#32383: util: Remove `fsbridge::get_filesystem_error_...
<bitcoin-git> bitcoin/master 97eaadc Hennadii Stepanov: util: Remove `fsbridge::get_filesystem_error_message()`
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/14b8dfb2bd5e...68ac9f116c02
<bitcoin-git> [gui] D33r-Gee closed pull request #869: interface: Expose load utxo snapshot functionality (master...2025_gui_interfaces_loadsnapshot) https://github.com/bitcoin-core/gui/pull/869
<bitcoin-git> [gui] D33r-Gee opened pull request #870: [DRAFT] Expose AssumeUTXO Load Snapshot Functionality To The GUI (master...2025_gui_interfaces_loadsnapshot_poc) https://github.com/bitcoin-core/gui/pull/870
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1129: blog: ammend date of latest advisory (master...fixup_postdate) https://github.com/bitcoin-core/bitcoincore.org/pull/1129
<bitcoin-git> bitcoincore.org/master bc98e70 fanquake: blog: ammend date of latest advisory
<bitcoin-git> bitcoincore.org/master c88f668 merge-script: Merge bitcoin-core/bitcoincore.org#1129: blog: ammend date of latest advis...
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/bfe173782999...c88f668c15b2
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1129: blog: ammend date of latest advisory (master...fixup_postdate) https://github.com/bitcoin-core/bitcoincore.org/pull/1129
<bitcoin-git> [bitcoin] w0xlt closed pull request #32384: Make `cs_db` mutex non-recursive (master...cs_db) https://github.com/bitcoin/bitcoin/pull/32384
<bitcoin-git> [bitcoin] ryanofsky opened pull request #32387: [DRAFT] ipc: add windows support (master...pr/ipc-win) https://github.com/bitcoin/bitcoin/pull/32387
<bitcoin-git> [bitcoin] Sjors opened pull request #32386: mining: rename gbt_force and gbt_force_name (master...2025/04/gbt) https://github.com/bitcoin/bitcoin/pull/32386
<bitcoin-git> [bitcoin] stratospher opened pull request #32385: test: add test for malleated transaction with valid witness (master...2025_04_tx_malleate) https://github.com/bitcoin/bitcoin/pull/32385
<bitcoin-git> [bitcoin] w0xlt opened pull request #32384: Make `cs_db` mutex non-recursive (master...cs_db) https://github.com/bitcoin/bitcoin/pull/32384
<bitcoin-git> [bitcoin] w0xlt closed pull request #32382: Make `cs_db` mutex non-recursive (master...cs_db) https://github.com/bitcoin/bitcoin/pull/32382
<bitcoin-git> [bitcoin] hebasto opened pull request #32383: util: Remove `fsbridge::get_filesystem_error_message()` (master...250429-fs-error) https://github.com/bitcoin/bitcoin/pull/32383

2025-04-29

<bitcoin-git> [bitcoin] w0xlt reopened pull request #32382: Make `cs_db` mutex non-recursive (master...cs_db) https://github.com/bitcoin/bitcoin/pull/32382
<bitcoin-git> [bitcoin] achow101 merged pull request #31398: wallet: refactor: various master key encryption cleanups (master...202411-wallet-encryption_cleanups) https://github.com/bitcoin/bitcoin/pull/31398
<bitcoin-git> bitcoin/master 62c209f Sebastian Falbesoner: wallet: doc: remove mentions of unavailable scrypt derivation method
<bitcoin-git> bitcoin/master 8465459 Sebastian Falbesoner: wallet: refactor: dedup master key encryption / derivation rounds setting
<bitcoin-git> bitcoin/master a6d9b41 Sebastian Falbesoner: wallet: refactor: introduce `CMasterKey::DEFAULT_DERIVE_ITERATIONS` consta...
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/a60445cd04c8...14b8dfb2bd5e
<bitcoin-git> [bitcoin] achow101 merged pull request #32355: Bugfix: Miner: Don't reuse block_reserved_weight for "block is full enough to give up" weight delta (master...fix_block_full_enough) https://github.com/bitcoin/bitcoin/pull/32355
<bitcoin-git> bitcoin/master a60445c Ava Chow: Merge bitcoin/bitcoin#32355: Bugfix: Miner: Don't reuse block_reserved_wei...
<bitcoin-git> bitcoin/master 524f981 Luke Dashjr: Bugfix: Miner: Don't reuse block_reserved_weight for "block is full enough...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2d5b4244147b...a60445cd04c8
<padillaque> this is bitcoin, not high school - and i want my discoveries on wax for my resume - this should *NOT* even be a discussion
<bitcoin-git> [bitcoin] achow101 merged pull request #32351: test: avoid stack overflow in `FindChallenges` via manual iteration (master...l0rinc/FindChallenges) https://github.com/bitcoin/bitcoin/pull/32351
<bitcoin-git> bitcoin/master e400ac5 Lőrinc: refactor: simplify repeated comparisons in `FindChallenges`
<bitcoin-git> bitcoin/master b80d0bd Lőrinc: test: avoid stack overflow in `FindChallenges` via manual iteration
<bitcoin-git> bitcoin/master f670836 Lőrinc: test: remove old recursive `FindChallenges_recursive` implementation
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/0ed5f37afef1...2d5b4244147b
<bitcoin-git> [bitcoin] achow101 merged pull request #31014: net: Use GetAdaptersAddresses to get local addresses on Windows (master...2024-10-windows-address-discovery) https://github.com/bitcoin/bitcoin/pull/31014
<bitcoin-git> bitcoin/master b9d4d5f laanwj: net: Use GetAdaptersAddresses to get local addresses on Windows
<bitcoin-git> bitcoin/master 0ed5f37 Ava Chow: Merge bitcoin/bitcoin#31014: net: Use GetAdaptersAddresses to get local ad...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7a4a2a38ea37...0ed5f37afef1
<bitcoin-git> [bitcoin] achow101 merged pull request #27826: validation: log which peer sent us a header (master...2023/05/saw-header) https://github.com/bitcoin/bitcoin/pull/27826
<bitcoin-git> bitcoin/master f9fa287 Sjors Provoost: Use LogBlockHeader for compact blocks
<bitcoin-git> bitcoin/master bad7c91 Sjors Provoost: Log which peer sent us a header
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/4694732bc4c3...7a4a2a38ea37
<bitcoin-git> bitcoin/master 9d3e39c Sjors Provoost: Log block header in net_processing
<bitcoin-git> [bitcoin] achow101 merged pull request #32338: net: remove unnecessary check from AlreadyConnectedToAddress() (master...AlreadyConnectedToAddress) https://github.com/bitcoin/bitcoin/pull/32338
<bitcoin-git> bitcoin/master 4694732 Ava Chow: Merge bitcoin/bitcoin#32338: net: remove unnecessary check from AlreadyCon...
<bitcoin-git> bitcoin/master 94e85a8 Vasil Dimov: net: remove unnecessary check from AlreadyConnectedToAddress()
<bitcoin-git> bitcoin/master f1b1428 David Gumberg: test: Same addr, diff port is already connected
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7db096121d37...4694732bc4c3
<bitcoin-git> [bitcoin] achow101 merged pull request #29039: versionbits refactoring (master...202312-vbits-simplify) https://github.com/bitcoin/bitcoin/pull/29039
<bitcoin-git> bitcoin/master e9d6170 Anthony Towns: versionbits: Remove params from AbstractThresholdConditionChecker
<bitcoin-git> bitcoin/master a679040 Anthony Towns: consensus/params: Move version bits period/threshold to bip9 param
<bitcoin-git> bitcoin/master 9bc41f1 Anthony Towns: versionbits: Use std::array instead of C-style arrays
<bitcoin-git> [bitcoin] achow101 pushed 16 commits to master: https://github.com/bitcoin/bitcoin/compare/51d76634fb57...7db096121d37
<bitcoin-git> [bitcoin] w0xlt closed pull request #32382: Make `cs_db` mutex non-recursive (master...cs_db) https://github.com/bitcoin/bitcoin/pull/32382
<bitcoin-git> [bitcoin] w0xlt opened pull request #32382: Make `cs_db` mutex non-recursive (master...cs_db) https://github.com/bitcoin/bitcoin/pull/32382
<bitcoin-git> [bitcoin] darosior opened pull request #32381: policy: allow more than one OP_RETURN outputs per tx (master...2504_fixthefiltersyo) https://github.com/bitcoin/bitcoin/pull/32381
<bitcoin-git> [bitcoin] achow101 merged pull request #32365: descriptors: Reject + sign while parsing unsigned (master...2504-int-parsing) https://github.com/bitcoin/bitcoin/pull/32365
<bitcoin-git> bitcoin/master fa55dd0 MarcoFalke: descriptors: Reject + sign when parsing multi threshold
<bitcoin-git> bitcoin/master fa6f77e MarcoFalke: descriptors: Reject + sign in ParseKeyPathNum
<bitcoin-git> bitcoin/master fa655da MarcoFalke: test: [refactor] Use ToIntegral in CheckInferDescriptor
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c5e44a043563...51d76634fb57
<bitcoin-git> [bitcoin] hebasto opened pull request #32380: [PoC] Modernize use of UTF-8 in Windows code (master...250429-windows-utf8) https://github.com/bitcoin/bitcoin/pull/32380
<corebot> https://github.com/bitcoin/bitcoin/issues/32155 | miner: timelock the coinbase to the mined block's height by darosior · Pull Request #32155 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] darosior opened pull request #32379: p2p: stop special-casing witness-stripped error for unconfirmed transactions (master...2504_less_input_checks) https://github.com/bitcoin/bitcoin/pull/32379
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #32378: interfaces: move `Mining` and `BlockTemplate` implementation to miner (master...04-2025-refactor-mining-interface) https://github.com/bitcoin/bitcoin/pull/32378
<bitcoin-git> [bitcoin] fanquake closed pull request #32363: ci: Use previous releases in tests on Windows (master...hpp1) https://github.com/bitcoin/bitcoin/pull/32363
<corebot> https://github.com/bitcoin/bitcoin/issues/31014 | net: Use GetAdaptersAddresses to get local addresses on Windows by laanwj · Pull Request #31014 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #32369: test: Use the correct node for doubled keypath test (master...fix-double-keypath-test) https://github.com/bitcoin/bitcoin/pull/32369
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/65714c162c16...c5e44a043563
<bitcoin-git> bitcoin/master c5e44a0 merge-script: Merge bitcoin/bitcoin#32369: test: Use the correct node for doubled keypat...
<bitcoin-git> bitcoin/master 32d55e2 Ava Chow: test: Use the correct node for doubled keypath test
<bitcoin-git> bitcoincore.org/master bfe1737 merge-script: Merge bitcoin-core/bitcoincore.org#1128: Add japanese translation for secu...
<bitcoin-git> bitcoincore.org/master fc158b8 azuchi: Add japanese translation for security advisory for remaining CVE-2024-5291...
<bitcoin-git> bitcoincore.org/master d8ff556 azuchi: Fix typo
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1128: Add japanese translation for security advisory for remaining CVE-2024-52919 issue (master...ja-translate-cve-2024-52919) https://github.com/bitcoin-core/bitcoincore.org/pull/1128
<bitcoin-git> [bitcoincore.org] fanquake pushed 3 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/6957ec9324a2...bfe173782999
<bitcoin-git> [leveldb-subtree] laanwj opened pull request #50: Remove workaround for old Linux kernel CIFS bug (bitcoin-fork...2025-04-revert-dir-fsync-hack) https://github.com/bitcoin-core/leveldb-subtree/pull/50
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1128: Add japanese translation for security advisory for remaining CVE-2024-52919 issue (master...ja-translate-cve-2024-52919) https://github.com/bitcoin-core/bitcoincore.org/pull/1128
<bitcoin-git> [bitcoin] achow101 closed pull request #32370: 4 million lost bitcoin (master...lost-bitcoin) https://github.com/bitcoin/bitcoin/pull/32370
<bitcoin-git> [bitcoin] LEGENDZENT opened pull request #32370: 4 million lost bitcoin (master...lost-bitcoin) https://github.com/bitcoin/bitcoin/pull/32370
<sipa> at least not bitcoin core ones

2025-04-28

<bitcoin-git> [bitcoin] achow101 opened pull request #32369: test: Use the correct node for doubled keypath test (master...fix-double-keypath-test) https://github.com/bitcoin/bitcoin/pull/32369
<bitcoin-git> [bitcoin] achow101 merged pull request #32327: test: Add missing check for empty stderr in util tester (master...2504-test-util-empty-err) https://github.com/bitcoin/bitcoin/pull/32327
<bitcoin-git> bitcoin/master 65714c1 Ava Chow: Merge bitcoin/bitcoin#32327: test: Add missing check for empty stderr in u...
<bitcoin-git> bitcoin/master fadf12a MarcoFalke: test: Add missing check for empty stderr in util tester
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a4eee6d50be0...65714c162c16
<bitcoin-git> [bitcoin] glozow merged pull request #29124: test: Test that migration automatically repairs corrupted metadata with doubled derivation path (master...fix-double-keypath) https://github.com/bitcoin/bitcoin/pull/29124
<bitcoin-git> bitcoin/master a4eee6d merge-script: Merge bitcoin/bitcoin#29124: test: Test that migration automatically repai...
<bitcoin-git> bitcoin/master c7e2b9e Ava Chow: tests: Test migration cleans up bad inactive chain derivation path
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af6cffa36d12...a4eee6d50be0
<bitcoin-git> [bitcoin] Retropex opened pull request #32368: Catch nocive arbitrary data. (missing code for #32359) (master...data) https://github.com/bitcoin/bitcoin/pull/32368
<bitcoin-git> [bitcoin] achow101 merged pull request #32350: test: Slim down previous releases bdb check (master...2504-test-prev-rel) https://github.com/bitcoin/bitcoin/pull/32350
<bitcoin-git> bitcoin/master fa58f40 MarcoFalke: test: Slim down previous releases bdb check
<bitcoin-git> bitcoin/master af6cffa Ava Chow: Merge bitcoin/bitcoin#32350: test: Slim down previous releases bdb check
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/33e6538b3076...af6cffa36d12
<bitcoin-git> [bitcoin] achow101 merged pull request #32360: test: Force named args for RPCOverloadWrapper optional args (master...2504-named-args) https://github.com/bitcoin/bitcoin/pull/32360
<bitcoin-git> bitcoin/master fa48be3 MarcoFalke: test: Force named args for RPCOverloadWrapper optional args
<bitcoin-git> bitcoin/master aaaa453 MarcoFalke: test: Remove unused createwallet_passthrough
<bitcoin-git> bitcoin/master cccc1f4 MarcoFalke: test: Remove unused RPCOverloadWrapper is_cli field
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3a29ba33dca6...33e6538b3076
<bitcoin-git> [bitcoincore.org] glozow merged pull request #1127: Add security advisory for remaining CVE-2024-52919 issue (master...2503_CVE-2024-52919_again) https://github.com/bitcoin-core/bitcoincore.org/pull/1127
<bitcoin-git> bitcoincore.org/master 680a254 Antoine Poinsot: Add security advisory for remaining CVE-2024-52919 issue
<bitcoin-git> bitcoincore.org/master 6957ec9 merge-script: Merge bitcoin-core/bitcoincore.org#1127: Add security advisory for remaini...
<bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/130884f06460...6957ec9324a2
<bitcoin-git> [bitcoin] tomasandroil closed pull request #32342: Fix missing error check in `set_clo_on_exec` for FD_CLOEXEC handling (master...fix/update) https://github.com/bitcoin/bitcoin/pull/32342
<bitcoin-git> [bitcoin] hebasto opened pull request #32367: cmake: Check user-defined `APPEND_*FLAGS` variables early (master...250428-enable-lang) https://github.com/bitcoin/bitcoin/pull/32367
<bitcoin-git> [bitcoin] stutxo closed pull request #32366: add ignore_incoming_blocks option to ProcessMessage and SendMessages (master...tx_only_mode) https://github.com/bitcoin/bitcoin/pull/32366
<bitcoin-git> [bitcoin] stutxo opened pull request #32366: add ignore_incoming_blocks option to ProcessMessage and SendMessages (master...tx_only_mode) https://github.com/bitcoin/bitcoin/pull/32366
<bitcoin-git> [gui] D33r-Gee opened pull request #869: interface: Expose load utxo snapshot functionality (master...2025_gui_interfaces_loadsnapshot) https://github.com/bitcoin-core/gui/pull/869
<bitcoin-git> [bitcoin] maflcko opened pull request #32365: descriptors: Reject + sign while parsing unsigned (master...2504-int-parsing) https://github.com/bitcoin/bitcoin/pull/32365
<bitcoin-git> [bitcoin] fanquake merged pull request #32357: depends: Fix cross-compiling `qt` package from macOS to Windows (master...250426-macos-to-windows) https://github.com/bitcoin/bitcoin/pull/32357
<bitcoin-git> bitcoin/master 3a29ba3 merge-script: Merge bitcoin/bitcoin#32357: depends: Fix cross-compiling `qt` package fro...
<bitcoin-git> bitcoin/master 35e57fb Hennadii Stepanov: depends: Fix cross-compiling `qt` package from macOS to Windows
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f409444d0243...3a29ba33dca6
<bitcoin-git> [bitcoin] stickies-v opened pull request #32364: refactor: validation: mark CheckBlockIndex as const (master...2025-04/const-checkblockindex) https://github.com/bitcoin/bitcoin/pull/32364
<maflcko> hebasto: thx. The rule was added, to close spam such as https://github.com/bitcoin/bitcoin/pull/32228/files. But I removed it in https://github.com/maflcko/DrahtBot/commit/d5ce5a7859709423422872daef6c43513bfd80f4 again.
<bitcoin-git> [bitcoin] hebasto reopened pull request #32363: ci: Use previous releases in tests on Windows (master...hpp1) https://github.com/bitcoin/bitcoin/pull/32363
<bitcoin-git> [bitcoin] DrahtBot closed pull request #32363: ci: Use previous releases in tests on Windows (master...hpp1) https://github.com/bitcoin/bitcoin/pull/32363
<bitcoin-git> [bitcoin] GarmashAlex opened pull request #32363: ci: Use previous releases in tests on Windows (master...hpp1) https://github.com/bitcoin/bitcoin/pull/32363
<bitcoin-git> [bitcoin] fanquake closed pull request #32362: Update SECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/32362
<bitcoin-git> [bitcoin] 9AeinBagheri9 opened pull request #32362: Update SECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/32362
<bitcoin-git> [bitcoincore.org] darosior opened pull request #1127: Add security advisory for remaining CVE-2024-52919 issue (master...2503_CVE-2024-52919_again) https://github.com/bitcoin-core/bitcoincore.org/pull/1127
<bitcoin-git> [bitcoin] fanquake merged pull request #32071: build: Drop option to disable hardening. (master...3-14-25-drop-hardening-option) https://github.com/bitcoin/bitcoin/pull/32071
<bitcoin-git> bitcoin/master 77e553a David Gumberg: build: refactor: hardening flags -> core_interface
<bitcoin-git> bitcoin/master f57db75 David Gumberg: build: Use `-z noseparate-code` on NetBSD < 11.0
<bitcoin-git> bitcoin/master 00ba3ba David Gumberg: build: Drop option for disabling hardening
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d62c2d82e14d...f409444d0243
<corebot> https://github.com/bitcoin/bitcoin/issues/29124 | test: Test that migration automatically repairs corrupted metadata with doubled derivation path by achow101 · Pull Request #29124 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] maflcko opened pull request #32360: test: Force named args in RPCOverloadWrapper optional args (master...2504-named-args) https://github.com/bitcoin/bitcoin/pull/32360

2025-04-27

<bitcoin-git> [bitcoin] petertodd opened pull request #32359: Remove arbitrary limits on OP_Return (datacarrier) outputs (master...2025-op-return) https://github.com/bitcoin/bitcoin/pull/32359
<bitcoin-git> [bitcoin] hebasto opened pull request #32358: subprocess: Backport upstream changes (master...250427-subprocess-backports) https://github.com/bitcoin/bitcoin/pull/32358
<bitcoin-git> [bitcoin] hebasto merged pull request #32353: doc: Fix fuzz test_runner.py path (master...doc-fix-fuzz-test_runner-path) https://github.com/bitcoin/bitcoin/pull/32353
<bitcoin-git> bitcoin/master d62c2d8 Hennadii Stepanov: Merge bitcoin/bitcoin#32353: doc: Fix fuzz test_runner.py path
<bitcoin-git> bitcoin/master 61f238e monlovesmango: doc: Fix fuzz test_runner.py path
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d2ac748e9e7a...d62c2d82e14d
<bitcoin-git> [bitcoin] hebasto closed pull request #32349: test: Increase stack size for "Debug" builds with MSVC (master...250425-msvc-stack) https://github.com/bitcoin/bitcoin/pull/32349

2025-04-26

<bitcoin-git> [bitcoin] hebasto opened pull request #32357: depends: Fix cross-compiling `qt` package from macOS to Windows (master...250426-macos-to-windows) https://github.com/bitcoin/bitcoin/pull/32357
<bitcoin-git> [gui] hebasto merged pull request #864: Crash fix, disconnect numBlocksChanged() signal during shutdown (master...2025_gui_fix_crash_numBlocksChanged) https://github.com/bitcoin-core/gui/pull/864
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/de90b47ea098...d2ac748e9e7a
<bitcoin-git> bitcoin/master d2ac748 Hennadii Stepanov: Merge bitcoin-core/gui#864: Crash fix, disconnect numBlocksChanged() signa...
<bitcoin-git> bitcoin/master 71656bd furszy: gui: crash fix, disconnect numBlocksChanged() signal during shutdown
<bitcoin-git> [bitcoin] hebasto opened pull request #32356: cmake: Do not override flags set by the user when replacing them (master...250426-var-override) https://github.com/bitcoin/bitcoin/pull/32356
<bitcoin-git> [bitcoin] luke-jr opened pull request #32355: Bugfix: Miner: Don't reuse block_reserved_weight for "block is full enough to give up" weight delta (master...fix_block_full_enough) https://github.com/bitcoin/bitcoin/pull/32355
<bitcoin-git> [gui] hebasto merged pull request #868: Replace stray tfm::format to cerr with qWarning (master...2025-05-qt-stray-format) https://github.com/bitcoin-core/gui/pull/868
<bitcoin-git> bitcoin/master de90b47 Hennadii Stepanov: Merge bitcoin-core/gui#868: Replace stray tfm::format to cerr with qWarning
<bitcoin-git> bitcoin/master edd4656 laanwj: qt: Replace stray tfm::format to cerr with qWarning
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/80e6ad9e3023...de90b47ea098

2025-04-25

<bitcoin-git> [bitcoin] kevkevinpal opened pull request #32354: tests: Added progress tracker when running fuzz test_runner.py (master...progressFuzzRunner) https://github.com/bitcoin/bitcoin/pull/32354
<corebot> https://github.com/bitcoin/bitcoin/issues/28792 | Embed default ASMap as binary dump header file by fjahr · Pull Request #28792 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/30469 | index: Fix coinstats overflow and introduce index versioning by fjahr · Pull Request #30469 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] glozow closed pull request #28031: Package Relay 1/3: Introduce TxDownloadManager and improve orphan-handling (master...orphan-resolution-module) https://github.com/bitcoin/bitcoin/pull/28031
<bitcoin-git> [bitcoin] monlovesmango opened pull request #32353: doc: Fix fuzz test_runner.py path (master...doc-fix-fuzz-test_runner-path) https://github.com/bitcoin/bitcoin/pull/32353
<bitcoin-git> [bitcoin] hebasto opened pull request #32352: [29.x] qt: 29.1 translations update (29.x...250426-29.x-translations) https://github.com/bitcoin/bitcoin/pull/32352
<bitcoin-git> [bitcoin] l0rinc opened pull request #32351: test: avoid stack overflow in `FindChallenges` via manual iteration (master...l0rinc/FindChallenges) https://github.com/bitcoin/bitcoin/pull/32351
<bitcoin-git> [bitcoin] maflcko opened pull request #32350: test: Slim down previous releases bdb check (master...2504-test-prev-rel) https://github.com/bitcoin/bitcoin/pull/32350
<bitcoin-git> [bitcoin] hebasto opened pull request #32349: test: Increase stack size for "Debug" builds with MSVC (master...250425-msvc-stack) https://github.com/bitcoin/bitcoin/pull/32349
<bitcoin-git> [bitcoin] fanquake merged pull request #31250: wallet: Disable creating and loading legacy wallets (master...disable-legacy-wallets) https://github.com/bitcoin/bitcoin/pull/31250
<bitcoin-git> bitcoin/master aff8029 Ava Chow: test: wallet_signer.py bdb will be removed
<bitcoin-git> bitcoin/master d9ac9db Ava Chow: tests, gui: Use descriptors watchonly wallet for watchonly test
<bitcoin-git> [bitcoin] fanquake pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/971952588dae...80e6ad9e3023
<bitcoin-git> bitcoin/master f94f939 Ava Chow: test: Remove legacy wallet unit tests
<laanwj> is it possible that one of the CI runners doesn't have /proc mounted? re: https://github.com/bitcoin/bitcoin/pull/32343#issuecomment-2828708948
<corebot> https://github.com/bitcoin/bitcoin/issues/29124 | test: Test that migration automatically repairs corrupted metadata with doubled derivation path by achow101 · Pull Request #29124 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #32242: guix: Remove unused `file` package (master...250408-guix-file) https://github.com/bitcoin/bitcoin/pull/32242
<bitcoin-git> bitcoin/master 9719525 merge-script: Merge bitcoin/bitcoin#32242: guix: Remove unused `file` package
<bitcoin-git> bitcoin/master 513e202 Hennadii Stepanov: guix: Remove unused `file` package
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ff69046e664f...971952588dae
<bitcoin-git> [bitcoin] fanquake merged pull request #32215: depends: Fix cross-compiling on macOS (master...250403-objcxx) https://github.com/bitcoin/bitcoin/pull/32215
<bitcoin-git> bitcoin/master ff69046 merge-script: Merge bitcoin/bitcoin#32215: depends: Fix cross-compiling on macOS
<bitcoin-git> bitcoin/master 690f5da Hennadii Stepanov: depends: Specify Objective C/C++ compilers for `native_qt` package
<bitcoin-git> bitcoin/master d0cce41 Hennadii Stepanov: depends: Fix `mv` command compatibility with macOS
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4eee328a9820...ff69046e664f
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1126: Change ARM Linux default download to 64-bit (master...2025-04-arm64-default) https://github.com/bitcoin-core/bitcoincore.org/pull/1126
<bitcoin-git> bitcoincore.org/master 130884f merge-script: Merge bitcoin-core/bitcoincore.org#1126: Change ARM Linux default download...
<bitcoin-git> bitcoincore.org/master af7bed1 laanwj: Change ARM default download to 64-bit
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/88484f17f395...130884f06460
<bitcoin-git> [bitcoin] maflcko reopened pull request #31250: wallet: Disable creating and loading legacy wallets (master...disable-legacy-wallets) https://github.com/bitcoin/bitcoin/pull/31250
<bitcoin-git> [bitcoin] maflcko closed pull request #31250: wallet: Disable creating and loading legacy wallets (master...disable-legacy-wallets) https://github.com/bitcoin/bitcoin/pull/31250

2025-04-24

<bitcoin-git> [bitcoin] achow101 merged pull request #32318: Fix failing util_time_GetTime test on Windows (master...bgg) https://github.com/bitcoin/bitcoin/pull/32318
<bitcoin-git> bitcoin/master 4eee328 Ava Chow: Merge bitcoin/bitcoin#32318: Fix failing util_time_GetTime test on Windows
<bitcoin-git> bitcoin/master 3dbd50a VolodymyrBg: Fix failing util_time_GetTime test on Windows
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/458720e5e98c...4eee328a9820
<corebot> https://github.com/bitcoin/bitcoin/issues/32336 | test: Suppress upstream `-Wduplicate-decl-specifier` in bpfcc by maflcko · Pull Request #32336 · bitcoin/bitcoin · GitHub
<bitcoin-git> [gui-qml] D33r-Gee closed pull request #421: UI Only AU Snapshot Loading Flow (main...qml-au-display) https://github.com/bitcoin-core/gui-qml/pull/421
<bitcoin-git> [bitcoin] ryanofsky opened pull request #32345: ipc: Handle unclean shutdowns better (master...pr/ipc-stop) https://github.com/bitcoin/bitcoin/pull/32345
<bitcoin-git> [bitcoin] Eunovo opened pull request #32344: Bug/Wallet: Non-Ranged Descriptors with Range [0,0] Trigger Unexpected Wallet Errors in AddWalletDescriptor (master...bug-fix-wallet-add-non-ranged-descriptors) https://github.com/bitcoin/bitcoin/pull/32344
<bitcoin-git> [bitcoin] laanwj closed pull request #30756: run_command: Close non-std fds when execing slave processes (master...subproc_closefds) https://github.com/bitcoin/bitcoin/pull/30756
<bitcoin-git> [bitcoin] laanwj opened pull request #32343: common: Close non-std fds before exec in RunCommandJSON (master...2025-04-closefds) https://github.com/bitcoin/bitcoin/pull/32343
<bitcoin-git> [bitcoin] tomasandroil opened pull request #32342: Fix missing error check in `set_clo_on_exec` for FD_CLOEXEC handling (master...fix/update) https://github.com/bitcoin/bitcoin/pull/32342
<bitcoin-git> [bitcoincore.org] laanwj opened pull request #1126: Change ARM default download to 64-bit (master...2025-04-arm64-default) https://github.com/bitcoin-core/bitcoincore.org/pull/1126
<corebot> https://github.com/bitcoin/bitcoin/issues/32340 | Moving this repo to bitcoin-core · Issue #32340 · bitcoin/bitcoin · GitHub
<achow101> #proposedmeetingtopic moving the repo to bitcoin-core
<laanwj> dzxzg: oh i see your point now, yes it's less of an issue if we rename the repo to bitcoin-core too
<sipa> glozow: i think that's much more applicable to bitcoin.org vs bitcoincore.org than github.com/bitcoin vs github.com/bitcoin-core, but yeah
<glozow> yeah I definitely don't think Bitcoin and Bitcoin Core are the same thing. Really no single piece of software could be == Bitcoin. But most users don't know that, they will search for something called 'bitcoin,' run it, and manage their money with it...
<dzxzg> I'm not asking whether they'll give it up, just wondering if it's an issue that there's an aural collision with this other org "bitcoincore/bitcoin" (but I'm overall +1 on moving to bitcoin-core)
<sr_gi[m]> I personally think that the risk of github breaking redirects is higher than someone in the bitcoin org creating a bips repo, and what the implications may be
<achow101> did you know about the https://github.com/bitcoin/Bitcoin.org redirect? that was moved a while ago too
<sipa> we like the project to be easy to find, and be prominent, but it isn't Bitcoin
<darosior> glozow: i think this is again a good point to bring up bitcoin.org
<sipa> glozow: i hear you - but it also just feels inappropriate that Bitcoin Core ended with the bitcoin/ org name, for historical reasons
<vasild> so the only solution seems to be to move bitcoin/bips to another org and leave the rest as it is?
<glozow> What if github stops doing redirects or kicks us for squatting? Not to be a doomer but what if some random money-stealing or just poorly maintained client takes over bitcoin/bitcoin? bitcoin.org not keeping up with software updates already causes people on the network to run unmaintained software.
<achow101> (should bitcoin exist that long)
<sr_gi[m]> As opposed to keeping either bitcoin or bips on it
<sr_gi[m]> I still don't see what is the motivation for leaving bitcoin empty
<darosior> achow101: i don't think this is a good idea for you all to give/share ownership of bitcoin/
<laanwj> we need to keep sole ownership of bitcoin to make sure no one else creates a repo named bitcoin
<sipa> i think the ideal solution is that both move, and bitcoin remains vestigial
<cfields> glozow: so then what's left in bitcoin/ ?
<achow101> glozow: we can give ownership to the bip editors too, and make bitcoin/ jointly owned
<glozow> sipa: I think the cleaner solution to that is to have bips move though. Because assuming we're retaining ownership of the bitcoin org, we're still the ones pressing the ban button for bips
<sipa> willcl-ark: i think the fact that it's not possible to ban someone from the Bitcoin Core org without also banning them from the BIPs org (whatever those orgs are) is a good motivation. It's not the reason on itself, but it demonstrates there is a mismatch in organisational structure. There is absolutely no reason why people maintaining a piece of software should have the ability to ban someone from
<achow101> vasild: I don't think we should do that, and I think it's better to separate Bitcoin Core from Bitcoin
<darosior> This strikes me as a triviality and a bit of a weak motivation to move the repo. I find making the difference between Core and Bitcoin is more compelling a reason.
<vasild> another possibility is to keep bitcoin/bitcoin as it is and move bitcoin-core/* into bitcoin/; move bitcoin/bips into another org
<laanwj> re: archiving libbase58, a "decide future direction of library" issue has been open since 2018 https://github.com/bitcoin/libbase58/issues/6 , no one has been stepping up
<achow101> darosior: we can call it bitcoin-core :p
<darosior> Can we start bike-shedding the name of the repository in the bitcoin-core org then? :p
<sipa> i think i'm in favor of moving bitcoin/bitcoin to bitcoin-core/bitcoin, and archiving libbase58/libblkmaker, if the plan is that we retain ownership of bitcoin
<darosior> fanquake: yeah agree, maintaining the list is sync, as well as separating Bitcoin vs Bitcoin Core, seem more compelling reason to me.
<laanwj> independently, moving bitcoin's repo to bitcoin-core makes sense, even if just for consistency and to not have to maintain parallel teams/frequent contributor lists
<darosior> I think the current group of owners of the bitcoin org have shown themselves to be trustworthy and i don't think we should take the risk to change it.
<achow101> and we can maintain ownership of bitcoin/ in the meanwhile
<sipa> they can stay under bitcoin org, where we have ownership
<sipa> fanquake: i think *our* decision here is whether to move bitcoin/bitcoin to bitcoin-core/bitcoin; the question whether bitcoin/bips moved elsewhere is up to the BIP editors
<glozow> Slightly uncomfortable with the idea that the redirects only work if the owners of bitcoin org don't create a new bitcoin repo + giving admin up to bip editors
<fanquake> wait why are we sunsetting bitcoin/
<cfields> achow101: I don't think we want to leave bitcoin/ in a state where it could be perceived as dormant/up for grabs.
<laanwj> sipa: no i don't think so, if they want an org they can have bitcoin-bips
<achow101> sipa: I guess so? I'd still prefer to also move bips out and we can sunset bitcoin/
<sipa> Would the bitcoin org ownership be handed to the BIPs editors then?
<glozow> if you ban someone from bitcoin-core org, aren't they unable to comment on bitcion-core/meta issues?
<darosior> Leaving bips in bitcoin/ and having Core in bitcoin-core/ does make sense to me, although i haven't thought about drawbacks.
<cfields> hmm, looking at what would be left in bitcoin/, it'd just be bips/libblkmaker/libbase58. There's been discussion about moving/deprecating the latter 2 for years. So that'd just leave bips in bitcoin/.
<willcl-ark> What are the advantages of vacating bitcoin/bitcoin? My natural instinct would be to retain that and move bips/ out from bitcoin/?
<sipa> Ignoring history, I think having bitcoin/bips and bitcoin-core/bitcoin makes most sense, in that BIPs are actually aiming to be a whole-Bitcoin-ecosystem wide thing.
<laanwj> "libbase58" is also still in bitcoin i don't know what to do with that
<fanquake> wouldn't moving the repo break the setup of banning from bitcoin/bitcoin, and then the person can actually comment in bitcoin-core/meta, otherwise if they both exist in the same org, how will the banne comment in meta
<laanwj> yes could move the bips repo as well, empty out "bitcoin" completely eventually
<achow101> We recently moved libmultiprocess as well, from https://github.com/chaincodelabs/libmultiprocess which was moved to https://github.com/bitcoin-core/libmultiprocess
<laanwj> sounds good to me, as long as the old git URL will keep working , it's been the plan for as long as the bitcoin-core org exists, really
<achow101> The main issue that there could be is of course that bitcoin/bitcoin is referenced in a ton of places. However, github already handles this by redirecting all links from the old repo location to the new repo location. All PRs and issues are transferred, all links automatically redirect, and git remotes will automatically redirect too so no one would even have to change their git config. All that needs to happen is that a bitcoin/bitcoin repo
<achow101> Transferring the repo is trivial - the same people are owners of both bitcoin and bitcoin-core, it's just a matter of clicking the button. However, it is also something that I think requires contributor buy-in, and notice that it's happening.
<achow101> Moving the repo to bitcoin-core would also reduce administration overhead - primarily that keeping 2 organizations' member and team lists in sync is kind of annoying.
<achow101> The solution to this issue is to not have both Bitcoin Core and BIPs under the same organization. We already have the bitcoin-core organization where all of our new repos go anyways, it would entirely make sense to move bitcoin/bitcoin to bitcoin-core/bitcoin-core, or something like that. There's also a bitcoin-bips organization that was created a couple of years ago for this, so bips could be moved there. But I think that's for the bip editors
<achow101> This past week, the topic of moving the repo to bitcoin-core has come up again due to possible issues with conflicting moderation between bitcoin/bitcoin and bitcoin/bips. The main point is that bans are issued at the organization level, but Bitcoin Core and BIPs are really two separate projects. It is therefore conceivable that Bitcoin Core would want to ban someone, but BIPs would not, and vice versa. Under the current setup, any ban from one
<achow101> #topic Move the repo to bitcoin-core github organization (achow101)
<sipa> On the research front, I've made two big posts on Delving, https://delvingbitcoin.org/t/how-to-linearize-your-cluster/303/68 and https://delvingbitcoin.org/t/how-to-linearize-your-cluster/303/73 with a summary of the differences between the 3 broad classes of linearization algorithms (old exponential, spanning forest based on the LP formulation from the Bitcoin Research Week, and the min-cut based
<corebot> https://github.com/bitcoin/bitcoin/issues/31444 | cluster mempool: add txgraph diagrams/mining/eviction by sipa · Pull Request #31444 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/29491 | [EXPERIMENTAL] Schnorr batch verification for blocks by fjahr · Pull Request #29491 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin-core/gui-qml/issues/448 | Introduce Coin Selection page by johnny9 · Pull Request #448 · bitcoin-core/gui-qml · GitHub
<johnny9dev> Took a bit longer to get back in a rhythm after being away for 2 weeks but I managed to fix some issues found by Marnix as well as handle the case when there are no Coins to select in my Coin Control PR (bitcoin-core/gui-qml#448).
<corebot> https://github.com/bitcoin/bitcoin/issues/31250 | wallet: Disable creating and loading legacy wallets by achow101 · Pull Request #31250 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31244 | descriptors: MuSig2 by achow101 · Pull Request #31244 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31622 | psbt: add non-default sighash types to PSBTs and unify sighash type match checking by achow101 · Pull Request #31622 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31247 | psbt: MuSig2 Fields by achow101 · Pull Request #31247 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31243 | descriptor: Move filling of keys from `DescriptorImpl::MakeScripts` to `PubkeyProvider::GetPubKey` by achow101 · Pull Request #31243 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/32317 | kernel: Separate UTXO set access from validation functions by TheCharlatan · Pull Request #32317 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/30595 | kernel: Introduce initial C header API by TheCharlatan · Pull Request #30595 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31382 | kernel: Flush in ChainstateManager destructor by TheCharlatan · Pull Request #31382 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge fanquake fjahr furszy gleb glozow hebasto instagibbs jarolrod jonatack josibake kanzure laanwj LarryRuane lightlike luke-jr maflcko marcofleon maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark
<bitcoin-git> [bitcoin] maflcko opened pull request #32339: ci: Merge fuzz task for macOS and Windows (master...2504-ci-merge) https://github.com/bitcoin/bitcoin/pull/32339
<bitcoin-git> [bitcoin] vasild opened pull request #32338: net: remove unnecessary check from AlreadyConnectedToAddress() (master...AlreadyConnectedToAddress) https://github.com/bitcoin/bitcoin/pull/32338
<bitcoin-git> [gui] laanwj opened pull request #868: qt: Replace stray tfm::format to cerr with qWarning (master...2025-05-qt-stray-format) https://github.com/bitcoin-core/gui/pull/868
<bitcoin-git> [bitcoin] hebasto merged pull request #32336: test: Suppress upstream `-Wduplicate-decl-specifier` in bpfcc (master...2504-test-bpf-cflags) https://github.com/bitcoin/bitcoin/pull/32336
<bitcoin-git> bitcoin/master facb9b3 MarcoFalke: scripted-diff: Use bpf_cflags
<bitcoin-git> bitcoin/master fa0c1ba MarcoFalke: test: Add imports for util bpf_cflags
<bitcoin-git> bitcoin/master 458720e Hennadii Stepanov: Merge bitcoin/bitcoin#32336: test: Suppress upstream `-Wduplicate-decl-spe...
<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9efe54668858...458720e5e98c
<bitcoin-git> [bitcoin] maflcko closed pull request #32335: ci: Temporarily disable failing bpf checks (master...2504-ci-bpf) https://github.com/bitcoin/bitcoin/pull/32335
<bitcoin-git> [bitcoin] maflcko opened pull request #32336: test: Suppress upstream `-Wduplicate-decl-specifier` in bpfcc (master...2504-test-bpf-cflags) https://github.com/bitcoin/bitcoin/pull/32336
<bitcoin-git> [bitcoin] maflcko opened pull request #32335: ci: Temporarily disable failing bpf checks (master...2504-ci-bpf) https://github.com/bitcoin/bitcoin/pull/32335
<bitcoin-git> [bitcoin] nervana21 opened pull request #32333: doc: Add missing top-level description to pruneblockchain RPC (master...04-23-rpc-pruneblockchain-doc) https://github.com/bitcoin/bitcoin/pull/32333

2025-04-23

<bitcoin-git> [bitcoin] w0xlt opened pull request #32332: refactor: Update `XOnlyPubKey::GetKeyIDs()` to return a pair of pubkeys (master...xonly_pair_pubkey) https://github.com/bitcoin/bitcoin/pull/32332
<bitcoin-git> [bitcoin] achow101 merged pull request #31835: validation: set BLOCK_FAILED_CHILD correctly (master...2025_02_block_failed_child) https://github.com/bitcoin/bitcoin/pull/31835