2022-10-13

<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] fanquake closed pull request #26293: refactor: move interfaces/* to common/interfaces/* (master...move_interfaces_lib_common) https://github.com/bitcoin/bitcoin/pull/26293
<bitcoin-git> bitcoin/master a5f95ba fanquake: Merge bitcoin/bitcoin#25964: build: fix mingw miniupnpc cflags
<bitcoin-git> [bitcoin] fanquake merged pull request #25964: build: fix mingw miniupnpc cflags (master...fixup_mingw_cflags) https://github.com/bitcoin/bitcoin/pull/25964
<bitcoin-git> bitcoin/master 859644b fanquake: build: set D_WIN32_WINNT=0x0601 for mingw miniupnpc
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/aa6fb37accc6...a5f95bafcd42
<bitcoin-git> bitcoin/master 8e2d93f fanquake: build: fix cflags passing for mingw miniupnpc
<bitcoin-git> [bitcoin] fanquake merged pull request #26205: wallet: #25768 follow ups (master...n25768-follow-ups) https://github.com/bitcoin/bitcoin/pull/26205
<bitcoin-git> bitcoin/master 7fbde8a stickies-v: refactor: carve out tx resend timer logic into ShouldResend
<bitcoin-git> bitcoin/master c6e8e11 stickies-v: wallet: fix capitalization in docstring
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/7e5fe034618e...aa6fb37accc6
<bitcoin-git> bitcoin/master 01f3534 stickies-v: refactor: remove unused locks for ResubmitWalletTransactions
<bitcoin-git> [bitcoin] fanquake merged pull request #24467: doc: minor improvements in getutxos REST endpoint synopsis (master...202203-doc-rest-getutxos_improvements) https://github.com/bitcoin/bitcoin/pull/24467
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/422efcad36e3...7e5fe034618e
<bitcoin-git> bitcoin/master c456302 Sebastian Falbesoner: doc: minor improvements in getutxos REST endpoint synopsis
<bitcoin-git> bitcoin/master 7e5fe03 fanquake: Merge bitcoin/bitcoin#24467: doc: minor improvements in getutxos REST endp...
<bitcoin-git> [bitcoin] fanquake merged pull request #26188: test: silence TSAN false positive in coinstatsindex_initial_sync (master...fix_coinstatsindex_initial_sync) https://github.com/bitcoin/bitcoin/pull/26188
<bitcoin-git> bitcoin/master 6526dc3 Vasil Dimov: test: silence TSAN false positive in coinstatsindex_initial_sync
<bitcoin-git> bitcoin/master 861cb3f Vasil Dimov: test: move SyncWithValidationInterfaceQueue() before Stop() in txindex_tes...
<bitcoin-git> bitcoin/master 422efca fanquake: Merge bitcoin/bitcoin#26188: test: silence TSAN false positive in coinstat...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7e1007a3c6c9...422efcad36e3
<bitcoin-git> [bitcoin] fanquake closed pull request #24773: [POC] Enable AVX2 implementation of SHA256 for MSVC builds (master...220405-avx2) https://github.com/bitcoin/bitcoin/pull/24773

2022-10-12

