2025-10-29

<bitcoin-git> [bitcoin] fjahr opened pull request #33740: RFC: bench: Add multi thread benchmarking (master...202510-multi-thread-bench) https://github.com/bitcoin/bitcoin/pull/33740
<bitcoin-git> [bitcoin] l0rinc opened pull request #33738: log: avoid collecting `GetSerializeSize` data when compact block logging is disabled (master...l0rinc/debug-log-serialization) https://github.com/bitcoin/bitcoin/pull/33738
<bitcoin-git> [bitcoin] mzumsande closed pull request #30155: validation: Make ReplayBlocks interruptible (master...202405_replay_blocks) https://github.com/bitcoin/bitcoin/pull/30155
<bitcoin-git> [bitcoin] fanquake merged pull request #33555: build: Bump clang minimum supported version to 17 (master...2510-clang-17) https://github.com/bitcoin/bitcoin/pull/33555
<bitcoin-git> bitcoin/master fa0fa0f MarcoFalke: refactor: Revert "disable self-assign warning for tests"
<bitcoin-git> bitcoin/master faed118 MarcoFalke: build: Bump clang minimum supported version to 17
<bitcoin-git> bitcoin/master 72511fd merge-script: Merge bitcoin/bitcoin#33555: build: Bump clang minimum supported version t...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/292ea0eb8982...72511fd02e72
<bitcoin-git> [bitcoin] pinheadmz closed pull request #33730: chainparams: remove *petertodd.net (master...remove-petertodd-dns-seed) https://github.com/bitcoin/bitcoin/pull/33730
<bitcoin-git> [bitcoin] maflcko closed pull request #33686: [wip] [nomerge] [draft] 2510 msan zero (master...2510-msan-zero) https://github.com/bitcoin/bitcoin/pull/33686
<bitcoin-git> [bitcoin] maflcko closed pull request #33124: wallet: Improve wallet creation error message with usage hint (master...master) https://github.com/bitcoin/bitcoin/pull/33124
<bitcoin-git> [bitcoin] maflcko opened pull request #33732: ci: Call docker exec from Python script to fix word splitting (master...2510-ci-rewrite-bash-python) https://github.com/bitcoin/bitcoin/pull/33732
<bitcoin-git> [bitcoin] 00w1 opened pull request #33730: chainparams: remove *petertodd.net (master...remove-petertodd-dns-seed) https://github.com/bitcoin/bitcoin/pull/33730
<bitcoin-git> [bitcoin] fanquake merged pull request #33677: ci: Retry image building once on failure (master...2510-ci-retry) https://github.com/bitcoin/bitcoin/pull/33677
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/dd82c6c5d09f...292ea0eb8982
<bitcoin-git> bitcoin/master fa6aa9f MarcoFalke: ci: Retry image building once on failure
<bitcoin-git> bitcoin/master fa8e4de MarcoFalke: ci: Use os.environ[key] access when value must be set
<bitcoin-git> bitcoin/master fa4dbe0 MarcoFalke: ci: Allow overwriting check option in run() helper
<bitcoin-git> [bitcoin] fanquake merged pull request #33693: ci: use pycapnp 2.2.1 (master...pycapnp_2_2_0) https://github.com/bitcoin/bitcoin/pull/33693
<bitcoin-git> bitcoin/master 53b34c8 fanquake: ci: use pycapnp 2.2.1 in mac native job
<bitcoin-git> bitcoin/master dd82c6c merge-script: Merge bitcoin/bitcoin#33693: ci: use pycapnp 2.2.1
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3bb30658e631...dd82c6c5d09f
<bitcoin-git> bitcoin/master 8654328 fanquake: ci: remove Python version comment from mac config
<bitcoin-git> [bitcoin] maflcko closed pull request #33729: Fix formatting in windows-app.manifest.in (master...patch-1) https://github.com/bitcoin/bitcoin/pull/33729
<bitcoin-git> [bitcoin] Ashok8601 opened pull request #33729: Fix formatting in windows-app.manifest.in (master...patch-1) https://github.com/bitcoin/bitcoin/pull/33729

2025-10-28

