2022-12-09

<bitcoin-git> bitcoin/master 16624e6 MarcoFalke: Merge bitcoin/bitcoin#26660: test: Use last release in compatibility tests
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26660: test: Use last release in compatibility tests (master...2212-test-latest-🐅) https://github.com/bitcoin/bitcoin/pull/26660
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6d11f19cf5b0...16624e6ff3af
<bitcoin-git> bitcoin/master fabb24c MarcoFalke: test: Use last release in compatibility tests
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26658: test: Fix backwards compatibility intermittent failure (master...2022-12-fix-backwards-compat-failure) https://github.com/bitcoin/bitcoin/pull/26658
<bitcoin-git> bitcoin/master c29bff5 Aurèle Oulès: test: Fix backwards compatibility intermittent failure
<bitcoin-git> bitcoin/master 6d11f19 MarcoFalke: Merge bitcoin/bitcoin#26658: test: Fix backwards compatibility intermitten...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3eaf7be6ade2...6d11f19cf5b0

2022-12-08

<bitcoin-git> [bitcoin] furszy opened pull request #26668: wallet: if only have one output type, don't perform "mixed" coin selection (master...2022_wallet_double_coin_selection) https://github.com/bitcoin/bitcoin/pull/26668
<bitcoin-git> [bitcoin] fanquake opened pull request #26659: [23.x] bump version to v23.1 (23.x...23_1_final) https://github.com/bitcoin/bitcoin/pull/26659
<bitcoin-git> [bitcoin] aureleoules closed pull request #25183: rpc: Filter inputs by type during CoinSelection (master...2022-05-witness-only-fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/25183
<bitcoin-git> [bitcoin] aureleoules opened pull request #26658: test: Fix backwards compatibility intermittent failure (master...2022-12-fix-backwards-compat-failure) https://github.com/bitcoin/bitcoin/pull/26658
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26308: rpc/rest/zmq: reduce LOCK(cs_main) scope: ~6 times as many requests per second (master...no-lock-for-read-block) https://github.com/bitcoin/bitcoin/pull/26308
<bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/a653f4bb1f06...1801d8c3c900
<bitcoin-git> bitcoin/master c75e3d2 Andrew Toth: rest: reduce LOCK(cs_main) scope in rest_block
<bitcoin-git> bitcoin/master 7d253c9 Andrew Toth: zmq: remove LOCK(cs_main) from NotifyBlock
<bitcoin-git> bitcoin/master f00808e Andrew Toth: rpc: reduce LOCK(cs_main) scope in GetBlockChecked and getblock
<bitcoin-git> [bitcoin] achow101 opened pull request #26656: tests: Improve runtime of some tests when `--enable-debug` (master...faster-test-runner-when-debug) https://github.com/bitcoin/bitcoin/pull/26656

2022-12-07