<bitcoin-git> [bitcoin] achow101 reopened pull request #25730: RPC: listunspent, add "include immature coinbase" flag (master...2022_RPC_listunspent_include_immature_coinbase) https://github.com/bitcoin/bitcoin/pull/25730
<bitcoin-git> [bitcoin] achow101 closed pull request #18904: Don't call lsn_reset in periodic flush (master...lsn_reset_fix) https://github.com/bitcoin/bitcoin/pull/18904
<bitcoin-git> [bitcoin] achow101 closed pull request #25747: rpc: add ability to export/import descriptor files in `listdescriptors` and `importdescriptors` (master...desc_file) https://github.com/bitcoin/bitcoin/pull/25747
<bitcoin-git> [bitcoin] achow101 closed pull request #25730: RPC: listunspent, add "include immature coinbase" flag (master...2022_RPC_listunspent_include_immature_coinbase) https://github.com/bitcoin/bitcoin/pull/25730
<bitcoin-git> [bitcoin] aureleoules closed pull request #25780: tidy: Enable more clang-tidy bugprone checks (master...2022-08-enable-bugprone-checks) https://github.com/bitcoin/bitcoin/pull/25780
<bitcoin-git> [bitcoin] achow101 closed pull request #25706: lint: Make lint spellcheck a failure instead of warning (master...2022-07-lint-spellcheck-failure) https://github.com/bitcoin/bitcoin/pull/25706
<bitcoin-git> [bitcoin] glozow merged pull request #25421: net: convert standalone IsSelectableSocket() and SetSocketNonBlocking() to Sock methods (master...convert_IsSelectableSocket_and_SetSocketNonBlocking) https://github.com/bitcoin/bitcoin/pull/25421
<bitcoin-git> bitcoin/master 5db7d2c Vasil Dimov: moveonly: move IsSelectableSocket() from compat.h to sock.{h,cpp}
<bitcoin-git> bitcoin/master b4bac55 Vasil Dimov: net: convert standalone IsSelectableSocket() to Sock::IsSelectable()
<bitcoin-git> bitcoin/master 29f66f7 Vasil Dimov: moveonly: move SetSocketNonBlocking() from netbase to util/sock
<bitcoin-git> [bitcoin] glozow pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/cc12b8947b6d...7e1007a3c6c9
<bitcoin-git> [bitcoin] glozow closed pull request #25597: refactor: replace RecursiveMutex `cs_sendProcessing` with Mutex (master...202207-refactor-change_send_processing_recursive_mutex_to_mutex) https://github.com/bitcoin/bitcoin/pull/25597
<bitcoin-git> [bitcoin] ryanofsky reopened pull request #24922: Isolate the storage abstraction layer from the application/serialization layer (master...feat/storage-isolation) https://github.com/bitcoin/bitcoin/pull/24922
<bitcoin-git> [bitcoin] achow101 closed pull request #25366: util, rpc: Add parameter to `deriveaddresses` to display address information (master...desc_rpc) https://github.com/bitcoin/bitcoin/pull/25366
<bitcoin-git> [bitcoin] achow101 closed pull request #25291: test: Refactor rpc_fundrawtransaction.py (master...refactor-rpc_fundrawtransaction.py) https://github.com/bitcoin/bitcoin/pull/25291
<bitcoin-git> [bitcoin] achow101 reopened pull request #25243: test: autogenerate bash completion (master...bash-completion) https://github.com/bitcoin/bitcoin/pull/25243
<bitcoin-git> [bitcoin] achow101 closed pull request #25243: test: autogenerate bash completion (master...bash-completion) https://github.com/bitcoin/bitcoin/pull/25243
<bitcoin-git> [bitcoin] tehelsper closed pull request #24950: Add config option to set max debug log size (master...master) https://github.com/bitcoin/bitcoin/pull/24950
<bitcoin-git> [bitcoin] Empact opened pull request #26301: refactor: Extract util/exception from util/system (master...2022-10-util-exception) https://github.com/bitcoin/bitcoin/pull/26301
<bitcoin-git> [bitcoin] stratospher closed pull request #23441: fuzz: Differential fuzzing for ChaCha20Forward4064-Poly1305@bitcoin cipher suite (master...fuzz_aead_v2) https://github.com/bitcoin/bitcoin/pull/23441
<bitcoin-git> [bitcoin] achow101 closed pull request #24972: build: Make `libunivalue` a non-Libtool convenience library (master...220425-no-libtool) https://github.com/bitcoin/bitcoin/pull/24972
<bitcoin-git> [bitcoin] achow101 closed pull request #24922: Isolate the storage abstraction layer from the application/serialization layer (master...feat/storage-isolation) https://github.com/bitcoin/bitcoin/pull/24922
<bitcoin-git> [bitcoin] hebasto closed pull request #24774: build, refactor: Rely on `AC_DEFINE` macro (master...220405-config) https://github.com/bitcoin/bitcoin/pull/24774
<bitcoin-git> [bitcoin] achow101 closed pull request #24833: refactor: consensus/tx_verify.{h,cpp} tidy-ups (master...consensus-tx_verify-fixups) https://github.com/bitcoin/bitcoin/pull/24833
<bitcoin-git> [bitcoin] aureleoules closed pull request #26102: test: test_runner option to run tests in priority (master...2022-09-test-runner-priority) https://github.com/bitcoin/bitcoin/pull/26102
<bitcoin-git> [bitcoin] aureleoules closed pull request #25830: refactor: Replace m_params with chainman.GetParams() (master...2022-08-replace-m_params) https://github.com/bitcoin/bitcoin/pull/25830
<bitcoin-git> [bitcoin] hebasto closed pull request #24283: build: Add `show-%` target for multi-line variables and debug info (master...220207-print) https://github.com/bitcoin/bitcoin/pull/24283
<bitcoin-git> [bitcoin] achow101 closed pull request #24435: test: Refactor subtree exclusion in lint tests (master...#17413-Subtree-Exclude-Dirs) https://github.com/bitcoin/bitcoin/pull/24435
<bitcoin-git> [bitcoin] aureleoules closed pull request #25673: refactor: make member functions const when applicable (master...2022-07-refactor) https://github.com/bitcoin/bitcoin/pull/25673
<bitcoin-git> [bitcoin] aureleoules closed 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] aureleoules closed pull request #26052: contrib: Add script to colorize logs (master...2022-09-colorize-output-script) https://github.com/bitcoin/bitcoin/pull/26052
<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 #23444: fuzz: Add regression test for wallet crash (master...2111-fuzzWall) https://github.com/bitcoin/bitcoin/pull/23444
<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] aureleoules opened pull request #26300: Add Stale Bot configuration (master...2022-10-stale-bot-config) https://github.com/bitcoin/bitcoin/pull/26300
<bitcoin-git> [bitcoin] achow101 closed pull request #22793: Simplify BaseSignatureChecker virtual functions and GenericTransactionSignatureChecker constructors (master...refactor-sig-checker) https://github.com/bitcoin/bitcoin/pull/22793
<bitcoin-git> [bitcoin] achow101 closed pull request #22552: build: Improve depends build system robustness (master...210726-deps) https://github.com/bitcoin/bitcoin/pull/22552
<bitcoin-git> [bitcoin] achow101 closed pull request #22486: build: Avoid rebuilding makefiles (master...avoid_rebuilding_makefiles) https://github.com/bitcoin/bitcoin/pull/22486
<bitcoin-git> [bitcoin] achow101 closed pull request #22372: Support multiple -*notify commands (master...multinotify) https://github.com/bitcoin/bitcoin/pull/22372
<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 #22266: refactor: call GetBestBlock() before NewIterator() (master...master) https://github.com/bitcoin/bitcoin/pull/22266
<bitcoin-git> [bitcoin] hebasto closed pull request #21570: build, qt: Simplifies checks for `-fPIE` and `-fPIC` compatibility (master...210402-pie) https://github.com/bitcoin/bitcoin/pull/21570
<bitcoin-git> [bitcoin] achow101 closed pull request #22126: build: Disable make builtin rules. (master...disable_builtin_rules) https://github.com/bitcoin/bitcoin/pull/22126
<bitcoin-git> [bitcoin] achow101 closed pull request #22072: Add reindex=auto flag to automatically reindex corrupt data (master...auto-recovery) https://github.com/bitcoin/bitcoin/pull/22072
<bitcoin-git> [bitcoin] achow101 closed pull request #22044: Sanitize fee options (master...sanitize_21893) https://github.com/bitcoin/bitcoin/pull/22044
<bitcoin-git> [bitcoin] achow101 closed pull request #21313: More robust file/directory syncing and error handling (master...fsync_dir_pt2) https://github.com/bitcoin/bitcoin/pull/21313
<bitcoin-git> [bitcoin] achow101 closed pull request #20205: wallet: Properly support a wallet id (master...wallet-id) https://github.com/bitcoin/bitcoin/pull/20205
<bitcoin-git> [bitcoin] achow101 closed pull request #20100: Script: split policy/error consensus codes for CLEANSTACK, MINIMALIF (master...minimal_if) https://github.com/bitcoin/bitcoin/pull/20100
<bitcoin-git> [bitcoin] achow101 closed pull request #19876: wallet: Fix wallet loading race during node start (master...wallet_race) https://github.com/bitcoin/bitcoin/pull/19876
<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] glozow merged pull request #24858: incorrect blk file size calculation during reindex results in recoverable blk file corruption (master...issue_21379) https://github.com/bitcoin/bitcoin/pull/24858
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1d277f42236d...cc12b8947b6d
<bitcoin-git> bitcoin/master bcb0cac mruddy: reindex, log, test: fixes #21379
<bitcoin-git> bitcoin/master cc12b89 glozow: Merge bitcoin/bitcoin#24858: incorrect blk file size calculation during re...
<bitcoin-git> [bitcoin] achow101 closed pull request #19513: Improve systemd service file (master...systemd) https://github.com/bitcoin/bitcoin/pull/19513
<bitcoin-git> [bitcoin] achow101 closed pull request #18933: rpc: Add submit option to generateblock (master...2004-rpcBlock) https://github.com/bitcoin/bitcoin/pull/18933
<bitcoin-git> [bitcoin] achow101 closed pull request #17975: TestFramework: Add Python Miniscript Support (master...test_miniscript) https://github.com/bitcoin/bitcoin/pull/17975
<bitcoin-git> [bitcoin] achow101 closed pull request #17529: rpc: Faster getblock using PureBlock (master...1911-PureTx) https://github.com/bitcoin/bitcoin/pull/17529
<bitcoin-git> [bitcoin] achow101 closed pull request #17484: wallet: add cached m_is_ibd to remove Chain::isInitialBlockDownload (master...2019-11-wallet-remove-isibd) https://github.com/bitcoin/bitcoin/pull/17484
<bitcoin-git> [bitcoin] achow101 closed pull request #17167: Allow whitelisting outgoing connections (master...whitelist_outgoing) https://github.com/bitcoin/bitcoin/pull/17167
<bitcoin-git> [bitcoin] achow101 closed pull request #16673: Relog configuration args on debug.log rotation (master...relog-args-on-rotation) https://github.com/bitcoin/bitcoin/pull/16673
<bitcoin-git> [bitcoin] achow101 closed pull request #15719: Wallet passive startup (master...pr/pool) https://github.com/bitcoin/bitcoin/pull/15719
<bitcoin-git> [bitcoin] achow101 closed pull request #15448: bitcoin-cli: Eliminate "Error parsing JSON" errors (master...pr/unistr) https://github.com/bitcoin/bitcoin/pull/15448
<bitcoin-git> [bitcoin] achow101 closed pull request #13062: Make script interpreter independent from storage type CScript (master...201804_spaninterpret) https://github.com/bitcoin/bitcoin/pull/13062
<bitcoin-git> [bitcoin] achow101 closed pull request #11803: Bugfix: RPC/Wallet: Include HD key metadata in dumpwallet (master...bugfix_dumpwallet_hdkeypath) https://github.com/bitcoin/bitcoin/pull/11803
<bitcoin-git> [bitcoin] hebasto opened pull request #26299: ci: Use Multi-ToolTask in "Win64 native" task (master...221012-mtt) https://github.com/bitcoin/bitcoin/pull/26299
<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
<gribble> https://github.com/bitcoin/bitcoin/issues/26205 | wallet: #25768 follow ups by stickies-v · Pull Request #26205 · bitcoin/bitcoin · GitHub
<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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5fc3939850ef...1d277f42236d
<bitcoin-git> bitcoin/master 1d277f4 fanquake: Merge bitcoin/bitcoin#26280: rpc: Return coinbase flag in scantxoutset
<bitcoin-git> bitcoin/master fa08663 MacroFake: rpc: Return coinbase flag in scantxoutset
<bitcoin-git> [bitcoin] fanquake merged pull request #22087: Validate port-options (master...sanitize_ports) https://github.com/bitcoin/bitcoin/pull/22087
<bitcoin-git> bitcoin/master f8387c4 amadeuszpawlik: Validate port value in `SplitHostPort`
<bitcoin-git> bitcoin/master 0452678 amadeuszpawlik: Validate `port` options
<bitcoin-git> bitcoin/master 5fc3939 fanquake: Merge bitcoin/bitcoin#22087: Validate port-options
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2e77dff7449a...5fc3939850ef

