2026-01-02

<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 adbb4b3 merge-script: Merge bitcoin/bitcoin#34174: doc: update copyright year to 2026
<bitcoin-git> bitcoin/master b23b901 fanquake: doc: update copyright year
<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 25e84d3 Greg Sanders: test: change low fee parents to 0-fee
<bitcoin-git> bitcoin/master 891aed2 merge-script: Merge bitcoin/bitcoin#34172: Fix intermittent issue in p2p_1p1c_network.py
<bitcoin-git> bitcoin/master 95ef0fc Greg Sanders: test: ensure clean orphanage before continuing
<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 84d8c52 Hennadii Stepanov: doc: Update OpenBSD Build Guide
<bitcoin-git> bitcoin/master 7590a72 merge-script: Merge bitcoin/bitcoin#34182: 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 a50d7a7 merge-script: Merge bitcoin/bitcoin#34183: doc: fix double-word typos in comments
<bitcoin-git> bitcoin/master 08ed802 bensig: 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] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2bcb3f64648a...2bff9ebeff87
<bitcoin-git> bitcoin/master 719158d fanquake: depends: capnp 1.3.0
<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 94ddc2d merge-script: Merge bitcoin/bitcoin#34113: refactor: [rpc] Remove confusing and brittle ...
<bitcoin-git> bitcoin/master fa66e2d MarcoFalke: refactor: [rpc] Remove confusing and brittle integral casts
<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 c575990 merge-script: Merge bitcoin/bitcoin#34147: scripted-diff: refactor: wallet: Delete dupli...
<bitcoin-git> bitcoin/master 11ce5cf David Gumberg: scripted-diff: refactor: wallet: Delete IsCrypted
<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
<bitcoin-git> [bitcoin] fanquake merged pull request #32997: index: Deduplicate HashKey / HeightKey handling (master...202507_dedup_hashheight) https://github.com/bitcoin/bitcoin/pull/32997
<bitcoin-git> bitcoin/master 032f350 Martin Zumsande: index, refactor: deduplicate LookUpOne
<bitcoin-git> bitcoin/master a67d3eb Martin Zumsande: index: deduplicate Hash / Height handling
<bitcoin-git> bitcoin/master 5646e6c Martin Zumsande: index: restrict index helper function to namespace
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ec4ff99a22b1...e7033605775c
<bitcoin-git> [bitcoin] fanquake merged pull request #33892: policy: allow minrelay txns in package context if paid for by cpfp (master...2025-11-remove_singletx_minrelay_req) https://github.com/bitcoin/bitcoin/pull/33892
<bitcoin-git> bitcoin/master 1488315 Greg Sanders: policy: Allow any transaction version with < minrelay
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/48c9ba1e974b...ec4ff99a22b1
<bitcoin-git> [bitcoin] fanquake merged pull request #34137: test: Avoid hard time.sleep(1) in feature_init.py (master...2512-test-less-hard-sleep) https://github.com/bitcoin/bitcoin/pull/34137
<bitcoin-git> bitcoin/master fa727e3 MarcoFalke: test: Avoid hard time.sleep(1) in feature_init.py
<bitcoin-git> bitcoin/master 48c9ba1 merge-script: Merge bitcoin/bitcoin#34137: test: Avoid hard time.sleep(1) in feature_ini...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d861c3820528...48c9ba1e974b
<bitcoin-git> [bitcoin] billymcbip closed pull request #34139: refactor: Add helper for Taproot control block size check (master...control) https://github.com/bitcoin/bitcoin/pull/34139
<bitcoin-git> [bitcoin] fjahr opened pull request #34158: torcontrol: Remove libevent usage (master...2025-12-torcontrol-take-3) https://github.com/bitcoin/bitcoin/pull/34158
<bitcoin-git> [bitcoin] fanquake closed pull request #34157: Sync with upstream 30.x + functional test fixes (master...upstream-30x-integration) https://github.com/bitcoin/bitcoin/pull/34157
<bitcoin-git> [bitcoin] andaluzcoin opened pull request #34157: Sync with upstream 30.x + functional test fixes (master...upstream-30x-integration) https://github.com/bitcoin/bitcoin/pull/34157
<sedited> roconnor not really sure what you are looking for, but the exact release build configuration for sqlite is defined in depends: https://github.com/bitcoin/bitcoin/blob/master/depends/packages/sqlite.mk
<bitcoin-git> [bitcoin] furszy opened pull request #34156: wallet: fix unnamed legacy wallet migration failure (master...2025_wallet_migration_jinglewreck) https://github.com/bitcoin/bitcoin/pull/34156