<bitcoin-git> [bitcoin] achow101 merged pull request #25934: wallet, rpc: add `label` to `listsinceblock` (master...2022-08-add-label-listsinceblock) https://github.com/bitcoin/bitcoin/pull/25934
<bitcoin-git> bitcoin/master fe488b4 brunoerg: test: add coverage for `label` in `listsinceblock`
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/bbfcbcfa0c10...a653f4bb1f06
<bitcoin-git> bitcoin/master 852891f brunoerg: refactor, wallet: use optional for `label` in `ListTransactions`
<bitcoin-git> bitcoin/master 722e9a4 brunoerg: wallet, rpc: add `label` to `listsinceblock`
<bitcoin-git> [bitcoin] achow101 merged pull request #24611: Add fish completions (master...fish_completions) https://github.com/bitcoin/bitcoin/pull/24611
<bitcoin-git> bitcoin/master ccba4fe willcl-ark: doc: Add completion subdir to contrib/README.md
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9052d869c967...bbfcbcfa0c10
<bitcoin-git> bitcoin/master 7075848 willcl-ark: script: Add fish completions
<bitcoin-git> bitcoin/master a27a445 willcl-ark: refactor: Sub-folder bash completions
<bitcoin-git> [bitcoin] john-moffett opened pull request #26654: util: Show descriptive error messages when FileCommit fails (master...2022_12_BetterSystemErrorLogging) https://github.com/bitcoin/bitcoin/pull/26654
<bitcoin-git> [bitcoin] brunoerg opened pull request #26653: test, init: perturb file to ensure failure instead of only deleting them (master...2022-12-stress-test-perturbing) https://github.com/bitcoin/bitcoin/pull/26653
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26517: test: Changed small_txpuzzle_randfee to return the virtual size instead of the transaction hex for feerate calculation. (master...use-vsize-for-fee-tests) https://github.com/bitcoin/bitcoin/pull/26517
<bitcoin-git> bitcoin/master 9052d86 MarcoFalke: Merge bitcoin/bitcoin#26517: test: Changed small_txpuzzle_randfee to retur...
<bitcoin-git> bitcoin/master 6fb102c Randall Naar: test: Changed small_txpuzzle_randfee to return the virtual size instead of...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d515600034b...9052d869c967
<bitcoin-git> [bitcoin] fanquake merged pull request #26298: refactor: Move src/interfaces/*.cpp files to libbitcoin_common.a (master...pr/intclean) https://github.com/bitcoin/bitcoin/pull/26298
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/272fb0a5cf2c...7d515600034b
<bitcoin-git> bitcoin/master 82e272a Ryan Ofsky: refactor: Move src/interfaces/*.cpp files to libbitcoin_common.a
<bitcoin-git> bitcoin/master dd6e8bd fanquake: build: remove BOOST_CPPFLAGS from libbitcoin_util
<bitcoin-git> bitcoin/master b19c412 Ryan Ofsky: refactor: Rename ambiguous interfaces::MakeHandler functions
<bitcoin-git> [bitcoin] dergoegge closed pull request #26583: net: Make CNode message process queue private (master...2022-11-connman-pollmessage) https://github.com/bitcoin/bitcoin/pull/26583
<bitcoin-git> [bitcoin] dergoegge closed pull request #26590: net, refactor: Kill proxy globals (master...2022-11-socks5-refactor) https://github.com/bitcoin/bitcoin/pull/26590
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26651: test: Avoid intermittent timeout in feature_assumevalid.py (master...2212-test-fix-assumevalid-🌞) https://github.com/bitcoin/bitcoin/pull/26651
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26645: util: Include full version id in bug reports (master...2212-full-version-id-🍁) https://github.com/bitcoin/bitcoin/pull/26645
<bitcoin-git> bitcoin/master fa825bd MarcoFalke: util: Include full version id in bug reports
<bitcoin-git> bitcoin/master 272fb0a MarcoFalke: Merge bitcoin/bitcoin#26645: util: Include full version id in bug reports
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0596aa40f77a...272fb0a5cf2c

2022-12-06

<bitcoin-git> [gui] hebasto closed pull request #236: Bugfix: Allow the user to start anyway when loading a wallet errors (master...gui_init_walleterror_cont) https://github.com/bitcoin-core/gui/pull/236
<bitcoin-git> bitcoin/master 0596aa4 Hennadii Stepanov: Merge bitcoin-core/gui#683: doc: Drop no longer relevant comment
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0abb5b2dd625...0596aa40f77a
<bitcoin-git> bitcoin/master 5d332da Hennadii Stepanov: doc: Drop no longer relevant comment
<bitcoin-git> [gui] hebasto merged pull request #683: doc: Drop no longer relevant comment (master...221202-doc) https://github.com/bitcoin-core/gui/pull/683
<bitcoin-git> [bitcoin] fanquake merged pull request #26648: doc: move release notes to 24.0.1 and add notice (master...add_24_0_1_docs_redirect) https://github.com/bitcoin/bitcoin/pull/26648
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1ff79292e399...0abb5b2dd625
<bitcoin-git> bitcoin/master 896fca1 fanquake: doc: move release notes to 24.0.1 and add notice
<bitcoin-git> bitcoin/master 0abb5b2 fanquake: Merge bitcoin/bitcoin#26648: doc: move release notes to 24.0.1 and add not...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26609: refactor: Move `txmempool_entry.h` -- `kernel/mempool_entry.h` (master...221130-move) https://github.com/bitcoin/bitcoin/pull/26609
<bitcoin-git> bitcoin/master 38941a7 Hennadii Stepanov: refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
<bitcoin-git> bitcoin/master 1ff7929 MarcoFalke: Merge bitcoin/bitcoin#26609: refactor: Move `txmempool_entry.h` --> `kerne...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ef744c03e56d...1ff79292e399
<bitcoin-git> [bitcoin] achow101 merged pull request #25729: wallet: Check max transaction weight in CoinSelection (master...2022-07-coin-selection-check-max-weight) https://github.com/bitcoin/bitcoin/pull/25729
<bitcoin-git> bitcoin/master 6b563ca Aurèle Oulès: wallet: Check max tx weight in coin selector
<bitcoin-git> bitcoin/master c7c7ee9 Aurèle Oulès: test: Check max transaction weight in CoinSelection
<bitcoin-git> bitcoin/master ef744c0 Andrew Chow: Merge bitcoin/bitcoin#25729: wallet: Check max transaction weight in CoinS...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8ccab65f289e...ef744c03e56d
<bitcoin-git> [bitcoin] fanquake pushed tag v24.0.1: https://github.com/bitcoin/bitcoin/compare/v24.0.1
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26647: 24.0.1 final changes (24.x...24_0_1_final_changes) https://github.com/bitcoin/bitcoin/pull/26647
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/3afbc7d67d8e...b3f866a8dfd6
<bitcoin-git> bitcoin/24.x 1b19c89 fanquake: build: bump version to 24.0.1 final
<bitcoin-git> bitcoin/24.x c119b0a fanquake: doc: generate manual pages for 24.0.1 final
<bitcoin-git> bitcoin/24.x a9ea715 fanquake: doc: adjust release notes for 24.0.1
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26649: refactor: Use AutoFile and HashVerifier (without ser-type and ser-version) where possible (master...2212-ser-type-ver-👬) https://github.com/bitcoin/bitcoin/pull/26649
<bitcoin-git> [bitcoin] brunoerg closed pull request #24499: test: add script to mutate cpp files (master...2022-03-mutation-test) https://github.com/bitcoin/bitcoin/pull/24499
<bitcoin-git> [bitcoin] fanquake opened pull request #26648: doc: move release notes to 24.0.1 and add notice (master...add_24_0_1_docs_redirect) https://github.com/bitcoin/bitcoin/pull/26648
<bitcoin-git> [bitcoin] fanquake opened pull request #26647: 24.0.1 final changes (24.x...24_0_1_final_changes) https://github.com/bitcoin/bitcoin/pull/26647
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26616: [24.x] Backports for 24.0.1 (24.x...24_0_1_backports) https://github.com/bitcoin/bitcoin/pull/26616
<bitcoin-git> [bitcoin] MarcoFalke pushed 10 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/f668a3a85933...3afbc7d67d8e
<bitcoin-git> bitcoin/24.x 7a97a56 Andrew Chow: wallet: Avoid null pointer deref when cleaning up migratewallet
<bitcoin-git> bitcoin/24.x 95fded1 Andrew Chow: wallet: Explicitly say migratewallet on encrypted wallets is unsupported
<bitcoin-git> bitcoin/24.x d464b2a Andrew Chow: tests: Test for migrating encrypted wallets
<bitcoin-git> [bitcoin] fanquake closed pull request #19434: http: Detect remote disconnect (master...2020-06-remote-disconnect) https://github.com/bitcoin/bitcoin/pull/19434
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26238: clang-tidy: fixup named argument comments (master...fix_named_argument_cmnts) https://github.com/bitcoin/bitcoin/pull/26238
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/edbe4f808a05...8ccab65f289e
<bitcoin-git> bitcoin/master 203886c fanquake: Fixup clang-tidy named argument comments
<bitcoin-git> bitcoin/master 8ccab65 MarcoFalke: Merge bitcoin/bitcoin#26238: clang-tidy: fixup named argument comments
<bitcoin-git> [bitcoin] fanquake closed pull request #20407: rpc: Support -rpcauthfile argument (master...2020-11-rpcauthfile) https://github.com/bitcoin/bitcoin/pull/20407
<bitcoin-git> [bitcoin] fanquake closed pull request #16365: Log RPC parameters (arguments) if -debug=rpcparams (master...log-rpc-args) https://github.com/bitcoin/bitcoin/pull/16365
<bitcoin-git> [bitcoin] glozow opened pull request #26646: validation, bugfix: provide more info in *MempoolAcceptResult (master...package-single-tx-result) https://github.com/bitcoin/bitcoin/pull/26646
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26645: util: Include full version id in bug reports (master...2212-full-version-id-🍁) https://github.com/bitcoin/bitcoin/pull/26645
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26611: wallet: Change coin selection fee assert to error (master...coin-sel-dont-assert) https://github.com/bitcoin/bitcoin/pull/26611
<bitcoin-git> bitcoin/master 3eb041f Andrew Chow: wallet: Change coin selection fee assert to error
<bitcoin-git> bitcoin/master edbe4f8 MarcoFalke: Merge bitcoin/bitcoin#26611: wallet: Change coin selection fee assert to e...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5d9b5305af4a...edbe4f808a05
<bitcoin-git> bitcoin/master c6e7f22 MarcoFalke: util: Add StrFormatInternalBug and STR_INTERNAL_BUG

2022-12-05

<bitcoin-git> [bitcoin] achow101 merged pull request #19888: rpc, test: Improve getblockstats for unspendables (master...genesisblockstats) https://github.com/bitcoin/bitcoin/pull/19888
<bitcoin-git> bitcoin/master ba9d288 Fabian Jahr: test: Fix getblockstats test data generator
<bitcoin-git> bitcoin/master 2ca5a49 Fabian Jahr: rpc: Improve getblockstats
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/2ce3d26757ed...5d9b5305af4a
<bitcoin-git> bitcoin/master cb94db1 Fabian Jahr: validation, index: Add unspendable coinbase helper functions
<bitcoin-git> [bitcoin] achow101 merged pull request #26462: wallet: fix crash on loading descriptor wallet containing legacy key type entries (master...202211-wallet_fix_crash_on_descriptor_wallet_load) https://github.com/bitcoin/bitcoin/pull/26462
<bitcoin-git> bitcoin/master 349ed2a Sebastian Falbesoner: wallet: throw error if legacy entries are present on loading descriptor wa...
<bitcoin-git> bitcoin/master 3198e42 Sebastian Falbesoner: test: check that loading descriptor wallet with legacy entries throws error
<bitcoin-git> bitcoin/master 2ce3d26 Andrew Chow: Merge bitcoin/bitcoin#26462: wallet: fix crash on loading descriptor walle...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7734a0160deb...2ce3d26757ed
<bitcoin-git> [bitcoin] furszy opened pull request #26644: wallet: bugfix, 'wallet_load_ckey' unit test fails with bdb (master...2022_walletdb_fix_bdb_deadlock) https://github.com/bitcoin/bitcoin/pull/26644
<bitcoin-git> [bitcoin] achow101 opened pull request #26643: wallet: Move fee underpayment check to after all fee has been set (master...move-fee-underpay-check) https://github.com/bitcoin/bitcoin/pull/26643
<bitcoin-git> [bitcoin] hebasto opened pull request #26642: clang-tidy: Add more `performance-*` checks and related fixes (master...221205-ci-tidy) https://github.com/bitcoin/bitcoin/pull/26642
<bitcoin-git> [bitcoin] fanquake closed pull request #26559: [24.x] wallet: bugfix, double-counted preset inputs during Coin Selection (24.x...2022_v24_wallet_sad) https://github.com/bitcoin/bitcoin/pull/26559
<bitcoin-git> [bitcoin] achow101 merged pull request #26640: test: Run mempool_compatibility.py with MiniWallet (master...2212-test-mini-wallet-mempool-🚌) https://github.com/bitcoin/bitcoin/pull/26640
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f0c4807a6a9b...7734a0160deb
<bitcoin-git> bitcoin/master fa43f60 MarcoFalke: test: Run mempool_compatibility.py with MiniWallet
<bitcoin-git> bitcoin/master 7734a01 Andrew Chow: Merge bitcoin/bitcoin#26640: test: Run mempool_compatibility.py with MiniW...
<bitcoin-git> [bitcoin] achow101 merged pull request #26560: wallet: bugfix, invalid CoinsResult cached total amount (master...2022_wallet_bugfix_coinsresult) https://github.com/bitcoin/bitcoin/pull/26560
<bitcoin-git> bitcoin/master f930aef furszy: wallet: bugfix, 'CoinsResult::Erase' is erasing only one output of the set
<bitcoin-git> bitcoin/master 341ba7f furszy: test: wallet, coverage for CoinsResult::Erase function
<bitcoin-git> bitcoin/master cf79384 furszy: test: Coin Selection, duplicated preset inputs selection
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/38cbf43dee92...f0c4807a6a9b
<bitcoin-git> [bitcoin] fanquake reopened pull request #26238: clang-tidy: fixup named argument comments (master...fix_named_argument_cmnts) https://github.com/bitcoin/bitcoin/pull/26238
<bitcoin-git> [bitcoin] fanquake pushed tag v22.1: https://github.com/bitcoin/bitcoin/compare/v22.1
<bitcoin-git> [bitcoin] fanquake closed pull request #26238: clang-tidy: fixup named argument comments (master...fix_named_argument_cmnts) https://github.com/bitcoin/bitcoin/pull/26238
<bitcoin-git> [bitcoin] fanquake merged pull request #26639: [22.x] bump version to v22.1 (22.x...22_1_final) https://github.com/bitcoin/bitcoin/pull/26639
<bitcoin-git> bitcoin/22.x 8cc07f7 fanquake: doc: update release notes for 22.1
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/1b05169c321d...6fd35e2cb18d
<bitcoin-git> bitcoin/22.x 99e0ccc fanquake: build: bump version to 22.1 final
<bitcoin-git> bitcoin/22.x 45355ec fanquake: doc: update manual pages for 22.1
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26414: test: Move tx creation to create_self_transfer_multi (master...modify-create_self_transfer) https://github.com/bitcoin/bitcoin/pull/26414
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5b3f05b7eb76...38cbf43dee92
<bitcoin-git> bitcoin/master 0b78110 kouloumos: test: Move tx creation to create_self_transfer_multi
<bitcoin-git> bitcoin/master 38cbf43 MarcoFalke: Merge bitcoin/bitcoin#26414: test: Move tx creation to create_self_transfe...
<bitcoin-git> [gui] john-moffett opened pull request #684: Improve 'Requested Payments History' Multiselect (master...2022_12_FixReceiveCoinsMultiselect) https://github.com/bitcoin-core/gui/pull/684
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24226: rpc: warn that nodes ignore requests for old stale blocks (master...2022/02/dontfetcholdblocks) https://github.com/bitcoin/bitcoin/pull/24226
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/71abee86dba8...5b3f05b7eb76
<bitcoin-git> bitcoin/master f39d926 Sjors Provoost: rpc: warn that nodes ignore requests for old stale blocks
<bitcoin-git> bitcoin/master 5b3f05b MarcoFalke: Merge bitcoin/bitcoin#24226: rpc: warn that nodes ignore requests for old ...
<bitcoin-git> [bitcoin] fanquake closed pull request #25893: doc: Clarify multiple wallets for same signer (final) (master...external_signer) https://github.com/bitcoin/bitcoin/pull/25893
<bitcoin-git> [bitcoin] fanquake merged pull request #25993: doc: Add I2P guidance related to bandwidth and i2pd software version (master...i2pd_bandwidth) https://github.com/bitcoin/bitcoin/pull/25993
<bitcoin-git> bitcoin/master 874c861 willcl-ark: doc: Add I2P bandwidth guidance to i2p.md
<bitcoin-git> bitcoin/master 71abee8 fanquake: Merge bitcoin/bitcoin#25993: doc: Add I2P guidance related to bandwidth an...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8b796866b493...71abee86dba8
<bitcoin-git> [bitcoin] fanquake closed pull request #19860: p2p: Improve diversification of new connections (master...2020-09-diverse-new-conn-fixes) https://github.com/bitcoin/bitcoin/pull/19860
<bitcoin-git> [bitcoin] hebasto closed pull request #24798: [POC] build: Hello Qt 6 (master...220406-qt6) https://github.com/bitcoin/bitcoin/pull/24798
<bitcoin-git> [bitcoin] fanquake closed pull request #25172: refactor: use std:: prefix for std lib funcs (master...use_std_variants) https://github.com/bitcoin/bitcoin/pull/25172
<bitcoin-git> [bitcoin] fanquake closed pull request #25695: tidy: add modernize-use-using (master...tidy_modernize_use_using) https://github.com/bitcoin/bitcoin/pull/25695
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26640: test: Run mempool_compatibility.py with MiniWallet (master...2212-test-mini-wallet-mempool-🚌) https://github.com/bitcoin/bitcoin/pull/26640
<bitcoin-git> [bitcoin] fanquake closed pull request #26393: build: make configure --enable-debug override CXXFLAGS from depends (master...build_depends_debug_flags) https://github.com/bitcoin/bitcoin/pull/26393
<bitcoin-git> [bitcoin] glozow merged pull request #26624: refactor: Rename local variable to distinguish it from type alias (master...221202-name) https://github.com/bitcoin/bitcoin/pull/26624
<bitcoin-git> bitcoin/master 1984db1 Hennadii Stepanov: refactor: Rename local variable to distinguish it from type alias
<bitcoin-git> bitcoin/master 8b79686 glozow: Merge bitcoin/bitcoin#26624: refactor: Rename local variable to distinguis...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fe8d15c907d0...8b796866b493
<bitcoin-git> [bitcoin] fanquake opened pull request #26639: [22.x] bump version to v22.1 (22.x...22_1_final) https://github.com/bitcoin/bitcoin/pull/26639
<bitcoin-git> [bitcoin] fanquake closed pull request #26634: builder-keys: add vertiond (master...builder-key-vertion) https://github.com/bitcoin/bitcoin/pull/26634
<bitcoin-git> [bitcoin] fanquake closed pull request #26623: contrib: Add CFLAG env variable when MacOS version 11.0.0 (master...update_install_db4) https://github.com/bitcoin/bitcoin/pull/26623
<bitcoin-git> [bitcoin] fanquake merged pull request #26633: depends: update qt 5.12 url to archive location (22.x...patch-1) https://github.com/bitcoin/bitcoin/pull/26633
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/9182b2fbae7b...1b05169c321d
<bitcoin-git> bitcoin/22.x 28fc72f BlackcoinDev: depends: update qt 5.12 url to archive location
<bitcoin-git> bitcoin/22.x 1b05169 fanquake: Merge bitcoin/bitcoin#26633: depends: update qt 5.12 url to archive locati...
<bitcoin-git> [bitcoin] S3RK opened pull request #26638: test: prefer sqlite for wallet tests (master...wallet_test_prefer_sqlite) https://github.com/bitcoin/bitcoin/pull/26638
<bitcoin-git> [bitcoin] miles170 closed pull request #26637: ci: Use pyenv for the lint task (master...ci-use-pyenv-for-lint) https://github.com/bitcoin/bitcoin/pull/26637
<bitcoin-git> [bitcoin] miles170 opened pull request #26637: ci: Use pyenv for the lint task (master...ci-use-pyenv-for-lint) https://github.com/bitcoin/bitcoin/pull/26637

2022-12-04

<bitcoin-git> [bitcoin] vertiond opened pull request #26634: builder-keys: add vertiond (master...builder-key-vertion) https://github.com/bitcoin/bitcoin/pull/26634
<bitcoin-git> [bitcoin] fanquake merged pull request #26630: test: Fix intermittent issue in rpc_net.py (master...2212-test-net-int-💆) https://github.com/bitcoin/bitcoin/pull/26630
<bitcoin-git> bitcoin/master fe8d15c fanquake: Merge bitcoin/bitcoin#26630: test: Fix intermittent issue in rpc_net.py
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cac29f5cd66f...fe8d15c907d0
<bitcoin-git> bitcoin/master fadf7b8 MarcoFalke: test: Fix intermittent issue in rpc_net.py
<bitcoin-git> [bitcoin] BlackcoinDev opened pull request #26633: depends: update qt 5.12 url to archive location (22.x...patch-1) https://github.com/bitcoin/bitcoin/pull/26633
<bitcoin-git> [bitcoin] theStack opened pull request #26631: test: add coverage for dust mempool policy (`-dustrelayfee` setting) (master...202212-test-add_dustrelayfee_coverage) https://github.com/bitcoin/bitcoin/pull/26631

2022-12-03

<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26630: test: Fix intermittent issue in rpc_net.py (master...2212-test-net-int-💆) https://github.com/bitcoin/bitcoin/pull/26630
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/78aee0fe2ca7...cac29f5cd66f
<bitcoin-git> bitcoin/master cb44c59 Aurèle Oulès: test: Add sendall test for min-fee setting
<bitcoin-git> bitcoin/master cac29f5 MarcoFalke: Merge bitcoin/bitcoin#26622: test: Add test for sendall min-fee setting
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26622: test: Add test for sendall min-fee setting (master...2022-11-test-sendall-min-fee) https://github.com/bitcoin/bitcoin/pull/26622
<bitcoin-git> [bitcoin] ryanofsky opened pull request #26628: RPC: Reject RPC requests with same named parameter specified multiple times (master...pr/nmult) https://github.com/bitcoin/bitcoin/pull/26628

2022-12-02

<bitcoin-git> [bitcoin] achow101 opened pull request #26627: wallet: Migrate non-HD keys with single combo containing a list of keys (master...migrate-nonhd-key-list) https://github.com/bitcoin/bitcoin/pull/26627
<bitcoin-git> [bitcoin] achow101 opened pull request #26626: descriptors: Add a KEY expression representing a list of individual keys (master...desc-key-list-expr) https://github.com/bitcoin/bitcoin/pull/26626
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26625: test: Run mempool_packages.py with MiniWallet (master...2212-test-mini-wallet-🕎) https://github.com/bitcoin/bitcoin/pull/26625
<bitcoin-git> [gui] hebasto opened pull request #683: doc: Drop no longer relevant comment (master...221202-doc) https://github.com/bitcoin-core/gui/pull/683
<bitcoin-git> [bitcoin] fanquake merged pull request #26569: p2p: Ensure transaction announcements are only queued for fully connected peers (master...2022-11-foreachnode-txrelay-😭) https://github.com/bitcoin/bitcoin/pull/26569
<bitcoin-git> bitcoin/master 845e3a3 dergoegge: [net processing] Ensure transaction announcements are only queued for full...
<bitcoin-git> bitcoin/master 8f2dac5 dergoegge: [test] Add p2p_tx_privacy.py
<bitcoin-git> bitcoin/master ce63fca dergoegge: [net processing] Assume that TxRelay::m_tx_inventory_to_send is empty pre-...
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9e59d21fbe57...78aee0fe2ca7
<bitcoin-git> [bitcoin] hebasto opened pull request #26624: refactor: Rename local variable to distinguish it from type alias (master...221202-name) https://github.com/bitcoin/bitcoin/pull/26624
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26592: ci: only run USDT interface tests on CirrusCI (master...2022-11-ci-only-run-usdt-tests-on-cirrus-ci) https://github.com/bitcoin/bitcoin/pull/26592
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4037478114d4...9e59d21fbe57
<bitcoin-git> bitcoin/master 2811f40 0xb10c: ci: only run USDT interface tests on CirrusCI
<bitcoin-git> bitcoin/master 9e59d21 MarcoFalke: Merge bitcoin/bitcoin#26592: ci: only run USDT interface tests on CirrusCI
<bitcoin-git> [bitcoin] shaavan opened pull request #26623: contrib: Add CFLAG env variable when MacOS version 11.0.0 (master...update_install_db4) https://github.com/bitcoin/bitcoin/pull/26623
<bitcoin-git> bitcoin/master fa15c67 MarcoFalke: test: Remove unused blocktools imports from wallet_bumpfee
<bitcoin-git> bitcoin/master 4037478 MarcoFalke: Merge bitcoin/bitcoin#26610: test: Remove unused blocktools imports from w...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26610: test: Remove unused blocktools imports from wallet_bumpfee (master...2211-test-less-tools-🎿) https://github.com/bitcoin/bitcoin/pull/26610
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/02515117dc5a...4037478114d4

2022-12-01

<bitcoin-git> [bitcoin] aureleoules opened pull request #26622: test(sendall): Add test for min-fee setting (master...2022-11-test-sendall-min-fee) https://github.com/bitcoin/bitcoin/pull/26622
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26620: test: refactor: eliminate genesis block timestamp magic numbers (master...test_eliminate_genesis_magic_numbers) https://github.com/bitcoin/bitcoin/pull/26620
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a04121bdf962...02515117dc5a
<bitcoin-git> bitcoin/master 0251511 MarcoFalke: Merge bitcoin/bitcoin#26620: test: refactor: eliminate genesis block times...
<bitcoin-git> bitcoin/master dbed289 Sebastian Falbesoner: test: refactor: eliminate genesis block timestamp magic numbers
<bitcoin-git> [bitcoin] dergoegge opened pull request #26621: refactor: Continue moving application data from CNode to Peer (master...2022-11-cnode-appdata-move-1) https://github.com/bitcoin/bitcoin/pull/26621
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26617: test: add extra_args to BitcoinTestFramework class (master...josibake-allow-extra-args-in-testshell) https://github.com/bitcoin/bitcoin/pull/26617
<bitcoin-git> bitcoin/master a04121b MarcoFalke: Merge bitcoin/bitcoin#26617: test: add extra_args to BitcoinTestFramework ...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e334f7a54592...a04121bdf962
<bitcoin-git> bitcoin/master 989a52e josibake: test: add extra_args to BTF class
<bitcoin-git> bitcoin/master 150340a josibake: test: remove unneeded extra_args code
<bitcoin-git> [bitcoin] theStack opened pull request #26620: test: refactor: eliminate genesis block timestamp magic numbers (master...test_eliminate_genesis_magic_numbers) https://github.com/bitcoin/bitcoin/pull/26620
<bitcoin-git> [bitcoin] LarryRuane opened pull request #26619: log: expand BCLog::LogFlags (categories) to 64 bits (master...2022-11-log-categories-64) https://github.com/bitcoin/bitcoin/pull/26619
<bitcoin-git> [bitcoin] aureleoules opened pull request #26618: rpc: Prevent unloading a wallet when rescanning (master...2022-11-unloadwallet-with-rescan) https://github.com/bitcoin/bitcoin/pull/26618
<bitcoin-git> [bitcoin] josibake opened pull request #26617: test: add extra_args to BitcoinTestFramework class (master...josibake-allow-extra-args-in-testshell) https://github.com/bitcoin/bitcoin/pull/26617
<bitcoin-git> [bitcoin] fanquake opened pull request #26616: [24.x] Backports for 24.0.1 (24.x...24_0_1_backports) https://github.com/bitcoin/bitcoin/pull/26616
<bitcoin-git> [bitcoin] fanquake merged pull request #26594: wallet: Avoid a segfault in migratewallet failure cleanup (master...fix-migratewallet-cleanup-segfault) https://github.com/bitcoin/bitcoin/pull/26594
<bitcoin-git> bitcoin/master 86ef7b3 Andrew Chow: wallet: Avoid null pointer deref when cleaning up migratewallet
<bitcoin-git> bitcoin/master 5e65a21 Andrew Chow: wallet: Explicitly say migratewallet on encrypted wallets is unsupported
<bitcoin-git> bitcoin/master 88afc73 Andrew Chow: tests: Test for migrating encrypted wallets
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e2bfd41f832d...e334f7a54592

2022-11-30

<bitcoin-git> [bitcoin] hebasto opened pull request #26615: test: Make `mempool_tests/MempoolSizeLimitTest` allocation-neutral (master...221130-neutral) https://github.com/bitcoin/bitcoin/pull/26615
<bitcoin-git> [bitcoin] hebasto opened pull request #26614: Accurately account for mempool index memory (master...221130-account) https://github.com/bitcoin/bitcoin/pull/26614
<bitcoin-git> [bitcoin] stickies-v opened pull request #26612: [WIP] refactor: RPC: pass named argument as string_view (master...rpc-convert-string-view) https://github.com/bitcoin/bitcoin/pull/26612
<bitcoin-git> [bitcoin] achow101 opened pull request #26611: wallet: Change coin selection fee assert to error (master...coin-sel-dont-assert) https://github.com/bitcoin/bitcoin/pull/26611
<bitcoin-git> [bitcoin] achow101 merged pull request #25942: test: add `ismine` test for descriptor ScriptPubKeyMan (master...add_desc_ismine_test) https://github.com/bitcoin/bitcoin/pull/25942
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bcee94d1078c...e2bfd41f832d
<bitcoin-git> bitcoin/master 1b77db2 w0xlt: test: add `ismine` test for descriptor scriptpubkeyman
<bitcoin-git> bitcoin/master e2bfd41 Andrew Chow: Merge bitcoin/bitcoin#25942: test: add `ismine` test for descriptor Script...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26610: test: Remove unused blocktools imports from wallet_bumpfee (master...2211-test-less-tools-🎿) https://github.com/bitcoin/bitcoin/pull/26610
<bitcoin-git> [bitcoin] fanquake closed pull request #26148: build: define `BOOST_NO_CONFIG` (master...boost_no_config) https://github.com/bitcoin/bitcoin/pull/26148
<bitcoin-git> [bitcoin] fanquake merged pull request #26359: p2p: Erlay support signaling follow-ups (master...2021-11-erlay1_followup) https://github.com/bitcoin/bitcoin/pull/26359
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/3be21060d6f3...bcee94d1078c
<bitcoin-git> bitcoin/master 6772cbf Gleb Naumenko: tests: stabilize sendtxrcncl test
<bitcoin-git> bitcoin/master a60f729 Gleb Naumenko: p2p: Drop roles from sendtxrcncl
<bitcoin-git> bitcoin/master bc84e24 Gleb Naumenko: p2p, refactor: Switch to enum class for ReconciliationRegisterResult
<bitcoin-git> [bitcoin] hebasto opened pull request #26609: refactor: Move `txmempool_entry.h` -- `kernel/mempool_entry.h` (master...221130-move) https://github.com/bitcoin/bitcoin/pull/26609
<bitcoin-git> bitcoin/master 3be2106 MarcoFalke: Merge bitcoin/bitcoin#26600: test: Set wallet type in test_runner when onl...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26600: test: Set wallet type in test_runner when only one type is allowed (master...2211-test-wallet-type-💤) https://github.com/bitcoin/bitcoin/pull/26600
<bitcoin-git> bitcoin/master fadb869 MarcoFalke: test: Set wallet type in test_runner when only one type is allowed
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5690848dfb60...3be21060d6f3

2022-11-29

<bitcoin-git> [bitcoin] john-moffett closed pull request #26534: Fix macOS failing to flush blockfiles to disk for certain external drives (master...2022_11_macOS_fcntl_F_FULLFSYNC_failure) https://github.com/bitcoin/bitcoin/pull/26534
<bitcoin-git> [bitcoin] achow101 merged pull request #26532: wallet: bugfix, invalid crypted key "checksum_valid" set (master...2022_wallet_fix_ckeys_checksum) https://github.com/bitcoin/bitcoin/pull/26532
<bitcoin-git> bitcoin/master cc5a5e8 furszy: wallet: bugfix, invalid crypted key "checksum_valid" set
<bitcoin-git> bitcoin/master ee7a984 furszy: refactor: unify test/util/wallet.h with wallet/test/util.h
<bitcoin-git> bitcoin/master 373c996 furszy: refactor: move DuplicateMockDatabase to wallet/test/util.h
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a63192afb832...5690848dfb60
<bitcoin-git> [bitcoin] achow101 merged pull request #19762: rpc: Allow named and positional arguments to be used together (master...pr/named) https://github.com/bitcoin/bitcoin/pull/19762
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a035b6a0c418...a63192afb832
<bitcoin-git> bitcoin/master d8b12a7 Ryan Ofsky: rpc: Allow named and positional arguments to be used together
<bitcoin-git> bitcoin/master a63192a Andrew Chow: Merge bitcoin/bitcoin#19762: rpc: Allow named and positional arguments to ...
<bitcoin-git> [bitcoin] achow101 opened pull request #26606: wallet: Implement independent BDB parser (master...berkeleyro) https://github.com/bitcoin/bitcoin/pull/26606
<bitcoin-git> [bitcoin] brunoerg opened pull request #26604: test: add coverage for `-bantime` (master...2022-11-setban-bantime-test) https://github.com/bitcoin/bitcoin/pull/26604
<bitcoin-git> [bitcoin] stickies-v opened pull request #26603: doc: CalculateSequenceLocks: prevHeights entries are set to 0, not removed (master...docs-fix-CalculateSequenceLocks) https://github.com/bitcoin/bitcoin/pull/26603
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26601: test: Move feature_backwards_compatibility.py to wallet_backwards_compatibility.py (master...2211-test-move-wallet-🍗) https://github.com/bitcoin/bitcoin/pull/26601
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26600: test: Set wallet type in test_runner when only one type is allowed (master...2211-test-wallet-type-💤) https://github.com/bitcoin/bitcoin/pull/26600
<bitcoin-git> [bitcoin] fanquake opened pull request #26598: contrib: update builder keys (master...drop_non_guix_keys) https://github.com/bitcoin/bitcoin/pull/26598
<bitcoin-git> [bitcoin] fanquake merged pull request #26565: contrib/builder-keys/keys.txt: remove unavailable key (master...1669256933/85892f77c9/38d06e1561-builder-keys) https://github.com/bitcoin/bitcoin/pull/26565
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d415b7261c05...a035b6a0c418
<bitcoin-git> bitcoin/master dddfa02 @RandyMcMillan: contrib/builder-keys/keys.txt: remove unavailable key
<bitcoin-git> bitcoin/master a035b6a fanquake: Merge bitcoin/bitcoin#26565: contrib/builder-keys/keys.txt: remove unavail...
<bitcoin-git> [bitcoin] Magazineiwwj closed pull request #26597: Create su-23 (master...Magazineiwwj-patch-1) https://github.com/bitcoin/bitcoin/pull/26597
<bitcoin-git> [bitcoin] Magazineiwwj opened pull request #26597: Create su-23 (master...Magazineiwwj-patch-1) https://github.com/bitcoin/bitcoin/pull/26597

2022-11-28

<bitcoin-git> [bitcoin] achow101 opened pull request #26596: wallet: Migrate legacy wallets to descriptor wallets without requiring BDB (master...indep-desc-migrate2) https://github.com/bitcoin/bitcoin/pull/26596
<bitcoin-git> [bitcoin] achow101 opened pull request #26595: wallet: be able to specify a wallet name and passphrase to migratewallet (master...migratewallet-by-name-and-passphrase) https://github.com/bitcoin/bitcoin/pull/26595
<bitcoin-git> [bitcoin] achow101 opened pull request #26594: wallet: Avoid a segfault in migratewallet failure cleanup (master...fix-migratewallet-cleanup-segfault) https://github.com/bitcoin/bitcoin/pull/26594
<bitcoin-git> [bitcoin] 0xB10C opened pull request #26593: tracing: Only prepare tracepoint arguments when actually tracing (master...2022-11-only-prepare-tracepoint-arguments-when-tracing) https://github.com/bitcoin/bitcoin/pull/26593
<bitcoin-git> [bitcoin] 0xB10C opened pull request #26592: ci: only run USDT interface tests on CirrusCI (master...2022-11-ci-only-run-usdt-tests-on-cirrus-ci) https://github.com/bitcoin/bitcoin/pull/26592
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/c1061be14a51...f668a3a85933
<bitcoin-git> bitcoin/24.x fad1c55 MarcoFalke: lint: Skip COMMIT_RANGE if no CIRRUS_PR
<bitcoin-git> bitcoin/24.x f668a3a MarcoFalke: Merge bitcoin/bitcoin#26591: [24.x] ci: Skip COMMIT_RANGE if no CIRRUS_PR
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26591: [24.x] ci: Skip COMMIT_RANGE if no CIRRUS_PR (24.x...2211-ci-skip-🗯) https://github.com/bitcoin/bitcoin/pull/26591
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26591: [24.x] ci: Skip COMMIT_RANGE if no CIRRUS_PR (24.x...2211-ci-skip-🗯) https://github.com/bitcoin/bitcoin/pull/26591
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8597260872bb...d415b7261c05
<bitcoin-git> bitcoin/master fad1c55 MarcoFalke: lint: Skip COMMIT_RANGE if no CIRRUS_PR
<bitcoin-git> bitcoin/master d415b72 MarcoFalke: Merge bitcoin/bitcoin#26588: ci: Skip COMMIT_RANGE if no CIRRUS_PR
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26588: ci: Skip COMMIT_RANGE if no CIRRUS_PR (master...2211-ci-skip-🗯) https://github.com/bitcoin/bitcoin/pull/26588
<bitcoin-git> [bitcoin] achow101 merged pull request #26480: test: Remove wallet option from non-wallet tests (master...2211-test-wallet-options-💣) https://github.com/bitcoin/bitcoin/pull/26480
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/5488dc1eb477...8597260872bb
<bitcoin-git> bitcoin/master fa68937 MacroFake: test: Make requires_wallet private
<bitcoin-git> bitcoin/master fac8d59 MacroFake: test: Set -disablewallet when no wallet has been compiled
<bitcoin-git> bitcoin/master 555519d MacroFake: test: Remove wallet option from non-wallet tests
<bitcoin-git> [gui] john-moffett opened pull request #682: Minor fix: Don't directly delete abandoned txes from GUI (master...2022_11_FixAbandonTxGUI) https://github.com/bitcoin-core/gui/pull/682
<bitcoin-git> [bitcoin] dergoegge opened pull request #26590: net, refactor: Kill proxy globals (master...2022-11-socks5-refactor) https://github.com/bitcoin/bitcoin/pull/26590
<bitcoin-git> [bitcoin] hebasto reopened pull request #24773: [POC] Enable AVX2 implementation of SHA256 for MSVC builds (master...220405-avx2) https://github.com/bitcoin/bitcoin/pull/24773
<bitcoin-git> [bitcoin] fanquake merged pull request #26073: build: fix depends bdb compilation for BSDs (master..._BSD_bdb_compilation) https://github.com/bitcoin/bitcoin/pull/26073
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/593979494042...5488dc1eb477
<bitcoin-git> bitcoin/master 5b2529b fanquake: build: fix depends bdb compilation for BSDs
<bitcoin-git> bitcoin/master 5488dc1 fanquake: Merge bitcoin/bitcoin#26073: build: fix depends bdb compilation for BSDs
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26589: test: small fixups/improvements for get_previous_releases.py (master...getprevreleases_improvements) https://github.com/bitcoin/bitcoin/pull/26589
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/00c323610a30...593979494042
<bitcoin-git> bitcoin/master 9b5feb7 Sebastian Falbesoner: script: small fixups/improvements for get_previous_releases.py
<bitcoin-git> bitcoin/master 5939794 MarcoFalke: Merge bitcoin/bitcoin#26589: test: small fixups/improvements for get_previ...
<bitcoin-git> [bitcoin] hebasto closed pull request #26571: ci: Install required packages when running in container (master...221125-docker) https://github.com/bitcoin/bitcoin/pull/26571
<bitcoin-git> [bitcoin] theStack opened pull request #26589: script: small fixups/improvements for get_previous_releases.py (master...getprevreleases_improvements) https://github.com/bitcoin/bitcoin/pull/26589
<bitcoin-git> [bitcoin] glozow merged pull request #25986: test: refactor `RPCPackagesTest` to use `MiniWallet` (master...issue_25965) https://github.com/bitcoin/bitcoin/pull/25986
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a79b720092b6...00c323610a30
<bitcoin-git> bitcoin/master 17cad44 w0xlt: test: refactor `RPCPackagesTest` to use `MiniWallet`
<bitcoin-git> bitcoin/master 00c3236 glozow: Merge bitcoin/bitcoin#25986: test: refactor `RPCPackagesTest` to use `Mini...
<bitcoin-git> [bitcoin] glozow merged pull request #26295: Replace global g_cs_orphans lock with local (master...202210-cs_orphans) https://github.com/bitcoin/bitcoin/pull/26295
<bitcoin-git> bitcoin/master ff8d44d Anthony Towns: Remove unnecessary includes of txorphange.h
<bitcoin-git> bitcoin/master 89e2e0d Anthony Towns: net_processing: move extra transactions to msgproc mutex
<bitcoin-git> bitcoin/master 9910ed7 Anthony Towns: net_processing: Pass a Peer& to ProcessOrphanTx
<bitcoin-git> [bitcoin] glozow pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/9c2854cda4be...a79b720092b6
<bitcoin-git> [bitcoin] fanquake merged pull request #26578: doc: install binutils, not binutils-gold in depends (master...not_binutils_gold) https://github.com/bitcoin/bitcoin/pull/26578
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c239d3dac9ce...9c2854cda4be
<bitcoin-git> bitcoin/master 0953c62 fanquake: doc: install binutils, not binutils-gold in depends
<bitcoin-git> bitcoin/master 9c2854c fanquake: Merge bitcoin/bitcoin#26578: doc: install binutils, not binutils-gold in d...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26588: lint: Skip COMMIT_RANGE if no CIRRUS_PR (master...2211-ci-skip-🗯) https://github.com/bitcoin/bitcoin/pull/26588
<bitcoin-git> bitcoin/master c239d3d MarcoFalke: Merge bitcoin/bitcoin#26574: ci: use ci_exec_root for clang install