2022-10-11

<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] ajtowns opened pull request #26295: Replace global g_cs_orphans lock with local (master...202210-cs_orphans) https://github.com/bitcoin/bitcoin/pull/26295
<bitcoin-git> [bitcoin] fanquake opened pull request #26294: build: fix EVENT_* flags usage (master...cleanup_event_flags) https://github.com/bitcoin/bitcoin/pull/26294
<gribble> https://github.com/bitcoin/bitcoin/issues/26133 | [24.x] Backports for rc2 by fanquake · Pull Request #26133 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #26293: refactor: move interfaces/* to common/interfaces/* (master...move_interfaces_lib_common) https://github.com/bitcoin/bitcoin/pull/26293
<bitcoin-git> [bitcoin] fanquake opened pull request #26292: util: move threadinterrupt into util/ (master...move_thread_interrupt_util) https://github.com/bitcoin/bitcoin/pull/26292
<bitcoin-git> [bitcoin] ajtowns opened pull request #26291: Update MANDATORY_SCRIPT_VERIFY_FLAGS (master...202210-mandatoryscript) https://github.com/bitcoin/bitcoin/pull/26291
<bitcoin-git> [bitcoin] fanquake merged pull request #25676: sync: simplify and remove unused code from sync.h (master...improve_sync.h) https://github.com/bitcoin/bitcoin/pull/25676
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/9ca39d69dfe0...2e77dff7449a
<bitcoin-git> bitcoin/master 11c190e Vasil Dimov: sync: simplify MaybeCheckNotHeld() definitions by using a template
<bitcoin-git> bitcoin/master 4b2e167 Vasil Dimov: sync: avoid confusing name overlap (Mutex)
<bitcoin-git> bitcoin/master 9d7ae4b Vasil Dimov: sync: remove unused template parameter from ::UniqueLock

