<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] 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
<gmaxwell>
Livestream for Wright's team to explain Wright's plans to enable centralized coin theft on BSV, BCH, and Bitcoin by introducing a cryptographic backdoor ("restoring the original purpose of OP_RETURN") will start and open for your questions at 2PM Eastern: https://www.youtube.com/watch?v=VKXOdTgPvfs
<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
<bitcoin-git>
bitcoin/master 3a86f24 stickies-v: refactor: mempool: use CTxMempool::Limits
<bitcoin-git>
bitcoin/master 6945853 stickies-v: test: use NoLimits() in MempoolIndexingTest
<bitcoin-git>
[bitcoin] glozow merged pull request #26281: docs: fix m_children to be a member of CTxMemPoolEntry (master...mempool-docs-children) https://github.com/bitcoin/bitcoin/pull/26281
<bitcoin-git>
[bitcoin] jamesob opened pull request #26282: wallet: have prune error take precedence over assumedvalid (master...2022-10-fix-au-wallet) https://github.com/bitcoin/bitcoin/pull/26282
<bitcoin-git>
[bitcoin] stickies-v opened pull request #26281: docs: fix m_children to be a member of CTxMemPoolEntry (master...mempool-docs-children) https://github.com/bitcoin/bitcoin/pull/26281
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26280: rpc: Return coinbase flag in scantxoutset (master...2210-rpc-coinbase-scan-🐥) https://github.com/bitcoin/bitcoin/pull/26280
<bitcoin-git>
[bitcoin] luke-jr closed pull request #26270: Bugfix: Wallet: ResubmitWalletTransactions: Only bump m_next_resend if actually doing a relay (master...fix_wallet_nextresend_only_relaying) https://github.com/bitcoin/bitcoin/pull/26270
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26278: test: Actually set sequence in MiniWallet create_self_transfer_multi (master...2210-test-seq-🕕) https://github.com/bitcoin/bitcoin/pull/26278
<bitcoin-git>
[bitcoin] dergoegge closed pull request #21603: log: Mitigate disk filling attacks by rate limiting LogPrintf (master...log_ratelimiting) https://github.com/bitcoin/bitcoin/pull/21603
<bitcoin-git>
[bitcoin] muxator opened pull request #26275: Fix crash on deriveaddresses when index is 2147483647 (2^31-1) (master...fix-deriveaddresses-crash) https://github.com/bitcoin/bitcoin/pull/26275
<bitcoin-git>
[bitcoin] luke-jr opened pull request #26270: Bugfix: Wallet: ResubmitWalletTransactions: Only bump "next resend" time if actually doing a relay (master...fix_wallet_nextresend_only_relaying) https://github.com/bitcoin/bitcoin/pull/26270
<sipa>
luke-jr: That's all true, but irrelevant I think without significant uptake. Rightfully or not, people may be concerned about the fact that it's an option in Bitcoin Core, as it can be interpreted as a move towards getting that as a common policy on the network/
<bitcoin-git>
[bitcoin] brunoerg opened pull request #26261: p2p: return `std::vectorCNetAddr` in `LookupIntern` (master...2022-10-cleanup-netbase) https://github.com/bitcoin/bitcoin/pull/26261
<bitcoin-git>
[bitcoin] aureleoules opened pull request #26260: rpc: Set best header after reconsiderblock (master...2022-10-26245-fix-reconsiderblock) https://github.com/bitcoin/bitcoin/pull/26260
<bitcoin-git>
[gui] jonatack opened pull request #673: Use fallback value for Version and User Agent during peer connection (master...2022-09-display-fallback-for-gui-peers-version-and-user-agent) https://github.com/bitcoin-core/gui/pull/673
<bitcoin-git>
[bitcoin] jonatack opened pull request #26257: script, test: python linter fixups and updates (master...2022-10-python-linter-fixups-and-updates) https://github.com/bitcoin/bitcoin/pull/26257
<bitcoin-git>
[bitcoin] hebasto closed pull request #18980: build: Decouple clientversion.cpp from the git repo (master...0515-decouple) https://github.com/bitcoin/bitcoin/pull/18980
<bitcoin-git>
[bitcoin] hebasto opened pull request #26249: ci: Workaround Windows filesystem executable bit loss (master...221004-wingit) https://github.com/bitcoin/bitcoin/pull/26249
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26248: net: Set relay in version msg to peers with relay permission in -blocksonly mode (master...2210-version-relay-🥐) https://github.com/bitcoin/bitcoin/pull/26248
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26247: refactor: Make m_mempool optional in PeerManager (master...2210-opt-mem-🔱) https://github.com/bitcoin/bitcoin/pull/26247
<bitcoin-git>
[bitcoin] aureleoules opened pull request #26246: refactor: Remove duplicated test code (master...2022-10-refactor-duplicated-test-code) https://github.com/bitcoin/bitcoin/pull/26246
<bitcoin-git>
[bitcoin] fanquake merged pull request #26236: ci: Use same `merge_script` implementation for Windows as for all (master...221003-merge) https://github.com/bitcoin/bitcoin/pull/26236
<bitcoin-git>
bitcoin/master ac1d992 Hennadii Stepanov: ci: Move `git config` commands into script where they are used
<bitcoin-git>
bitcoin/master 37cf472 Hennadii Stepanov: ci: Use same `merge_script` implementation for Windows as for all
<bitcoin-git>
bitcoin/master 4fa50dd fanquake: Merge bitcoin/bitcoin#26236: ci: Use same `merge_script` implementation fo...