2025-12-26

<corebot> https://github.com/bitcoin/bitcoin/issues/25573 | guix: produce a `-static-pie` bitcoind by fanquake · Pull Request #25573 · bitcoin/bitcoin · GitHub
<bitcoin-git> qa-assets/main 083bd91 Bruno Garcia: add inputs for scriptpubkeyman
<bitcoin-git> qa-assets/main f5f602a maflcko: Merge pull request #250 from brunoerg/2025-12-spkm
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/8fae9748c272...f5f602a43581
<bitcoin-git> [qa-assets] maflcko merged pull request #250: add inputs for scriptpubkeyman (main...2025-12-spkm) https://github.com/bitcoin-core/qa-assets/pull/250
<roconnor> okay mystery solved, but I did learn that I have a whole bunch of transitive dependencies I ought to try to eliminate from nix bitcoin builds.
<Sjors[m]1> bitcoin spawns up bitcoind, bitcoin-node or bitcoin-qt depending on what you call it with.
<roconnor> Sjors[m]1: Ah, I seem to have made an error in my comparison. The difference lies not in v29 vs v30, but in nixpkgs' bitcoin vs bitcoind.
<bitcoin-git> [qa-assets] brunoerg opened pull request #250: add inputs for scriptpubkeyman (main...2025-12-spkm) https://github.com/bitcoin-core/qa-assets/pull/250
<Sjors[m]1> roconnor: nothing was changed in the bitcoind binary, only the new bitcoin-node binary has capnp as a dependency.
<bitcoin-git> [bitcoin] maflcko opened pull request #34154: test: Enable ruff E713 lint (master...2512-ruff-E713) https://github.com/bitcoin/bitcoin/pull/34154
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34153: Update Bitcoin Core links in README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34153
<bitcoin-git> [bitcoin] DjWhit89 opened pull request #34153: Update Bitcoin Core links in README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34153
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34152: chain (master...master) https://github.com/bitcoin/bitcoin/pull/34152
<bitcoin-git> [bitcoin] DjWhit89 opened pull request #34152: chain (master...master) https://github.com/bitcoin/bitcoin/pull/34152
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34151: test (master...master) https://github.com/bitcoin/bitcoin/pull/34151
<bitcoin-git> [bitcoin] DjWhit89 opened pull request #34151: test (master...master) https://github.com/bitcoin/bitcoin/pull/34151

2025-12-25

<bitcoin-git> [bitcoin] bitcoinbrisbane opened pull request #34149: test: add comprehensive bech32 unit tests based on BIP-173 (master...bech32-tests-upstream) https://github.com/bitcoin/bitcoin/pull/34149
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34148: . (master...bech32-test-improvements) https://github.com/bitcoin/bitcoin/pull/34148
<bitcoin-git> [bitcoin] bitcoinbrisbane opened pull request #34148: Bech32 test improvements (master...bech32-test-improvements) https://github.com/bitcoin/bitcoin/pull/34148

2025-12-24