2022-10-10

<melroy> Channel logs website is down: https://www.erisian.com.au/bitcoin-core
<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 merged pull request #26254: iwyu: Add zmq source files (master...221005-zmq) https://github.com/bitcoin/bitcoin/pull/26254
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/57c192767b0e...9ca39d69dfe0
<bitcoin-git> bitcoin/master 13afcc0 Hennadii Stepanov: iwyu: Add zmq source files
<bitcoin-git> bitcoin/master 9ca39d6 MacroFake: Merge bitcoin/bitcoin#26254: iwyu: Add zmq source files
<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] fanquake merged pull request #25322: build: Fix `capnp` package build for Android (master...220609-capnp) https://github.com/bitcoin/bitcoin/pull/25322
<bitcoin-git> bitcoin/master a413595 Hennadii Stepanov: build: Fix `capnp` package build for Android
<bitcoin-git> bitcoin/master 8b8edc2 Hennadii Stepanov: build: Specify native binaries explicitly when building `capnp` package
<bitcoin-git> bitcoin/master 57c1927 fanquake: Merge bitcoin/bitcoin#25322: build: Fix `capnp` package build for Android
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/239757409bd6...57c192767b0e
<bitcoin-git> [bitcoin] fanquake merged pull request #26141: qt: 24.0rc2 translations update (24.x...220920-24.0rc2-tr) https://github.com/bitcoin/bitcoin/pull/26141
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/2e5706d6011c...3f385c912ea3
<bitcoin-git> bitcoin/24.x c186034 Hennadii Stepanov: qt: 24.0rc2 translations update
<bitcoin-git> bitcoin/24.x 3f385c9 fanquake: Merge bitcoin/bitcoin#26141: qt: 24.0rc2 translations update
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26286: test: Remove unused txmempool include from tests (master...2210-test-cleanup-🐼) https://github.com/bitcoin/bitcoin/pull/26286
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26118: log: Use steady clock for bench logging (master...2209-ci-t-🎎) https://github.com/bitcoin/bitcoin/pull/26118
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/866dd664a16d...239757409bd6
<bitcoin-git> bitcoin/master faed342 MacroFake: scripted-diff: Rename time symbols
<bitcoin-git> bitcoin/master fabf1cd MacroFake: Use steady clock for bench logging
<bitcoin-git> bitcoin/master 2397574 MacroFake: Merge bitcoin/bitcoin#26118: log: Use steady clock for bench logging
<bitcoin-git> [bitcoin] fanquake merged pull request #26196: kernel: move RunCommandParseJSON to its own file (master...kernel-no-boost-process) https://github.com/bitcoin/bitcoin/pull/26196
<bitcoin-git> bitcoin/master 866dd66 fanquake: Merge bitcoin/bitcoin#26196: kernel: move RunCommandParseJSON to its own f...
<bitcoin-git> bitcoin/master 192325a Cory Fields: kernel: move RunCommandParseJSON to its own file
<bitcoin-git> bitcoin/master 43b8777 Cory Fields: refactor: move run_command from util to common
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/869342f7fade...866dd664a16d
<bitcoin-git> [bitcoin] fanquake merged 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9eaa5dbc8112...869342f7fade
<bitcoin-git> bitcoin/master 1c36baf James O'Beirne: wallet: have prune error take precedence over assumedvalid
<bitcoin-git> bitcoin/master 869342f fanquake: Merge bitcoin/bitcoin#26282: wallet: have prune error take precedence over...
<bitcoin-git> [bitcoin] fanquake merged pull request #25073: test: Cleanup miner_tests (master...2205-test-miner-😊) https://github.com/bitcoin/bitcoin/pull/25073
<bitcoin-git> bitcoin/master fa29218 MacroFake: test: Pass mempool reference to AssemblerForTest
<bitcoin-git> bitcoin/master fa4055d MacroFake: test: Use dedicated mempool in TestPrioritisedMining
<bitcoin-git> bitcoin/master fafab38 MacroFake: test: Use dedicated mempool in TestPackageSelection
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/9f44f2e32f64...9eaa5dbc8112
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26284: Fix comment typos (master...master) https://github.com/bitcoin/bitcoin/pull/26284
<bitcoin-git> bitcoin/master adb1714 Dimitris Tsapakidis: Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.h
<bitcoin-git> bitcoin/master 9f44f2e MacroFake: Merge bitcoin/bitcoin#26284: Fix comment typos
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/515c9c4c2e0e...9f44f2e32f64
<bitcoin-git> [bitcoin] fanquake merged pull request #26183: build: split ARM crc & crypto extension checks (master...duplicate_crc_rypto_check) https://github.com/bitcoin/bitcoin/pull/26183
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/857f07dfd041...515c9c4c2e0e
<bitcoin-git> bitcoin/master 20adaea fanquake: build: split ARM crc & crypto extension checks
<bitcoin-git> bitcoin/master 515c9c4 fanquake: Merge bitcoin/bitcoin#26183: build: split ARM crc & crypto extension checks
<bitcoin-git> [bitcoin] fanquake merged pull request #26277: test: Remove confusing DUMMY_P2WPKH_SCRIPT (master...2210-test-no-dummy-🌮) https://github.com/bitcoin/bitcoin/pull/26277
<bitcoin-git> bitcoin/master fa8a305 MacroFake: test: Remove confusing DUMMY_P2WPKH_SCRIPT
<bitcoin-git> bitcoin/master 857f07d fanquake: Merge bitcoin/bitcoin#26277: test: Remove confusing DUMMY_P2WPKH_SCRIPT
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4175c332b9e7...857f07dfd041
<bitcoin-git> [bitcoin] fanquake merged pull request #26215: index: Improve BaseIndex::BlockUntilSyncedToCurrentChain reliability (master...pr/untilsync) https://github.com/bitcoin/bitcoin/pull/26215
<bitcoin-git> bitcoin/master 8891949 Ryan Ofsky: index: Improve BaseIndex::BlockUntilSyncedToCurrentChain reliability
<bitcoin-git> bitcoin/master 4175c33 fanquake: Merge bitcoin/bitcoin#26215: index: Improve BaseIndex::BlockUntilSyncedToC...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cf3db7c256d2...4175c332b9e7
<bitcoin-git> [bitcoin] fanquake merged pull request #26258: refactor: Remove unused CDataStream::rdbuf method (master...2210-no-rdbuf-🍥) https://github.com/bitcoin/bitcoin/pull/26258
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d33c5894e975...cf3db7c256d2
<bitcoin-git> bitcoin/master fabbbe3 MacroFake: Remove unused CDataStream::rdbuf method
<bitcoin-git> bitcoin/master cf3db7c fanquake: Merge bitcoin/bitcoin#26258: refactor: Remove unused CDataStream::rdbuf me...

