<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26142: Use `PACKAGE_NAME` in messages rather than hardcoding "Bitcoin Core" (master...220920-package) https://github.com/bitcoin/bitcoin/pull/26142
<bitcoin-git>
bitcoin/master b147322 Hennadii Stepanov: Use `PACKAGE_NAME` in messages rather than hardcoding "Bitcoin Core"
<bitcoin-git>
bitcoin/master bbe2655 MacroFake: Merge bitcoin/bitcoin#26142: Use `PACKAGE_NAME` in messages rather than ha...
<bitcoin-git>
[bitcoin] fanquake closed pull request #26332: [24.x] Revert "build: Use Homebrew's sqlite package if it is available" (master...revert_slow_macos_sqlite_23_x) https://github.com/bitcoin/bitcoin/pull/26332
<bitcoin-git>
[bitcoin] fanquake opened pull request #26332: [24.x] Revert "build: Use Homebrew's sqlite package if it is available" (master...revert_slow_macos_sqlite_23_x) https://github.com/bitcoin/bitcoin/pull/26332
<bitcoin-git>
[bitcoin] fanquake merged pull request #26327: [24.x] Revert "build: Use Homebrew's sqlite package if it is available" (24.x...revert_slow_macos_sqlite) https://github.com/bitcoin/bitcoin/pull/26327
<bitcoin-git>
[bitcoin] aureleoules opened pull request #26331: Implement `CCoinsViewErrorCatcher::HaveCoin` and check disk space periodically (master...2022-10-disk-space-problems-fix) https://github.com/bitcoin/bitcoin/pull/26331
<bitcoin-git>
[bitcoin] jonatack opened pull request #26328: doc: fix up -netinfo relaytxes help (master...update-netinfo-relaytxes-help) https://github.com/bitcoin/bitcoin/pull/26328
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26327: [24.x] Revert "build: Use Homebrew's sqlite package if it is available" (24.x...revert_slow_macos_sqlite) https://github.com/bitcoin/bitcoin/pull/26327
<bitcoin-git>
[bitcoin] andrewtoth opened pull request #26326: net: don't lock cs_main while reading blocks in net processing (master...remove-read-lock-in-net) https://github.com/bitcoin/bitcoin/pull/26326
<bitcoin-git>
[bitcoin] aureleoules opened pull request #26325: rpc: Return accurate results for scanblocks (master...2022-10-improve-scanblocks) https://github.com/bitcoin/bitcoin/pull/26325
<bitcoin-git>
[bitcoin] achow101 merged 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/master a52ff61 Andrew Chow: Merge bitcoin/bitcoin#25985: Revert "build: Use Homebrew's sqlite package ...
<bitcoin-git>
bitcoin/master d216d71 fanquake: Revert "build: Use Homebrew's sqlite package if it is available"
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #19531: add static_check_equal for easier to read compiler errors (master...static_check) https://github.com/bitcoin/bitcoin/pull/19531
2022-10-16
<bitcoin-git>
[bitcoin] ajtowns opened pull request #26323: Make full RBF default, but defer mainnet enablement (master...202210-deferfullrbf) https://github.com/bitcoin/bitcoin/pull/26323
<bitcoin-git>
[bitcoin] andrewtoth opened pull request #26316: use shared mutex to guard against block files being removed before read (master...block-read-shared-mutex) https://github.com/bitcoin/bitcoin/pull/26316
2022-10-14
<bitcoin-git>
[bitcoin] brunoerg opened pull request #26314: test: perturb anchors.dat to test error during initialization (master...2022-10-test-perturb-anchors) https://github.com/bitcoin/bitcoin/pull/26314
<bitcoin-git>
[bitcoin] fanquake opened pull request #26313: doc: consolidate library documentation to libraries.md (master...lib_doc_consolidate) https://github.com/bitcoin/bitcoin/pull/26313
<bitcoin-git>
[bitcoin] fanquake merged pull request #26297: ci: Use all available CPUs for functional tests in "Win64 native" task (master...221011-job6) https://github.com/bitcoin/bitcoin/pull/26297
<bitcoin-git>
bitcoin/master 3b85e17 fanquake: Merge bitcoin/bitcoin#26297: ci: Use all available CPUs for functional tes...
<bitcoin-git>
bitcoin/master 6fbd173 Hennadii Stepanov: ci: Use all available CPUs for functional tests in "Win64 native" task
<bitcoin-git>
bitcoin/master cbb2da8 glozow: add lock annotation for FeeFilterRounder::round()
<bitcoin-git>
bitcoin/master deeb70a Andrew Chow: Merge bitcoin/bitcoin#26306: add lock annotation for FeeFilterRounder::rou...
<bitcoin-git>
[bitcoin] andrewtoth opened pull request #26308: rest: reduce LOCK(cs_main) scope in rest_block: ~6 times as many requests per second (master...no-lock-for-read-block) https://github.com/bitcoin/bitcoin/pull/26308
<bitcoin-git>
[bitcoin] theStack opened pull request #26307: test: use MiniWallet for rpc_scanblocks.py (master...202210-test-use_MiniWallet_for_scanblocks) https://github.com/bitcoin/bitcoin/pull/26307
<bitcoin-git>
[bitcoin] glozow opened pull request #26306: add lock annotation for FeeFilterRounder::round() (master...2022-10-round-mutex) https://github.com/bitcoin/bitcoin/pull/26306
<bitcoin-git>
[bitcoin] achow101 merged pull request #24851: init: ignore BIP-30 verification in DisconnectBlock for problematic blocks (master...bip30-disconnect-block) https://github.com/bitcoin/bitcoin/pull/24851
<bitcoin-git>
[bitcoin] achow101 merged pull request #24407: fees: make the class FeeFilterRounder thread-safe (master...FeeFilterRounder_thread_safe) https://github.com/bitcoin/bitcoin/pull/24407
<bitcoin-git>
bitcoin/master 252abd1 James O'Beirne: init: add utxo snapshot detection
<bitcoin-git>
bitcoin/master d14bebf James O'Beirne: db: add StoragePath to CDBWrapper/CCoinsViewDB
<bitcoin-git>
bitcoin/master f9f1735 James O'Beirne: validation: rename snapshot chainstate dir
<bitcoin-git>
[bitcoin] glozow merged pull request #25858: psbt: Only include PSBT_OUT_TAP_TREE when the output has a script path (master...psbt-no-empty-taptree) https://github.com/bitcoin/bitcoin/pull/25858
<bitcoin-git>
bitcoin/master 22c051c Andrew Chow: tests: Test that PSBT_OUT_TAP_TREE is combined correctly
<bitcoin-git>
bitcoin/master 7df6e1b Andrew Chow: psbt: Fix merging of m_tap_tree
<bitcoin-git>
bitcoin/master 0652dc5 Jeremy Rubin: [BugFix]: Do not allow deserializing PSBT with empty PSBT_OUT_TAP_TREE
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26302: refactor: Use type-safe time point for CWallet::m_next_resend (master...2210-wallet-time-🤗) https://github.com/bitcoin/bitcoin/pull/26302
<bitcoin-git>
[bitcoin] fanquake closed pull request #21006: rpc: reduce LOCK(cs_min) scope in rest_block: ~5 times as many requests per second (master...2021-01-reduce-cs_main-lock-in-rest_block) https://github.com/bitcoin/bitcoin/pull/21006
<bitcoin-git>
[bitcoin] glozow closed pull request #24158: Optimize Mempool Reorg logic using Epochs, improving memory usage and runtime. (master...epoch-mempool-reorg-updates) https://github.com/bitcoin/bitcoin/pull/24158
<bitcoin-git>
[bitcoin] achow101 closed pull request #24202: rpc: allow dumptxoutset to dump human-readable data (master...feature-utxo-ascii) https://github.com/bitcoin/bitcoin/pull/24202
<bitcoin-git>
[bitcoin] achow101 closed pull request #24185: refactor: only use explicit reinterpret/const casts, not implicit (master...explicit-reinterpret-cast) https://github.com/bitcoin/bitcoin/pull/24185
<bitcoin-git>
[bitcoin] glozow closed pull request #23633: Make `CFeeRate` work with `uint64_t` sizes (master...feature/2021-11-30-FeeRate-uint64_t) https://github.com/bitcoin/bitcoin/pull/23633
<bitcoin-git>
[bitcoin] achow101 closed pull request #23387: WIP: add support to save fee estimates without having to shut down the node (master...dump_fee_estimates) https://github.com/bitcoin/bitcoin/pull/23387
<bitcoin-git>
[bitcoin] achow101 closed pull request #22338: [Refactor]: Rename Script methods that only work on PreTapScript scripts (master...opcode_test) https://github.com/bitcoin/bitcoin/pull/22338
<bitcoin-git>
[bitcoin] achow101 closed pull request #19873: Flush dbcache early if system is under memory pressure (master...mempressure) https://github.com/bitcoin/bitcoin/pull/19873
<bitcoin-git>
[bitcoin] ryanofsky opened 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] hebasto opened pull request #26297: ci: Use all available CPUs for functional tests in "Win64 native" task (master...221011-job6) https://github.com/bitcoin/bitcoin/pull/26297
<bitcoin-git>
[bitcoin] fanquake opened pull request #26296: [DEMO] Integrate `bitcoin-tidy` clang-tidy plugin - warn on uninitialized members of aggregate types (master...integrate_cory_tidy) https://github.com/bitcoin/bitcoin/pull/26296
<bitcoin-git>
[bitcoin] fanquake merged pull request #26280: rpc: Return coinbase flag in scantxoutset (master...2210-rpc-coinbase-scan-🐥) https://github.com/bitcoin/bitcoin/pull/26280
<bitcoin-git>
[bitcoin] stickies-v opened pull request #26289: Use util::Result in for calculating mempool ancestors (master...mempool-use-result) https://github.com/bitcoin/bitcoin/pull/26289
<bitcoin-git>
[bitcoin] Empact opened pull request #26288: Enable -Wstrinng-concatenation and -Wstring-conversion on clang builds (master...2022-10-warn-string) https://github.com/bitcoin/bitcoin/pull/26288
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26287: Temporarily disable -mempoolfullrbf for the main chain (master...2210-fullrbf-🚡) https://github.com/bitcoin/bitcoin/pull/26287