<bitcoin-git> [bitcoin] davidgumberg opened 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] 0xB10C opened pull request #34146: p2p: send first addr self-announcement in separate message 🎄 (master...2025-12-separate-self-announcement) https://github.com/bitcoin/bitcoin/pull/34146
<bitcoin-git> [bitcoin] pinheadmz closed pull request #32205: doc: update .lldbinit configuration for cmake builds to see source code in debugger (master...doc-lldbinit) https://github.com/bitcoin/bitcoin/pull/32205
<bitcoin-git> [bitcoin] billymcbip opened pull request #34145: test: Add unit test for SCRIPT_ERR_NUMEQUALVERIFY (master...num) https://github.com/bitcoin/bitcoin/pull/34145
<bitcoin-git> [bitcoin] Rob1Ham closed pull request #34144: refactor: use static_cast and add Doxygen to BlockTreeDB (master...refactor/blockstorage-style-cleanup) https://github.com/bitcoin/bitcoin/pull/34144
<bitcoin-git> [bitcoin] Rob1Ham opened pull request #34144: refactor: use static_cast and add Doxygen to BlockTreeDB (master...refactor/blockstorage-style-cleanup) https://github.com/bitcoin/bitcoin/pull/34144

2025-12-23

<bitcoin-git> [bitcoin] hebasto closed pull request #34103: cmake: Add missed `Boost::headers` (master...251218-ipc-boost) https://github.com/bitcoin/bitcoin/pull/34103
<bitcoin-git> [bitcoin] hebasto opened pull request #34143: build: Switch to "versioned" install layout for `boost` package and add missed `Boost::headers` (master...251223-boost-layout) https://github.com/bitcoin/bitcoin/pull/34143
<bitcoin-git> [qa-assets] marcofleon opened pull request #249: Remove unused corpora (main...remove-targets) https://github.com/bitcoin-core/qa-assets/pull/249
<bitcoin-git> [bitcoin] billymcbip opened pull request #34142: policy: Improve Taproot control block size precheck (master...control-2) https://github.com/bitcoin/bitcoin/pull/34142
<bitcoin-git> [bitcoin] l0rinc reopened pull request #34132: refactor: inline `CCoinsViewErrorCatcher` into `CCoinsViewDB` (master...l0rinc/move-errorcatcher) https://github.com/bitcoin/bitcoin/pull/34132
<bitcoin-git> [bitcoin] l0rinc closed pull request #34132: refactor: inline `CCoinsViewErrorCatcher` into `CCoinsViewDB` (master...l0rinc/move-errorcatcher) https://github.com/bitcoin/bitcoin/pull/34132
<bitcoin-git> [bitcoin] l0rinc reopened 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] l0rinc closed 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> qa-assets/main 59b4402 marcofleon: Add inputs for clusterlin_sfl
<bitcoin-git> qa-assets/main 8fae974 maflcko: Merge pull request #248 from marcofleon/clusterlin-sfl-inputs
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/8d7cf1abe554...8fae9748c272
<bitcoin-git> [qa-assets] maflcko merged pull request #248: Add inputs for `clusterlin_sfl` (main...clusterlin-sfl-inputs) https://github.com/bitcoin-core/qa-assets/pull/248
<bitcoin-git> [bitcoin] Chand-ra closed pull request #34111: fuzz: Improve the fuzz target for `CCrypter` (master...crypter) https://github.com/bitcoin/bitcoin/pull/34111
<roconnor> I'll just leave this here: https://github.com/roconnor-blockstream/bitcoin/pull/1
<bitcoin-git> [bitcoin] achow101 merged pull request #33636: wallet: Expand MuSig test coverage and follow-ups (master...202510-musig-test) https://github.com/bitcoin/bitcoin/pull/33636
<bitcoin-git> bitcoin/master e755614 Fabian Jahr: sign: Remove duplicate sigversion check
<bitcoin-git> bitcoin/master 0f7f069 Fabian Jahr: musig: Move MUSIG_CHAINCODE to musig.cpp
<bitcoin-git> bitcoin/master c9519c2 Fabian Jahr: musig: Check session id reuse
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/25636500c232...d861c3820528

2025-12-22