<bitcoin-git> [bitcoincore.org] davidgumberg closed pull request #1195: Build and commit the output to the html branch (master...2025-10-28-commit-to-branch) https://github.com/bitcoin-core/bitcoincore.org/pull/1195
<bitcoin-git> [bitcoincore.org] davidgumberg opened pull request #1195: Build and commit the output to the html branch (master...2025-10-28-commit-to-branch) https://github.com/bitcoin-core/bitcoincore.org/pull/1195
<bitcoin-git> [bitcoin] hebasto merged pull request #32380: Modernize use of UTF-8 in Windows code (master...250429-windows-utf8) https://github.com/bitcoin/bitcoin/pull/32380
<bitcoin-git> bitcoin/master f366408 Hennadii Stepanov: cmake: Set process code page to UTF-8 on Windows
<bitcoin-git> bitcoin/master dccbb17 Hennadii Stepanov: Set minimum supported Windows version to 1903 (May 2019 Update)
<bitcoin-git> bitcoin/master 06d0be4 Hennadii Stepanov: Remove no longer necessary `WinCmdLineArgs` class
<bitcoin-git> [bitcoin] hebasto pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/5a58d4915e5c...3bb30658e631
<bitcoin-git> [bitcoin] stringintech opened pull request #33728: test: Add bitcoin-chainstate test for assumeutxo functionality (master...2025/10/test-bitcoin-chainstate-assumeutxo) https://github.com/bitcoin/bitcoin/pull/33728
<bitcoin-git> [bitcoin] isrod opened pull request #33727: Log ZMQ bind error at Error level, abort startup on ZMQ init error (#33715) (master...2025-10-28-fix-33715) https://github.com/bitcoin/bitcoin/pull/33727
<WakeTrainDev> CI run request for: https://github.com/bitcoin/bitcoin/pull/33663 pretty please
<bitcoin-git> [bitcoin] fanquake closed pull request #33726: chore(ci): bump artifact actions to v5 (master...master) https://github.com/bitcoin/bitcoin/pull/33726
<bitcoin-git> [bitcoin] MamunC0der opened pull request #33726: chore(ci): bump artifact actions to v5 (master...master) https://github.com/bitcoin/bitcoin/pull/33726
<bitcoin-git> [bitcoin] hebasto opened pull request #33725: ci, iwyu: Treat warnings as errors for `src/init` and `src/policy` (master...251028-force-iwyu) https://github.com/bitcoin/bitcoin/pull/33725
<bitcoin-git> [bitcoin] glozow merged pull request #33546: test: add functional test for `TestShell` (matching doc example) (master...202510-add-TestShell-doc-example-test) https://github.com/bitcoin/bitcoin/pull/33546
<bitcoin-git> bitcoin/master 53874f7 Sebastian Falbesoner: doc: test: update TestShell example instructions/options
<bitcoin-git> bitcoin/master 57f7c68 Sebastian Falbesoner: test: add functional test for `TestShell` (matching doc example)
<bitcoin-git> bitcoin/master 5a58d49 merge-script: Merge bitcoin/bitcoin#33546: test: add functional test for `TestShell` (ma...
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1abc8fa308d2...5a58d4915e5c
<bitcoin-git> [bitcoin] glozow merged pull request #33218: refactor: rename `fees.{h,cpp}` to `fees/block_policy_estimator.{h,cpp}` (master...08-2025-block-policy-refactor) https://github.com/bitcoin/bitcoin/pull/33218
<bitcoin-git> bitcoin/master 6dfdd7e ismaelsadeeq: fees: refactor: rename policy_fee_tests.cpp to feerounder_tests.cpp
<bitcoin-git> bitcoin/master 06db08a ismaelsadeeq: fees: refactor: rename fees to block_policy_estimator
<bitcoin-git> bitcoin/master ab49480 ismaelsadeeq: fees: rename fees_args to block_policy_estimator_args
<bitcoin-git> [bitcoin] glozow pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/de15e52f09d4...1abc8fa308d2
<bitcoin-git> [bitcoin] maflcko opened pull request #33724: refactor: Return uint64_t from GetSerializeSize (master...2510-size-refactor) https://github.com/bitcoin/bitcoin/pull/33724
<bitcoin-git> [bitcoin] SatsAndSports opened pull request #33723: Remove unnecessary seed from chainparams.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/33723
<bitcoin-git> [bitcoin] glozow merged pull request #32867: doc: mention key removal in rpc interface modification (master...rpc-deprecation) https://github.com/bitcoin/bitcoin/pull/32867
<bitcoin-git> bitcoin/master de15e52 merge-script: Merge bitcoin/bitcoin#32867: doc: mention key removal in rpc interface mod...
<bitcoin-git> bitcoin/master 944e5ff rkrux: doc: mention key removal in rpc interface modification
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/24434c1284b8...de15e52f09d4
<bitcoin-git> [bitcoin] hebasto reopened pull request #33445: ci: Update Clang in "tidy" job (master...250920-llvm-tidy) https://github.com/bitcoin/bitcoin/pull/33445
<bitcoin-git> [bitcoin] hebasto closed pull request #33445: ci: Update Clang in "tidy" job (master...250920-llvm-tidy) https://github.com/bitcoin/bitcoin/pull/33445
<bitcoin-git> [bitcoin] hebasto merged pull request #31308: ci, iwyu: Treat warnings as errors for specific directories (master...241117-force-iwyu) https://github.com/bitcoin/bitcoin/pull/31308
<bitcoin-git> bitcoin/master bdb8ead Hennadii Stepanov: refactor: Fix includes in `crypto` directory
<bitcoin-git> bitcoin/master 56f2a68 Hennadii Stepanov: ci: Do not patch `leveldb` to workaround UB in "tidy" CI job
<bitcoin-git> bitcoin/master 57a3eac Hennadii Stepanov: refactor: Fix includes in `index` directory
<bitcoin-git> [bitcoin] hebasto pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/27cd7f504944...24434c1284b8
<bitcoin-git> [bitcoin] fanquake merged pull request #33185: guix: update time-machine to 5cb84f2013c5b1e48a7d0e617032266f1e6059e2 (master...time_machine_update_5cb84) https://github.com/bitcoin/bitcoin/pull/33185
<bitcoin-git> bitcoin/master 9570ddb fanquake: guix: update time-machine to 5cb84f2013c5b1e48a7d0e617032266f1e6059e2
<bitcoin-git> bitcoin/master 91b5cba fanquake: ci: use Debian Trixie for macOS cross job
<bitcoin-git> bitcoin/master 7b5cc27 fanquake: guix: patch around riscv issue with newer (2.40+) binutils
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/80bb7012be8e...27cd7f504944
<hebasto> observing intermittent timeouts in functional tests on OpenBSD 7.8 - https://github.com/hebasto/bitcoin-core-nightly/actions/workflows/openbsd.yml?query=event%3Aschedule
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33721: Patch 6 (24.x...patch-6) https://github.com/bitcoin/bitcoin/pull/33721
<bitcoin-git> [bitcoin] stevensmccoy734-commits opened pull request #33721: Patch 6 (24.x...patch-6) https://github.com/bitcoin/bitcoin/pull/33721
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33720: Delete .github/workflows/ci.yml (master...patch-6) https://github.com/bitcoin/bitcoin/pull/33720
<bitcoin-git> [bitcoin] stevensmccoy734-commits opened pull request #33720: Delete .github/workflows/ci.yml (master...patch-6) https://github.com/bitcoin/bitcoin/pull/33720
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33719: Add .gitignore file with editor and build patterns (master...patch-5) https://github.com/bitcoin/bitcoin/pull/33719
<bitcoin-git> [bitcoin] stevensmccoy734-commits opened pull request #33719: Add .gitignore file with editor and build patterns (master...patch-5) https://github.com/bitcoin/bitcoin/pull/33719
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33718: Add .gitignore file with common patterns (master...patch-4) https://github.com/bitcoin/bitcoin/pull/33718
<bitcoin-git> [bitcoin] stevensmccoy734-commits opened pull request #33718: Add .gitignore file with common patterns (master...patch-4) https://github.com/bitcoin/bitcoin/pull/33718
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33717: Delete .gitignore (master...patch-3) https://github.com/bitcoin/bitcoin/pull/33717
<bitcoin-git> [bitcoin] stevensmccoy734-commits opened pull request #33717: Delete .gitignore (master...patch-3) https://github.com/bitcoin/bitcoin/pull/33717

