<bitcoin-git>
[bitcoin] sedited merged pull request #34882: refactor: Use NodeClock::time_point in more places (master...2603-net-less-GetTime) https://github.com/bitcoin/bitcoin/pull/34882
<bitcoin-git>
bitcoin/master fab8888 MarcoFalke: refactor: Avoid manual chrono casts with * or /
<bitcoin-git>
bitcoin/master facfce3 MarcoFalke: util: Add NodeClock::epoch alias
<bitcoin-git>
bitcoin/master fa41e07 MarcoFalke: refactor: Use NodeClock alias over deprecated GetTime
<bitcoin-git>
[bitcoin] darosior opened pull request #35132: doc: update release process to mention security advisories pre-announcements (master...2604_release_preannouncements) https://github.com/bitcoin/bitcoin/pull/35132
<bitcoin-git>
[bitcoincore.org] darosior opened pull request #1240: 31.0 release: include missing EOL warning and security advisory pre-announcement (master...2604_31_pre_announcement) https://github.com/bitcoin-core/bitcoincore.org/pull/1240
<bitcoin-git>
[bitcoin] sedited merged pull request #35087: tor: limit torcontrol line size that is processed to prevent OOM (master...2026-04-14-torcontrol-linelimit) https://github.com/bitcoin/bitcoin/pull/35087
<bitcoin-git>
bitcoin/master 8b68287 David Gumberg: test: Make torcontrol max line length test stricter and test boundaries.
<bitcoin-git>
bitcoin/master 9fe5896 David Gumberg: tor: torcontrol disconnect on too many lines to avoid OOM
<bitcoin-git>
bitcoin/master ab58897 David Gumberg: refactor: torcontrol add connection checks to restart_with_mock
<bitcoin-git>
[bitcoin] hebasto opened pull request #35131: guix, refactor: Minor script cleanups and improvements (master...260421-guix-shell) https://github.com/bitcoin/bitcoin/pull/35131
<corebot>
https://github.com/bitcoin/bitcoin/issues/34269 | wallet: disallow creating new or restoring to an unnamed (default) wallet by achow101 · Pull Request #34269 · bitcoin/bitcoin · GitHub
<corebot>
https://github.com/bitcoin/bitcoin/issues/34269 | wallet: disallow creating new or restoring to an unnamed (default) wallet by achow101 · Pull Request #34269 · bitcoin/bitcoin · GitHub
<corebot>
https://github.com/bitcoin/bitcoin/issues/34269 | wallet: disallow creating new or restoring to an unnamed (default) wallet by achow101 · Pull Request #34269 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] l0rinc opened pull request #35128: dbwrapper: avoid copying `CDBIterator` keys in `GetKey()` (master...l0rinc/dbwrapper-key-spanreader) https://github.com/bitcoin/bitcoin/pull/35128
<fjahr>
FYI, there will be another ASmap run this week on Thursday: A bit outside of our usual schedule since the last one failed and this date seemed most convenient. https://github.com/bitcoin-core/asmap-data/issues/47
<bitcoin-git>
[bitcoin] fanquake merged pull request #35096: kernel: align height parameters to int32_t in btck API (master...btck_api_int) https://github.com/bitcoin/bitcoin/pull/35096
<bitcoin-git>
bitcoin/master ba6287a Alexander Wiederin: kernel: align height parameters to int32_t in btck API
<bitcoin-git>
bitcoin/master 07b9b13 Alexander Wiederin: doc: add integer type conventions in btck api remarks
<bitcoin-git>
[bitcoin] arturschuch opened pull request #35107: script: Add BIP360 P2MR validation, policy plumbing, and tests (master...bip360-p2mr-review) https://github.com/bitcoin/bitcoin/pull/35107
<bitcoin-git>
[bitcoin] DrahtBot closed pull request #35106: BIP360 P2MR for Quantum-Resistance Migration: Validation, Policy, and Functional Tests (master...bip360-p2mr-migration) https://github.com/bitcoin/bitcoin/pull/35106
<bitcoin-git>
[bitcoin] arturschuch opened pull request #35106: BIP360 P2MR for Quantum-Resistance Migration: Validation, Policy, and Functional Tests (master...bip360-p2mr-migration) https://github.com/bitcoin/bitcoin/pull/35106
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #35105: Refactor: Updated TransactionError to TransactionResponse (master...TransactionErrorToTransactionResponse) https://github.com/bitcoin/bitcoin/pull/35105
<bitcoin-git>
[bitcoin] maflcko closed pull request #35102: ci, iwyu: add compat to the list of FILES_WITH_ENFORCED_IWYU (master...iwyu-compat) https://github.com/bitcoin/bitcoin/pull/35102
<bitcoin-git>
[bitcoin] maflcko closed pull request #35103: ci, iwyu: Fix warnings in `src/compat/` & `src/support/` and treat them as error (master...iwyu-compat-support) https://github.com/bitcoin/bitcoin/pull/35103
<bitcoin-git>
[bitcoin] BrandonOdiwuor opened pull request #35103: ci, iwyu: Fix warnings in `src/compat/` & `src/support/` and treat them as error (master...iwyu-compat-support) https://github.com/bitcoin/bitcoin/pull/35103
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #35102: ci, iwyu: add compat to the list of FILES_WITH_ENFORCED_IWYU (master...iwyu-compat) https://github.com/bitcoin/bitcoin/pull/35102
2026-04-17
<dzxzg>
It's a bit slower, from looking at github.com/bitcoin/bitcoin/actions looks like ~40-60 min and my own repo looks like ~120-180 min probably depending on cache stuff
<bitcoin-git>
[bitcoin] alexanderwiederin opened pull request #35096: kernel: align height parameters to int32_t in btck API (master...btck_api_int) https://github.com/bitcoin/bitcoin/pull/35096
<bitcoin-git>
[bitcoin] maflcko reopened pull request #35095: doc: fix typos and minor formatting issues (master...doc/fix-typos-and-formatting) https://github.com/bitcoin/bitcoin/pull/35095
<bitcoin-git>
[bitcoin] DrahtBot closed pull request #35095: doc: fix typos and minor formatting issues (master...doc/fix-typos-and-formatting) https://github.com/bitcoin/bitcoin/pull/35095
<bitcoin-git>
[bitcoin] fernandguil opened pull request #35095: doc: fix typos and minor formatting issues (master...doc/fix-typos-and-formatting) https://github.com/bitcoin/bitcoin/pull/35095
2026-04-16
<bitcoin-git>
[bitcoin] hebasto merged pull request #34923: depends: remove workaround for Make older than 4.2.90 (master...drop_make_cross_workaround) https://github.com/bitcoin/bitcoin/pull/34923
<bitcoin-git>
bitcoin/master f1e14df fanquake: depends: remove workaround for Make older than 4.2.90
<bitcoin-git>
bitcoin/master e7d6473 Hennadii Stepanov: Merge bitcoin/bitcoin#34923: depends: remove workaround for Make older tha...
<johnny9dev>
Finished up external signer support with bitcoin-core/gui-qml#547. Now working on the remaining set of wallet functionality bitcoin-core/gui-qml#548, bitcoin-core/gui-qml#550, and have a "Wallet Settings" page designed and will be implementing backup, password change, and delete with that. Finally, fixing an onboarding regression update with bitcoin-core/gui-qml#549
<bitcoin-git>
[bitcoin] maflcko opened pull request #35089: test: Allow to set height in create_block (master...2604-create_block_height) https://github.com/bitcoin/bitcoin/pull/35089
<bitcoin-git>
bitcoin-detached-sigs/31.x e89459c Ava Chow: 31.0: win sig for final
2026-04-15
<bitcoin-git>
[bitcoin] davidgumberg opened pull request #35087: tor: limit torcontrol line size that is processed to prevent OOM (master...2026-04-14-torcontrol-linelimit) https://github.com/bitcoin/bitcoin/pull/35087
<bitcoin-git>
[gui-qml] johnny9 opened pull request #548: Apply password during onboarding and prompt for password when needed (qt6...wallet-password) https://github.com/bitcoin-core/gui-qml/pull/548
<bitcoin-git>
[bitcoin] batmanbytes closed pull request #34420: consensus: disable min difficulty blocks on testnet4 after height 151,200 (master...testnet4-fix) https://github.com/bitcoin/bitcoin/pull/34420
<bitcoin-git>
[bitcoin] batmanbytes opened pull request #35081: consensus: soft fork on testnet4 that fixes the min difficulty blocks exploit (master...testnet4-softfork) https://github.com/bitcoin/bitcoin/pull/35081
<bitcoin-git>
[bitcoin] hebasto opened pull request #35072: cmake: Remove GUI-specific definitions from `bitcoin-build-config.h` (master...260414-sans-gui-config) https://github.com/bitcoin/bitcoin/pull/35072
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #35071: Reindex: save progress to continue after interruption (master...reindex-continue) https://github.com/bitcoin/bitcoin/pull/35071
<bitcoin-git>
[bitcoin] stratospher opened pull request #35070: validation: prevent FindMostWorkChain from causing UB (master...2026_04_m_blocks_unlinked_ub) https://github.com/bitcoin/bitcoin/pull/35070
<bitcoin-git>
[bitcoin] fanquake merged pull request #34772: test: modernize interface_http and cover more libevent behavior (master...rpctimeout-busy-idle) https://github.com/bitcoin/bitcoin/pull/34772
<bitcoin-git>
bitcoin/master f06de5c Matthew Zipkin: test: clean up and modernize interface_http
<bitcoin-git>
bitcoin/master 422ca21 Matthew Zipkin: test: ensure HTTP server enforces limits on headers and body size
<bitcoin-git>
bitcoin/master 0c1a07e Matthew Zipkin: test: ensure HTTP server timeout is not caused by a delayed response