<bitcoin-git> [bitcoin] hebasto closed 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] achow101 merged pull request #32737: rpc, doc: clarify the response of listtransactions RPC (master...listtx) https://github.com/bitcoin/bitcoin/pull/32737
<bitcoin-git> bitcoin/master 2563650 Ava Chow: Merge bitcoin/bitcoin#32737: rpc, doc: clarify the response of listtransac...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d018876696cf...25636500c232
<bitcoin-git> bitcoin/master 1ed8e76 rkrux: rpc, doc: clarify the response of listtransactions RPC
<bitcoin-git> [bitcoin] achow101 merged pull request #34039: test: address self-announcement (master...2025-12-test-address-self-announcement) https://github.com/bitcoin/bitcoin/pull/34039
<bitcoin-git> bitcoin/master d018876 Ava Chow: Merge bitcoin/bitcoin#34039: test: address self-announcement
<bitcoin-git> bitcoin/master 1841bf9 0xb10c: test: address self-announcement
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5bbc7c8cc1f2...d018876696cf
<bitcoin-git> [bitcoin] achow101 opened pull request #34141: miniscript: Use Func and Expr when parsing keys, hashes, and locktimes (master...musig-miniscript) https://github.com/bitcoin/bitcoin/pull/34141
<bitcoin-git> [bitcoin] roconnor-blockstream closed pull request #34140: Simplicity (master...simplicity) https://github.com/bitcoin/bitcoin/pull/34140
<bitcoin-git> [bitcoin] roconnor-blockstream opened pull request #34140: Simplicity (master...simplicity) https://github.com/bitcoin/bitcoin/pull/34140
<bitcoin-git> [bitcoin] hebasto merged pull request #33810: ci: Add IWYU job (master...251106-force-iwyu-ci) https://github.com/bitcoin/bitcoin/pull/33810
<bitcoin-git> bitcoin/master 73f7844 Hennadii Stepanov: iwyu: Add patch to prefer C++ headers over C counterparts
<bitcoin-git> bitcoin/master 7a65437 Hennadii Stepanov: iwyu: Add patch to prefer angled brackets over quotes for includes
<bitcoin-git> bitcoin/master 0f81e00 Hennadii Stepanov: cmake: Make `codegen` target dependent on `generate_build_info`
<bitcoin-git> [bitcoin] hebasto pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/695e2b94ecd9...5bbc7c8cc1f2
<bitcoin-git> [qa-assets] marcofleon opened pull request #248: Add inputs for `clusterlin_sfl` (main...clusterlin-sfl-inputs) https://github.com/bitcoin-core/qa-assets/pull/248
<bitcoin-git> [bitcoin] billymcbip opened pull request #34139: refactor: Add helper for Taproot control block size check (master...control) https://github.com/bitcoin/bitcoin/pull/34139
<bitcoin-git> [bitcoin] glozow merged pull request #33353: log: show reindex progress in `ImportBlocks` (master...l0rinc/show-reindex-progress) https://github.com/bitcoin/bitcoin/pull/33353
<bitcoin-git> bitcoin/master 695e2b9 merge-script: Merge bitcoin/bitcoin#33353: log: show reindex progress in `ImportBlocks`
<bitcoin-git> bitcoin/master d7de5b1 Lőrinc: logs: show reindex progress in `ImportBlocks`
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1f151e73c00a...695e2b94ecd9
<bitcoin-git> [bitcoin] glozow merged pull request #32929: qa: Clarify assert_start_raises_init_error output (master...2025/07/raise_outside_except) https://github.com/bitcoin/bitcoin/pull/32929
<bitcoin-git> bitcoin/master d7f703c Hodlinator: refactor(qa-tests): Extract InternalDurationTestMixin for use in next comm...
<bitcoin-git> bitcoin/master fb43b2f Hodlinator: qa: Improve assert_start_raises_init_error output
<bitcoin-git> bitcoin/master 69bcfca Hodlinator: fix(qa-tests): Bring back decoding of exception field
<bitcoin-git> [bitcoin] glozow pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/315fdb406658...1f151e73c00a
<bitcoin-git> [bitcoin] sipa opened pull request #34138: 202512 sfl costs (master...202512_sfl_costs) https://github.com/bitcoin/bitcoin/pull/34138
<bitcoin-git> [bitcoin] hebasto merged pull request #34079: kernel: Remove non-kernel module includes (master...kernelPruneHeaders) https://github.com/bitcoin/bitcoin/pull/34079
<bitcoin-git> bitcoin/master 315fdb4 Hennadii Stepanov: Merge bitcoin/bitcoin#34079: kernel: Remove non-kernel module includes
<bitcoin-git> bitcoin/master d3a479c TheCharlatan: kernel: Move BlockInfo to a kernel file
<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7f295e1d9b44...315fdb406658
<bitcoin-git> bitcoin/master d69a582 TheCharlatan: kernel: Remove some unnecessary non-kernel includes
<bitcoin-git> [bitcoin] maflcko opened pull request #34137: test: Avoid hard time.sleep(1) in feature_init.py (master...2512-test-less-hard-sleep) https://github.com/bitcoin/bitcoin/pull/34137
<bitcoin-git> [bitcoin] hebasto closed pull request #32262: build: Restore cross-compilation for Android (master...250413-android) https://github.com/bitcoin/bitcoin/pull/32262
<bitcoin-git> [bitcoin] maflcko opened 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] maflcko opened 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> [qa-assets] maflcko merged pull request #247: Add inputs for new block_index_tree target (main...12192025/block_index_tree) https://github.com/bitcoin-core/qa-assets/pull/247
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/b5ad78e070e4...8d7cf1abe554
<bitcoin-git> qa-assets/main 8d7cf1a maflcko: Merge pull request #247 from Crypt-iQ/12192025/block_index_tree
<bitcoin-git> qa-assets/main 21af51d Eugene Siegel: Add inputs for new block_index_tree target