2025-10-27

<bitcoin-git> [bitcoin] DrahtBot closed pull request #33716: Add Docker Image CI workflow (master...master) https://github.com/bitcoin/bitcoin/pull/33716
<bitcoin-git> [bitcoin] stevensmccoy734-commits opened pull request #33716: Add Docker Image CI workflow (master...master) https://github.com/bitcoin/bitcoin/pull/33716
<bitcoin-git> [bitcoin] achow101 merged pull request #31514: wallet: allow label for non-ranged external descriptor (if `internal=false`) & disallow label for ranged descriptors (master...ProcessDescriptorImport_fixes) https://github.com/bitcoin/bitcoin/pull/31514
<bitcoin-git> bitcoin/master 664657e scgbckbone: bugfix: disallow label for ranged descriptors & allow external non-ranged ...
<bitcoin-git> bitcoin/master 80bb701 Ava Chow: Merge bitcoin/bitcoin#31514: wallet: allow label for non-ranged external d...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e1f626ac30f...80bb7012be8e
<bitcoin-git> [bitcoincore.org] glozow merged pull request #1184: contrib: add a Dockerfile to run the website locally (master...2510_dockerfile) https://github.com/bitcoin-core/bitcoincore.org/pull/1184
<bitcoin-git> bitcoincore.org/master 414b2cf Antoine Poinsot: contrib: add a Dockerfile to run the website locally
<bitcoin-git> bitcoincore.org/master 3a2961f merge-script: Merge bitcoin-core/bitcoincore.org#1184: contrib: add a Dockerfile to run ...
<bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/74b528c07245...3a2961fbdd58
<bitcoin-git> [bitcoin] glozow merged pull request #32504: test: descriptor: cover invalid multi/multi_a cases (master...2025-05-descriptor-test-multi) https://github.com/bitcoin/bitcoin/pull/32504
<bitcoin-git> bitcoin/master 58e55b1 brunoerg: test: descriptor: cover invalid multi/multi_a cases
<bitcoin-git> bitcoin/master 5e1f626 merge-script: Merge bitcoin/bitcoin#32504: test: descriptor: cover invalid multi/multi_a...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56e9703968e2...5e1f626ac30f
<bitcoin-git> [bitcoin] fanquake opened pull request #33714: random: clarify where the environ extern is needed (master...drop_some_platforms) https://github.com/bitcoin/bitcoin/pull/33714
<bitcoin-git> [bitcoin] maflcko reopened pull request #32624: fuzz: wallet: add target for `MigrateToDescriptor` (master...2025-05-fuzz-spkm-migration) https://github.com/bitcoin/bitcoin/pull/32624
<bitcoin-git> [bitcoin] maflcko closed pull request #32624: fuzz: wallet: add target for `MigrateToDescriptor` (master...2025-05-fuzz-spkm-migration) https://github.com/bitcoin/bitcoin/pull/32624
<bitcoin-git> [bitcoin] glozow merged pull request #29640: Fix tiebreak when loading blocks from disk (and add tests for comparing chain ties) (master...202403-block-tiebreak) https://github.com/bitcoin/bitcoin/pull/29640
<bitcoin-git> bitcoin/master ab145cb Sergi Delgado Segura: Updates CBlockIndexWorkComparator outdated comment
<bitcoin-git> bitcoin/master 5370bed Pieter Wuille: test: add functional test for complex reorgs
<bitcoin-git> bitcoin/master 8b91883 Sergi Delgado Segura: Set the same best tip on restart if two candidates have the same work
<bitcoin-git> [bitcoin] glozow pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/9bd9ec00b238...56e9703968e2
<bitcoin-git> [bitcoin] sshivanshg closed pull request #33712: serialize: Change GetSerializeSize return type to uint64_t (master...fix-getserializesize-return-type) https://github.com/bitcoin/bitcoin/pull/33712
<bitcoin-git> [bitcoin] maflcko reopened pull request #33297: cmake: Inherit WERROR setting for secp256k1 build (master...cmake_inherit_Werror_secp256k1) https://github.com/bitcoin/bitcoin/pull/33297
<bitcoin-git> [bitcoin] maflcko closed pull request #33297: cmake: Inherit WERROR setting for secp256k1 build (master...cmake_inherit_Werror_secp256k1) https://github.com/bitcoin/bitcoin/pull/33297
<bitcoin-git> [bitcoin] fanquake merged pull request #33688: test: Update BIP324 test vectors (master...202510-bip324-vectors) https://github.com/bitcoin/bitcoin/pull/33688
<bitcoin-git> bitcoin/master 9bd9ec0 merge-script: Merge bitcoin/bitcoin#33688: test: Update BIP324 test vectors
<bitcoin-git> bitcoin/master 51877f2 Tim Ruffing: test: Update BIP324 test vectors
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f54ffb4bc141...9bd9ec00b238
<bitcoin-git> [bitcoin] sshivanshg opened pull request #33712: serialize: Change GetSerializeSize return type to uint64_t (master...fix-getserializesize-return-type) https://github.com/bitcoin/bitcoin/pull/33712
<bitcoin-git> [bitcoin] Ataraxia009 opened pull request #33711: transaction: Adding script witness to ToString for CTxIn (master...core-txIn-toString-enhancement) https://github.com/bitcoin/bitcoin/pull/33711

2025-10-26

