<bitcoin-git>
[bitcoin] maflcko opened pull request #33063: util: Revert "common: Close non-std fds before exec in RunCommandJSON" (master...2507-tempoary-revert) https://github.com/bitcoin/bitcoin/pull/33063
<bitcoin-git>
[bitcoin] benthecarman opened pull request #33059: Allow disabling default consistency checks on regtest (master...regtest-opt) https://github.com/bitcoin/bitcoin/pull/33059
<bitcoin-git>
[bitcoin] achow101 closed pull request #33041: wallet: Set minversion to FEATURE_LATEST during migration (master...migrate-set-latest-minversion) https://github.com/bitcoin/bitcoin/pull/33041
<bitcoin-git>
[bitcoin] yancyribbens opened pull request #33058: test: add assertions to SRD max weight test (master...add-assertions-to-srd-test) https://github.com/bitcoin/bitcoin/pull/33058
<bitcoin-git>
[bitcoin] glozow merged pull request #32593: wallet, rpc: Move (Un)LockCoin WalletBatch creation out of RPC (master...improve-lockcoin-interface) https://github.com/bitcoin/bitcoin/pull/32593
<bitcoin-git>
bitcoin/master 6135e05 Ava Chow: wallet, rpc: Move (Un)LockCoin WalletBatch creation out of RPC
<bitcoin-git>
bitcoin/29.x c6fe697 fanquake: doc: update release notes for 29.x
<bitcoin-git>
bitcoin/29.x 380b5ad furszy: test: fix intermittent failure in wallet_reorgsrestore.py
<bitcoin-git>
[bitcoin] maflcko closed pull request #33055: test: handle potential None value for change address in setlabel (master...master) https://github.com/bitcoin/bitcoin/pull/33055
<bitcoin-git>
[bitcoin] raul-anton-2005 opened pull request #33055: test: handle potential None value for change address in setlabel (master...master) https://github.com/bitcoin/bitcoin/pull/33055
<bitcoin-git>
[bitcoin] raul-anton-2005 closed pull request #33054: test: ensure change address is set only if it exists (master...master) https://github.com/bitcoin/bitcoin/pull/33054
<bitcoin-git>
[bitcoin] raul-anton-2005 opened pull request #33054: test: ensure change address is set only if it exists (master...master) https://github.com/bitcoin/bitcoin/pull/33054
<bitcoin-git>
[bitcoin] raul-anton-2005 opened pull request #33053: doc: Improve comments in FindCoins function for clarity (master...master) https://github.com/bitcoin/bitcoin/pull/33053
<bitcoin-git>
[bitcoin] fanquake merged pull request #32984: wallet: Set migrated wallet name only on success (master...migratewallet-dont-set-name-on-failed) https://github.com/bitcoin/bitcoin/pull/32984
<bitcoin-git>
bitcoin/master e2f2df0 merge-script: Merge bitcoin/bitcoin#32984: wallet: Set migrated wallet name only on succ...
<bitcoin-git>
bitcoin/master 8a4cfdd Ava Chow: wallet: Set migrated wallet name only on success
<bitcoin-git>
bitcoin/master 060695c MarcoFalke: test: Failed load after migrate should restore backup
<bitcoin-git>
[bitcoin] achow101 merged pull request #31179: RPC: Add reserve member function to `UniValue` and use it in `blockToJSON` function (master...10-2024-add-reserve-to-univalue) https://github.com/bitcoin/bitcoin/pull/31179
<bitcoin-git>
bitcoin/master bd46119 ismaelsadeeq: bench: support benching all verbosity of `BlockToJson`
<bitcoin-git>
bitcoin/master 6a506d5 ismaelsadeeq: UniValue: add reserve member function
<bitcoin-git>
bitcoin/master 5d82d92 ismaelsadeeq: rpc: reserve space for `UniValue` variables in `blockToJSON`
<bitcoin-git>
[bitcoin] fanquake opened pull request #33046: [29.x] test: Do not pass tests on unhandled exceptions (29.x...29_x_unhandled_exceptions) https://github.com/bitcoin/bitcoin/pull/33046
<bitcoin-git>
[bitcoin] fanquake opened pull request #33044: contrib: drop use of `PermissionsStartOnly` & `Group=` (master...19513_rebased) https://github.com/bitcoin/bitcoin/pull/33044
<bitcoin-git>
bitcoin/master 336b8be fanquake: Update secp256k1 subtree to latest master
<bitcoin-git>
[bitcoin] w0xlt opened pull request #33043: [POC] wallet: Enable non-electronic (paper-based) wallet backup with codex32 (master...codex32) https://github.com/bitcoin/bitcoin/pull/33043
<bitcoin-git>
[bitcoin] l0rinc opened pull request #33042: refactor: inline constant return values from `dbwrapper` write methods (master...l0rinc/write-batch-constant-return) https://github.com/bitcoin/bitcoin/pull/33042
<bitcoin-git>
[bitcoin] luisschwab closed pull request #32123: wallet: make coinbase that will mature on the next block available for selection (master...fix/off-by-one-coinbase) https://github.com/bitcoin/bitcoin/pull/32123
<bitcoin-git>
[bitcoin] achow101 opened pull request #33041: wallet: Set minversion to FEATURE_LATEST during migration (master...migrate-set-latest-minversion) https://github.com/bitcoin/bitcoin/pull/33041
<bitcoin-git>
[bitcoin] l0rinc opened pull request #33040: doc: remove dangling toc entries from `developer-notes.md` (master...l0rinc/32572-follow-ups) https://github.com/bitcoin/bitcoin/pull/33040
<bitcoin-git>
[bitcoin] achow101 merged pull request #33020: test: delete commented-out tests and add a test case in wallet_signer (master...2025_2/test_wallet_signer) https://github.com/bitcoin/bitcoin/pull/33020
<bitcoin-git>
bitcoin/master da318fe naiyoma: test: delete commented out tests
<bitcoin-git>
bitcoin/master c8ec423 Ava Chow: Merge bitcoin/bitcoin#33020: test: delete commented-out tests and add a te...
<bitcoin-git>
[bitcoin] achow101 merged pull request #33030: test: check tx is final when there is no locktime (master...2025-07-test-isfinaltx-nlocktime-0) https://github.com/bitcoin/bitcoin/pull/33030
<bitcoin-git>
bitcoin/master 5d98fc7 Ava Chow: Merge bitcoin/bitcoin#33030: test: check tx is final when there is no lock...
<bitcoin-git>
bitcoin/master 065e429 brunoerg: test: IsFinalTx returns true when there is no locktime
<bitcoin-git>
[bitcoin] marshallshen opened pull request #33035: test: functional test for incomplete PSBT with additional signatures required (master...test_add_psbt_functional_tests) https://github.com/bitcoin/bitcoin/pull/33035
2025-07-21
<bitcoin-git>
[bitcoin] achow101 opened pull request #33034: wallet: Store transactions in a separate sqlite table (master...wallet-sql-txs-table) https://github.com/bitcoin/bitcoin/pull/33034
<bitcoin-git>
[bitcoin] achow101 opened pull request #33033: wallet, sqlite: Encapsulate SQLite statements in a RAII class (master...sqlite-stmt-raii) https://github.com/bitcoin/bitcoin/pull/33033
<bitcoin-git>
[bitcoin] achow101 opened pull request #33032: wallet, test: Replace MockableDatabase with in-memory SQLiteDatabase (master...sqlite-in-memory-db) https://github.com/bitcoin/bitcoin/pull/33032
<bitcoin-git>
[bitcoin] achow101 opened pull request #33031: wallet: Set descriptor cache upgraded flag for migrated wallets (master...lasthardened-cache-migratewallet) https://github.com/bitcoin/bitcoin/pull/33031
<bitcoin-git>
[bitcoin] brunoerg opened pull request #33030: test: check tx is final when there is no locktime (master...2025-07-test-isfinaltx-nlocktime-0) https://github.com/bitcoin/bitcoin/pull/33030
<bitcoin-git>
[bitcoin] naiyoma opened pull request #33029: net: make m_mempool optional in PeerManager (master...2025_3/peer_mempool_ptr) https://github.com/bitcoin/bitcoin/pull/33029
<bitcoin-git>
[bitcoin] fjahr opened pull request #33026: test, refactor: Embedded ASmap selected preparatory work (master...2023-10-asmap-in-source-prep) https://github.com/bitcoin/bitcoin/pull/33026
<bitcoin-git>
[bitcoin] marshallshen opened pull request #33025: test: add unit test for psbt_wallet error messages (master...test-error-message) https://github.com/bitcoin/bitcoin/pull/33025
<bitcoin-git>
[bitcoin] bigshiny90 opened pull request #33023: test: Add functional tests for blockreconstructionextratxn parameter (master...compactblocks-extratxs-tests-core) https://github.com/bitcoin/bitcoin/pull/33023
<bitcoin-git>
[bitcoin] l0rinc opened pull request #33021: test: revive test verifying that `GetCoinsCacheSizeState` switches from OK→LARGE→CRITICAL (master...l0rinc/validation_flush_tests) https://github.com/bitcoin/bitcoin/pull/33021
<bitcoin-git>
bitcoin/master bb91d23 glozow: [txorphanage] change type of usage to int64_t
<bitcoin-git>
bitcoin/master 15a4ec9 glozow: [prep/rpc] remove entry and expiry time from getorphantxs
<bitcoin-git>
[bitcoin] darosior opened pull request #33012: script: return verification flag responsible for error upon validation failure (master...2507_script_errors) https://github.com/bitcoin/bitcoin/pull/33012
<bitcoin-git>
[bitcoin] brunoerg opened pull request #33003: test: add option to skip large re-org test in feature_block (master...2025-07-test-featureblock-skiplargereorg) https://github.com/bitcoin/bitcoin/pull/33003
<bitcoin-git>
[bitcoin] maflcko opened pull request #33001: test: Do not pass tests on unhandled exceptions (master...2507-test-actually-fail-on-failure) https://github.com/bitcoin/bitcoin/pull/33001
<bitcoin-git>
[bitcoin] rkrux closed pull request #32413: test: test that descriptorprocesspsbt removes non witness utxos in PSBT (master...descriptorprocesspsbt) https://github.com/bitcoin/bitcoin/pull/32413
<bitcoin-git>
[bitcoin] rkrux opened pull request #32990: wallet: remove outdated `pszSkip` arg of database `Rewrite` func (master...walletdb-deadcode) https://github.com/bitcoin/bitcoin/pull/32990
<bitcoin-git>
[bitcoin] maflcko closed pull request #32979: test: Check that the GUI interactive reindex works (master...2507-test-gui) https://github.com/bitcoin/bitcoin/pull/32979
<bitcoin-git>
[bitcoin] maflcko opened pull request #32987: init: [gui] Avoid UB/crash in InitAndLoadChainstate (master...2507-less-ub) https://github.com/bitcoin/bitcoin/pull/32987
<bitcoin-git>
[bitcoin] sr-gi opened pull request #32986: Adds transaction propagation information to mempool transactions (master...2025-07-propagation-times) https://github.com/bitcoin/bitcoin/pull/32986
<bitcoin-git>
[bitcoin] achow101 opened pull request #32985: wallet: Always rewrite tx records during migration (master...migratewallet-rewrite-txs) https://github.com/bitcoin/bitcoin/pull/32985
2025-07-15
<bitcoin-git>
[bitcoin] achow101 opened pull request #32984: wallet: Set migrated wallet name only on success (master...migratewallet-dont-set-name-on-failed) https://github.com/bitcoin/bitcoin/pull/32984
<bitcoin-git>
[bitcoin] stickies-v opened pull request #32983: rpc: refactor: use string_view in Arg/MaybeArg (master...2025-07/maybearg-string-view) https://github.com/bitcoin/bitcoin/pull/32983
<bitcoin-git>
[bitcoin] maflcko opened pull request #32979: test: Check that the GUI interactive reindex works (master...2507-test-gui) https://github.com/bitcoin/bitcoin/pull/32979
<bitcoin-git>
[bitcoin] Galoretka opened pull request #32978: fix: Python 3 bytes comparison in linearize-data.py (master...fix/python3-bytes-comparison-linearize-data) https://github.com/bitcoin/bitcoin/pull/32978