2022-10-09

<bitcoin-git> [bitcoin] glozow merged pull request #26103: refactor: mempool: use CTxMemPool::Limits (master...mempool-simplify-fn-signatures) https://github.com/bitcoin/bitcoin/pull/26103
<bitcoin-git> [bitcoin] glozow pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/ec8016eba7eb...d33c5894e975
<bitcoin-git> bitcoin/master b85af25 stickies-v: refactor: mempool: add MemPoolLimits::NoLimits()
<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] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/73b61717a977...ec8016eba7eb
<bitcoin-git> bitcoin/master 01bf4af stickies-v: docs: fix m_children to be a member of CTxMemPoolEntry
<bitcoin-git> bitcoin/master ec8016e glozow: Merge bitcoin/bitcoin#26281: docs: fix m_children to be a member of CTxMem...

2022-10-08

<bitcoin-git> [bitcoin] dimitris-t opened pull request #26284: Fix comment typos (master...master) https://github.com/bitcoin/bitcoin/pull/26284
<bitcoin-git> [bitcoin] naumenkogs opened pull request #26283: p2p: Fill reconciliation sets and request reconciliation (Erlay) (master...2022-10-erlay2) https://github.com/bitcoin/bitcoin/pull/26283

2022-10-07

<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<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
<gribble> https://github.com/bitcoin/bitcoin/issues/20640 | wallet, refactor: return out-params of CreateTransaction() as optional struct by theStack · Pull Request #20640 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/25269 | wallet: re-activate the not triggered "AmountWithFeeExceedsBalance" error by furszy · Pull Request #25269 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Wallet Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr furszy gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack josibake jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos Murch nehan NicolasDorier
<core-meetingbot> Meeting started Fri Oct 7 19:02:14 2022 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<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] MarcoFalke opened pull request #26277: test: Remove confusing DUMMY_P2WPKH_SCRIPT (master...2210-test-no-dummy-🌮) https://github.com/bitcoin/bitcoin/pull/26277