2025-12-21

<bitcoin-git> [bitcoin] hebasto closed pull request #34127: iwyu: Add `pragma: always_keep` to `bitcoin-build-config.h` (master...251220-iwyu-always) https://github.com/bitcoin/bitcoin/pull/34127
<bitcoin-git> [gui] waketraindev opened pull request #920: Set peer version and subversion to N/A when not available or detecting (master...pr/qt_user_agent_detail_fix) https://github.com/bitcoin-core/gui/pull/920

2025-12-20

<bitcoin-git> [bitcoin] l0rinc opened pull request #34132: refactor: inline `CCoinsViewErrorCatcher` into `CCoinsViewDB` (master...l0rinc/move-errorcatcher) https://github.com/bitcoin/bitcoin/pull/34132
<bitcoin-git> [bitcoin] hebasto opened pull request #34127: iwyu: Add `pragma: always_keep` to `bitcoin-build-config.h` (master...251220-iwyu-always) https://github.com/bitcoin/bitcoin/pull/34127
<bitcoin-git> [bitcoin] zkokelj closed pull request #34126: index: Add ScriptTypeIndex to track script type statistics per block (master...ziga/script_type_index) https://github.com/bitcoin/bitcoin/pull/34126
<bitcoin-git> [bitcoin] zkokelj opened pull request #34126: index: Add ScriptTypeIndex to track script type statistics per block (master...ziga/script_type_index) https://github.com/bitcoin/bitcoin/pull/34126
<bitcoin-git> [bitcoin] l0rinc opened pull request #34125: refactor: reuse `should_empty` for chainstate flush condition (master...l0rinc/reuse-should-empty) https://github.com/bitcoin/bitcoin/pull/34125
<bitcoin-git> [bitcoin] YG01110 closed pull request #34123: doc: Clarify CMake test runner workflow in README (master...doc-clarify-cmake-run) https://github.com/bitcoin/bitcoin/pull/34123
<bitcoin-git> [bitcoin] l0rinc opened pull request #34124: refactor: make `CCoinsView` a purely abstract base class (master...l0rinc/pure-virtual-CCoinsView) https://github.com/bitcoin/bitcoin/pull/34124
<bitcoin-git> [bitcoin] YG01110 opened pull request #34123: doc: Clarify CMake test runner workflow in README (master...doc-clarify-cmake-run) https://github.com/bitcoin/bitcoin/pull/34123

