<bitcoin-git>
[bitcoin] furszy opened pull request #27837: net: introduce block tracker to retry to download blocks after failure (master...2023_introduce_block_request_tracker) https://github.com/bitcoin/bitcoin/pull/27837
<bitcoin-git>
[bitcoin] furszy opened pull request #27836: rpc: getblockfrompeer, introduce fetch from "any" functionality (master...2023_rpc_fetchblock_improvements) https://github.com/bitcoin/bitcoin/pull/27836
<bitcoin-git>
[bitcoin] Sjors opened pull request #27835: doc: clarify full Xcode download is not needed (master...2023/06/no-need-xcode) https://github.com/bitcoin/bitcoin/pull/27835
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27834: ci: Nuke Android APK task, Use credits for tsan (master...2306-ci-tsan-) https://github.com/bitcoin/bitcoin/pull/27834
<bitcoin-git>
[bitcoin] mzumsande opened pull request #27823: init: return error when block index is non-contiguous, fix feature_init.py file perturbation (master...202306_feature_init_fix) https://github.com/bitcoin/bitcoin/pull/27823
<bitcoin-git>
[bitcoin] glozow closed pull request #27812: Avoiding unnecessary std::string copy in ArgsManager::GetPathArg argument list (master...master) https://github.com/bitcoin/bitcoin/pull/27812
<bitcoin-git>
[bitcoin] Brotcrunsher opened pull request #27822: Renamed UniValue::__pushKV to UniValue::pushKVEnd. (master...pushKVUB) https://github.com/bitcoin/bitcoin/pull/27822
<bitcoin-git>
[bitcoin] Brotcrunsher opened pull request #27820: Sanitizing ports of -rpcconnect and -rpcport. (master...PortSanitizing) https://github.com/bitcoin/bitcoin/pull/27820
<bitcoin-git>
[bitcoin] hebasto closed pull request #27819: Provide `-fcf-protection=none` in `test-security-check.py` explicitly (master...230604-security) https://github.com/bitcoin/bitcoin/pull/27819
<bitcoin-git>
[bitcoin] hebasto opened pull request #27819: Provide `-fcf-protection=none` in `test-security-check.py` explicitly (master...230604-security) https://github.com/bitcoin/bitcoin/pull/27819
<bitcoin-git>
[bitcoin] Brotcrunsher opened pull request #27815: CLI: Only one Request Handler can be specified. (master...cli_request_handlers) https://github.com/bitcoin/bitcoin/pull/27815
<bitcoin-git>
[bitcoin] fanquake closed pull request #9245: Drop IO priority to idle while reading blocks for peer requests and startup verification (master...ionice) https://github.com/bitcoin/bitcoin/pull/9245
<bitcoin-git>
[bitcoin] fanquake closed pull request #22158: [wip] rng: adds support for x86 rdrand/rdseed instructions when building using MSVC (master...winx86rngcpu) https://github.com/bitcoin/bitcoin/pull/22158
<bitcoin-git>
[bitcoin] fanquake closed pull request #27797: rpc, net: add erlay status in `getpeerinfo` (master...2023-05-erlay-getpeerinfo) https://github.com/bitcoin/bitcoin/pull/27797
2023-05-31
<bitcoin-git>
[bitcoin] theuni opened pull request #27798: depends: modernize clang flags for Darwin (master...darwin-cross-modernize-flags) https://github.com/bitcoin/bitcoin/pull/27798
<bitcoin-git>
[bitcoin] achow101 merged pull request #27720: index: prevent race by calling 'CustomInit' prior setting 'synced' flag (master...2023_index_init_race_bugfix) https://github.com/bitcoin/bitcoin/pull/27720
<bitcoin-git>
[bitcoin] achow101 opened pull request #27788: rpc: Be able to access RPC parameters by name (master...rpc-params-by-name) https://github.com/bitcoin/bitcoin/pull/27788
<bitcoin-git>
[bitcoin] dergoegge closed pull request #24571: p2p: Prevent block index fingerprinting by sending additional getheaders messages (master...2022-03-header-fingerprinting) https://github.com/bitcoin/bitcoin/pull/24571
<bitcoin-git>
[bitcoin] fanquake merged pull request #27666: wallet, bench: Move commonly used functions to their own file and fix a bug (master...wallet-bench-refactor) https://github.com/bitcoin/bitcoin/pull/27666
<bitcoin-git>
bitcoin/master c61d3f0 Andrew Chow: tests, bench: Consolidate {Test,Bench}Un/LoadWallet helper
<bitcoin-git>
bitcoin/master 846b2fe Andrew Chow: tests: Move ADDRESS_BCRT1_UNSPENDABLE to wallet/test/util.h
<bitcoin-git>
bitcoin/master 7379a54 Andrew Chow: bench: Remove incorrect LoadWallet call in WalletBalance
<bitcoin-git>
[bitcoin] dergoegge closed pull request #26151: refactor: Guard TxRequestTracker by its own lock instead of cs_main (master...2022-09-txrequest-cs_main-split) https://github.com/bitcoin/bitcoin/pull/26151
<bitcoin-git>
[bitcoin] fanquake merged pull request #27774: refactor: Add [[nodiscard]] where ignoring a Result return type is an error (master...2305-nodiscard-result-error-) https://github.com/bitcoin/bitcoin/pull/27774
<bitcoin-git>
bitcoin/master fa5680b MarcoFalke: fix includes for touched header files (iwyu)
<bitcoin-git>
bitcoin/master 214f8f1 fanquake: Merge bitcoin/bitcoin#27774: refactor: Add [[nodiscard]] where ignoring a ...
<bitcoin-git>
[bitcoin] fanquake merged pull request #27673: log: don't log total disk read time in ConnectTip bench (master...2023/05/div-zero) https://github.com/bitcoin/bitcoin/pull/27673
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27774: refactor: Add [[nodiscard]] where ignoring a Result return type is an error (master...2305-nodiscard-result-error-) https://github.com/bitcoin/bitcoin/pull/27774
<bitcoin-git>
[bitcoin] fanquake closed pull request #22693: RPC/Wallet: Add "use_txids" to output of getaddressinfo (master...getaddressinfo_txids) https://github.com/bitcoin/bitcoin/pull/22693
<bitcoin-git>
[bitcoin] fanquake merged pull request #27765: test: Throw error when -signetchallenge is non-hex (master...2305-test-signetchallenge-) https://github.com/bitcoin/bitcoin/pull/27765
<bitcoin-git>
[bitcoin] hebasto opened pull request #27771: ci: Use docker image cache for "Win64 native [vs2022]" task (master...230528-docker-win) https://github.com/bitcoin/bitcoin/pull/27771
2023-05-27
<bitcoin-git>
[bitcoin] achow101 merged pull request #27145: wallet: when a block is disconnected, update transactions that are no longer conflicted (master...mark_not_conflicted_inactive) https://github.com/bitcoin/bitcoin/pull/27145
<bitcoin-git>
bitcoin/master dced203 ishaanam: wallet, tests: mark unconflicted txs as inactive
<bitcoin-git>
bitcoin/master 89df798 Antoine Riard: Add wallets_conflicts
<bitcoin-git>
bitcoin/master 096487c ishaanam: wallet: introduce generic recursive tx state updating function
<bitcoin-git>
[bitcoin] fanquake merged pull request #27766: fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting (master...2305-fuzz-limit-msg-type-) https://github.com/bitcoin/bitcoin/pull/27766
<bitcoin-git>
[gui] hebasto closed 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
<jamesob>
For what it's worth, I've created ##bitcoin-assumeutxo and ##bitcoin-bip345 for discussion on those topics. I'm going to try to post more in there as opposed to DMing, so if you've been active on those projects, please join!
<bitcoin-git>
[bitcoin] fanquake merged pull request #27735: test: Move test_chain_listunspent wallet check from mempool_packages to wallet_basic (master...2305-mempool-legacy-wallet-) https://github.com/bitcoin/bitcoin/pull/27735
<bitcoin-git>
bitcoin/master ffffe62 MarcoFalke: test: Move test_chain_listunspent wallet check from mempool_packages to wa...