2022-10-06

<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<gribble> https://github.com/bitcoin/bitcoin/issues/26133 | [24.x] Backports for rc2 by fanquake · Pull Request #26133 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26265 | POLICY: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 non-witness bytes by instagibbs · Pull Request #26265 · bitcoin/bitcoin · GitHub
<laanwj> https://github.com/orgs/bitcoin/projects/1/views/1 has 6 blockers, 5 chasing concept ACK
<laanwj> welcome to the weekyl general bitcoin-core-dev meeting
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard b10c BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo
<core-meetingbot> Meeting started Thu Oct 6 19:00:44 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<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] MarcoFalke merged pull request #26272: test: Prevent UB in `minisketch_tests.cpp` (master...221006-sketch) https://github.com/bitcoin/bitcoin/pull/26272
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/292f652d53b7...73b61717a977
<bitcoin-git> bitcoin/master 97007e2 Hennadii Stepanov: test: Prevent UB in `minisketch_tests.cpp`
<bitcoin-git> bitcoin/master 73b6171 MacroFake: Merge bitcoin/bitcoin#26272: test: Prevent UB in `minisketch_tests.cpp`
<bitcoin-git> [bitcoin] hebasto opened pull request #26272: test: Prevent UB in `minisketch_tests.cpp` (master...221006-sketch) https://github.com/bitcoin/bitcoin/pull/26272
<bitcoin-git> [bitcoin] glozow merged pull request #24364: refactor: remove duplicate code from BlockAssembler (master...2022-02-ba-dup-code) https://github.com/bitcoin/bitcoin/pull/24364
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e82b9ba96b6...292f652d53b7
<bitcoin-git> bitcoin/master 0f40d65 James O'Beirne: refactor: remove duplicate code from BlockAssembler
<bitcoin-git> bitcoin/master 292f652 glozow: Merge bitcoin/bitcoin#24364: refactor: remove duplicate code from BlockAss...
<bitcoin-git> [bitcoin] fanquake closed pull request #26271: Create fit this for me mining without a machine 🙏 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26271
<bitcoin-git> [bitcoin] ZeuZZueZ opened pull request #26271: Create fit this for me mining without a machine 🙏 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26271
<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

