<bitcoin-git>
[bitcoincore.org] darosior opened pull request #1178: Reduce the prominence of examples in the security advisories page (master...2510_cleanup_advisories_page) https://github.com/bitcoin-core/bitcoincore.org/pull/1178
<bitcoin-git>
[bitcoin] maflcko opened pull request #33549: ci: Use ARM instead of Intel in macOS cross task (master...2510-arm-mac-ci) https://github.com/bitcoin/bitcoin/pull/33549
<bitcoin-git>
[bitcoin] apogio closed pull request #33542: gui: add coins (UTXOs) tab and makes it view-only (master...feature-utxo-viewer) https://github.com/bitcoin/bitcoin/pull/33542
<bitcoin-git>
[gui] apogio opened pull request #898: gui: add coins (UTXOs) tab and makes it view-only (master...feature-utxo-viewer) https://github.com/bitcoin-core/gui/pull/898
<bitcoin-git>
[bitcoin] apogio opened pull request #33542: gui: add coins (UTXOs) tab and makes it view-only (master...feature-utxo-viewer) https://github.com/bitcoin/bitcoin/pull/33542
<bitcoin-git>
[bitcoin] fanquake merged pull request #33485: test: set par=2 in default config for functional test framework (master...par-test) https://github.com/bitcoin/bitcoin/pull/33485
<bitcoin-git>
bitcoin/master 2578da6 merge-script: Merge bitcoin/bitcoin#33485: test: set par=2 in default config for functio...
<bitcoin-git>
bitcoin/master dda5228 Andrew Toth: test: set par=2 in default config for functional test framework
<bitcoin-git>
[bitcoin] fanquake merged pull request #33533: test: addrman: check isTerrible when time is more than 10min in the future (master...2025-10-addrman-test-10min) https://github.com/bitcoin/bitcoin/pull/33533
<bitcoin-git>
bitcoin/master 8e47ed6 brunoerg: test: addrman: check isTerrible when time is more than 10min in the future
<bitcoin-git>
bitcoin/master 25dbe4b merge-script: Merge bitcoin/bitcoin#33533: test: addrman: check isTerrible when time is ...
<bitcoin-git>
[bitcoin] brunoerg opened pull request #33533: test: addrman: check isTerrible when time is more than 10min in the future (master...2025-10-addrman-test-10min) https://github.com/bitcoin/bitcoin/pull/33533
<cfields>
review beg for libmultiprocess#220. I know it's really really late, but I'm still hoping to see that in for v30 as it fixes a substantial performance issue for libmultiprocess users as well as bitcoin-node itself.
<bitcoin-git>
[bitcoin] l0rinc opened pull request #33512: Use number of dirty cache entries in flush warnings/logs (master...l0rinc/warn-dirty-coin-coint) https://github.com/bitcoin/bitcoin/pull/33512
<bitcoin-git>
[bitcoin] sipa closed pull request #31703: Use number of dirty cache entries in flush warnings/logs (master...202501_dirty_coin_count) https://github.com/bitcoin/bitcoin/pull/31703
<bitcoin-git>
[bitcoin] achow101 merged pull request #33260: test: Use extra_port() helper in feature_bind_extra.py (master...2508-test-extra-port-doc) https://github.com/bitcoin/bitcoin/pull/33260
<bitcoin-git>
bitcoin/master fabc261 MarcoFalke: test: Use extra_port() helper in feature_bind_extra.py
<bitcoin-git>
bitcoin/master 7502d4e Ava Chow: Merge bitcoin/bitcoin#33260: test: Use extra_port() helper in feature_bind...
<bitcoin-git>
[bitcoin] instagibbs opened pull request #33504: Mempool: Do not enforce TRUC checks on reorg (master...2025-09-truc-reorg-fix) https://github.com/bitcoin/bitcoin/pull/33504
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #33503: doc: add clarifying comment that creating the .bitcoin file is to avoid any mainnet datadir access (master...commentNoDataDirAccess) https://github.com/bitcoin/bitcoin/pull/33503
<bitcoin-git>
[bitcoin] naiyoma opened pull request #33498: p2p: Mitigate GETADDR fingerprinting by setting address timestamps to a fixed value (master...2025_3/getaddr_timestamp_changes) https://github.com/bitcoin/bitcoin/pull/33498
<bitcoin-git>
[bitcoin] kevkevinpal closed pull request #33486: ci: check if file or directory already exists for ${HOME}/.bitcoin instead of failing (master...checkIfDirExists) https://github.com/bitcoin/bitcoin/pull/33486
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #33486: ci: check if file or directory already exists for /home/kevkevin/.bitcoin instead of failing (master...checkIfDirExists) https://github.com/bitcoin/bitcoin/pull/33486
<bitcoin-git>
[bitcoin] andrewtoth opened pull request #33485: test: set par=2 in default config for functional test framework (master...par-test) https://github.com/bitcoin/bitcoin/pull/33485
2025-09-26
<bitcoin-git>
[bitcoin] theStack opened pull request #33484: doc: rpc: fix case typo in `finalizepsbt` help (final_scriptwitness) (master...202509-rpc-doc-fix_finalizepsbt_case_typo_scriptwitness) https://github.com/bitcoin/bitcoin/pull/33484
<bitcoin-git>
[bitcoin] amishhaa opened pull request #33482: contrib: fix for macOS deployment build failing on Qt translations even though it is optional. (master...macOS-build-fix) https://github.com/bitcoin/bitcoin/pull/33482
<bitcoin-git>
[bitcoin] amishhaa closed pull request #33358: contrib: fix for macOS deployment build failing on Qt translations even though it is optional. (master...master) https://github.com/bitcoin/bitcoin/pull/33358
2025-09-25
<bitcoin-git>
[bitcoin] achow101 merged pull request #33430: rpc: addpeeraddress: throw on invalid IP (master...rpc-addpeeraddress-error) https://github.com/bitcoin/bitcoin/pull/33430
<bitcoin-git>
bitcoin/master 65e909d Ava Chow: Merge bitcoin/bitcoin#33430: rpc: addpeeraddress: throw on invalid IP
<bitcoin-git>
bitcoin/master 316a0c5 John Moffett: rpc: addpeeraddress: throw on invalid IP
<bitcoin-git>
[bitcoin] glozow merged pull request #33230: cli: Handle arguments that can be either JSON or string (master...cli-strong-or-json) https://github.com/bitcoin/bitcoin/pull/33230
<bitcoin-git>
bitcoin/master 44a493e Ava Chow: cli: Allow arguments to be both strings and json
<bitcoin-git>
bitcoin/master e62e0a1 merge-script: Merge bitcoin/bitcoin#33230: cli: Handle arguments that can be either JSON...
<bitcoin-git>
bitcoin/master df67bb6 Ava Chow: test: Remove convert_to_json_for_cli
<cfields>
Using the (really cool, btw) multiprocess stuff, I've been able to hack up a fully-functional multiprocess bitcoin-p2p, which isolates all p2p/network activity to a separate process.
<corebot>
https://github.com/bitcoin/bitcoin/issues/29675 | wallet: Be able to receive and spend inputs involving MuSig2 aggregate keys by achow101 · Pull Request #29675 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] fjahr opened pull request #33477: Rollback for dumptxoutset without invalidating blocks (master...202509-better-rollback) https://github.com/bitcoin/bitcoin/pull/33477