2025-11-04

<bitcoin-git> bitcoin/master 2593ed1 Hennadii Stepanov: Merge bitcoin/bitcoin#33574: doc: update Guix INSTALL.md
<bitcoin-git> bitcoin/master b4d0288 fanquake: doc: update Guix INSTALL.md
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1cd8d9fe5cd5...2593ed1b5f4b
<bitcoin-git> [bitcoin] fanquake merged pull request #33445: ci: Update Clang in "tidy" job (master...250920-llvm-tidy) https://github.com/bitcoin/bitcoin/pull/33445
<bitcoin-git> bitcoin/master 5d784be Hennadii Stepanov: clang-tidy: Disable `ArrayBound` check in src/ipc and src/test
<bitcoin-git> bitcoin/master 5efdb0e Hennadii Stepanov: ci: Update Clang in "tidy" job
<bitcoin-git> bitcoin/master 1cd8d9f merge-script: Merge bitcoin/bitcoin#33445: ci: Update Clang in "tidy" job
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/56329beaee27...1cd8d9fe5cd5
<bitcoin-git> [bitcoin] fanquake merged pull request #32301: test: cover invalid codesep positions for signature in taproot (master...2025-04-codesep_cov) https://github.com/bitcoin/bitcoin/pull/32301
<bitcoin-git> bitcoin/master 81e5c83 Greg Sanders: test: cover invalid codesep positions for signature in taproot
<bitcoin-git> bitcoin/master 56329be merge-script: Merge bitcoin/bitcoin#32301: test: cover invalid codesep positions for sig...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/745eb053a41c...56329beaee27
<bitcoin-git> [bitcoin] maflcko closed pull request #33000: ci: Run unit tests parallel with functional tests (master...2507-ci-fun) https://github.com/bitcoin/bitcoin/pull/33000
<bitcoin-git> qa-assets/main c7f2cb8 maflcko: Merge pull request #242 from brunoerg/2025-11-spkm
<bitcoin-git> qa-assets/main 96eb3b9 Bruno Garcia: add inputs for scriptpubkeyman
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/b061d4ff81a1...c7f2cb8268a8
<bitcoin-git> [qa-assets] maflcko merged pull request #242: add inputs for scriptpubkeyman (main...2025-11-spkm) https://github.com/bitcoin-core/qa-assets/pull/242

2025-11-03

<corebot> https://github.com/bitcoin-core/gui/issues/882 | Add console commands for clearing output and history by waketraindev · Pull Request #882 · bitcoin-core/gui · GitHub
<corebot> https://github.com/bitcoin-core/gui/issues/901 | Add createwallet, createwalletdescriptor, and migratewallet to history filter by waketraindev · Pull Request #901 · bitcoin-core/gui · GitHub
<WakeTrainDev> when writing release-notes-<id>.md for bitcoin-core/gui, do I use the "local" pull id?
<bitcoin-git> [gui] hebasto merged pull request #901: Add createwallet, createwalletdescriptor, and migratewallet to history filter (master...2025-10-qt-rpcconsole-historyfilter) https://github.com/bitcoin-core/gui/pull/901
<bitcoin-git> bitcoin/master 745eb05 Hennadii Stepanov: Merge bitcoin-core/gui#901: Add createwallet, createwalletdescriptor, and ...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/746d36cc80f0...745eb053a41c
<bitcoin-git> bitcoin/master 4e352ef WakeTrainDev: qt: add createwallet, createwalletdescriptor, and migratewallet to history...
<bitcoin-git> [gui] hebasto reopened pull request #877: Add a menu action to restore then migrate a legacy wallet (master...gui-migrate-path) https://github.com/bitcoin-core/gui/pull/877
<bitcoin-git> [gui] hebasto closed pull request #877: Add a menu action to restore then migrate a legacy wallet (master...gui-migrate-path) https://github.com/bitcoin-core/gui/pull/877
<bitcoin-git> [bitcoin] purpleKarrot opened pull request #33772: prevector: simplify implementation of comparison operators and match behavior of `std::vector` (master...prevector-cmp) https://github.com/bitcoin/bitcoin/pull/33772
<bitcoin-git> [bitcoin] fanquake merged pull request #33754: ci: gha: Set debug_pull_request_number_str annotation (master...2510-ci-debug-pr) https://github.com/bitcoin/bitcoin/pull/33754
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/25c45bb0d0bd...746d36cc80f0
<bitcoin-git> bitcoin/master 746d36c merge-script: Merge bitcoin/bitcoin#33754: ci: gha: Set debug_pull_request_number_str an...
<bitcoin-git> bitcoin/master fa9d0f9 MarcoFalke: ci: gha: Set debug_pull_request_number_str annotation
<bitcoin-git> [bitcoin] purpleKarrot opened pull request #33771: refactor: C++20 operators (master...cxx20-operators) https://github.com/bitcoin/bitcoin/pull/33771
<bitcoin-git> [qa-assets] brunoerg opened pull request #242: add inputs for scriptpubkeyman (main...2025-11-spkm) https://github.com/bitcoin-core/qa-assets/pull/242
<bitcoin-git> [bitcoin] ryanofsky opened pull request #33770: init: Require explicit -asmap filename (master...pr/asmapd) https://github.com/bitcoin/bitcoin/pull/33770
<bitcoin-git> [bitcoin] l0rinc opened pull request #33768: refactor: remove dead branches in `SingletonClusterImpl` (master...l0rinc/SingletonClusterImpl) https://github.com/bitcoin/bitcoin/pull/33768