2025-12-19

<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v30.1: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v30.1
<bitcoin-git> bitcoin-detached-sigs/30.x ba6a114 Ava Chow: 30.1: win sig for final
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 30.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/ef04259db66c...ba6a114d0dda
<bitcoin-git> [bitcoin] Brotcrunsher opened pull request #34122: script: Default script_verify_flags comparisons (master...verify_flags_simplification) https://github.com/bitcoin/bitcoin/pull/34122
<bitcoin-git> bitcoin-detached-sigs/30.x ef04259 Matthew Zipkin: 30.1: osx sig for final
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 30.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/a55311a3f1c4...ef04259db66c
<bitcoin-git> [bitcoin] fanquake merged pull request #34084: scripted-diff: [doc] Unify stale copyright headers (master...2506-doc-copy) https://github.com/bitcoin/bitcoin/pull/34084
<bitcoin-git> bitcoin/master fa4cb13 MarcoFalke: test: [doc] Manually unify stale headers
<bitcoin-git> bitcoin/master 7f295e1 merge-script: Merge bitcoin/bitcoin#34084: scripted-diff: [doc] Unify stale copyright he...
<bitcoin-git> bitcoin/master fa5f297 MarcoFalke: scripted-diff: [doc] Unify stale copyright headers
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5e7931af3573...7f295e1d9b44
<bitcoin-git> [bitcoin] fanquake opened pull request #34119: contrib: remove `copyright_header.py` (master...final_copyright_changes) https://github.com/bitcoin/bitcoin/pull/34119
<bitcoin-git> [bitcoin] ANAVHEOBA opened 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> [bitcoin] hebasto opened pull request #34116: cmake: Fix debugginng info (master...251219-debug-path) https://github.com/bitcoin/bitcoin/pull/34116
<bitcoin-git> bitcoin/master fd9f1ac Lőrinc: Fix compilation for old Boost versions
<bitcoin-git> [bitcoin] fanquake merged pull request #34095: refactor: enable `readability-container-contains` clang-tidy rule (master...l0rinc/readability-container-contains2) https://github.com/bitcoin/bitcoin/pull/34095
<bitcoin-git> bitcoin/master 1e94e56 Lőrinc: refactor: enable `readability-container-contains` clang-tidy rule
<bitcoin-git> bitcoin/master 5e7931a merge-script: Merge bitcoin/bitcoin#34095: refactor: enable `readability-container-conta...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c80fd910f96c...5e7931af3573
<bitcoin-git> [bitcoin] fanquake merged 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/master fa37559 MarcoFalke: ci: Document the retry script in PATH
<bitcoin-git> bitcoin/master fa21fd1 MarcoFalke: ci: Move macos snippet under DANGER_RUN_CI_ON_HOST
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/acba51101bbc...c80fd910f96c
<bitcoin-git> bitcoin/master 666675e MarcoFalke: ci: Move folder creation and docker kill to Python script
<bitcoin-git> [bitcoin] fanquake closed pull request #34115: doc: Use multi-path descriptors in descriptors.md and linked tests (master...doc-multipath-descriptors) https://github.com/bitcoin/bitcoin/pull/34115
<bitcoin-git> [bitcoin] ritoban23 opened pull request #34115: doc: Use multi-path descriptors in descriptors.md and linked tests (master...doc-multipath-descriptors) https://github.com/bitcoin/bitcoin/pull/34115
<bitcoin-git> [bitcoin] fanquake merged pull request #34107: build: Update minimum required Boost version (master...251218-boost-min) https://github.com/bitcoin/bitcoin/pull/34107
<bitcoin-git> bitcoin/master acba511 merge-script: Merge bitcoin/bitcoin#34107: build: Update minimum required Boost version
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/74d6efe9c28b...acba51101bbc
<bitcoin-git> bitcoin/master f480c1e Hennadii Stepanov: build: Update minimum required Boost version
<bitcoin-git> [bitcoin] fanquake merged pull request #34106: doc: add missing copyright headers (master...missing_copyright_headers) https://github.com/bitcoin/bitcoin/pull/34106
<bitcoin-git> bitcoin/master aeb7ccb fanquake: doc: add missing copyright headers
<bitcoin-git> bitcoin/master 74d6efe merge-script: Merge bitcoin/bitcoin#34106: doc: add missing copyright headers
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0c862bc7ea28...74d6efe9c28b
<bitcoin-git> bitcoin/master 68a7cb8 fanquake: contrib: output copyright in generate-seeds.py
<bitcoin-git> [bitcoin] fanquake merged pull request #32545: Replace cluster linearization algorithm with SFL (master...202505_sfl) https://github.com/bitcoin/bitcoin/pull/32545
<bitcoin-git> bitcoin/master 95bfe7d Pieter Wuille: clusterlin: replace benchmarks with SFL-hard ones (bench)
<bitcoin-git> bitcoin/master c461259 Pieter Wuille: clusterlin: add class implementing SFL state (preparation)
<bitcoin-git> bitcoin/master 86dd550 Pieter Wuille: clusterlin: add known-correct optimal linearization tests (tests)
<bitcoin-git> [bitcoin] fanquake pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/516ae5ede44a...0c862bc7ea28
<bitcoin-git> [qa-assets] Crypt-iQ opened pull request #247: Add inputs for new block_index_tree target (main...12192025/block_index_tree) https://github.com/bitcoin-core/qa-assets/pull/247
<bitcoin-git> [bitcoin] anuragchvn-blip reopened pull request #34100: doc: Use multipath descriptors in descriptors.md and linked test (master...master) https://github.com/bitcoin/bitcoin/pull/34100
<bitcoin-git> [bitcoin] anuragchvn-blip closed pull request #34100: doc: Use multipath descriptors in descriptors.md and linked test (master...master) https://github.com/bitcoin/bitcoin/pull/34100
<bitcoin-git> [bitcoin] maflcko opened 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] maflcko opened pull request #34112: rpc: Remove erroneous int32_t casts in entryToJSON (master...2512-less-i32) https://github.com/bitcoin/bitcoin/pull/34112
<bitcoin-git> [bitcoin] maflcko closed pull request #34073: doc: Add CMake config note to functional test README (master...doc-cmake-test-config) https://github.com/bitcoin/bitcoin/pull/34073
<bitcoin-git> [bitcoin] Chand-ra opened pull request #34111: fuzz: Improve the fuzz target for `CCrypter` (master...crypter) https://github.com/bitcoin/bitcoin/pull/34111
<bitcoin-git> [bitcoin] maflcko opened pull request #34109: refactor: Use uint64_t over size_t for serialize corruption check in fees.dat (master...2512-fix-u64) https://github.com/bitcoin/bitcoin/pull/34109

