<bitcoin-git>
[bitcoin] furszy closed pull request #25881: wallet: remove unused DummySignTx and CKeyPool from GetReservedDestination (master...2022_wallet_clean_ckeypool) https://github.com/bitcoin/bitcoin/pull/25881
2023-12-02
<bitcoin-git>
[bitcoin] hebasto opened pull request #28989: test: Fix test by checking the actual exception instance (master...231202-system-test) https://github.com/bitcoin/bitcoin/pull/28989
<bitcoin-git>
[bitcoin] furszy opened pull request #28987: wallet: simplify and batch zap wallet txes process (master...2023_wallet_zaptx) https://github.com/bitcoin/bitcoin/pull/28987
2023-12-01
<bitcoin-git>
[bitcoin] murchandamus opened pull request #28985: Avoid changeless input sets when SFFO is active (master...2023-11-no-changeless-sffo) https://github.com/bitcoin/bitcoin/pull/28985
<bitcoin-git>
[bitcoin] achow101 merged pull request #28784: rpc: keep `.cookie` file if it was not generated (master...fix-cookie-delete) https://github.com/bitcoin/bitcoin/pull/28784
<bitcoin-git>
bitcoin/master 18bed14 Andrew Chow: Merge bitcoin/bitcoin#28784: rpc: keep `.cookie` file if it was not genera...
<bitcoin-git>
bitcoin/master 7cb9367 Roman Zeyde: rpc: keep .cookie if it was not generated
<bitcoin-git>
[bitcoin] achow101 merged pull request #28848: bugfix, Change up submitpackage results to return results for all transactions (master...2023-11-submitpackage-results) https://github.com/bitcoin/bitcoin/pull/28848
<bitcoin-git>
bitcoin/master f23ba24 Greg Sanders: test_submitpackage: only make a chain of 3 txns
<bitcoin-git>
[bitcoin] BrandonOdiwuor opened pull request #28974: doc: explain what the wallet password does (master...wallet_passphrase) https://github.com/bitcoin/bitcoin/pull/28974
<bitcoin-git>
[bitcoin] maflcko opened pull request #28972: test: Add and use option for tx-version in MiniWallet methods (master...2311-test-mw-version-) https://github.com/bitcoin/bitcoin/pull/28972
<bitcoin-git>
[bitcoin] maflcko opened pull request #28969: fuzz: Avoid signed-integer-overflow in wallet_notifications fuzz target (master...2311-wn-sio-) https://github.com/bitcoin/bitcoin/pull/28969
<bitcoin-git>
[bitcoin] maflcko opened pull request #28968: fuzz: Fix nullptr deref in scriptpubkeyman (master...2311-fuzz-wallet-null-deref-) https://github.com/bitcoin/bitcoin/pull/28968
<bitcoin-git>
[bitcoin] fanquake opened pull request #28967: build: disable external-signer for Windows (master...disable_external_signer_win) https://github.com/bitcoin/bitcoin/pull/28967
<bitcoin-git>
[bitcoin] achow101 merged pull request #28554: bugfix: throw an error if an invalid parameter is passed to getnetworkhashps RPC (master...getnetworkhashps_height_validation) https://github.com/bitcoin/bitcoin/pull/28554
<bitcoin-git>
bitcoin/master 9ac114e Jameson Lopp: Throw error if invalid parameters passed to getnetworkhashps RPC endpoint
<bitcoin-git>
bitcoin/master 75462b3 Andrew Chow: Merge bitcoin/bitcoin#28554: bugfix: throw an error if an invalid paramete...
<bitcoin-git>
bitcoin/master fac39b5 MarcoFalke: refactor: SpanReader without nVersion
<bitcoin-git>
[bitcoin] ajtowns closed pull request #28686: refactor: Split per-peer parts of net module into new node/connection module (master...202310-nodenode) https://github.com/bitcoin/bitcoin/pull/28686
<bitcoin-git>
[bitcoin] fanquake merged pull request #28892: refactor: P2P transport without serialize version and type (master...2311-p2p-no-nVersion-) https://github.com/bitcoin/bitcoin/pull/28892
<bitcoin-git>
bitcoin/master 66669da MarcoFalke: Remove unused Make() overload in netmessagemaker.h
<bitcoin-git>
bitcoin/master fa9b5f4 MarcoFalke: refactor: NetMsg::Make() without nVersion
<bitcoin-git>
bitcoin/master fa0ed07 MarcoFalke: refactor: VectorWriter without nVersion
<bitcoin-git>
[bitcoin] theStack opened pull request #28951: fuzz: BIP324: damage ciphertext/aad in full byte range (master...202311-fuzz-bip324-damage_in_full_byte_range) https://github.com/bitcoin/bitcoin/pull/28951
2023-11-27
<bitcoin-git>
[bitcoin] instagibbs opened pull request #28950: RPC: Add maxfeerate and maxburnamount args to submitpackage (master...2023-11-submitpackage-max-fee-burn) https://github.com/bitcoin/bitcoin/pull/28950
<bitcoin-git>
[bitcoin] 23rd closed pull request #28947: [refactor] Moved simple math calculations from runtime to compile time. (master...patch-1-constexpr) https://github.com/bitcoin/bitcoin/pull/28947
<bitcoin-git>
[bitcoin] 23rd opened pull request #28947: [refactor] Moved simple math calculations from runtime to compile time. (master...patch-1-constexpr) https://github.com/bitcoin/bitcoin/pull/28947
<bitcoin-git>
[bitcoin] willcl-ark opened pull request #28946: init: don't delete PID file if it was not generated (master...fix-pidfile-delete) https://github.com/bitcoin/bitcoin/pull/28946
<bitcoin-git>
[bitcoin] martinus opened pull request #28945: sync: improve CCoinsViewCache ReallocateCache (master...2023-11-improve-ccoinsviewcache-reallocatecache) https://github.com/bitcoin/bitcoin/pull/28945
2023-11-26
<bitcoin-git>
[bitcoin] ishaanam opened pull request #28944: wallet, rpc: add anti-fee-sniping to `send` and `sendall` (master...sendall_anti_fee_sniping) https://github.com/bitcoin/bitcoin/pull/28944
<bitcoin-git>
[bitcoin] martinus opened pull request #28939: memusage: let PoolResource keep track of all allocated/deallocated memory (master...2023-11-more-accurate-pool-memory) https://github.com/bitcoin/bitcoin/pull/28939
<bitcoin-git>
[bitcoin] fanquake merged pull request #28895: p2p: do not make automatic outbound connections to addnode peers (master...2023-11-do-not-make-automatic-outbound-connection-to-addnode-peers) https://github.com/bitcoin/bitcoin/pull/28895
<bitcoin-git>
bitcoin/master cc62716 Jon Atack: p2p: do not make automatic outbound connections to addnode peers
<bitcoin-git>
bitcoin/master 4374a87 fanquake: Merge bitcoin/bitcoin#28895: p2p: do not make automatic outbound connectio...
<bitcoin-git>
bitcoin/master 5e7cc41 Jon Atack: test: add unit test for CConnman::AddedNodesContain()