2026-01-09

<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2d87afcf7dff...5c724f3b0455
<bitcoin-git> [bitcoin] fanquake merged pull request #34227: guix: Fix `osslsigncode` tests (master...260108-guix-osslsigncode) https://github.com/bitcoin/bitcoin/pull/34227
<bitcoin-git> bitcoin/master 2d87afc merge-script: Merge bitcoin/bitcoin#34227: guix: Fix `osslsigncode` tests
<bitcoin-git> bitcoin/master 194114d Hennadii Stepanov: guix: Fix `osslsigncode` tests
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7b17fb78fa3a...2d87afcf7dff
<bitcoin-git> [bitcoin] fanquake merged pull request #34226: wallet: test: Relative wallet failed migration cleanup (master...2026-01-07-relative-path-migration-failure) https://github.com/bitcoin/bitcoin/pull/34226
<bitcoin-git> bitcoin/master 7b17fb7 merge-script: Merge bitcoin/bitcoin#34226: wallet: test: Relative wallet failed migratio...
<bitcoin-git> bitcoin/master eeaf28d David Gumberg: wallet: test: Failed migration cleanup
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6c3fb719d1a8...7b17fb78fa3a

2026-01-08

<bitcoin-git> [bitcoin] sedited opened pull request #34236: Add sedited to trusted-keys (master...add_to_trusted_keys) https://github.com/bitcoin/bitcoin/pull/34236
<bitcoin-git> [gui] hebasto merged pull request #921: Remove deprecated "Starting Block" from Peer Detail (master...pr/qt_remove_startingheight) https://github.com/bitcoin-core/gui/pull/921
<bitcoin-git> bitcoin/master 6c3fb71 Hennadii Stepanov: Merge bitcoin-core/gui#921: Remove deprecated "Starting Block" from Peer D...
<bitcoin-git> bitcoin/master 301d9ee WakeTrainDev: qt: Remove "Starting Block" from Peer Detail. Following Deprecation in `bi...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d5700ab0f12...6c3fb719d1a8
<corebot> https://github.com/bitcoin/bitcoin/issues/25870 | Call for Maintainer: P2P & Networking · Issue #25870 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/27995 | Improving fee estimation accuracy · Issue #27995 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34075 | fees: Introduce Mempool Based Fee Estimation to reduce overestimation by ismaelsadeeq · Pull Request #34075 · bitcoin/bitcoin · GitHub
<brunoerg> Hi, I've been doing incremental mutation testing (basically mutaiton testing on PRs) for a month or more. I wrote a summary on delving about the results I had so far: https://delvingbitcoin.org/t/incremental-mutation-testing-in-the-bitcoin-core/2197
<furszy> theStack pushed another PR with the new scanning approach: https://github.com/bitcoin-core/secp256k1/pull/1792
<corebot> https://github.com/bitcoin/bitcoin/issues/33335 | txgraph: randomize order of same-feerate distinct-cluster transactions by sipa · Pull Request #33335 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34023 | Optimized SFL cluster linearization by sipa · Pull Request #34023 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31132 | validation: fetch block inputs on parallel threads 3x faster IBD by andrewtoth · Pull Request #31132 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34165 | coins: don't mutate main cache when connecting block by andrewtoth · Pull Request #34165 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34164 | validation: add reusable coins view for ConnectBlock by andrewtoth · Pull Request #34164 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31132 | validation: fetch block inputs on parallel threads 3x faster IBD by andrewtoth · Pull Request #31132 · bitcoin/bitcoin · GitHub
<andrewtoth> We measured #31132 in a cloud environment with network connected storage, and it is >3x faster reindex-chainstate https://github.com/bitcoin/bitcoin/pull/31132#issuecomment-3678847806.
<corebot> https://github.com/bitcoin/bitcoin/issues/31132 | validation: fetch block inputs on parallel threads 3x faster IBD by andrewtoth · Pull Request #31132 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34208 | bench: add fluent API for untimed `setup` steps in nanobench by l0rinc · Pull Request #34208 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34207 | coins/refactor: enforce `GetCoin()` returns only unspent coins by l0rinc · Pull Request #34207 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/33018 | coins: remove SetFresh method from CCoinsCacheEntry by andrewtoth · Pull Request #33018 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34124 | refactor: make `CCoinsView` a purely virtual abstract base class by l0rinc · Pull Request #34124 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34132 | refactor: inline `CCoinsViewErrorCatcher` into `CCoinsViewDB` by l0rinc · Pull Request #34132 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/33866 | refactor: Let CCoinsViewCache::BatchWrite return void by sedited · Pull Request #33866 · bitcoin/bitcoin · GitHub
<sedited> A bunch of PRs waiting for review on the project board: https://github.com/orgs/bitcoin/projects/3
<fjahr> #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] glozow opened pull request #34235: miniminer: stop assuming ancestor fees = self fees (master...2026-01-miniminer-fees) https://github.com/bitcoin/bitcoin/pull/34235
<bitcoin-git> [bitcoin] w0xlt opened pull request #34233: test: fix Windows CI failures in wallet_multiwallet and old binary tests (ancient wallets) (master...ascii-only-tmpdir) https://github.com/bitcoin/bitcoin/pull/34233
<bitcoin-git> [bitcoin] maflcko closed pull request #34231: consensus: Fix potential null pointer crash in CalculateSequenceLocks (master...fix-sequence-locks-nullptr-crash) https://github.com/bitcoin/bitcoin/pull/34231
<bitcoin-git> [bitcoin] tboy1337 opened pull request #34231: consensus: Fix potential null pointer crash in CalculateSequenceLocks (master...fix-sequence-locks-nullptr-crash) https://github.com/bitcoin/bitcoin/pull/34231
<bitcoin-git> [bitcoin] maflcko opened pull request #34230: fuzz: Reject too large descriptor leaf sizes in scriptpubkeyman target (master...2601-fuzz-scriptpubkeyman) https://github.com/bitcoin/bitcoin/pull/34230
<bitcoin-git> [bitcoin] fanquake opened pull request #34229: [30.x] Backports & Final (30.x...30_2_final) https://github.com/bitcoin/bitcoin/pull/34229
<bitcoin-git> [bitcoin] fanquake merged pull request #34221: test: migration, avoid backup name mismatch in default_wallet_failure (master...2026_test_fix_backup_mocktime) https://github.com/bitcoin/bitcoin/pull/34221
<bitcoin-git> bitcoin/master cbf0bd3 furszy: test: migration, avoid backup name mismatch in default_wallet_failure
<bitcoin-git> bitcoin/master 8d5700a merge-script: Merge bitcoin/bitcoin#34221: test: migration, avoid backup name mismatch i...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cd6e4c9235f7...8d5700ab0f12
<bitcoin-git> [bitcoin] hebasto opened pull request #34228: depends: Unset `SOURCE_DATE_EPOCH` in `gen_id` script (master...260108-depends-clang-epoch) https://github.com/bitcoin/bitcoin/pull/34228
<bitcoin-git> [bitcoin] hebasto opened pull request #34227: guix: Fix `osslsigncode` tests (master...260108-guix-osslsigncode) https://github.com/bitcoin/bitcoin/pull/34227
<bitcoin-git> [bitcoin] davidgumberg opened pull request #34226: wallet: test: Relative wallet failed migration cleanup (master...2026-01-07-relative-path-migration-failure) https://github.com/bitcoin/bitcoin/pull/34226

2026-01-07

<bitcoin-git> [bitcoin] theStack opened pull request #34225: refactor, key: move `CreateMuSig2{Nonce,PartialSig}` functions to `musig.{h,cpp}` module (master...202601-move-musig-funcs-to-module) https://github.com/bitcoin/bitcoin/pull/34225
<bitcoin-git> [bitcoin] sedited opened pull request #34224: init: Return EXIT_SUCCESS on interrupt (master...init_interrupt_zero) https://github.com/bitcoin/bitcoin/pull/34224
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v30.2rc1: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v30.2rc1
<bitcoin-git> bitcoin-detached-sigs/30.x 51b85c7 Ava Chow: 30.2: win sig for rc1
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 30.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/bbc72a717c48...51b85c7c6bd8
<bitcoin-git> [bitcoin] achow101 opened pull request #34223: [28.x] wallettool: fix unnamed createfromdump failure walletsdir deletion (28.x...28.x-createfromdump-deletion) https://github.com/bitcoin/bitcoin/pull/34223
<bitcoin-git> [bitcoin] achow101 opened pull request #34222: [29.x] wallettool: fix unnamed createfromdump failure walletsdir deletion (29.x...29.x-createfromdump-deletion) https://github.com/bitcoin/bitcoin/pull/34222
<bitcoin-git> [bitcoin] furszy opened pull request #34221: test: migration, avoid backup name mismatch in default_wallet_failure (master...2026_test_fix_backup_mocktime) https://github.com/bitcoin/bitcoin/pull/34221
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 30.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/ba6a114d0dda...bbc72a717c48
<bitcoin-git> bitcoin-detached-sigs/30.x bbc72a7 Matthew Zipkin: 30.2: osx sig for rc1
<bitcoin-git> qa-assets/main eac1c57 maflcko: Merge pull request #252 from maflcko/main
<bitcoin-git> qa-assets/main 6be1610 MarcoFalke: Add fuzz inputs
<bitcoin-git> qa-assets/main 00c335c Murch: Add failing psbt input
<bitcoin-git> [qa-assets] maflcko pushed 3 commits to main: https://github.com/bitcoin-core/qa-assets/compare/c87ae4dd4daf...eac1c57614d7
<bitcoin-git> [qa-assets] maflcko merged pull request #252: Add fuzz inputs (main...main) https://github.com/bitcoin-core/qa-assets/pull/252
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1213: Bitcoin Core v30.2 (master...bitcoin_core_30_2) https://github.com/bitcoin-core/bitcoincore.org/pull/1213
<bitcoin-git> [bitcoin] fanquake pushed tag v30.2rc1: https://github.com/bitcoin/bitcoin/compare/v30.2rc1
<bitcoin-git> bitcoin/30.x 454ac8e furszy: wallet: RestoreWallet failure, erase only what was created
<bitcoin-git> [bitcoin] fanquake merged pull request #34209: [30.x]: Final backports & 30.2rc1 (30.x...30_2_rc1) https://github.com/bitcoin/bitcoin/pull/34209
<bitcoin-git> bitcoin/30.x ac4d095 furszy: wallet: fix unnamed wallet migration failure
<bitcoin-git> bitcoin/30.x 8e5c02a furszy: test: add coverage for unnamed wallet migration failure
<bitcoin-git> [bitcoin] fanquake pushed 12 commits to 30.x: https://github.com/bitcoin/bitcoin/compare/e9f73b8149f9...abb6ae2ec59d
<bitcoin-git> [bitcoin] fanquake merged pull request #34215: wallettool: fix unnamed createfromdump failure walletsdir deletion (master...createfromdump-deletion) https://github.com/bitcoin/bitcoin/pull/34215
<bitcoin-git> bitcoin/master f78f6f1 Ava Chow: wallettool: do not use fs::remove_all in createfromdump cleanup
<bitcoin-git> bitcoin/master cd6e4c9 merge-script: Merge bitcoin/bitcoin#34215: wallettool: fix unnamed createfromdump failur...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/90d651a81f51...cd6e4c9235f7
<bitcoin-git> [bitcoin] tboy1337 opened pull request #34219: psbt: validate pubkeys in MuSig2 pubnonce/partial sig deserialization (master...fix-musig2-validation-incomplete) https://github.com/bitcoin/bitcoin/pull/34219
<dergoegge> Does anyone know why we return with 1 (indicating an error) if the user hits ctrl-c before appinit is complete? (https://github.com/bitcoin/bitcoin/blob/90d651a81f51f76a35658bb1e76e8806d09d18b0/src/bitcoind.cpp#L284)
<bitcoin-git> [bitcoin] fanquake merged pull request #34156: wallet: fix unnamed legacy wallet migration failure (master...2025_wallet_migration_jinglewreck) https://github.com/bitcoin/bitcoin/pull/34156
<bitcoin-git> bitcoin/master f4c7e28 furszy: wallet: fix unnamed wallet migration failure
<bitcoin-git> bitcoin/master 36093bd furszy: test: add coverage for unnamed wallet migration failure
<bitcoin-git> bitcoin/master 4ed0693 furszy: wallet: RestoreWallet failure, erase only what was created
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/a9daa6dbd3ae...90d651a81f51
<bitcoin-git> [bitcoin] fanquake closed pull request #34217: contrib: Fix Python issues in makeseeds.py (master...seed-script-fixes) https://github.com/bitcoin/bitcoin/pull/34217
<bitcoin-git> [bitcoin] fanquake closed pull request #34218: test: Fix Python compatibility issues in test framework (master...test-framework-fixes) https://github.com/bitcoin/bitcoin/pull/34218
<bitcoin-git> [bitcoin] tboy1337 opened pull request #34218: test: Fix Python compatibility issues in test framework (master...test-framework-fixes) https://github.com/bitcoin/bitcoin/pull/34218
<bitcoin-git> [bitcoin] tboy1337 opened pull request #34217: contrib: Fix Python issues in makeseeds.py (master...seed-script-fixes) https://github.com/bitcoin/bitcoin/pull/34217
<bitcoin-git> [bitcoin] achow101 opened pull request #34215: wallettool: fix unnamed createfromdump failure walletsdir deletion (master...createfromdump-deletion) https://github.com/bitcoin/bitcoin/pull/34215

2026-01-06

<bitcoin-git> [bitcoin] achow101 merged pull request #34135: rpc: [wallet] Use unsigned type for tx version in sendall (master...2512-rpc-wallet-less-i32) https://github.com/bitcoin/bitcoin/pull/34135
<bitcoin-git> bitcoin/master fafbc70 MarcoFalke: rpc: [wallet] Use unsigned type for tx version in sendall
<bitcoin-git> bitcoin/master a9daa6d Ava Chow: Merge bitcoin/bitcoin#34135: rpc: [wallet] Use unsigned type for tx versio...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c60f9cb66ee7...a9daa6dbd3ae
<bitcoin-git> [bitcoin] pinheadmz closed pull request #34214: policy: restore 80-byte default for datacarriersize (master...revert-datacarrier-default) https://github.com/bitcoin/bitcoin/pull/34214
<bitcoin-git> [bitcoin] bensig opened pull request #34214: policy: restore 80-byte default for datacarriersize (master...revert-datacarrier-default) https://github.com/bitcoin/bitcoin/pull/34214
<bitcoin-git> [bitcoin] brunoerg opened pull request #34213: net: do not read/dump anchors if network is not active (master...2026-01-net-anchors-networkactive) https://github.com/bitcoin/bitcoin/pull/34213
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34212: . (master...fix-docs) https://github.com/bitcoin/bitcoin/pull/34212
<bitcoin-git> [bitcoin] BitcoinMechanic opened pull request #34212: doc: Clarify -migratewallet can be used to delete private keys (master...fix-docs) https://github.com/bitcoin/bitcoin/pull/34212
<bitcoin-git> [bitcoin] hebasto reopened pull request #34211: build: Alt restore cross-compilation for Android (master...260601-android-deployqt-build) https://github.com/bitcoin/bitcoin/pull/34211
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34211: build: Alt restore cross-compilation for Android (master...260601-android-deployqt-build) https://github.com/bitcoin/bitcoin/pull/34211
<bitcoin-git> [bitcoin] D33r-Gee opened pull request #34211: build: Alt restore cross-compilation for Android (master...260601-android-deployqt-build) https://github.com/bitcoin/bitcoin/pull/34211
<bitcoin-git> [bitcoin] maflcko opened pull request #34210: bench: Remove -priority-level= option (master...2601-bench-less-prio) https://github.com/bitcoin/bitcoin/pull/34210
<bitcoin-git> [bitcoin] fanquake opened pull request #34209: [30.x]: Final backports & 30.2rc1 (30.x...30_2_rc1) https://github.com/bitcoin/bitcoin/pull/34209
<bitcoin-git> [bitcoin] fanquake merged pull request #34085: cluster mempool: exploit SFL properties in txgraph (master...202512_txgraph_sfl) https://github.com/bitcoin/bitcoin/pull/34085
<bitcoin-git> bitcoin/master 62dd886 Pieter Wuille: txgraph: drop NEEDS_SPLIT_ACCEPTABLE (simplification)
<bitcoin-git> bitcoin/master 3380e0c Pieter Wuille: txgraph: use PostLinearize less prior to linearizing
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/114901c0655d...c60f9cb66ee7
<bitcoin-git> bitcoin/master 01ffcf4 Pieter Wuille: clusterlin: support fixing linearizations (feature)
<bitcoin-git> [bitcoin] l0rinc opened pull request #34208: bench: add fluent API for untimed `setup` steps in nanobench (master...l0rinc/untimed-setup-nanobench) https://github.com/bitcoin/bitcoin/pull/34208
<bitcoin-git> [bitcoin] l0rinc opened pull request #34207: coins/refactor: enforce `GetCoin()` returns only unspent coins (master...l0rinc/getcoin-unspent) https://github.com/bitcoin/bitcoin/pull/34207
<bitcoin-git> [bitcoin] fanquake merged pull request #34203: doc: p2p: replace last remaining "command" terminology with "message type" (master...202601-doc-p2p-command-afuera) https://github.com/bitcoin/bitcoin/pull/34203
<bitcoin-git> bitcoin/master 114901c merge-script: Merge bitcoin/bitcoin#34203: doc: p2p: replace last remaining "command" te...
<bitcoin-git> bitcoin/master 5b7bf47 Sebastian Falbesoner: doc: p2p: replace last remaining "command" terminology with "message type"
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d7cbdfa090b2...114901c0655d
<bitcoin-git> [bitcoin] fanquake merged pull request #34204: test: fix intermittent failure in p2p_addr_selfannouncement (master...2026-01-fix-addrselfanouncement-test) https://github.com/bitcoin/bitcoin/pull/34204
<bitcoin-git> bitcoin/master d7cbdfa merge-script: Merge bitcoin/bitcoin#34204: test: fix intermittent failure in p2p_addr_se...
<bitcoin-git> bitcoin/master 3185205 0xb10c: test: fix intermittent failure in p2p_addr_selfannouncement
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0ad4376a49fa...d7cbdfa090b2
<bitcoin-git> [bitcoin] maflcko closed pull request #34117: net: reduce log level for PCP/NAT-PMP NOT_AUTHORIZED failures (master...master) https://github.com/bitcoin/bitcoin/pull/34117
<bitcoin-git> [bitcoincore.org] achow101 merged pull request #1211: Add japanese translation for wallet migration bug (master...ja-translate-wallet-migration-bug) https://github.com/bitcoin-core/bitcoincore.org/pull/1211
<bitcoin-git> bitcoincore.org/master a5d03d8 Ava Chow: Merge bitcoin-core/bitcoincore.org#1211: Add japanese translation for wall...
<bitcoin-git> bitcoincore.org/master 0287a9b azuchi: Add japanese translation for wallet migration bug
<bitcoin-git> [bitcoincore.org] achow101 pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/998889d8170c...a5d03d8588f1
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1212: Fix overlapping text in multi-line post title (master...fix-overlapping-text) https://github.com/bitcoin-core/bitcoincore.org/pull/1212
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1211: Add japanese translation for wallet migration bug (master...ja-translate-wallet-migration-bug) https://github.com/bitcoin-core/bitcoincore.org/pull/1211
<bitcoin-git> [bitcoincore.org] achow101 merged pull request #1210: Blog post about wallet migration bug in 30.x and force download page to 29.2 (master...pull-30.x) https://github.com/bitcoin-core/bitcoincore.org/pull/1210
<bitcoin-git> bitcoincore.org/master 998889d Ava Chow: Merge bitcoin-core/bitcoincore.org#1210: Blog post about wallet migration ...
<bitcoin-git> bitcoincore.org/master 160ca44 Ava Chow: templates: Force download page to 29.2
<bitcoin-git> [bitcoincore.org] achow101 pushed 3 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/fafd6038084e...998889d8170c
<bitcoin-git> bitcoincore.org/master 1edf9cb Ava Chow: posts: Add post about wallet migration deletion bug
<bitcoin-git> [gui] waketraindev opened pull request #921: Remove deprecated "Starting Block" from Peer Detail (master...pr/qt_remove_startingheight) https://github.com/bitcoin-core/gui/pull/921

2026-01-05

<bitcoin-git> [bitcoin] achow101 merged pull request #33142: test: Run bench sanity checks in parallel with functional tests (master...2508-bench-faster-sanity) https://github.com/bitcoin/bitcoin/pull/33142
<bitcoin-git> bitcoin/master fa9fdbc MarcoFalke: test: Pass bench exe into test framework utils
<bitcoin-git> bitcoin/master fa65bc0 MarcoFalke: test: Run bench sanity checks in parallel with functional tests
<bitcoin-git> bitcoin/master 0ad4376 Ava Chow: Merge bitcoin/bitcoin#33142: test: Run bench sanity checks in parallel wit...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c267b3a2c695...0ad4376a49fa
<darosior> I think this comment is outdated right? We don't flush to disk every 1000 writes, or am i missing something? https://github.com/bitcoin/bitcoin/blob/c267b3a2c695179de686c00f7a455e8f99476342/src/wallet/walletdb.h#L190
<bitcoin-git> [bitcoin] achow101 merged pull request #34197: rpc, net: deprecate `startingheight` field of `getpeerinfo` RPC (master...202601-deprecate-startingheight) https://github.com/bitcoin/bitcoin/pull/34197
<bitcoin-git> bitcoin/master c267b3a Ava Chow: Merge bitcoin/bitcoin#34197: rpc, net: deprecate `startingheight` field of...
<bitcoin-git> bitcoin/master 4ce3f4a Sebastian Falbesoner: rpc, net: deprecate `startingheight` field of `getpeerinfo` RPC
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d6a6afd955b5...c267b3a2c695
<bitcoin-git> [bitcoin] achow101 merged pull request #34010: psbt: detect invalid MuSig2 pubkeys in deserialization (master...musig-key-fix) https://github.com/bitcoin/bitcoin/pull/34010
<bitcoin-git> bitcoin/master d6a6afd Ava Chow: Merge bitcoin/bitcoin#34010: psbt: detect invalid MuSig2 pubkeys in deseri...
<bitcoin-git> bitcoin/master 5805a8b rkrux: psbt: detect invalid MuSig2 pubkeys in deserialization
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/755f0900a28a...d6a6afd955b5
<corebot> https://github.com/bitcoin/bitcoin/issues/34156 | wallet: fix unnamed legacy wallet migration failure by furszy · Pull Request #34156 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoincore.org] achow101 opened pull request #1210: Blog post about wallet migration bug in 30.x and force download page to 29.2 (master...pull-30.x) https://github.com/bitcoin-core/bitcoincore.org/pull/1210
<corebot> https://github.com/bitcoin/bitcoin/issues/34156 | wallet: fix unnamed legacy wallet migration failure by furszy · Pull Request #34156 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #34192: [30.x] Backports (30.x...30_2_backports) https://github.com/bitcoin/bitcoin/pull/34192
<bitcoin-git> bitcoin/30.x b734c40 fanquake: guix: reduce allowed exported symbols
<bitcoin-git> bitcoin/30.x f620dde brunoerg: fuzz: doc: remove any mention to address_deserialize_v2
<bitcoin-git> bitcoin/30.x 7ea855f Hennadii Stepanov: build: Update minimum required Boost version
<bitcoin-git> [bitcoin] fanquake pushed 10 commits to 30.x: https://github.com/bitcoin/bitcoin/compare/dd47caee822b...e9f73b8149f9
<bitcoin-git> [bitcoin] 0xB10C opened pull request #34204: test: fix intermittent failure in p2p_addr_selfannouncement (master...2026-01-fix-addrselfanouncement-test) https://github.com/bitcoin/bitcoin/pull/34204
<bitcoin-git> [bitcoin] theStack opened pull request #34203: doc: p2p: replace last remaining "command" terminology with "message type" (master...202601-doc-p2p-command-afuera) https://github.com/bitcoin/bitcoin/pull/34203
<bitcoin-git> [bitcoin] fanquake merged pull request #34136: test: Allow mempool_updatefromblock.py to run on 32-bit (master...2512-test-32-bit) https://github.com/bitcoin/bitcoin/pull/34136
<bitcoin-git> bitcoin/master fac5a1b MarcoFalke: test: Allow mempool_updatefromblock.py to run on 32-bit
<bitcoin-git> bitcoin/master 755f090 merge-script: Merge bitcoin/bitcoin#34136: test: Allow mempool_updatefromblock.py to run...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bd4f4782f23b...755f0900a28a
<bitcoin-git> [qa-assets] maflcko opened pull request #252: Add fuzz inputs (main...main) https://github.com/bitcoin-core/qa-assets/pull/252
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1209: Add japanese translation for 30.1 (master...ja-translate-30.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1209
<bitcoin-git> bitcoincore.org/master fafd603 merge-script: Merge bitcoin-core/bitcoincore.org#1209: Add japanese translation for 30.1
<bitcoin-git> bitcoincore.org/master 1273b2c azuchi: Add japanese translation for 30.1
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/269840c1666f...fafd6038084e
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1209: Add japanese translation for 30.1 (master...ja-translate-30.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1209
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1207: Bitcoin Core 30.1 (master...bitcoin_core_30_1) https://github.com/bitcoin-core/bitcoincore.org/pull/1207
<bitcoin-git> bitcoincore.org/master 269840c merge-script: Merge bitcoin-core/bitcoincore.org#1207: Bitcoin Core 30.1
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/3a2961fbdd58...269840c1666f
<bitcoin-git> bitcoincore.org/master 772dd7f fanquake: Bitcoin Core 30.1
<bitcoin-git> qa-assets/main 42a8eea Bruno Garcia: add inputs for process_message
<bitcoin-git> qa-assets/main c87ae4d maflcko: Merge pull request #251 from brunoerg/2026-01-process-message
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/f5f602a43581...c87ae4dd4daf
<bitcoin-git> [qa-assets] maflcko merged pull request #251: add inputs for process_message (main...2026-01-process-message) https://github.com/bitcoin-core/qa-assets/pull/251
<bitcoin-git> [bitcoin] maflcko closed pull request #34167: tests: add concise docstrings in chain_tiebreaks (master...master) https://github.com/bitcoin/bitcoin/pull/34167
<corebot> https://github.com/bitcoin/bitcoin/issues/29136 | wallet: `addhdkey` RPC to add just keys to wallets via new `unused(KEY)` descriptor by achow101 · Pull Request #29136 · bitcoin/bitcoin · GitHub

2026-01-04

<bitcoin-git> [qa-assets] brunoerg opened pull request #251: add inputs for process_message (main...2026-01-process-message) https://github.com/bitcoin-core/qa-assets/pull/251
<bitcoin-git> [bitcoin] fanquake merged pull request #34154: test: Enable ruff E713 lint (master...2512-ruff-E713) https://github.com/bitcoin/bitcoin/pull/34154
<bitcoin-git> bitcoin/master bd4f478 merge-script: Merge bitcoin/bitcoin#34154: test: Enable ruff E713 lint
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ab233255d444...bd4f4782f23b
<bitcoin-git> bitcoin/master fab300b MarcoFalke: test: Enable ruff E713 lint
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34199: . (master...master) https://github.com/bitcoin/bitcoin/pull/34199
<bitcoin-git> [bitcoin] rajes8 opened pull request #34199: These some basic fixes and improvements. (master...master) https://github.com/bitcoin/bitcoin/pull/34199

2026-01-03

<bitcoin-git> [bitcoin] furszy opened pull request #34198: wallet: fix ancient wallets migration (master...2026_wallet_migration_ancient_wallets) https://github.com/bitcoin/bitcoin/pull/34198
<bitcoin-git> [bitcoin] theStack closed pull request #33990: test: p2p: check that peer's announced starting height is remembered (master...202512-test-announced_starting_height) https://github.com/bitcoin/bitcoin/pull/33990
<bitcoin-git> [bitcoin] theStack opened pull request #34197: rpc, net: deprecate `startingheight` field of `getpeerinfo` RPC (master...202601-deprecate-startingheight) https://github.com/bitcoin/bitcoin/pull/34197
<bitcoin-git> [bitcoin] achow101 merged pull request #33866: refactor: Let CCoinsViewCache::BatchWrite return void (master...batch_write_void) https://github.com/bitcoin/bitcoin/pull/33866
<bitcoin-git> bitcoin/master ab23325 Ava Chow: Merge bitcoin/bitcoin#33866: refactor: Let CCoinsViewCache::BatchWrite ret...
<bitcoin-git> bitcoin/master 6da6f50 TheCharlatan: refactor: Let CCoinsViewCache::BatchWrite return void
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2628de7479f0...ab233255d444
<bitcoin-git> [bitcoin] achow101 merged pull request #33135: wallet: warn against accidental unsafe older() import (master...2025/08/older-safety) https://github.com/bitcoin/bitcoin/pull/33135
<bitcoin-git> bitcoin/master 2628de7 Ava Chow: Merge bitcoin/bitcoin#33135: wallet: warn against accidental unsafe older(...
<bitcoin-git> bitcoin/master 76c092f Sjors Provoost: wallet: warn against accidental unsafe older() import
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c631553732f9...2628de7479f0
<bitcoin-git> bitcoin/master 592157b Sjors Provoost: test: move SEQUENCE_LOCKTIME flags to script

2026-01-02

<bitcoin-git> [bitcoin] furszy reopened pull request #34193: wallet: make migration more robust against failures (master...2026_wallet_safer_MigrateToSQLite) https://github.com/bitcoin/bitcoin/pull/34193
<bitcoin-git> [bitcoin] furszy closed pull request #34193: wallet: make migration more robust (master...2026_wallet_safer_MigrateToSQLite) https://github.com/bitcoin/bitcoin/pull/34193
<bitcoin-git> [bitcoin] furszy opened pull request #34193: wallet: make migration more robust (master...2026_wallet_safer_MigrateToSQLite) https://github.com/bitcoin/bitcoin/pull/34193
<bitcoin-git> [bitcoin] fanquake merged pull request #34191: doc: archive release notes for v30.1 (master...archive_30_1_relnotes) https://github.com/bitcoin/bitcoin/pull/34191
<bitcoin-git> bitcoin/master c631553 merge-script: Merge bitcoin/bitcoin#34191: doc: archive release notes for v30.1
<bitcoin-git> bitcoin/master bd730cb fanquake: doc: archive release notes for v30.1
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6ed2cf5184fc...c631553732f9
<bitcoin-git> [bitcoin] fanquake opened pull request #34192: [30.x] Backports (30.x...30_2_backports) https://github.com/bitcoin/bitcoin/pull/34192
<bitcoin-git> [bitcoin] fanquake opened pull request #34191: doc: archive release notes for v30.1 (master...archive_30_1_relnotes) https://github.com/bitcoin/bitcoin/pull/34191
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1207: Bitcoin Core 30.1 (master...bitcoin_core_30_1) https://github.com/bitcoin-core/bitcoincore.org/pull/1207
<bitcoin-git> [bitcoin] fanquake closed pull request #34081: build: Fix source paths for debugging in CMake (master...debug-path-cmake-adjust) https://github.com/bitcoin/bitcoin/pull/34081
<bitcoin-git> [bitcoin] fanquake closed pull request #34149: test: add comprehensive bech32 unit tests based on BIP-173 :christmas_tree: (master...bech32-tests-upstream) https://github.com/bitcoin/bitcoin/pull/34149
<bitcoin-git> [bitcoin] fanquake merged pull request #34169: fuzz: change fuzz runner test_runner.py to be cwd independent (master...test_runner_cwd_independent) https://github.com/bitcoin/bitcoin/pull/34169
<bitcoin-git> bitcoin/master 6ed2cf5 merge-script: Merge bitcoin/bitcoin#34169: fuzz: change fuzz runner test_runner.py to be...
<bitcoin-git> bitcoin/master 77c9b3c Robin David: change test_runner.py to be cwd independent by calling subprocess.run with...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb49d62d8f69...6ed2cf5184fc
<bitcoin-git> [bitcoin] fanquake merged pull request #34177: policy/refactor: remove constant parameter from `IsWellFormedPackage` (master...l0rinc/IsWellFormedPackage-require_sorted) https://github.com/bitcoin/bitcoin/pull/34177
<bitcoin-git> bitcoin/master fb49d62 merge-script: Merge bitcoin/bitcoin#34177: policy/refactor: remove constant parameter fr...
<bitcoin-git> bitcoin/master 658d381 Lőrinc: policy: remove constant parameter from `IsWellFormedPackage`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/adbb4b320834...fb49d62d8f69
<bitcoin-git> [bitcoin] b-l-u-e opened pull request #34188: test: Add functional test for getreceivedbyaddress RPC (master...test-wallet-getreceivedbyaddress) https://github.com/bitcoin/bitcoin/pull/34188

2026-01-01

<bitcoin-git> [bitcoincore.org] joetor5 closed pull request #1177: Add Spanish translation for 29.1 release (master...es-291) https://github.com/bitcoin-core/bitcoincore.org/pull/1177
<hebasto> abubakarsadiq: you could download artifacts from https://github.com/bitcoin/bitcoin/actions/runs/20597436161?pr=33421 into your Windows machine and run tests natively, as CI does

2025-12-31

<bitcoin-git> [bitcoin] w0xlt opened pull request #34186: test: use dynamic port allocation in proxy tests (master...test_dynamic_port_allocation) https://github.com/bitcoin/bitcoin/pull/34186
<bitcoin-git> [bitcoin] brunoerg opened pull request #34185: test: fix `feature_pruning` when built without wallet (master...2025-12-test-pruning-wout-wallet) https://github.com/bitcoin/bitcoin/pull/34185
<bitcoin-git> [bitcoin] fanquake merged pull request #34174: doc: update copyright year to 2026 (master...2026_copyright) https://github.com/bitcoin/bitcoin/pull/34174
<bitcoin-git> bitcoin/master b23b901 fanquake: doc: update copyright year
<bitcoin-git> bitcoin/master adbb4b3 merge-script: Merge bitcoin/bitcoin#34174: doc: update copyright year to 2026
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/891aed2f7505...adbb4b320834
<bitcoin-git> [bitcoin] l0rinc closed pull request #34180: bench: add `SIGABRT` handler to show failed bench name (master...l0rinc/bench-sigabort-handler) https://github.com/bitcoin/bitcoin/pull/34180
<willcl-ark> roconnor: I have a non-nixpkgs flake for building from depends (with patches) which you could be interested to take a look at: https://github.com/willcl-ark/bitcoin/blob/nix-flake-split-depends/flake.nix Currently it is building fully static bins (using musl) and does not build the gui, but some parts of it (e.g. building depends packages) may still be of of interest to you...
<bitcoin-git> [bitcoin] willcl-ark closed pull request #33562: DRAFT: add a freebsd job using systemlibs (master...freebsd-job) https://github.com/bitcoin/bitcoin/pull/33562
<bitcoin-git> [bitcoin] fanquake merged pull request #34172: Fix intermittent issue in p2p_1p1c_network.py (master...2025-12-fix-1p1c-test-timeout) https://github.com/bitcoin/bitcoin/pull/34172
<bitcoin-git> bitcoin/master 95ef0fc Greg Sanders: test: ensure clean orphanage before continuing
<bitcoin-git> bitcoin/master 891aed2 merge-script: Merge bitcoin/bitcoin#34172: Fix intermittent issue in p2p_1p1c_network.py
<bitcoin-git> bitcoin/master 25e84d3 Greg Sanders: test: change low fee parents to 0-fee
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7590a72a5e17...891aed2f7505
<bitcoin-git> [bitcoin] fanquake merged pull request #34182: doc: Update OpenBSD Build Guide (master...251230-openbsd-guide) https://github.com/bitcoin/bitcoin/pull/34182
<bitcoin-git> bitcoin/master 7590a72 merge-script: Merge bitcoin/bitcoin#34182: doc: Update OpenBSD Build Guide
<bitcoin-git> bitcoin/master 84d8c52 Hennadii Stepanov: doc: Update OpenBSD Build Guide
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a50d7a7929d3...7590a72a5e17
<bitcoin-git> [bitcoin] fanquake merged pull request #34183: doc: fix double-word typos in comments (master...fix-double-word-typos) https://github.com/bitcoin/bitcoin/pull/34183
<bitcoin-git> bitcoin/master 08ed802 bensig: doc: fix double-word typos in comments
<bitcoin-git> bitcoin/master a50d7a7 merge-script: Merge bitcoin/bitcoin#34183: doc: fix double-word typos in comments
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2bff9ebeff87...a50d7a7929d3
<bitcoin-git> [bitcoin] Sjors opened pull request #34184: mining: add cooldown to createNewBlock() immediately after IBD (master...2025/12/cool-down) https://github.com/bitcoin/bitcoin/pull/34184

2025-12-30

<bitcoin-git> [bitcoin] hebasto merged pull request #34102: depends: capnp 1.3.0 (master...capnp_1_3_0) https://github.com/bitcoin/bitcoin/pull/34102
<bitcoin-git> bitcoin/master 2bff9eb Hennadii Stepanov: Merge bitcoin/bitcoin#34102: depends: capnp 1.3.0
<bitcoin-git> bitcoin/master 719158d fanquake: depends: capnp 1.3.0
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2bcb3f64648a...2bff9ebeff87
<bitcoin-git> [bitcoin] bensig opened pull request #34183: doc: fix double-word typos in comments (master...fix-double-word-typos) https://github.com/bitcoin/bitcoin/pull/34183
<bitcoin-git> [bitcoin] hebasto opened pull request #34182: doc: Update OpenBSD Build Guide (master...251230-openbsd-guide) https://github.com/bitcoin/bitcoin/pull/34182
<hebasto> if you encounter any build error on *BSD systems, feel free to consult configuration files in the nightly CI repo - https://github.com/hebasto/bitcoin-core-nightly
<hebasto> github.com/bitcoin/bitcoin/pull/3355
<bitcoin-git> [qa-assets] marcofleon closed pull request #249: Remove unused corpora (main...remove-targets) https://github.com/bitcoin-core/qa-assets/pull/249
<bitcoin-git> [bitcoin] maflcko opened pull request #34181: refactor: [p2p] Make ProcessMessage private again, Use references when non-null (master...2512-p2p-internals-more-private) https://github.com/bitcoin/bitcoin/pull/34181
<bitcoin-git> [bitcoin] l0rinc opened pull request #34180: bench: add `SIGABRT` handler to show failed bench name (master...l0rinc/bench-sigabort-handler) https://github.com/bitcoin/bitcoin/pull/34180
<bitcoin-git> [bitcoin] joaonevess opened pull request #34179: refactor: Enable transparent lookup for setBlockIndexCandidates to remove const_cast (master...refactor-is-transparent-comparator) https://github.com/bitcoin/bitcoin/pull/34179

2025-12-29

<bitcoin-git> [bitcoin] l0rinc opened pull request #34177: policy/refactor: remove constant parameter from `IsWellFormedPackage` (master...l0rinc/IsWellFormedPackage-require_sorted) https://github.com/bitcoin/bitcoin/pull/34177
<bitcoin-git> [bitcoin] furszy opened pull request #34176: wallet: improve error msg when db directory is not writable (master...2025_wallet_check_db_permissions) https://github.com/bitcoin/bitcoin/pull/34176
<bitcoin-git> [bitcoin] fanquake opened pull request #34174: doc: update copyright year to 2026 (master...2026_copyright) https://github.com/bitcoin/bitcoin/pull/34174
<bitcoin-git> [bitcoin] pinheadmz closed pull request #34173: Enhance wait_until_helper_internal with adaptive timeout, telemetry, and functional tests (master...improve-wait-until) https://github.com/bitcoin/bitcoin/pull/34173
<bitcoin-git> [bitcoin] jummon-koshai opened pull request #34173: Enhance wait_until_helper_internal with adaptive timeout, telemetry, and functional tests (master...improve-wait-until) https://github.com/bitcoin/bitcoin/pull/34173
<bitcoin-git> [bitcoin] instagibbs opened pull request #34172: Fix intermittent issue in p2p_1p1c_network.py (master...2025-12-fix-1p1c-test-timeout) https://github.com/bitcoin/bitcoin/pull/34172
<bitcoin-git> [bitcoin] glozow merged pull request #34112: rpc: [mempool] Remove erroneous Univalue integral casts (master...2512-less-i32) https://github.com/bitcoin/bitcoin/pull/34112
<bitcoin-git> bitcoin/master 2bcb3f6 merge-script: Merge bitcoin/bitcoin#34112: rpc: [mempool] Remove erroneous Univalue inte...
<bitcoin-git> bitcoin/master fab1f4b MarcoFalke: rpc: [mempool] Remove erroneous Univalue integral casts
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7249bcc4f899...2bcb3f64648a
<bitcoin-git> [bitcoin] glozow merged pull request #34119: contrib: remove `copyright_header.py` (master...final_copyright_changes) https://github.com/bitcoin/bitcoin/pull/34119
<bitcoin-git> bitcoin/master ba6315d fanquake: contrib: remove copyright_header.py
<bitcoin-git> bitcoin/master 7249bcc merge-script: Merge bitcoin/bitcoin#34119: contrib: remove `copyright_header.py`
<bitcoin-git> bitcoin/master 3e4765e fanquake: scripted-diff: [doc] Unify stale copyright headers
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0f6a526f4330...7249bcc4f899
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34171: . (master...master) https://github.com/bitcoin/bitcoin/pull/34171
<bitcoin-git> [bitcoin] fridokus opened pull request #34171: WIP: Increase dust limit (master...master) https://github.com/bitcoin/bitcoin/pull/34171
<bitcoin-git> [bitcoin] Chand-ra opened pull request #34170: fuzz: Extend `scriptpubkeyman` coverage (master...scriptpubkeyman) https://github.com/bitcoin/bitcoin/pull/34170
<bitcoin-git> [bitcoin] RobinDavid opened pull request #34169: contrib: change fuzz runner test_runner.py to be cwd independent (master...test_runner_cwd_independent) https://github.com/bitcoin/bitcoin/pull/34169
<bitcoin-git> [bitcoin] hebasto opened pull request #34168: qa: Allow `--exclude` to be specified multiple times (master...251229-ft-exclude-append) https://github.com/bitcoin/bitcoin/pull/34168
<bitcoin-git> [bitcoin] fanquake merged pull request #34160: policy: Remove stale rationale paragraph (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34160
<bitcoin-git> bitcoin/master 0f6a526 merge-script: Merge bitcoin/bitcoin#34160: policy: Remove stale rationale paragraph
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/94ddc2dced57...0f6a526f4330
<bitcoin-git> bitcoin/master 337b4a2 flack: Remove stale rationale paragraph

2025-12-28

<bitcoin-git> [bitcoin] Olly60 opened pull request #34167: tests: add concise docstrings in chain_tiebreaks (master...master) https://github.com/bitcoin/bitcoin/pull/34167
<bitcoin-git> [bitcoin] Olly60 closed pull request #34166: tests: rename block lists and add concise docstrings in chain_tiebreaks (master...master) https://github.com/bitcoin/bitcoin/pull/34166
<bitcoin-git> [bitcoin] Olly60 opened pull request #34166: tests: rename block lists and add concise docstrings in chain_tiebreaks (master...master) https://github.com/bitcoin/bitcoin/pull/34166
<bitcoin-git> [bitcoin] andrewtoth opened pull request #34165: coins: don't mutate main cache when connecting block (master...dont-mutate-cache) https://github.com/bitcoin/bitcoin/pull/34165
<bitcoin-git> [bitcoin] andrewtoth opened pull request #34164: validation: add reusable coins view for ConnectBlock (master...reuse-connect-block) https://github.com/bitcoin/bitcoin/pull/34164
<bitcoin-git> [bitcoin] fjahr opened pull request #34162: net: Avoid undershooting in GetAddressesUnsafe (master...2025-12-33663-alt) https://github.com/bitcoin/bitcoin/pull/34162
<bitcoin-git> [bitcoin] l0rinc opened pull request #34161: refactor: Avoid UB from `std::distance` with `nullptr` in `PoolAllocator` (master...l0rinc/pool-allocator-ub) https://github.com/bitcoin/bitcoin/pull/34161

2025-12-27

<bitcoin-git> [bitcoin] flack opened pull request #34160: policy: Remove stale rationale paragraph (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34160
<bitcoin-git> [bitcoin] fanquake merged pull request #34113: refactor: [rpc] Remove confusing and brittle integral casts (master...2512-less-casts) https://github.com/bitcoin/bitcoin/pull/34113
<bitcoin-git> bitcoin/master fa66e2d MarcoFalke: refactor: [rpc] Remove confusing and brittle integral casts
<bitcoin-git> bitcoin/master 94ddc2d merge-script: Merge bitcoin/bitcoin#34113: refactor: [rpc] Remove confusing and brittle ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c575990651d6...94ddc2dced57
<bitcoin-git> [bitcoin] fanquake merged pull request #34147: scripted-diff: refactor: wallet: Delete duplicate IsCrypted() (master...2025-12-24-delete-iscrypted) https://github.com/bitcoin/bitcoin/pull/34147
<bitcoin-git> bitcoin/master 11ce5cf David Gumberg: scripted-diff: refactor: wallet: Delete IsCrypted
<bitcoin-git> bitcoin/master c575990 merge-script: Merge bitcoin/bitcoin#34147: scripted-diff: refactor: wallet: Delete dupli...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eb0594e23f0c...c575990651d6
<bitcoin-git> [bitcoin] fanquake merged pull request #33891: kernel: Expose reusable `PrecomputedTransactionData` in script validation (master...kernel/precomputed-txdata) https://github.com/bitcoin/bitcoin/pull/33891
<bitcoin-git> bitcoin/master 44e006d Josh Doman: [kernel] Expose reusable PrecomputedTransactionData in script valid
<bitcoin-git> bitcoin/master eb0594e merge-script: Merge bitcoin/bitcoin#33891: kernel: Expose reusable `PrecomputedTransacti...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e7033605775c...eb0594e23f0c