<bitcoin-git> [bitcoin] Christewart closed pull request #29371: test: Add `leaf_version` parameter to `taproot_tree_helper()` (master...2024-02-01-scriptpy-leafver) https://github.com/bitcoin/bitcoin/pull/29371
<bitcoin-git> [bitcoin] achow101 closed pull request #33705: Delete test directory (master...patch-1) https://github.com/bitcoin/bitcoin/pull/33705
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33708: 29.x (master...29.x) https://github.com/bitcoin/bitcoin/pull/33708
<bitcoin-git> [bitcoin] mccoyadd opened pull request #33708: 29.x (master...29.x) https://github.com/bitcoin/bitcoin/pull/33708
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33707: Update README to reflect active line status (29.x...patch-2) https://github.com/bitcoin/bitcoin/pull/33707
<bitcoin-git> [bitcoin] mccoyadd opened pull request #33707: Update README to reflect active line status (29.x...patch-2) https://github.com/bitcoin/bitcoin/pull/33707
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33706: Patch 1 (25.x...patch-1) https://github.com/bitcoin/bitcoin/pull/33706
<bitcoin-git> [bitcoin] mccoyadd opened pull request #33706: Patch 1 (25.x...patch-1) https://github.com/bitcoin/bitcoin/pull/33706
<bitcoin-git> [bitcoin] mccoyadd opened pull request #33705: Delete test directory (master...patch-1) https://github.com/bitcoin/bitcoin/pull/33705
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33704: Add CI workflow for C/C++ projects (master...master) https://github.com/bitcoin/bitcoin/pull/33704
<bitcoin-git> [bitcoin] mccoyadd opened pull request #33704: Add CI workflow for C/C++ projects (master...master) https://github.com/bitcoin/bitcoin/pull/33704
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33703: Add base fileBaseb (master...patch-2) https://github.com/bitcoin/bitcoin/pull/33703
<bitcoin-git> [bitcoin] redmsqt opened pull request #33703: Add base fileBaseb (master...patch-2) https://github.com/bitcoin/bitcoin/pull/33703

2025-10-25

<pinheadmz> you can ask more questions here https://bitcoin.stackexchange.com/a/127903/3667
<pinheadmz> ideally, censorship of any kind is not possible on bitcoin
<pinheadmz> its clearly up for debate but personlly I think 100% of bitcoin is "arbitrary data" that people use as money. so filtering anything is a sort of censorship that works against bitcoin
<pinheadmz> MapleStory you should ask this on bitcoin.stackexchange.com or look for similar questions
<bitcoin-git> [bitcoin] maflcko opened pull request #33702: contrib: Remove brittle, confusing and redundant UTF8 encoding from Python IO (master...2510-everything-is-utf8) https://github.com/bitcoin/bitcoin/pull/33702
<bitcoin-git> bitcoincore.org/master c0922b2 azuchi: Add japanese translation for security advisories in 30.0
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1194: Add japanese translation for security advisories in 30.0 (master...ja-translate-security-advisories-30) https://github.com/bitcoin-core/bitcoincore.org/pull/1194
<bitcoin-git> bitcoincore.org/master 74b528c merge-script: Merge bitcoin-core/bitcoincore.org#1194: Add japanese translation for secu...
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/c0f187064740...74b528c07245
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1194: Add japanese translation for security advisories in 30.0 (master...ja-translate-security-advisories-30) https://github.com/bitcoin-core/bitcoincore.org/pull/1194
<bitcoin-git> [bitcoin] yancyribbens opened pull request #33701: test: add case where `TOTAL_TRIES` is exceeded yet solution remains (master...coin-grinder-iter-limit) https://github.com/bitcoin/bitcoin/pull/33701

2025-10-24