2025-12-18

<bitcoin-git> [bitcoin] l0rinc closed pull request #34048: refactor: inline constant `f_obfuscate = false` parameter (master...l0rinc/inline-constant-obfuscate-param) https://github.com/bitcoin/bitcoin/pull/34048
<bitcoin-git> [bitcoin] hebasto opened pull request #34107: build: Update minimum required Boost version (master...251218-boost-min) https://github.com/bitcoin/bitcoin/pull/34107
<bitcoin-git> [bitcoin] fanquake opened pull request #34106: doc: add missing copyright headers (master...missing_copyright_headers) https://github.com/bitcoin/bitcoin/pull/34106
<bitcoin-git> [bitcoin] fjahr closed pull request #27731: Prevent file descriptor exhaustion from too many RPC calls (master...2023-05-fd-exhaust) https://github.com/bitcoin/bitcoin/pull/27731
<pinheadmz> i thought cln just wrapped bitcoin-cli actually?
<corebot> https://github.com/bitcoin/bitcoin/issues/32061 | Replace libevent with our own HTTP and socket-handling implementation by pinheadmz · Pull Request #32061 · bitcoin/bitcoin · GitHub
<pinheadmz> reminder to all there is tracking issue https://github.com/bitcoin/bitcoin/issues/31194
<corebot> https://github.com/bitcoin/bitcoin/issues/32545 | Replace cluster linearization algorithm with SFL by sipa · Pull Request #32545 · bitcoin/bitcoin · GitHub
<Novo> I ran some tests on Signet using https://github.com/bitcoin/bitcoin/pull/32966 and an SP light client that runs on mobile. Haven't found any issues yet.
<Novo> https://github.com/bitcoin/bips/pull/2055 was opened to limit the number of SP recipients to scan for to `(2^32) - 1` to allow devs set appropriate datatypes in their implementation.
<Novo> The LabelSet scanning approach for https://github.com/bitcoin-core/secp256k1/pull/1765 is still being tested, theStack has implemented both scanning approaches in python https://github.com/theStack/secp256k1lab/blob/775f74373b30390932e10ab6f9d31db606339987/src/secp256k1lab/bip352.py#L234 to ease review and will publish an alternative branch with
<corebot> https://github.com/bitcoin/bitcoin/issues/33512 | coins: use number of dirty cache entries in flush warnings/logs by l0rinc · Pull Request #33512 · 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
<corebot> https://github.com/bitcoin/bitcoin/issues/33680 | validation: do not wipe utxo cache for stats/scans/snapshots by l0rinc · Pull Request #33680 · 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/31132 | validation: fetch block inputs on parallel threads >40% faster IBD by andrewtoth · Pull Request #31132 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31132 | validation: fetch block inputs on parallel threads >40% faster IBD by andrewtoth · Pull Request #31132 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/32414 | validation: periodically flush dbcache during reindex-chainstate by andrewtoth · Pull Request #32414 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34004 | Implementation of SwiftSync by rustaceanrob · Pull Request #34004 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34083 | Add initial vectorized chacha20 implementation for 2-3x speedup by theuni · Pull Request #34083 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34044 | streams: replace `std::find` with `memchr` (5x improvement) by Raimo33 · Pull Request #34044 · bitcoin/bitcoin · GitHub
<sedited> stickies-v has been working on a spec for a kernel logger: https://github.com/bitcoin/bitcoin/issues/34062 .
<stickies-v> #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
<bitcoin-git> [bitcoin] fanquake pushed tag v30.1: https://github.com/bitcoin/bitcoin/compare/v30.1
<bitcoin-git> [bitcoin] fanquake merged pull request #34092: [30.x] Finalise v30.1 (30.x...30_1_final) https://github.com/bitcoin/bitcoin/pull/34092
<bitcoin-git> bitcoin/30.x 5726443 fanquake: build: bump version to v30.1
<bitcoin-git> bitcoin/30.x 2a21824 fanquake: doc: update manual pages for v30.1
<bitcoin-git> bitcoin/30.x 26294d6 fanquake: doc: update release notes for v30.1
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to 30.x: https://github.com/bitcoin/bitcoin/compare/b1499ddf8b15...dd47caee822b
<bitcoin-git> [bitcoin] fanquake merged pull request #31533: fuzz: Add fuzz target for block index tree and related validation events (master...202412_fuzz_checkblockindex_pr) https://github.com/bitcoin/bitcoin/pull/31533
<bitcoin-git> bitcoin/master 45f5b2d Martin Zumsande: fuzz: Add fuzzer for block index
<bitcoin-git> bitcoin/master db2d39f Eugene Siegel: fuzz: add subtest for re-downloading a previously pruned block
<bitcoin-git> bitcoin/master c011e3a Martin Zumsande: test: Wrap validation functions with TestChainstateManager
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9272fd517fd3...516ae5ede44a
<bitcoin-git> [bitcoin] fanquake merged pull request #34105: kernel: revert accidentally removed copyright header (master...l0rinc/revert-copyright) https://github.com/bitcoin/bitcoin/pull/34105