2025-11-02

<bitcoin-git> [bitcoin] cobratbq opened pull request #33765: doc: update interface, --stdin flag, IPC-command signtx (#31005) (master...external-signer-docs) https://github.com/bitcoin/bitcoin/pull/33765
<bitcoin-git> [bitcoin] hebasto opened pull request #33764: ci: Add Windows + UCRT jobs for cross-compiling and native testing (master...251102-ucrt-ci) https://github.com/bitcoin/bitcoin/pull/33764
<bitcoin-git> [bitcoin] l0rinc closed pull request #33757: refactor: make script Solver's often-unused solutions parameter optional (master...l0rinc/solutions-vector-optional) https://github.com/bitcoin/bitcoin/pull/33757

2025-11-01

<bitcoin-git> [bitcoin] roconnor-blockstream opened pull request #33759: Fix BIP143 standardness rules for CHECKMULTISIG (master...bip143-standardness-2025-10) https://github.com/bitcoin/bitcoin/pull/33759

2025-10-31

<bitcoin-git> [bitcoin] glozow merged pull request #33567: node: change a tx-relay on/off flag to enum (master...TxBroadcastMethod) https://github.com/bitcoin/bitcoin/pull/33567
<bitcoin-git> bitcoin/master 25c45bb merge-script: Merge bitcoin/bitcoin#33567: node: change a tx-relay on/off flag to enum
<bitcoin-git> bitcoin/master 07a9264 Vasil Dimov: node: change a tx-relay on/off flag to enum
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/422b468229f1...25c45bb0d0bd
<bitcoin-git> [bitcoin] glozow merged pull request #33683: refactor/doc: Add blockman param to GetTransaction doc comment (master...doc-add-blockman-param) https://github.com/bitcoin/bitcoin/pull/33683
<bitcoin-git> bitcoin/master 1a1f46c Musa Haruna: refactor/doc: Add blockman param to `GetTransaction` doc comment and reord...
<bitcoin-git> bitcoin/master 422b468 merge-script: Merge bitcoin/bitcoin#33683: refactor/doc: Add blockman param to GetTransa...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da6f041e39ef...422b468229f1
<bitcoin-git> [bitcoin] glozow merged pull request #31645: [IBD] coins: increase default UTXO flush batch size to 32 MiB (master...l0rinc/utxo-dump-batching) https://github.com/bitcoin/bitcoin/pull/31645
<bitcoin-git> bitcoin/master da6f041 merge-script: Merge bitcoin/bitcoin#31645: [IBD] coins: increase default UTXO flush batc...
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/832a57673af7...da6f041e39ef
<bitcoin-git> bitcoin/master b6f8c48 Lőrinc: coins: increase default `dbbatchsize` to 32 MiB
<bitcoin-git> bitcoin/master 8bbb7b8 Lőrinc: refactor: Extract default batch size into kernel
<bitcoin-git> [bitcoin] l0rinc opened pull request #33757: refactor: make script Solver's often-unused solutions parameter optional (master...l0rinc/solutions-vector-optional) https://github.com/bitcoin/bitcoin/pull/33757
<bitcoin-git> [bitcoin] fanquake merged pull request #33749: test: ipc: resolve symlinks in `which capnp` (master...2025-10-30-ipc-functional-symlink-resolve) https://github.com/bitcoin/bitcoin/pull/33749
<bitcoin-git> bitcoin/master 832a576 merge-script: Merge bitcoin/bitcoin#33749: test: ipc: resolve symlinks in `which capnp`
<bitcoin-git> bitcoin/master 51093d6 David Gumberg: test: resolve symlinks in which result for capnp
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3cd4263bf664...832a57673af7
<ryanofsky> Wow even issues he created are gone? https://github.com/bitcoin/bitcoin/issues/33463
<corebot> https://github.com/bitcoin/bitcoin/issues/33374 | mining: add applySolution() to interface by Sjors · Pull Request #33374 · bitcoin/bitcoin · GitHub
<ryanofsky> I noticed a comment about sv2 from plebhash in #33374 is missing but present in the github archive: https://mirror.b10c.me/bitcoin-bitcoin/33374#issuecomment-3299309843 . Any idea what might have happened? He deleted it? Moderation issue? Github issue?
<bitcoin-git> [bitcoin] fanquake merged pull request #33753: test: Format strings in `test_runner` (master...10-31-runner-clippy) https://github.com/bitcoin/bitcoin/pull/33753
<bitcoin-git> bitcoin/master 3cd4263 merge-script: Merge bitcoin/bitcoin#33753: test: Format strings in `test_runner`
<bitcoin-git> bitcoin/master 78d4d36 rustaceanrob: test: Format strings in `*.rs`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/305384a0372a...3cd4263bf664
<bitcoin-git> [bitcoin] roconnor-blockstream opened pull request #33755: Relax standardness rules regarding CHECKMULTISIG (master...multisig-standardness-2025-10) https://github.com/bitcoin/bitcoin/pull/33755
<bitcoin-git> [bitcoin] maflcko opened pull request #33754: ci: gha: Set debug_pull_request_number_str annotation (master...2510-ci-debug-pr) https://github.com/bitcoin/bitcoin/pull/33754
<bitcoin-git> [bitcoin] rustaceanrob opened pull request #33753: test: Format strings in `test_runner` (master...10-31-runner-clippy) https://github.com/bitcoin/bitcoin/pull/33753
<bitcoin-git> [bitcoin] fanquake merged pull request #33746: ci: Add missing python3-dev package for riscv64 (master...2510-ci-rv64) https://github.com/bitcoin/bitcoin/pull/33746
<bitcoin-git> bitcoin/master 305384a merge-script: Merge bitcoin/bitcoin#33746: ci: Add missing python3-dev package for riscv...
<bitcoin-git> bitcoin/master facf8b7 MarcoFalke: ci: Add missing python3-dev package for riscv64
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8eda7210eb33...305384a0372a
<bitcoin-git> [bitcoin] fanquake merged pull request #33743: fuzz: refactor memcpy to std::ranges::copy to work around ubsan warn (master...2510-fuzz-refactor-memcpy) https://github.com/bitcoin/bitcoin/pull/33743
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6f359695c36c...8eda7210eb33
<bitcoin-git> bitcoin/master 8eda721 merge-script: Merge bitcoin/bitcoin#33743: fuzz: refactor memcpy to std::ranges::copy to...
<bitcoin-git> bitcoin/master fa4b52b MarcoFalke: fuzz: refactor memcpy to std::ranges::copy to work around ubsan warn
<bitcoin-git> [bitcoin] A-Manning opened pull request #33752: rest: Query predecessor headers using negative count param (master...2025-10-31-rest-headers-downward) https://github.com/bitcoin/bitcoin/pull/33752