<bitcoin-git> [bitcoin] achow101 merged pull request #32813: clang-format: make formatting deterministic for different formatter versions (master...l0rinc/clang-format) https://github.com/bitcoin/bitcoin/pull/32813
<bitcoin-git> bitcoin/master f54ffb4 Ava Chow: Merge bitcoin/bitcoin#32813: clang-format: make formatting deterministic f...
<bitcoin-git> bitcoin/master 13f36c0 Lőrinc: clang-format: regenerate configs
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1916c51cd855...f54ffb4bc141
<bitcoin-git> [bitcoin] achow101 merged pull request #33210: fuzz: enhance wallet_fees by mocking mempool stuff (master...2025-08-fuzz-improve-wallet-fees) https://github.com/bitcoin/bitcoin/pull/33210
<bitcoin-git> bitcoin/master ff10a37 brunoerg: fuzz: mock CBlockPolicyEstimator in wallet_fuzz
<bitcoin-git> bitcoin/master 19273d0 brunoerg: fuzz: set mempool options in wallet_fees
<bitcoin-git> bitcoin/master f591c3b brunoerg: fees: make estimateSmartFee/HighestTargetTracked virtual for mocking
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/0eb554728ca9...1916c51cd855
<bitcoin-git> [bitcoin] achow101 merged pull request #33336: log: print every script verification state change (master...l0rinc/log-initial-signature-verification-state) https://github.com/bitcoin/bitcoin/pull/33336
<bitcoin-git> bitcoin/master 91ac64b Lőrinc: log: reword `signature validations` to `script verification` in `assumeval...
<bitcoin-git> bitcoin/master 4fad4e9 Lőrinc: test: add assumevalid scenarios scaffold
<bitcoin-git> bitcoin/master 9bc2985 Lőrinc: validation: log initial script verification state
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/c6c4edf324a3...0eb554728ca9
<bitcoin-git> [bitcoin] achow101 merged pull request #32983: rpc: refactor: use string_view in Arg/MaybeArg (master...2025-07/maybearg-string-view) https://github.com/bitcoin/bitcoin/pull/32983
<bitcoin-git> bitcoin/master b3bf18f stickies-v: rpc: refactor: use string_view in Arg/MaybeArg
<bitcoin-git> bitcoin/master 037830c stickies-v: refactor: increase string_view usage
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/00ad998d9545...c6c4edf324a3
<bitcoin-git> [bitcoin] achow101 merged pull request #33252: p2p: add `DifferenceFormatter` fuzz target and invariant check (master...fuzz-differenceFormatter) https://github.com/bitcoin/bitcoin/pull/33252
<bitcoin-git> bitcoin/master 58be359 frankomosh: fuzz: add a target for DifferenceFormatter Class
<bitcoin-git> bitcoin/master 65a10fc frankomosh: p2p: add assertion for BlockTransactionsRequest indexes
<bitcoin-git> bitcoin/master 00ad998 Ava Chow: Merge bitcoin/bitcoin#33252: p2p: add `DifferenceFormatter` fuzz target an...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f6ba97cea1d3...00ad998d9545
<bitcoin-git> [bitcoin] 0xB10C opened pull request #33699: p2p: reduce false-positives in addr rate-limiting (master...2025-10-addr-token-bucket-start-5) https://github.com/bitcoin/bitcoin/pull/33699
<bitcoin-git> [bitcoin] maflcko opened pull request #33698: test: Use same rpc timeout for authproxy and cli (master...2510-test-cli-timeout-same) https://github.com/bitcoin/bitcoin/pull/33698
<bitcoin-git> [bitcoin] achow101 closed pull request #33696: crypto: optimize SipHash `Write()` method with chunked processing (master...optimize-siphash-chunked) https://github.com/bitcoin/bitcoin/pull/33696
<bitcoin-git> [bitcoin] achow101 closed pull request #32547: Mining: Avoid copying template CBlocks (master...mining_avoid_block_copy) https://github.com/bitcoin/bitcoin/pull/32547
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1193: Security advisories post 30.0 release (master...2510_v30_advisories) https://github.com/bitcoin-core/bitcoincore.org/pull/1193
<bitcoin-git> bitcoincore.org/master 0350519 Antoine Poinsot: posts: add advisory for CVE-2025-46597 (32-bit gigameg block crash)
<bitcoin-git> bitcoincore.org/master 10c2f36 Antoine Poinsot: posts: add advisory for CVE-2025-54604 (log-filling through self-connectio...
<bitcoin-git> [bitcoincore.org] fanquake pushed 5 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/1794eb5a97ed...c0f187064740
<bitcoin-git> bitcoincore.org/master 4710413 Antoine Poinsot: posts: add advisory for CVE-2025-54605 (log-filling with invalid blocks)
<bitcoin-git> [bitcoincore.org] darosior opened pull request #1193: Security advisories post 30.0 release (master...2510_v30_advisories) https://github.com/bitcoin-core/bitcoincore.org/pull/1193
<bitcoin-git> [bitcoin] maflcko closed pull request #33662: doc: add AGENTS.md (master...2025/10/agents) https://github.com/bitcoin/bitcoin/pull/33662
<bitcoin-git> [bitcoin] glozow closed pull request #33565: net_processing: rename RelayTransaction to better describe what it does (master...rename_RelayTransaction) https://github.com/bitcoin/bitcoin/pull/33565
<bitcoin-git> [bitcoin] Raimo33 opened pull request #33696: crypto: optimize SipHash `Write()` method with chunked processing (master...optimize-siphash-chunked) https://github.com/bitcoin/bitcoin/pull/33696
<bitcoin-git> [bitcoin] Raimo33 closed pull request #33325: crypto: optimize SipHash Write() method with chunked processing (master...siphash-write-chunked) https://github.com/bitcoin/bitcoin/pull/33325
<bitcoin-git> [bitcoin] fanquake closed pull request #33694: Codex/modify testnet3 to create zhaolunet a1r0sg (master...codex/modify-testnet3-to-create-zhaolunet-a1r0sg) https://github.com/bitcoin/bitcoin/pull/33694
<bitcoin-git> [bitcoin] MChuanying001 opened pull request #33694: Codex/modify testnet3 to create zhaolunet a1r0sg (master...codex/modify-testnet3-to-create-zhaolunet-a1r0sg) https://github.com/bitcoin/bitcoin/pull/33694
<bitcoin-git> [bitcoin] fanquake merged pull request #33666: ci: Drop libFuzzer from msan fuzz task (master...2510-ci-less-libFuzzer) https://github.com/bitcoin/bitcoin/pull/33666
<bitcoin-git> bitcoin/master fa70e23 MarcoFalke: ci: Drop libFuzzer from msan fuzz task
<bitcoin-git> bitcoin/master f6ba97c merge-script: Merge bitcoin/bitcoin#33666: ci: Drop libFuzzer from msan fuzz task
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af78d3651299...f6ba97cea1d3
<bitcoin-git> [bitcoin] fanquake merged pull request #32588: util: Abort on failing CHECK_NONFATAL in debug builds (master...2505-abort-debug-check-nonfatal) https://github.com/bitcoin/bitcoin/pull/32588
<bitcoin-git> bitcoin/master fa0dc4b MarcoFalke: test: Allow testing of check failures
<bitcoin-git> bitcoin/master fa37153 MarcoFalke: util: Abort on failing CHECK_NONFATAL in debug builds
<bitcoin-git> bitcoin/master faeb58f MarcoFalke: refactor: Set G_ABORT_ON_FAILED_ASSUME when G_FUZZING_BUILD
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/161864a038ea...af78d3651299
<bitcoin-git> [bitcoin] fanquake opened pull request #33693: ci: use pycapnp 2.2.1 (master...pycapnp_2_2_0) https://github.com/bitcoin/bitcoin/pull/33693

2025-10-23

<bitcoin-git> [bitcoin] fanquake closed pull request #33690: Datacarrier backwards compatibility and improved test coverage (30.x...2025-10-fix_backcompat_datacarrier_better_tests) https://github.com/bitcoin/bitcoin/pull/33690
<dviola> KAYFF: you might want to join #bitcoin for user's support
<dviola> I wanted to propose enabling wayland builds for bitcoin core on bitcoincore.org and https://github.com/bitcoin-core/gui/pull/904 is me trying to work on making wayland support better
<dviola> achow101: is there a way to participate on those meetings as a non-bitcoin developer? I'm interested in moving this forward: https://github.com/bitcoin-core/gui/pull/904 and possibly help with https://github.com/bitcoin-core/gui/pull/817 too
<bitcoin-git> [bitcoin] jotapea opened pull request #33690: Datacarrier backwards compatibility and improved test coverage (30.x...2025-10-fix_backcompat_datacarrier_better_tests) https://github.com/bitcoin/bitcoin/pull/33690
<bitcoin-git> [bitcoin] kevkevinpal closed pull request #33503: doc: add clarifying comment that creating the .bitcoin file is to avoid any mainnet datadir access (master...commentNoDataDirAccess) https://github.com/bitcoin/bitcoin/pull/33503
<bitcoin-git> [bitcoin] furszy opened pull request #33689: http: replace WorkQueue and single threads handling for ThreadPool (master...2025_threadpool_http_server) https://github.com/bitcoin/bitcoin/pull/33689
<bitcoin-git> [bitcoin] real-or-random opened pull request #33688: test: Update BIP324 test vectors (master...202510-bip324-vectors) https://github.com/bitcoin/bitcoin/pull/33688
<bitcoin-git> [bitcoin] glozow merged pull request #32579: p2p: Correct unrealistic headerssync unit test behavior (master...2025/05/headerssync_params) https://github.com/bitcoin/bitcoin/pull/32579
<bitcoin-git> bitcoin/master a4ac991 Hodlinator: refactor(headerssync): Extract test constants ahead of breakup into functi...
<bitcoin-git> bitcoin/master e984618 Hodlinator: refactor(headerssync): Process spans of headers
<bitcoin-git> bitcoin/master f036868 Hodlinator: refactor(test): Break up headers_sync_state
<bitcoin-git> [bitcoin] glozow pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/70a6fb5e5ab5...161864a038ea
<bitcoin-git> [bitcoin] glozow merged pull request #33172: test: p2p block malleability (master...test-p2p-block-malleability) https://github.com/bitcoin/bitcoin/pull/33172
<bitcoin-git> bitcoin/master d0e1bba Musa Haruna: test: repeat block malleability test with relayable block over P2P
<bitcoin-git> bitcoin/master 70a6fb5 merge-script: Merge bitcoin/bitcoin#33172: test: p2p block malleability
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/99cb2054bdfe...70a6fb5e5ab5
<bitcoin-git> bitcoin/master 99cb205 merge-script: Merge bitcoin/bitcoin#33600: refactor: Construct g_verify_flag_names on fi...
<bitcoin-git> [bitcoin] glozow merged pull request #33600: refactor: Construct g_verify_flag_names on first use (master...2510-cofu) https://github.com/bitcoin/bitcoin/pull/33600
<bitcoin-git> bitcoin/master faa9d10 MarcoFalke: refactor: Construct g_verify_flag_names on first use
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/211bf6c97503...99cb2054bdfe
<bitcoin-git> [bitcoin] glozow merged pull request #33566: miner: fix empty mempool case for waitNext() (master...2025/10/wait-empty-mempool) https://github.com/bitcoin/bitcoin/pull/33566
<bitcoin-git> bitcoin/master 8f76732 Sjors Provoost: miner: fix empty mempool case for waitNext()
<bitcoin-git> bitcoin/master 211bf6c merge-script: Merge bitcoin/bitcoin#33566: miner: fix empty mempool case for waitNext()
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d32f9525e484...211bf6c97503
<bitcoin-git> [bitcoin] HowHsu closed pull request #32692: checkqueue: set MAX_SCRIPTCHECK_THREADS to nCores - 1 (master...master) https://github.com/bitcoin/bitcoin/pull/32692
<bitcoin-git> [bitcoin] fanquake merged pull request #33679: test: set number of RPC server threads to 2 (master...2025_test_reduce_RPC_server_threads) https://github.com/bitcoin/bitcoin/pull/33679
<bitcoin-git> bitcoin/master e9cd45e furszy: test: set number of RPC server threads to 2
<bitcoin-git> bitcoin/master d32f952 merge-script: Merge bitcoin/bitcoin#33679: test: set number of RPC server threads to 2
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1c85d062321c...d32f9525e484
<bitcoin-git> [bitcoin] maflcko opened pull request #33686: [wip] [nomerge] [draft] 2510 msan zero (master...2510-msan-zero) https://github.com/bitcoin/bitcoin/pull/33686
<bitcoin-git> [bitcoin] fanquake merged pull request #32266: depends: Avoid `warning: "_FORTIFY_SOURCE" redefined` for `libevent` (master...250414-fortify) https://github.com/bitcoin/bitcoin/pull/32266
<bitcoin-git> bitcoin/master fe71a4b Hennadii Stepanov: depends: Avoid `warning: "_FORTIFY_SOURCE" redefined` for `libevent`
<bitcoin-git> bitcoin/master 1c85d06 merge-script: Merge bitcoin/bitcoin#32266: depends: Avoid `warning: "_FORTIFY_SOURCE" re...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/11684c9ce2c1...1c85d062321c
<bitcoin-git> [bitcoin] fanquake merged pull request #33674: ci: Doc ASLR workaround for sanitizer tasks (master...2510-ci-doc-aslr) https://github.com/bitcoin/bitcoin/pull/33674
<bitcoin-git> bitcoin/master fa0e361 MarcoFalke: ci: Doc ASLR workaround for sanitizer tasks
<bitcoin-git> bitcoin/master 11684c9 merge-script: Merge bitcoin/bitcoin#33674: ci: Doc ASLR workaround for sanitizer tasks
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d27af98c7cf...11684c9ce2c1