2022-10-05

<bitcoin-git> [bitcoin] hebasto closed pull request #26268: Create README.md test (master...patch-3) https://github.com/bitcoin/bitcoin/pull/26268
<bitcoin-git> [bitcoin] amanciojsilvajr opened pull request #26268: Create README.md test (master...patch-3) https://github.com/bitcoin/bitcoin/pull/26268
<bitcoin-git> [bitcoin] amanciojsilvajr closed pull request #26266: Create README.md . (master...patch-2) https://github.com/bitcoin/bitcoin/pull/26266
<bitcoin-git> [bitcoin] amanciojsilvajr reopened pull request #26266: Create README.md . (master...patch-2) https://github.com/bitcoin/bitcoin/pull/26266
<bitcoin-git> [bitcoin] amanciojsilvajr closed pull request #26266: Create README.md . (master...patch-2) https://github.com/bitcoin/bitcoin/pull/26266
<bitcoin-git> [bitcoin] amanciojsilvajr opened pull request #26266: Create README.md . (master...patch-2) https://github.com/bitcoin/bitcoin/pull/26266
<bitcoin-git> [bitcoin] instagibbs opened pull request #26265: POLICY: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 non-witness bytes (master...relax_too_small_tx) https://github.com/bitcoin/bitcoin/pull/26265
<bitcoin-git> [bitcoin] hebasto closed pull request #26263: Create README.md Z19 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26263
<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] amanciojsilvajr opened pull request #26263: Create README.md Z19 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26263
<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> [bitcoin] MarcoFalke opened pull request #26259: test: Test year 2106 block timestamps (master...2210-test-2106-🍓) https://github.com/bitcoin/bitcoin/pull/26259
<bitcoin-git> bitcoin/master 5c5b85d Hennadii Stepanov: refactor: Make 64-bit shift explicit
<bitcoin-git> bitcoin/master 5e82b9b MacroFake: Merge bitcoin/bitcoin#26252: refactor: Make 64-bit shift explicit
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b2e6d37b51f9...5e82b9ba96b6
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26252: refactor: Make 64-bit shift explicit (master...221004-shift) https://github.com/bitcoin/bitcoin/pull/26252
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26258: refactor: Remove unused CDataStream::rdbuf method (master...2210-no-rdbuf-🍥) https://github.com/bitcoin/bitcoin/pull/26258
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26226: Bump minimum python version to 3.7 (master...2210-py37-🔐) https://github.com/bitcoin/bitcoin/pull/26226
<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 closed pull request #22624: build: Treat obj/build.h as an intermediate file (master...210804-obj) https://github.com/bitcoin/bitcoin/pull/22624
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26256: ci: Remove clang-format from lint task (master...2210-ci-less-lint-🕚) https://github.com/bitcoin/bitcoin/pull/26256
<bitcoin-git> bitcoin/master fa04376 MacroFake: Remove clang-format from lint task
<bitcoin-git> bitcoin/master b2e6d37 MacroFake: Merge bitcoin/bitcoin#26256: ci: Remove clang-format from lint task
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d3cdd37d920c...b2e6d37b51f9
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26256: ci: Remove clang-format from lint task (master...2210-ci-less-lint-🕚) https://github.com/bitcoin/bitcoin/pull/26256
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26250: fuzz: add mempool_utils.cpp (master...fuzz_add_mempool_utils_h) https://github.com/bitcoin/bitcoin/pull/26250
<bitcoin-git> bitcoin/master 8a6b6df fanquake: fuzz: pass max fee into ConsumeTxMemPoolEntry
<bitcoin-git> bitcoin/master d3cdd37 MacroFake: Merge bitcoin/bitcoin#26250: fuzz: add mempool_utils.cpp
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a23f8c8978dc...d3cdd37d920c
<bitcoin-git> bitcoin/master eb15569 fanquake: fuzz: add util/mempool/h.cpp
<bitcoin-git> [bitcoin] glozow merged pull request #26242: [24.x] wallet: Use correct effective value when checking target (24.x...26203-backport) https://github.com/bitcoin/bitcoin/pull/26242
<bitcoin-git> [bitcoin] hebasto opened pull request #26254: iwyu: Add zmq source files (master...221005-zmq) https://github.com/bitcoin/bitcoin/pull/26254
<bitcoin-git> bitcoin/24.x 2e5706d glozow: Merge bitcoin/bitcoin#26242: [24.x] wallet: Use correct effective value wh...
<bitcoin-git> [bitcoin] glozow pushed 3 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/4be489d4d4a1...2e5706d6011c
<bitcoin-git> bitcoin/24.x 21f96f4 Aurèle Oulès: wallet: Use correct effective value when checking target
<bitcoin-git> bitcoin/24.x 2730ed2 Aurèle Oulès: test: Check external coin effective value is used in CoinSelection