2025-10-30

<bitcoin-git> [gui] john-moffett opened pull request #908: qt: Remove HD seed reference from blank wallet tooltip (master...update-blank-wallet-tooltip) https://github.com/bitcoin-core/gui/pull/908
<bitcoin-git> [bitcoin] da1sychain opened pull request #33750: doc: document fingerprinting risk when operating node on multiple networks (master...fingerprinting-docs) https://github.com/bitcoin/bitcoin/pull/33750
<bitcoin-git> [bitcoin] davidgumberg opened pull request #33749: test: ipc: resolve symlinks in `which capnp` (master...2025-10-30-ipc-functional-symlink-resolve) https://github.com/bitcoin/bitcoin/pull/33749
<bitcoin-git> [bitcoin] hulxv opened pull request #33747: feat: shell completions for bitcoin wrapper executable (master...feat/bitcoin-shell-completions) https://github.com/bitcoin/bitcoin/pull/33747
<bitcoin-git> [bitcoin] ismaelsadeeq closed 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
<bitcoin-git> [bitcoin] fanquake merged 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c281bb6837b0...6f359695c36c
<bitcoin-git> bitcoin/master 66667d6 MarcoFalke: test: Use same rpc timeout for authproxy and cli
<bitcoin-git> bitcoin/master 6f35969 merge-script: Merge bitcoin/bitcoin#33698: test: Use same rpc timeout for authproxy and ...
<bitcoin-git> [bitcoin] fanquake merged pull request #32924: test: add valid tx test with minimum-sized ECDSA signature (8 bytes DER-encoded) (master...202507-test-add_minimum-sized_ecdsa_sig_test) https://github.com/bitcoin/bitcoin/pull/32924
<bitcoin-git> bitcoin/master 5fa81e2 Sebastian Falbesoner: test: add valid tx test with minimum-sized ECDSA signature (8 bytes DER-en...
<bitcoin-git> bitcoin/master c281bb6 merge-script: Merge bitcoin/bitcoin#32924: test: add valid tx test with minimum-sized EC...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/72511fd02e72...c281bb6837b0
<l0rinc> hiding the bip30 checks behind assumevalid, which would enable us removing the bloom filters from LevelDB since we won't need to check for missing entries anymore. This seems to shrink the on-disk UTXO size by roughly 1% (122MB smaller, see the draft here https://github.com/l0rinc/bitcoin/pull/49) while slightly speeding up IBD as well. I'd be interested in what concerns people have about this idea.
<corebot> https://github.com/bitcoin/bitcoin/issues/33740 | RFC: bench: Add multi thread benchmarking by fjahr · Pull Request #33740 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/30595 | kernel: Introduce C header API by TheCharlatan · Pull Request #30595 · bitcoin/bitcoin · GitHub
<achow101> The list is https://github.com/bitcoin-core/bitcoin-devwiki/wiki/Working-Groups#current-working-groups if there's a working group on it that isn't active, please edit the wiki page to remove it.
<achow101> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge dzxzg eugenesiegel fanquake fjahr furszy gleb glozow hebasto hodlinator instagibbs janb84 jarolrod jonatack josibake kanzure kevkevin laanwj LarryRuane lightlike l0rinc 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 closed pull request #33742: doc: Document valgrind aarch64 clang workaround (master...2510-doc-valgrind) https://github.com/bitcoin/bitcoin/pull/33742
<bitcoin-git> [bitcoin] maflcko opened pull request #33746: ci: Add missing python3-dev package for riscv64 (master...2510-ci-rv64) https://github.com/bitcoin/bitcoin/pull/33746
<bitcoin-git> [bitcoin] Sjors opened pull request #33745: mining: check witness commitment in submitBlock (master...2025/10/submit-solution-doc) https://github.com/bitcoin/bitcoin/pull/33745
<bitcoin-git> [bitcoin] willcl-ark opened pull request #33744: Fix lint runner selection (and docker cache) (master...fix-lint-caching) https://github.com/bitcoin/bitcoin/pull/33744
<bitcoin-git> [bitcoin] fanquake closed pull request #33644: fuzz: don't pass (maybe) nullptr to memcpy() (master...FuzzedSock_Accept_nullptr_memcpy) https://github.com/bitcoin/bitcoin/pull/33644
<bitcoin-git> [bitcoin] maflcko opened pull request #33743: fuzz: refactor memcpy to std::ranges::copy to work around ubsan warn (master...2510-fuzz-refactor-memcpy) https://github.com/bitcoin/bitcoin/pull/33743
<bitcoin-git> [bitcoin] maflcko opened pull request #33742: doc: Document valgrind aarch64 clang workaround (master...2510-doc-valgrind) https://github.com/bitcoin/bitcoin/pull/33742
<bitcoin-git> [bitcoin] polespinasa opened pull request #33741: rpc: [PoC] Optionally print feerates in sat/vb (master...2025-10-29-PoC-rpc-satvb) https://github.com/bitcoin/bitcoin/pull/33741

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 72511fd merge-script: Merge bitcoin/bitcoin#33555: build: Bump clang minimum supported version t...
<bitcoin-git> bitcoin/master faed118 MarcoFalke: build: Bump clang minimum supported version to 17
<bitcoin-git> bitcoin/master fa0fa0f MarcoFalke: refactor: Revert "disable self-assign warning for tests"
<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/master fa8e4de MarcoFalke: ci: Use os.environ[key] access when value must be set
<bitcoin-git> bitcoin/master fa6aa9f MarcoFalke: ci: Retry image building once on failure
<bitcoin-git> bitcoin/master fa4dbe0 MarcoFalke: ci: Allow overwriting check option in run() helper
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/dd82c6c5d09f...292ea0eb8982
<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/master 8654328 fanquake: ci: remove Python version comment from mac config
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3bb30658e631...dd82c6c5d09f
<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 06d0be4 Hennadii Stepanov: Remove no longer necessary `WinCmdLineArgs` class
<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] 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 5a58d49 merge-script: Merge bitcoin/bitcoin#33546: test: add functional test for `TestShell` (ma...
<bitcoin-git> bitcoin/master 57f7c68 Sebastian Falbesoner: test: add functional test for `TestShell` (matching doc example)
<bitcoin-git> bitcoin/master 53874f7 Sebastian Falbesoner: doc: test: update TestShell example instructions/options
<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 06db08a ismaelsadeeq: fees: refactor: rename fees to block_policy_estimator
<bitcoin-git> bitcoin/master 6dfdd7e ismaelsadeeq: fees: refactor: rename policy_fee_tests.cpp to feerounder_tests.cpp
<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 944e5ff rkrux: doc: mention key removal in rpc interface modification
<bitcoin-git> bitcoin/master de15e52 merge-script: Merge bitcoin/bitcoin#32867: doc: mention key removal in rpc interface mod...
<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 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/master bdb8ead Hennadii Stepanov: refactor: Fix includes in `crypto` 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 80bb701 Ava Chow: Merge bitcoin/bitcoin#31514: wallet: allow label for non-ranged external d...
<bitcoin-git> bitcoin/master 664657e scgbckbone: bugfix: disallow label for ranged descriptors & allow external non-ranged ...
<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 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> bitcoincore.org/master 414b2cf Antoine Poinsot: contrib: add a Dockerfile to run the website locally
<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 5e1f626 merge-script: Merge bitcoin/bitcoin#32504: test: descriptor: cover invalid multi/multi_a...
<bitcoin-git> bitcoin/master 58e55b1 brunoerg: test: descriptor: cover invalid multi/multi_a cases
<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 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/master ab145cb Sergi Delgado Segura: Updates CBlockIndexWorkComparator outdated comment
<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] 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/master c0922b2 azuchi: Add japanese translation for security advisories in 30.0
<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 13f36c0 Lőrinc: clang-format: regenerate configs
<bitcoin-git> bitcoin/master f54ffb4 Ava Chow: Merge bitcoin/bitcoin#32813: clang-format: make formatting deterministic f...
<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 f591c3b brunoerg: fees: make estimateSmartFee/HighestTargetTracked virtual for mocking
<bitcoin-git> bitcoin/master 19273d0 brunoerg: fuzz: set mempool options in wallet_fees
<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 4fad4e9 Lőrinc: test: add assumevalid scenarios scaffold
<bitcoin-git> bitcoin/master 9bc2985 Lőrinc: validation: log initial script verification state
<bitcoin-git> bitcoin/master 91ac64b Lőrinc: log: reword `signature validations` to `script verification` in `assumeval...
<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 037830c stickies-v: refactor: increase string_view usage
<bitcoin-git> bitcoin/master b3bf18f stickies-v: rpc: refactor: use string_view in Arg/MaybeArg
<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 00ad998 Ava Chow: Merge bitcoin/bitcoin#33252: p2p: add `DifferenceFormatter` fuzz target an...
<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] 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] 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/master 10c2f36 Antoine Poinsot: posts: add advisory for CVE-2025-54604 (log-filling through self-connectio...
<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