<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
<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...
<bitcoin-git>
bitcoin/master 5f49cb1 MarcoFalke: util: Add void support to util::Result
<bitcoin-git>
[bitcoin] MarcoFalke opened 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>
[bitcoin] LarryRuane closed pull request #27748: bugfix: account for system-allocated memory in pool resource (master...2023-05-resource-pool-system-alloc) https://github.com/bitcoin/bitcoin/pull/27748
<bitcoin-git>
[bitcoin] LarryRuane opened pull request #27748: bugfix: account for system-allocated memory in pool resource (master...2023-05-resource-pool-system-alloc) https://github.com/bitcoin/bitcoin/pull/27748
<bitcoin-git>
[bitcoin] russeree opened pull request #27747: Use 'byte'/'bytes' for bech32(m) validation error message - 27727 follow up. (master...27727-ext) https://github.com/bitcoin/bitcoin/pull/27747
2023-05-24
<bitcoin-git>
[bitcoin] sdaftuar opened pull request #27746: Draft: rework validation logic for assumeutxo (master...2023-05-assumeutxo-validation-improvements) https://github.com/bitcoin/bitcoin/pull/27746
<bitcoin-git>
[bitcoin] amitiuttarwar opened pull request #27745: addrman: select addresses by network follow-up (master...2023-04-sbn-followups) https://github.com/bitcoin/bitcoin/pull/27745
<bitcoin-git>
[bitcoin] instagibbs opened pull request #27743: Unconditionally return when compact block status == READ_STATUS_FAILED (master...parallel_fail_fix) https://github.com/bitcoin/bitcoin/pull/27743
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27739: ci: Add missing set -e to 01_base_install.sh (master...2305-ci-bash-sob-) https://github.com/bitcoin/bitcoin/pull/27739
<bitcoin-git>
[bitcoin] fanquake opened pull request #27737: ci: compile Clang and compiler-rt in msan jobs (master...fix_native_fuzz_with_msan) https://github.com/bitcoin/bitcoin/pull/27737
<bitcoin-git>
[bitcoin] fanquake closed pull request #27485: ci: standardize custom libc++ usage in MSAN jobs (master...msan_use_isystem_nostdlib) https://github.com/bitcoin/bitcoin/pull/27485
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27735: test: Disable legacy wallet for mempool_packages.py (master...2305-mempool-legacy-wallet-) https://github.com/bitcoin/bitcoin/pull/27735
<bitcoin-git>
[bitcoin] theStack opened pull request #27733: test: refactor: introduce `generate_keypair` helper with WIF support (master...generate_wif_bytes_keypair) https://github.com/bitcoin/bitcoin/pull/27733
2023-05-23
<bitcoin-git>
[bitcoin] fjahr opened pull request #27731: Prevent file descriptor exhaustion from too many RPC calls (master...2023-05-fd-exhaust) https://github.com/bitcoin/bitcoin/pull/27731
<bitcoin-git>
[bitcoin] willcl-ark opened pull request #27724: build: disable boost multi index safe mode in debug mode (master...disable-boost-MI-safe-mode) https://github.com/bitcoin/bitcoin/pull/27724
<bitcoin-git>
[bitcoin] fanquake merged pull request #27696: build: Do not define `ENABLE_ZMQ` when ZMQ is not available (master...230518-zmq) https://github.com/bitcoin/bitcoin/pull/27696
<bitcoin-git>
[bitcoin] fanquake closed pull request #27703: doc: filter out merge-script from list of authors (master...josibake-update-release-process-script) https://github.com/bitcoin/bitcoin/pull/27703
<bitcoin-git>
[bitcoin] glozow merged pull request #27021: Implement Mini version of BlockAssembler to calculate mining scores (master...add-mini-miner) https://github.com/bitcoin/bitcoin/pull/27021
<bitcoin-git>
bitcoin/master 3f3f2d5 glozow: [unit test] GatherClusters and MiniMiner unit tests
<bitcoin-git>
bitcoin/master 59afcc8 glozow: Implement Mini version of BlockAssembler to calculate mining scores
<bitcoin-git>
[bitcoin] josibake opened pull request #27703: doc: filter out merge-script from list of authors (master...josibake-update-release-process-script) https://github.com/bitcoin/bitcoin/pull/27703
<bitcoin-git>
[bitcoin] fanquake merged pull request #27695: test: Add test to check tx in the last block can be downloaded (master...2305-test-tx-block-upload-) https://github.com/bitcoin/bitcoin/pull/27695
<bitcoin-git>
bitcoin/master fadc849 MarcoFalke: test: Split up test_notfound_on_unannounced_tx test case
<bitcoin-git>
bitcoin/master fa4c16b MarcoFalke: test: Add test to check tx in the last block can be downloaded
<bitcoin-git>
bitcoin/master 7be7e62 fanquake: Merge bitcoin/bitcoin#27695: test: Add test to check tx in the last block ...
<bitcoin-git>
[bitcoin] fanquake merged pull request #27458: build: Detect USDT the same way how it is used in the code (master...230413-freebsd) https://github.com/bitcoin/bitcoin/pull/27458
<bitcoin-git>
bitcoin/master 2f1403a fanquake: Merge bitcoin/bitcoin#27458: build: Detect USDT the same way how it is use...
<bitcoin-git>
bitcoin/master fad2c20 MarcoFalke: build: Bump minimum Clang to clang-10
<bitcoin-git>
[bitcoin] hebasto opened pull request #27696: build: Do not define `ENABLE_ZMQ` when ZMQ is not available (master...230518-zmq) https://github.com/bitcoin/bitcoin/pull/27696
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27695: test: Add test to check tx in the last block can be downloaded (master...2305-test-tx-block-upload-) https://github.com/bitcoin/bitcoin/pull/27695
2023-05-17
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #25193: indexes: Read the locator's top block during init, allow interaction with reindex-chainstate (master...202205_index_allow_reindex_chainstate) https://github.com/bitcoin/bitcoin/pull/25193
<bitcoin-git>
bitcoin/master 4e8a765 Ryan Ofsky: Merge bitcoin/bitcoin#25193: indexes: Read the locator's top block during ...
<bitcoin-git>
[bitcoin] fanquake merged pull request #27668: guix: document when certain patches can be dropped (master...guix_patch_doc) https://github.com/bitcoin/bitcoin/pull/27668
<bitcoin-git>
[bitcoin] hebasto opened pull request #27684: Avoid lock order inversion in `Chainstate::ConnectTip` function (master...230516-punish) https://github.com/bitcoin/bitcoin/pull/27684
<bitcoin-git>
[bitcoin] brunoerg opened pull request #27678: fuzz: net, add `recv_flood_size`, `prefer_evict` in `ConsumeNode` (master...2023-05-fuzz-net-consumenode) https://github.com/bitcoin/bitcoin/pull/27678
<bitcoin-git>
[bitcoin] theuni opened pull request #27676: macOS: Bump minimum required runtime version and prepare for building with upstream LLVM (master...macos-min-bump) https://github.com/bitcoin/bitcoin/pull/27676