< August 2026 >
Su Mo Tu We Th Fr Sa 123456789 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
2026-08-09
<bitcoin-git>
[bitcoin] kwsantiago opened pull request #35938: blockstorage: fail instead of storing a null XOR key over a lost one (master...fix-missing-blocksdir-xorkey) https://github.com/bitcoin/bitcoin/pull/35938
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #35932: ipc: make ipc::disconnectIncoming wait for in-progress calls to complete (master...pr/diswait) https://github.com/bitcoin/bitcoin/pull/35932
<bitcoin-git>
[bitcoin] hebasto opened pull request #35931: ci: Check DLL imports of cross-built `bitcoind.exe` (master...260807-ci-win-imports) https://github.com/bitcoin/bitcoin/pull/35931
<bitcoin-git>
[bitcoin] pablomartin4btc opened pull request #35930: wallet: post-#35501 cleanups in CWalletTx (master...review/35501-followup) https://github.com/bitcoin/bitcoin/pull/35930
<bitcoin-git>
[bitcoin] hebasto opened pull request #35929: guix, depends: Omit `GUIX_ENVIRONMENT` from `gen_id` calculations (master...260807-guix-depends) https://github.com/bitcoin/bitcoin/pull/35929
<bitcoin-git>
[bitcoin] darosior closed pull request #35917: net_proc: use a single set to deduplicate tx INVs (master...2608_no_dup_dedup_sets) https://github.com/bitcoin/bitcoin/pull/35917
<bitcoin-git>
[bitcoin] darosior opened pull request #35917: net_proc: use a single set to deduplicate tx INVs (master...2608_no_dup_dedup_sets) https://github.com/bitcoin/bitcoin/pull/35917
<bitcoin-git>
[bitcoin] sedited merged pull request #34927: test: Check that RPCs do not time out, even under load (master...2603-test-rpc-sla) https://github.com/bitcoin/bitcoin/pull/34927
<bitcoin-git>
bitcoin/master fa2bd96 MarcoFalke: test: Map cli CalledProcessError on server error to JSONRPCException
<bitcoin-git>
bitcoin/master 950b1c0 merge-script: Merge bitcoin/bitcoin#34927: test: Check that RPCs do not time out, even u...
<bitcoin-git>
bitcoin/master fa7bc26 MarcoFalke: test: Check that RPCs do not time out, even under load
<bitcoin-git>
[bitcoin] sedited closed pull request #32317: kernel: Separate UTXO set access from validation functions (master...spendblock) https://github.com/bitcoin/bitcoin/pull/32317
<bitcoin-git>
[bitcoin] purpleKarrot opened pull request #35906: First steps towards a stateless, side-effect free validation library (master...validation) https://github.com/bitcoin/bitcoin/pull/35906
<bitcoin-git>
[bitcoin] hebasto opened pull request #35905: cmake: Add `-Wunused-template` to `warn_interface` (master...260805-unused-templates) https://github.com/bitcoin/bitcoin/pull/35905
<bitcoin-git>
[bitcoin] CapThunder19 opened pull request #35903: contrib: fix crash in message-capture-parser.py on non-printable msgtype (master...fix-message-capture-parser-crash) https://github.com/bitcoin/bitcoin/pull/35903
<bitcoin-git>
[bitcoin] hebasto opened pull request #35900: iwyu: Fix warnings in `src/interfaces` and treat them as errors (master...260805-iwyu-interfaces) https://github.com/bitcoin/bitcoin/pull/35900
<bitcoin-git>
[bitcoin] sedited merged pull request #35881: iwyu: Fix warnings in `src/consensus` and treat them as errors (master...260804-iwyu-consensus) https://github.com/bitcoin/bitcoin/pull/35881
<bitcoin-git>
bitcoin/master 13b53f8 Hennadii Stepanov: iwyu: Fix warnings in `src/consensus` and treat them as errors
<bitcoin-git>
bitcoin/master 324c231 merge-script: Merge bitcoin/bitcoin#35881: iwyu: Fix warnings in `src/consensus` and tre...
<bitcoin-git>
[bitcoin] mercie-ux opened pull request #35893: test: cover submitpackage other-wtxid for same-txid-diff-witness (master...test-submitpackage-other-wtxid) https://github.com/bitcoin/bitcoin/pull/35893
<bitcoin-git>
[bitcoin] GuTS805 opened pull request #35890: doc: use overwrite () instead of append () for one-shot PSBT files in offline-signing-tutorial.md (master...fix-offline-signing-tutorial-append) https://github.com/bitcoin/bitcoin/pull/35890
2026-08-04
<bitcoin-git>
[bitcoin] l0rinc opened pull request #35889: rpc: avoid quadratic `gettxspendingprevout` work and preserve order (master...l0rinc/rpc-gettxspendingprevout-linear) https://github.com/bitcoin/bitcoin/pull/35889
<bitcoin-git>
[bitcoin] sedited merged pull request #35501: wallet: store all witness variants of a transaction (master...wallet-tx-multiple-wtx) https://github.com/bitcoin/bitcoin/pull/35501
<bitcoin-git>
bitcoin/master 72ebdd6 Ava Chow: wallet: Remove unused CWalletTx CopyFrom and copy constructor
<bitcoin-git>
bitcoin/master 19af439 Ava Chow: wallet: Deserialize directly in CWalletTx's ctor
<bitcoin-git>
bitcoin/master 798ba6d Ava Chow: wallet: Make CWalletTx::tx private and use CWalletTx::GetTx to access
<bitcoin-git>
[bitcoin] sedited merged pull request #35216: qa: Improve functional test support on illumos and *BSD (master...260505-illumos-bind) https://github.com/bitcoin/bitcoin/pull/35216
<bitcoin-git>
bitcoin/master 4cb7f39 Hennadii Stepanov: qa: Drop OpenBSD from supported platforms in `get_bind_addrs` function
<bitcoin-git>
bitcoin/master 8a982ee Hennadii Stepanov: qa: Add `skip_if_no_lsof_on_nonlinux` helper and use it where needed
<bitcoin-git>
bitcoin/master 1c17355 Hennadii Stepanov: doc: Add `lsof` to Test Suite Dependencies on FreeBSD
<bitcoin-git>
[bitcoin] hebasto opened pull request #35881: iwyu: Fix warnings in `src/consensus` and treat them as errors (master...260804-iwyu-consensus) https://github.com/bitcoin/bitcoin/pull/35881
<bitcoin-git>
[bitcoin] sedited closed pull request #35242: doc: mention -stdinwalletpassphrase in walletpassphrase(change) help (master...doc/stdinwalletpassphrase-hint) https://github.com/bitcoin/bitcoin/pull/35242
<bitcoin-git>
[bitcoin] instagibbs opened pull request #35878: net_processing: process unique tx INVs only (master...2026-07-inv_dedup) https://github.com/bitcoin/bitcoin/pull/35878
<bitcoin-git>
[bitcoin] fanquake merged pull request #34995: iwyu: Fix warnings in `src/common` and treat them as errors (master...260403-iwyu-common) https://github.com/bitcoin/bitcoin/pull/34995
<bitcoin-git>
bitcoin/master 4b32298 merge-script: Merge bitcoin/bitcoin#34995: iwyu: Fix warnings in `src/common` and treat ...