2022-10-04

<bitcoin-git> [bitcoin] fanquake merged pull request #26234: ci: Allow PIP_PACKAGES on centos (master...2210-centos-pip-🏣) https://github.com/bitcoin/bitcoin/pull/26234
<bitcoin-git> bitcoin/master fac085a MacroFake: ci: Remove unused package
<bitcoin-git> bitcoin/master a23f8c8 fanquake: Merge bitcoin/bitcoin#26234: ci: Allow PIP_PACKAGES on centos
<bitcoin-git> bitcoin/master fa6054e MacroFake: ci: Allow PIP_PACKAGES on centos
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b6565b65aa27...a23f8c8978dc
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d919e8d5742a...b6565b65aa27
<bitcoin-git> bitcoin/master b6565b6 fanquake: Merge bitcoin/bitcoin#26243: test: Remove unused fCheckpointsEnabled from ...
<bitcoin-git> bitcoin/master fa9436e MacroFake: test: Remove unused fCheckpointsEnabled from miner_tests
<bitcoin-git> [bitcoin] fanquake merged pull request #26243: test: Remove unused fCheckpointsEnabled from miner_tests (master...2210-test-checkpoints-🏎) https://github.com/bitcoin/bitcoin/pull/26243
<bitcoin-git> [bitcoin] fanquake merged pull request #26244: build, msvc: Enable C4834 warning (master...221004-msvc) https://github.com/bitcoin/bitcoin/pull/26244
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2d8d9aecacfe...d919e8d5742a
<bitcoin-git> bitcoin/master f3e40c4 Hennadii Stepanov: build, msvc: Enable C4834 warning
<bitcoin-git> bitcoin/master d919e8d fanquake: Merge bitcoin/bitcoin#26244: build, msvc: Enable C4834 warning
<bitcoin-git> [bitcoin] hebasto closed pull request #25819: msvc, refactor: Avoid some rare compiler warnings (master...220811-msvc) https://github.com/bitcoin/bitcoin/pull/25819
<bitcoin-git> [bitcoin] hebasto opened pull request #26252: refactor: Make 64-bit shift explicit (master...221004-shift) https://github.com/bitcoin/bitcoin/pull/26252
<bitcoin-git> [bitcoin] fanquake opened pull request #26251: refactor: add cs_main.h (master...move_cs_main_own_file) https://github.com/bitcoin/bitcoin/pull/26251
<bitcoin-git> [bitcoin] fanquake opened pull request #26250: fuzz: add mempool_utils.cpp (master...fuzz_add_mempool_utils_h) https://github.com/bitcoin/bitcoin/pull/26250
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26249: ci: Workaround Windows filesystem executable bit loss (master...221004-wingit) https://github.com/bitcoin/bitcoin/pull/26249
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4fa50dd055ca...2d8d9aecacfe
<bitcoin-git> bitcoin/master b8d361a Hennadii Stepanov: ci: Workaround Windows filesystem executable bit loss
<bitcoin-git> bitcoin/master 2d8d9ae MacroFake: Merge bitcoin/bitcoin#26249: ci: Workaround Windows filesystem executable ...
<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...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/92e9fc6d0d01...4fa50dd055ca
<bitcoin-git> [bitcoin] fanquake merged pull request #26128: doc: add missing historical release notes (master...missing_0_20_2_relnotes) https://github.com/bitcoin/bitcoin/pull/26128
<bitcoin-git> bitcoin/master 699f342 fanquake: doc: add historical 0.20.2 release notes
<bitcoin-git> bitcoin/master cb075d2 fanquake: doc: add historical 0.21.2 release notes
<bitcoin-git> bitcoin/master 92e9fc6 fanquake: Merge bitcoin/bitcoin#26128: doc: add missing historical release notes
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/914c00074b62...92e9fc6d0d01
<bitcoin-git> [bitcoin] hebasto opened pull request #26244: build, msvc: Enable C4834 warning (master...221004-msvc) https://github.com/bitcoin/bitcoin/pull/26244
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26243: test: Remove unused fCheckpointsEnabled from miner_tests (master...2210-test-checkpoints-🏎) https://github.com/bitcoin/bitcoin/pull/26243
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26235: refactor: move *index constants out of validation (master...move_index_from_val) https://github.com/bitcoin/bitcoin/pull/26235
<bitcoin-git> bitcoin/master 2bfc1e6 fanquake: refactor: move DEFAULT_TXINDEX from validation to txindex
<bitcoin-git> bitcoin/master c87d569 fanquake: refactor: move DEFAULT_COINSTATSINDEX from validation to coinstatsindex
<bitcoin-git> bitcoin/master 7d14577 fanquake: refactor: move DEFAULT_BLOCKFILTERINDEX from val to blockfilterindex
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f65a2c6f574f...914c00074b62