<bitcoin-git>
bitcoin/master 767d825 Janna: Update chainparams for 24.0 release
<bitcoin-git>
[bitcoin] furszy opened pull request #26021: wallet: bugfix, load a wallet with an unknown/corrupt descriptor causes a fatal error (master...2022_wallet_fix_descriptor_unserialization) https://github.com/bitcoin/bitcoin/pull/26021
<bitcoin-git>
[bitcoin] yancyribbens opened pull request #26020: test: Change coinselection parameter location to make tests independent (master...fix-bnb-search-test-param) https://github.com/bitcoin/bitcoin/pull/26020
<bitcoin-git>
[bitcoin] fanquake opened pull request #26018: guix: consistently use -ffile-prefix-map (master...guix_ffile_prefix_map) https://github.com/bitcoin/bitcoin/pull/26018
<bitcoin-git>
[bitcoin] fanquake opened pull request #26009: test: remove Boost Test from libtest_util (master...remove_boost_libtest) https://github.com/bitcoin/bitcoin/pull/26009
2022-09-04
<bitcoin-git>
[bitcoin] achow101 opened pull request #26008: wallet: cache IsMine scriptPubKeys to improve performance of wallets with a lot of non-ranged descriptors (master...improve-many-desc-ismine) https://github.com/bitcoin/bitcoin/pull/26008
<bitcoin-git>
[bitcoin] theStack opened pull request #26007: [contrib] message-capture-parser: fix AssertionError on parsing `headers` message (master...202209-messagecapture-fix_assertionerror_on_parsing_headers) https://github.com/bitcoin/bitcoin/pull/26007
<bitcoin-git>
[bitcoin] luke-jr opened pull request #26005: Wallet: Fix error handling (copy_file failure in RestoreWallet, and in general via interfaces) (master...fix_wallet_copyfail_nullresult) https://github.com/bitcoin/bitcoin/pull/26005
<bitcoin-git>
[bitcoin] willcl-ark opened 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] 1440000bytes closed pull request #25776: privacy: `add_inputs` argument for replacements to avoid adding unnecessary inputs (master...bumpfee-inputs) https://github.com/bitcoin/bitcoin/pull/25776
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25991: Wallet: Add foreign_outputs metadata to support CoinJoin transactions (master...wallet_foreign_outputs_metadata) https://github.com/bitcoin/bitcoin/pull/25991
<bitcoin-git>
[bitcoin] stickies-v opened pull request #25990: test: apply fixed feerate to avoid variable dynamic fees in wallet_groups.py (master...test-walletgroups-fix-feerate) https://github.com/bitcoin/bitcoin/pull/25990
2022-09-02
<bitcoin-git>
[bitcoin] mzumsande opened pull request #25989: init: abort if i2p/cjdns are chosen via -onlynet but unreachable (master...202208_onlynet_init) https://github.com/bitcoin/bitcoin/pull/25989
<bitcoin-git>
[bitcoin] stickies-v opened pull request #25988: test: revert #25865 for wallet_groups.py (quick fix) (master...test-fix-walletgroup-test) https://github.com/bitcoin/bitcoin/pull/25988
<bitcoin-git>
[bitcoin] fanquake opened pull request #25987: build: compile depends sqlite with more recommended options (master...sqlite3_reccomended_compile_opts) https://github.com/bitcoin/bitcoin/pull/25987
<bitcoin-git>
[bitcoin] fanquake opened pull request #25985: Revert "build: Use Homebrew's sqlite package if it is available" (master...revert_slow_macos_sqlite) https://github.com/bitcoin/bitcoin/pull/25985
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #25984: rpc, refactor: Check nPruneTarget instead of ArgsManager for automatic pruning (master...2209-rpc-prune-🚚) https://github.com/bitcoin/bitcoin/pull/25984
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25984: rpc, refactor: Check nPruneTarget instead of ArgsManager for automatic pruning (master...2209-rpc-prune-🚚) https://github.com/bitcoin/bitcoin/pull/25984
<bitcoin-git>
bitcoin/master e664af2 Andrew Chow: Apply label to all scriptPubKeys of imported combo()
<bitcoin-git>
bitcoin/master ea1ab39 Andrew Chow: scriptpubkeyman: Implement GetScriptPubKeys in Legacy
<bitcoin-git>
bitcoin/master 35f428f Andrew Chow: Implement LegacyScriptPubKeyMan::MigrateToDescriptor
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25976: QA: rpc_blockchain: Test output of getblock verbosity 0, False, and True (master...qa_rpc_getblock_verbose) https://github.com/bitcoin/bitcoin/pull/25976
<bitcoin-git>
[bitcoin] hebasto opened pull request #25974: test, build: Separate `read_json` function into its own module (master...220901-test) https://github.com/bitcoin/bitcoin/pull/25974
<bitcoin-git>
[bitcoin] fanquake opened pull request #25972: build: no-longer disable WARN_CXXFLAGS when CXXFLAGS is set (master...use_cxxflags_with_depends) https://github.com/bitcoin/bitcoin/pull/25972
<bitcoin-git>
[bitcoin] stickies-v opened pull request #25971: refactor: Use std::string for thread and index names (master...baseindex-getname-string) https://github.com/bitcoin/bitcoin/pull/25971
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25959: doc: Fix link to MurmurHash3.cpp (moved from Google Code to Github) (master...patch-1) https://github.com/bitcoin/bitcoin/pull/25959
<bitcoin-git>
bitcoin/master ccea0e1 MacroFake: Merge bitcoin/bitcoin#25959: doc: Fix link to MurmurHash3.cpp (moved from ...
<bitcoin-git>
bitcoin/master 2c05dc7 dontbyte: Fix link to MurmurHash3.cpp from Austin Appleby
<bitcoin-git>
bitcoin/master 923d245 brunoerg: test: use `sendall` when emptying wallet
<bitcoin-git>
bitcoin/master 28ea4c7 brunoerg: test: simplify splitment with `sendall` in wallet_basic
<bitcoin-git>
bitcoin/master d16ef40 MacroFake: Merge bitcoin/bitcoin#25955: test: use `sendall` when emptying wallet
2022-08-30
<bitcoin-git>
[gui] luke-jr opened pull request #658: Intro: Never change the prune checkbox after the user has touched it (master...intro_dont_change_user_prune) https://github.com/bitcoin-core/gui/pull/658
<bitcoin-git>
bitcoin/master 1d4cfa4 Suhas Daftuar: Add function to validate difficulty changes
<bitcoin-git>
bitcoin/master ed47094 Pieter Wuille: Add functions to construct locators without CChain
<bitcoin-git>
[bitcoin] dontbyte opened pull request #25959: Fix link to MurmurHash3.cpp (moved from Google Code to Github) (master...patch-1) https://github.com/bitcoin/bitcoin/pull/25959
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25174: net/net_processing: Add thread safety related annotations for CNode and Peer (master...202205-net-lock-annotations) https://github.com/bitcoin/bitcoin/pull/25174
<bitcoin-git>
[bitcoin] theStack opened pull request #25957: wallet: fast rescan with BIP157 block filters for descriptor wallets (master...202208-speedup_descriptor_wallet_rescan_with_block_filters) https://github.com/bitcoin/bitcoin/pull/25957
<bitcoin-git>
[bitcoin] brunoerg opened pull request #25955: test: use `sendall` in wallet_groups (master...2022-08-sendall-wallet-groups) https://github.com/bitcoin/bitcoin/pull/25955
<bitcoin-git>
[bitcoin] ajtowns closed pull request #24474: Additional thread safety annotations for CNode/Peer members accessed via the message processing thread (master...202203-msgproc-mutex) https://github.com/bitcoin/bitcoin/pull/24474
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #25560: [WIP] Add a MAINTAINERS.md file and desribe the role of maintainer more directly (master...maintainer-role) https://github.com/bitcoin/bitcoin/pull/25560
<bitcoin-git>
[bitcoin] theStack opened pull request #25950: test: fix test abort for high timeout values (and `--timeout-factor 0`) (master...202208-test-fix_high_timeout_values) https://github.com/bitcoin/bitcoin/pull/25950
<bitcoin-git>
[bitcoin] da2ce7 opened pull request #25948: Docs: macOS, make note about brew and Qt 6 more explicit. (master...docs-macos-qt6) https://github.com/bitcoin/bitcoin/pull/25948
<bitcoin-git>
[bitcoin] fjahr closed pull request #25688: net: Only use TorControl connection as proxy if proxy is not set yet (master...2022-07-torcontrol) https://github.com/bitcoin/bitcoin/pull/25688
<bitcoin-git>
[bitcoin] davidgumberg opened pull request #25943: [WIP] rpc: Add a check in sendrawtransaction for nonzero outputs with OP_RETURN (master...wip-opreturn_nz) https://github.com/bitcoin/bitcoin/pull/25943
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25942: test: add `ismine` test for descriptor ScriptPubKeyMan (master...add_desc_ismine_test) https://github.com/bitcoin/bitcoin/pull/25942
2022-08-26
<bitcoin-git>
[bitcoin] hebasto opened pull request #25941: build: Clean up `{native_}libmultiprocess` packages in depends (master...220826-mp) https://github.com/bitcoin/bitcoin/pull/25941
<bitcoin-git>
[bitcoin] ishaanam opened pull request #25939: rpc: In `utxoupdatepsbt` also look for the tx in the txindex (master...utxoupdatepsbt_with_txindex) https://github.com/bitcoin/bitcoin/pull/25939
<bitcoin-git>
[bitcoin] brunoerg opened pull request #25937: test: add coverage for rpc error when trying to rescan beyond pruned data (master...2022-08-prune-rescan) https://github.com/bitcoin/bitcoin/pull/25937
<bitcoin-git>
[bitcoin] akankshakashyap opened pull request #25936: Tests: Create functional tests for coin selection (master...coin-selection-functional-test) https://github.com/bitcoin/bitcoin/pull/25936
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25935: build: include example bitcoin.conf in build outputs under share/examples/ subdirectory (master...dist_bitcoinconf_as_example) https://github.com/bitcoin/bitcoin/pull/25935
<bitcoin-git>
[bitcoin] theStack opened pull request #25925: doc: add `{import,list}descriptors` to list of descriptor RPCs (master...202208-doc-add_new_descriptor_calls_to_docs) https://github.com/bitcoin/bitcoin/pull/25925
<bitcoin-git>
[bitcoin] theStack opened pull request #25924: scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/) (master...202208-rename_rescanwallet_to_rescanblockchain) https://github.com/bitcoin/bitcoin/pull/25924
<bitcoin-git>
[bitcoin] jonatack opened pull request #25923: p2p, rpc: always provide CNodeStateStats and v23 getpeerinfo fields (master...2022-08-statestats) https://github.com/bitcoin/bitcoin/pull/25923
<bitcoin-git>
[bitcoin] stickies-v opened pull request #25922: wallet: trigger MaybeResendWalletTxs() every minute (master...update-resend-freq) https://github.com/bitcoin/bitcoin/pull/25922
<bitcoin-git>
[bitcoin] fanquake opened pull request #25919: build: use `-mbranch-protection=standard` for aarch64-linux (non-guix) (master...mbranch_protection_aarch64_linux_non_guix) https://github.com/bitcoin/bitcoin/pull/25919
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25914: test: Fix intermittent issue in p2p_leak.py (master...2208-test-p2p-leak-int-🥇) https://github.com/bitcoin/bitcoin/pull/25914
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25879: refactor: Make Join() util work with any container type (master...2208-join-🎶) https://github.com/bitcoin/bitcoin/pull/25879
<bitcoin-git>
[bitcoin] furszy opened pull request #25909: wallet: test coverage for receiving txes with same id but different witness data (master...2022_wallet_test_witness_data_storage) https://github.com/bitcoin/bitcoin/pull/25909
<bitcoin-git>
[bitcoin] aureleoules opened pull request #25903: Use static member functions from class instead of instances (master...2022-08-tidy-use-static-functions) https://github.com/bitcoin/bitcoin/pull/25903
<bitcoin-git>
[bitcoin] josibake opened pull request #25900: ci: run docker wrapper with a non-root user (master...josibake-fix-docker-ci-permissions) https://github.com/bitcoin/bitcoin/pull/25900