2025-10-22

<bitcoin-git> [bitcoin] musaHaruna opened pull request #33683: doc: Add blockman param to GetTransaction doc comment (master...doc-add-blockman-param) https://github.com/bitcoin/bitcoin/pull/33683
<bitcoin-git> [bitcoin] achow101 closed pull request #33682: More comprehensive datacarrier configuration (30.x...2025-10-expand_datacarrier_conf_default_revert) https://github.com/bitcoin/bitcoin/pull/33682
<dviola> and I think this: https://github.com/bitcoin-core/gui/pull/817 could be solved by calling requestActivate() on the child window
<dviola> pablomartin4btc: curious what the issue is here: https://github.com/bitcoin-core/gui/pull/817#issuecomment-3432742271
<bitcoin-git> [bitcoin] jotapea opened pull request #33682: More comprehensive datacarrier configuration (30.x...2025-10-expand_datacarrier_conf_default_revert) https://github.com/bitcoin/bitcoin/pull/33682
<bitcoin-git> [bitcoin] jotapea closed pull request #33681: More comprehensive datacarrier configuration (master...2025-10-expand_datacarrier_conf_default_revert) https://github.com/bitcoin/bitcoin/pull/33681
<bitcoin-git> [bitcoin] jotapea opened pull request #33681: More comprehensive datacarrier configuration (master...2025-10-expand_datacarrier_conf_default_revert) https://github.com/bitcoin/bitcoin/pull/33681
<bitcoin-git> [bitcoin] achow101 closed pull request #31719: miniscript: fixes #29098 by only use first k valid signatures (master...fix-multi-sig-performance) https://github.com/bitcoin/bitcoin/pull/31719
<bitcoin-git> [bitcoin] achow101 closed pull request #32453: [Policy] Discourage Unsigned Annexes (master...unsigned_annex) https://github.com/bitcoin/bitcoin/pull/32453
<bitcoin-git> [bitcoin] jonatack closed pull request #32051: p2p: protect addnode peers during IBD (master...2025-03-addnode-p2p) https://github.com/bitcoin/bitcoin/pull/32051
<bitcoin-git> [bitcoin] achow101 closed pull request #33069: [POC] wallet: Add Support for BIP-353 DNS-Based Bitcoin Address via External Resolver (master...bip353) https://github.com/bitcoin/bitcoin/pull/33069
<bitcoin-git> [bitcoin] achow101 closed pull request #33072: [p2p] Fix signed integer overflow in LocalServiceInfo::nScore (master...p2p-fix-nscore-overflow-24049) https://github.com/bitcoin/bitcoin/pull/33072
<bitcoin-git> [bitcoin] jonatack closed pull request #31805: doc: improve NODE_NETWORK_LIMITED documentation per BIP159 (master...2025-02-NODE_NETWORK_LIMITED-documentation) https://github.com/bitcoin/bitcoin/pull/31805
<bitcoin-git> [bitcoin] Eunovo closed pull request #30243: descriptors: taproot partial descriptors (master...tr-partial-descriptors) https://github.com/bitcoin/bitcoin/pull/30243
<bitcoin-git> [bitcoin] achow101 closed pull request #32699: docs: adds correct updated documentation links (master...ship-docs-32565) https://github.com/bitcoin/bitcoin/pull/32699
<bitcoin-git> [bitcoin] achow101 closed pull request #28531: improve MallocUsage() accuracy (master...2023-09-MallocUsage) https://github.com/bitcoin/bitcoin/pull/28531
<bitcoin-git> [bitcoin] achow101 closed pull request #32652: wallet: add codex32 argument to addhdkey (master...codex32) https://github.com/bitcoin/bitcoin/pull/32652
<bitcoin-git> [bitcoin] achow101 closed pull request #32720: docs: add guidance on initialism capitalisation in PascalCase identifiers. (master...dev-notes-style-camelcase) https://github.com/bitcoin/bitcoin/pull/32720
<bitcoin-git> [bitcoin] achow101 closed pull request #32818: Add read-only mode to sqlite db and use in `bitcoin-wallet` (master...wallet-tool-indempotent) https://github.com/bitcoin/bitcoin/pull/32818
<bitcoin-git> [bitcoin] achow101 closed pull request #32080: OP_CHECKCONTRACTVERIFY (master...ccv-core) https://github.com/bitcoin/bitcoin/pull/32080
<bitcoin-git> [bitcoin] achow101 closed pull request #32174: test: Verify that a message is not in rpc errors raised (follow-up 31451) (master...verify-message-not-among-error-messages-in-rpc-call) https://github.com/bitcoin/bitcoin/pull/32174
<bitcoin-git> [bitcoin] achow101 closed pull request #26398: Replace MIN_STANDARD_TX_NONWITNESS_SIZE to preclude 64 non-witness bytes only (master...relax_too_small_tx_equality) https://github.com/bitcoin/bitcoin/pull/26398
<bitcoin-git> [bitcoin] achow101 closed pull request #28608: assumeutxo state and locking cleanup (master...pr/noibd) https://github.com/bitcoin/bitcoin/pull/28608
<bitcoin-git> [bitcoin] achow101 closed pull request #25269: wallet: re-activate "AmountWithFeeExceedsBalance" error (master...2022_wallet_fix_missing_AmountWithFeeExceedsBalance) https://github.com/bitcoin/bitcoin/pull/25269
<bitcoin-git> [bitcoin] achow101 closed pull request #31845: Add -pruneduringinit option to temporarily use another prune target during IBD (master...pruneduringinit) https://github.com/bitcoin/bitcoin/pull/31845
<bitcoin-git> [bitcoin] achow101 closed pull request #29664: p2p: When close to the tip, download blocks in parallel from additional peers to prevent stalling (master...202403_near_tip_stalling) https://github.com/bitcoin/bitcoin/pull/29664
<bitcoin-git> [bitcoin] achow101 closed pull request #32645: fs: use `ftruncate` in `AllocateFileRange` on OpenBSD (master...202505-fs-use_ftruncate_on_openbsd) https://github.com/bitcoin/bitcoin/pull/32645
<bitcoin-git> [bitcoin] achow101 closed pull request #28824: Fix ASM ambiguity (master...asm-full-hex) https://github.com/bitcoin/bitcoin/pull/28824
<bitcoin-git> [bitcoin] achow101 closed pull request #19463: Prune locks (master...prune_locks) https://github.com/bitcoin/bitcoin/pull/19463
<bitcoin-git> [bitcoin] furszy closed pull request #33678: http: limit RPC server threads to available cores (master...2025_bound_RPC_server_threads) https://github.com/bitcoin/bitcoin/pull/33678
<bitcoin-git> [bitcoin] l0rinc opened pull request #33680: validation: do not wipe utxo cache for stats/scans/snapshots (master...l0rinc/force-sync) https://github.com/bitcoin/bitcoin/pull/33680
<bitcoin-git> [bitcoin] achow101 closed pull request #32354: tests: Added progress tracker when running fuzz test_runner.py (master...progressFuzzRunner) https://github.com/bitcoin/bitcoin/pull/32354
<bitcoin-git> [gui] achow101 closed pull request #876: Including exception what() in Runaway dialog box (master...exception-what) https://github.com/bitcoin-core/gui/pull/876
<bitcoin-git> [gui] achow101 closed pull request #832: Improve user dialog when signing multisig psbts (master...sign_multisig_psbts_better_dialog) https://github.com/bitcoin-core/gui/pull/832
<bitcoin-git> [gui] achow101 closed pull request #820: Enable customisation of QR Code font (master...qt_fontsel_qrcodes) https://github.com/bitcoin-core/gui/pull/820
<bitcoin-git> [gui] achow101 closed pull request #677: Bugfix: Address broken things around Peers detail view (master...fix_qt_peers_na) https://github.com/bitcoin-core/gui/pull/677
<bitcoin-git> [bitcoin] achow101 closed pull request #30886: rpc: Add support to populate PSBT input utxos via rpc (master...2024-09-updateutxo_psbt) https://github.com/bitcoin/bitcoin/pull/30886
<bitcoin-git> [bitcoin] achow101 closed pull request #30860: test: autogenerate bash completion (master...bash-completion) https://github.com/bitcoin/bitcoin/pull/30860
<bitcoin-git> [bitcoin] achow101 closed pull request #29062: Wallet: (Refactor) GetBalance to calculate used balance (master...getbalance-add-used) https://github.com/bitcoin/bitcoin/pull/29062
<bitcoin-git> [bitcoin] achow101 closed pull request #24963: RPC/Wallet: Convert walletprocesspsbt to use options parameter (master...rpc_walletprocesspsbt_options) https://github.com/bitcoin/bitcoin/pull/24963
<bitcoin-git> [bitcoin] achow101 closed pull request #30610: validation: do not wipe utxo cache for stats/scans/snapshots (master...202408_force_sync) https://github.com/bitcoin/bitcoin/pull/30610
<bitcoin-git> [bitcoin] furszy opened pull request #33679: test: set number of RPC server threads to 2 (master...2025_test_reduce_RPC_server_threads) https://github.com/bitcoin/bitcoin/pull/33679
<bitcoin-git> [bitcoin] furszy opened pull request #33678: http: limit RPC server threads to available cores (master...2025_bound_RPC_server_threads) https://github.com/bitcoin/bitcoin/pull/33678
<bitcoin-git> [bitcoin] furszy closed pull request #31404: descriptors: inference process, do not return unparsable multisig descriptors (master...2024_descriptors_infer_multisig) https://github.com/bitcoin/bitcoin/pull/31404
<bitcoin-git> [bitcoin] furszy closed pull request #31378: wallet: fix crash during migration due to invalid multisig descriptors (master...2024_wallet_migration_multisig_crash) https://github.com/bitcoin/bitcoin/pull/31378
<bitcoin-git> [bitcoin] furszy closed pull request #27837: net: introduce block tracker to retry to download blocks after failure (master...2023_introduce_block_request_tracker) https://github.com/bitcoin/bitcoin/pull/27837
<bitcoin-git> [bitcoin] maflcko opened pull request #33677: ci: Retry image building once on failure (master...2510-ci-retry) https://github.com/bitcoin/bitcoin/pull/33677
<bitcoin-git> [bitcoin] fjahr closed pull request #33632: init: Improve -asmap option behavior and documentation (master...202510-asmap-arg-improve) https://github.com/bitcoin/bitcoin/pull/33632
<bitcoin-git> [bitcoin] maflcko reopened pull request #31308: ci, iwyu: Treat warnings as errors for specific directories (master...241117-force-iwyu) https://github.com/bitcoin/bitcoin/pull/31308
<bitcoin-git> [bitcoin] maflcko closed pull request #31308: ci, iwyu: Treat warnings as errors for specific directories (master...241117-force-iwyu) https://github.com/bitcoin/bitcoin/pull/31308
<bitcoin-git> [bitcoin] fanquake merged pull request #33461: ci: add Valgrind fuzz (master...add_valgrind_fuzz) https://github.com/bitcoin/bitcoin/pull/33461
<bitcoin-git> bitcoin/master e4b0463 fanquake: ci: add Valgrind fuzz
<bitcoin-git> bitcoin/master 7d27af9 merge-script: Merge bitcoin/bitcoin#33461: ci: add Valgrind fuzz
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1569bcc387fe...7d27af98c7cf
<bitcoin-git> [bitcoin] fanquake merged pull request #33639: ci: Only write docker build images to Cirrus cache (master...2510-ci-rework-cache-providers) https://github.com/bitcoin/bitcoin/pull/33639
<bitcoin-git> bitcoin/master fa72a2b MarcoFalke: ci: Remove unused MAYBE_CPUSET
<bitcoin-git> bitcoin/master fab64a5 MarcoFalke: ci: Move buildx command to python script
<bitcoin-git> bitcoin/master fabe0e0 MarcoFalke: ci: Only write docker build images to Cirrus cache
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/98c4994d0f36...1569bcc387fe
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #33676: interfaces: enable cancelling running `waitNext` calls (master...10-2025-add-interruptWaitNext) https://github.com/bitcoin/bitcoin/pull/33676
<bitcoin-git> [bitcoin] hebasto merged pull request #33570: randomenv: Fix MinGW dllimport warning for `environ` (master...l0rinc/environ-mingw) https://github.com/bitcoin/bitcoin/pull/33570
<bitcoin-git> bitcoin/master 98c4994 Hennadii Stepanov: Merge bitcoin/bitcoin#33570: randomenv: Fix MinGW dllimport warning for `e...
<bitcoin-git> bitcoin/master 9610b0d Lőrinc: randomenv: Fix MinGW dllimport warning for `environ`
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c211d1832211...98c4994d0f36
<bitcoin-git> [bitcoin] sipa closed pull request #33675: randomenv: drop self define of 'environ' (master...202510_no_environ_override) https://github.com/bitcoin/bitcoin/pull/33675
<bitcoin-git> [bitcoin] achow101 closed pull request #33161: wallettool, test: Remove BDB/ legacy wallets dump feature (master...wallet-tool-remove-bdb-dump) https://github.com/bitcoin/bitcoin/pull/33161
<bitcoin-git> [bitcoin] sipa opened pull request #33675: randomenv: drop self define of 'environ' (master...202510_no_environ_override) https://github.com/bitcoin/bitcoin/pull/33675
<bitcoin-git> [bitcoin] fanquake merged pull request #33670: test: Use unassigned p2p_port instead of hardcoded 60000 in p2p_i2p_ports.py (master...2510-test-i2p-proxy) https://github.com/bitcoin/bitcoin/pull/33670
<bitcoin-git> bitcoin/master c211d18 merge-script: Merge bitcoin/bitcoin#33670: test: Use unassigned p2p_port instead of hard...
<bitcoin-git> bitcoin/master fa20275 MarcoFalke: test: Use unassigned p2p_port instead of hardcoded 60000 in p2p_i2p_ports....
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3fee0754a2ec...c211d1832211
<bitcoin-git> bitcoincore.org/master 1794eb5 merge-script: Merge bitcoin-core/bitcoincore.org#1192: Add japanese translation for 28.3
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1192: Add japanese translation for 28.3 (master...ja-translate-28.3) https://github.com/bitcoin-core/bitcoincore.org/pull/1192
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/9640e88be576...1794eb5a97ed