2025-01-09

<bitcoin-git> [bitcoin] hebasto opened pull request #31626: depends: Use base system's `sha256sum` utility (master...250109-sha256sum) https://github.com/bitcoin/bitcoin/pull/31626
<bitcoin-git> [bitcoin] Sjors opened pull request #31625: miner: always treat SegWit as active (master...2025/01/gbt-segwit-active) https://github.com/bitcoin/bitcoin/pull/31625
<bitcoin-git> [bitcoin] Sjors opened pull request #31624: doc: warn that CheckBlock() underestimates sigops (master...2025/01/doc-sigops) https://github.com/bitcoin/bitcoin/pull/31624
<bitcoin-git> [bitcoin] Sjors closed pull request #27433: getblocktemplate improvements for segwit and sigops (master...2023/04/gbt) https://github.com/bitcoin/bitcoin/pull/27433
<bitcoin-git> [bitcoin] luke-jr opened pull request #31623: tracing: Rename the `MIN` macro to `_TRACEPOINT_TEST_MIN` in log_raw_p2p_msgs (master...tracing_MIN_macro_rename) https://github.com/bitcoin/bitcoin/pull/31623
<bitcoin-git> [bitcoin] achow101 opened pull request #31622: psbt: add non-default sighash types to PSBTs and unify sighash type match checking (master...psbt-sighashes) https://github.com/bitcoin/bitcoin/pull/31622
<bitcoin-git> [bitcoin] adlai opened pull request #31621: doc: Update dependency installation for Debian/Ubuntu (master...master) https://github.com/bitcoin/bitcoin/pull/31621

2025-01-08

<bitcoin-git> [bitcoin] glozow merged pull request #30391: BlockAssembler: return selected packages virtual size and fee (master...07-2024-miner-return-package-sizes-and-fees) https://github.com/bitcoin/bitcoin/pull/30391
<bitcoin-git> bitcoin/master 66aa6a4 glozow: Merge bitcoin/bitcoin#30391: BlockAssembler: return selected packages virt...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/433412fd8478...66aa6a47bd8e
<bitcoin-git> bitcoin/master 7c123c0 ismaelsadeeq: miner: add package feerate vector to CBlockTemplate
<bitcoin-git> [bitcoin] maflcko opened pull request #31620: test: Remove --noshutdown flag, Tidy startup failures (master...2501-test-clean-shutdown) https://github.com/bitcoin/bitcoin/pull/31620
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v28.1: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v28.1
<bitcoin-git> bitcoin-detached-sigs/28.x da9ae68 Ava Chow: 28.1: win signature for final
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/690e08c3a944...da9ae6864fd7

2025-01-07

<bitcoin-git> bitcoin-detached-sigs/28.x 690e08c Matthew Zipkin: 28.1: osx signature for final
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/d95d8c47d635...690e08c3a944
<bitcoin-git> [bitcoin] achow101 pushed tag v28.1: https://github.com/bitcoin/bitcoin/compare/v28.1
<bitcoin-git> [bitcoin] achow101 merged pull request #31594: [28.x] 28.1 backports and final changes (28.x...2501-28-back) https://github.com/bitcoin/bitcoin/pull/31594
<bitcoin-git> bitcoin/28.x 621c634 MarcoFalke: rpc: Extend scope of validation mutex in generateblock
<bitcoin-git> bitcoin/28.x 05cd448 MarcoFalke: test: generateblocks called by multiple threads
<bitcoin-git> bitcoin/28.x 5b368f8 Hennadii Stepanov: depends: Fix CXXFLAGS on NetBSD
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/6db725662d9e...32efe850438e
<bitcoin-git> [bitcoin] vasild opened pull request #31619: ci: change the build to be verbose by default (master...ci_verbose_build) https://github.com/bitcoin/bitcoin/pull/31619
<bitcoin-git> [bitcoin] hebasto opened pull request #31617: build, test: Build `db_tests.cpp` regardless of `USE_BDB` (master...250107-db-tests) https://github.com/bitcoin/bitcoin/pull/31617
<bitcoin-git> [bitcoin] l0rinc opened pull request #31616: init,log: Unify block index log line (master...l0rinc/block-index) https://github.com/bitcoin/bitcoin/pull/31616
<bitcoin-git> [bitcoin] Eunovo opened pull request #31615: Ensure assumevalid is always used during reindex (master...31494-reindex-assumevalid) https://github.com/bitcoin/bitcoin/pull/31615
<bitcoin-git> [bitcoin] vasild opened pull request #31614: test: expect that files may disappear from /proc/PID/fd/ (master...expect_file_not_found_in_get_socket_inodes) https://github.com/bitcoin/bitcoin/pull/31614

2025-01-06

<bitcoin-git> [bitcoin] achow101 merged pull request #31596: doc: Clarify comments about endianness after #30526 (master...pr/docblob) https://github.com/bitcoin/bitcoin/pull/31596
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c506f2cee7b8...433412fd8478
<bitcoin-git> bitcoin/master 3e0a992 Ryan Ofsky: doc: Clarify comments about endianness after #30526
<bitcoin-git> bitcoin/master 433412f Ava Chow: Merge bitcoin/bitcoin#31596: doc: Clarify comments about endianness after ...
<bitcoin-git> [bitcoin] achow101 merged pull request #31581: test: have miner_tests use Mining interface (master...2024/12/miner_tests) https://github.com/bitcoin/bitcoin/pull/31581
<bitcoin-git> bitcoin/master c506f2c Ava Chow: Merge bitcoin/bitcoin#31581: test: have miner_tests use Mining interface
<bitcoin-git> bitcoin/master 0424968 Sjors Provoost: test: use Mining interface in miner_tests
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/41a2ce9b7d73...c506f2cee7b8
<bitcoin-git> [gui] achow101 opened pull request #850: gui, psbt: Use SIGHASH_DEFAULT when signing PSBTs (master...gui-psbt-sighash-default) https://github.com/bitcoin-core/gui/pull/850
<bitcoin-git> [bitcoin] hebasto opened pull request #31613: depends, NetBSD: Fix `bdb` package compilation with GCC-14 (master...250106-netbsd-bdb) https://github.com/bitcoin/bitcoin/pull/31613
<bitcoin-git> [bitcoin] fanquake merged pull request #31464: util: Add missing types in make_secure_unique (master...2412-forward-type) https://github.com/bitcoin/bitcoin/pull/31464
<bitcoin-git> bitcoin/master fa39717 MarcoFalke: util: Add missing types in make_secure_unique
<bitcoin-git> bitcoin/master 41a2ce9 merge-script: Merge bitcoin/bitcoin#31464: util: Add missing types in make_secure_unique
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6475849c4020...41a2ce9b7d73
<bitcoin-git> [bitcoin] vasild opened pull request #31612: ci: build msan's libc with _LIBCPP_ABI_BOUNDED_* (master...ci_msan_libc) https://github.com/bitcoin/bitcoin/pull/31612
<bitcoin-git> [bitcoin] fanquake merged pull request #31435: lint: Move assertion linter into lint runner (master...2412-lint-assert) https://github.com/bitcoin/bitcoin/pull/31435
<bitcoin-git> bitcoin/master e8f0e6e Hodlinator: lint: output-only - Avoid repeated arrows, trim
<bitcoin-git> bitcoin/master fa9aacf MarcoFalke: lint: Move assertion linter into lint runner
<bitcoin-git> bitcoin/master 6475849 merge-script: Merge bitcoin/bitcoin#31435: lint: Move assertion linter into lint runner
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/49fc2258cf39...6475849c4020
<bitcoin-git> [bitcoin] kehiy opened pull request #31611: doc: upgrade license to 2025. (master...copying) https://github.com/bitcoin/bitcoin/pull/31611
<bitcoin-git> [bitcoin] kehiy closed pull request #31605: doc: upgrade bitcoin core license to 2025. (master...master) https://github.com/bitcoin/bitcoin/pull/31605
<bitcoin-git> [bitcoin] l0rinc opened pull request #31610: scripted-diff: Replace invalid txid in RPC examples with valid one (master...l0rinc/gettransaction-rpc-doc) https://github.com/bitcoin/bitcoin/pull/31610
<bitcoin-git> [bitcoin] fanquake merged pull request #31526: doc: Install `net/py-pyzmq` port on FreeBSD for `interface_zmq.py` (master...241218-freebsd-pyzmq) https://github.com/bitcoin/bitcoin/pull/31526
<bitcoin-git> bitcoin/master 0a76c29 Hennadii Stepanov: doc: Install `net/py-pyzmq` port on FreeBSD for `interface_zmq.py`
<bitcoin-git> bitcoin/master 49fc225 merge-script: Merge bitcoin/bitcoin#31526: doc: Install `net/py-pyzmq` port on FreeBSD f...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ac918c7cc0e9...49fc2258cf39
<bitcoin-git> [bitcoin] fanquake merged pull request #31552: depends: Update capnproto to 1.1.0 (master...241221-capnp) https://github.com/bitcoin/bitcoin/pull/31552
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a0f0c48ae20e...ac918c7cc0e9
<bitcoin-git> bitcoin/master b0b8d96 Hennadii Stepanov: depends: Update capnproto to 1.1.0
<bitcoin-git> bitcoin/master ac918c7 merge-script: Merge bitcoin/bitcoin#31552: depends: Update capnproto to 1.1.0
<bitcoin-git> [bitcoin] fanquake merged pull request #31584: txmempool: fix typos in comments (master...typos) https://github.com/bitcoin/bitcoin/pull/31584
<bitcoin-git> bitcoin/master a0f0c48 merge-script: Merge bitcoin/bitcoin#31584: txmempool: fix typos in comments
<bitcoin-git> bitcoin/master 34e8ee2 Boris Nagaev: txmempool: fix typos in comments
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/558783625ca7...a0f0c48ae20e
<bitcoin-git> [bitcoin] brunoerg opened pull request #31609: test: importdescriptors is not available for non-descriptor wallets (master...2025-01-test-wallet-legacy-importdescriptors) https://github.com/bitcoin/bitcoin/pull/31609
<bitcoin-git> [bitcoin] fanquake merged pull request #31586: doc: Update NetBSD Build Guide (master...241231-netbsd-py-zmq) https://github.com/bitcoin/bitcoin/pull/31586
<bitcoin-git> bitcoin/master 2bdaf52 Hennadii Stepanov: doc: Update NetBSD Build Guide
<bitcoin-git> bitcoin/master 5587836 merge-script: Merge bitcoin/bitcoin#31586: doc: Update NetBSD Build Guide
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3e936789b167...558783625ca7
<bitcoin-git> [bitcoin] fanquake closed pull request #31597: ci: Switch to latest macOS and Windows images (master...250103-images) https://github.com/bitcoin/bitcoin/pull/31597
<bitcoin-git> [bitcoin] fanquake merged pull request #31592: ci: Run functional tests in msan task (master...2501-ci-msan-fun) https://github.com/bitcoin/bitcoin/pull/31592
<bitcoin-git> bitcoin/master 3e93678 merge-script: Merge bitcoin/bitcoin#31592: ci: Run functional tests in msan task
<bitcoin-git> bitcoin/master fa0411e MarcoFalke: ci: Run functional tests in msan task
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5af642bf48bb...3e936789b167
<bitcoin-git> [bitcoin] fanquake merged pull request #31604: test: fix typo in mempool_ephemeral_dust (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31604
<bitcoin-git> bitcoin/master 5af642b merge-script: Merge bitcoin/bitcoin#31604: test: fix typo in mempool_ephemeral_dust
<bitcoin-git> bitcoin/master 29bca97 epysqyli: test: fix typo in mempool_ephemeral_dust
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4036ee3f2bf5...5af642bf48bb
<bitcoin-git> [bitcoin] maflcko opened pull request #31608: doc: Clarify min macOS and Xcode version (master...2501-doc-macos) https://github.com/bitcoin/bitcoin/pull/31608
<bitcoin-git> [bitcoin] willcl-ark closed pull request #31607: ANEW.Wall (master...master) https://github.com/bitcoin/bitcoin/pull/31607
<bitcoin-git> [bitcoin] MarcelMonde opened pull request #31607: ANEW.Wall (master...master) https://github.com/bitcoin/bitcoin/pull/31607

2025-01-05

<bitcoin-git> [bitcoin] kehiy opened pull request #31605: doc: upgrade Bitcoin Core license to 2025 (master...master) https://github.com/bitcoin/bitcoin/pull/31605
<bitcoin-git> [bitcoin] fjahr closed pull request #30370: sync: improve CCoinsViewCache ReallocateCache - 2nd try (master...2024-07-pr28945) https://github.com/bitcoin/bitcoin/pull/30370

2025-01-04

<bitcoin-git> [bitcoin] epysqyli opened pull request #31604: test: fix typo in mempool_ephemeral_dust (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31604
<bitcoin-git> [bitcoin] hebasto closed pull request #31595: qa: Ensure consistent use of decimals instead of floats (master...250102-decimal) https://github.com/bitcoin/bitcoin/pull/31595
<bitcoin-git> [bitcoin] brunoerg opened pull request #31603: descriptor: check whitespace in `ParsePubkeyInner` (master...2025-01-descriptor-pk) https://github.com/bitcoin/bitcoin/pull/31603

2025-01-03

<bitcoin-git> [bitcoin] achow101 merged pull request #31542: test: Embed univalue json tests in binary (master...2412-univalue-json-tests) https://github.com/bitcoin/bitcoin/pull/31542
<bitcoin-git> [bitcoin] achow101 merged pull request #31547: build: Use character literals for generated json headers to avoid narrowing (master...l0rinc/GenerateHeaderFromJson-character-literal) https://github.com/bitcoin/bitcoin/pull/31547
<bitcoin-git> bitcoin/master 63b6b63 Lőrinc: build: Use character literals for generated headers to avoid narrowing
<bitcoin-git> bitcoin/master fa04485 MarcoFalke: test: Re-enable univalue test fail18.json
<bitcoin-git> bitcoin/master fafa9cc MarcoFalke: test: Embed univalue json tests in binary
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/6aa0e70ccbd5...4036ee3f2bf5
<bitcoin-git> [bitcoin] l0rinc opened pull request #31601: Modernize recent `ByteType` usages and simplify read/write functions (master...l0rinc/crypto-common-use-std-byte) https://github.com/bitcoin/bitcoin/pull/31601
<bitcoin-git> [bitcoin] achow101 closed pull request #31582: [28.x] Finalize 28.1 (28.x...28.1-final) https://github.com/bitcoin/bitcoin/pull/31582
<bitcoin-git> [bitcoin] Sjors opened pull request #31600: rpc: fix mintime field testnet4, expand timewarp attack test (master...2025/01/timewarp-oops) https://github.com/bitcoin/bitcoin/pull/31600
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31524: refactor: Allow std::byte in (Read/Write)(LE/BE) (master...2412-more-byte) https://github.com/bitcoin/bitcoin/pull/31524
<bitcoin-git> bitcoin/master fa83bec MarcoFalke: refactor: Allow std::byte in Read(LE/BE)
<bitcoin-git> bitcoin/master 6aa0e70 Ryan Ofsky: Merge bitcoin/bitcoin#31524: refactor: Allow std::byte in Read(LE/BE)
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/604bf2ea37f8...6aa0e70ccbd5
<bitcoin-git> [bitcoin] i-am-yuvi opened pull request #31599: test: improve rogue calls in mining functions (master...2025-01-pr-31403) https://github.com/bitcoin/bitcoin/pull/31599
<bitcoin-git> [bitcoin] i-am-yuvi closed pull request #31598: #31403 follow-up (master...2025-01-pr-31403) https://github.com/bitcoin/bitcoin/pull/31598
<bitcoin-git> [bitcoin] i-am-yuvi opened pull request #31598: #31403 follow-up (master...2025-01-pr-31403) https://github.com/bitcoin/bitcoin/pull/31598
<bitcoin-git> [bitcoin] glozow merged pull request #28121: include verbose "reject-details" field in testmempoolaccept response (master...tma-debug) https://github.com/bitcoin/bitcoin/pull/28121
<bitcoin-git> [bitcoin] glozow pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/228aba2c4d9a...604bf2ea37f8
<bitcoin-git> bitcoin/master 221c789 Matthew Zipkin: rpc: include verbose reject-details field in testmempoolaccept response
<bitcoin-git> bitcoin/master f9cac63 Matthew Zipkin: test: cover testmempoolaccept debug-message in RBF test
<bitcoin-git> bitcoin/master f9650e1 Matthew Zipkin: rbf: remove unecessary newline at end of error string
<bitcoin-git> [bitcoin] hebasto opened pull request #31597: ci: Switch to latest macOS and Windows images (master...250103-images) https://github.com/bitcoin/bitcoin/pull/31597

2025-01-02

<bitcoin-git> [bitcoin] ryanofsky opened pull request #31596: doc: Clarify comments about endianness after #30526 (master...pr/docblob) https://github.com/bitcoin/bitcoin/pull/31596
<bitcoin-git> [bitcoin] hebasto opened pull request #31595: qa: Ensure consistent use of decimals instead of floats (master...250102-decimal) https://github.com/bitcoin/bitcoin/pull/31595
<bitcoin-git> [bitcoin] maflcko closed pull request #31481: fuzz: Faster leak check when generating corpus (master...2412-fuzz-stable-fast) https://github.com/bitcoin/bitcoin/pull/31481
<bitcoin-git> [bitcoin] maflcko opened pull request #31594: 28.1rc3 backports (28.x...2501-28-back) https://github.com/bitcoin/bitcoin/pull/31594
<bitcoin-git> [bitcoin] maflcko opened pull request #31593: ci: Bump centos stream 10 (master...2501-ci-stream-10) https://github.com/bitcoin/bitcoin/pull/31593
<bitcoin-git> [bitcoin] maflcko opened pull request #31592: ci: Run functional tests in msan task (master...2501-ci-msan-fun) https://github.com/bitcoin/bitcoin/pull/31592
<bitcoin-git> [gui] maflcko closed pull request #692: Debug Console implementation of generate method (master...generate-gui-console) https://github.com/bitcoin-core/gui/pull/692
<bitcoin-git> [bitcoin] achow101 opened pull request #31590: descriptors: Try pubkeys of both evenness when retrieving the private keys for an xonly pubkey in a descriptor (master...fix-constpubkey-xonly-getprivkey) https://github.com/bitcoin/bitcoin/pull/31590

2025-01-01

<bitcoin-git> [bitcoin] maflcko closed pull request #31587: Enhance fee estimation logic and improve error handling in TxConfirmS… (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31587
<bitcoin-git> [bitcoin] theStack opened pull request #31588: contrib: fix `test_deterministic_coverage.sh` script for out-of-tree builds (master...202501-contrib-fix-test-deterministic_coverage_sh) https://github.com/bitcoin/bitcoin/pull/31588

2024-12-31

<bitcoin-git> [bitcoin] Gudnessuche opened pull request #31587: Enhance fee estimation logic and improve error handling in TxConfirmS… (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31587
<bitcoin-git> [bitcoin] jaeheonshim closed pull request #31572: refactor: Remove redundant edge case in fee rate rounding logic (master...2412-refactor-fee-rate-rounding) https://github.com/bitcoin/bitcoin/pull/31572
<bitcoin-git> [bitcoin] hebasto opened pull request #31586: doc: Update NetBSD Build Guide (master...241231-netbsd-py-zmq) https://github.com/bitcoin/bitcoin/pull/31586
<bitcoin-git> [bitcoin] achow101 closed pull request #31585: Create docker-image.yml (master...master) https://github.com/bitcoin/bitcoin/pull/31585
<bitcoin-git> [bitcoin] mikeknack86 opened pull request #31585: Create docker-image.yml (master...master) https://github.com/bitcoin/bitcoin/pull/31585
<bitcoin-git> [bitcoin] starius opened pull request #31584: txmempool: fix typos in comments (master...typos) https://github.com/bitcoin/bitcoin/pull/31584

2024-12-30

<bitcoin-git> [bitcoin] achow101 merged pull request #31555: descriptor: remove unreachable verification for `pkh` (master...2024-12-descriptor-unreachable) https://github.com/bitcoin/bitcoin/pull/31555
<bitcoin-git> bitcoin/master e366408 brunoerg: descriptor: remove unreachable verification for `pkh`
<bitcoin-git> bitcoin/master 366ae00 brunoerg: descriptor: Assume `ParseScript` is not being called with a P2WPKH context
<bitcoin-git> bitcoin/master 228aba2 Ava Chow: Merge bitcoin/bitcoin#31555: descriptor: remove unreachable verification f...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9b9752217f2d...228aba2c4d9a
<bitcoin-git> [bitcoin] Sjors opened pull request #31583: rpc: add target to getmininginfo and introduce gettarget (master...2024/12/gettarget) https://github.com/bitcoin/bitcoin/pull/31583
<bitcoin-git> [bitcoin] achow101 merged pull request #31570: test: descriptor: fix test for `MaxSatisfactionWeight` (master...2024-12-descriptor-fix-test) https://github.com/bitcoin/bitcoin/pull/31570
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/87c9ebd88920...9b9752217f2d
<bitcoin-git> bitcoin/master b29d68f brunoerg: test: descriptor: fix test for `MaxSatisfactionWeight`
<bitcoin-git> bitcoin/master 9b97522 Ava Chow: Merge bitcoin/bitcoin#31570: test: descriptor: fix test for `MaxSatisfacti...
<bitcoin-git> [bitcoin] achow101 merged pull request #31563: rpc: Extend scope of validation mutex in generateblock (master...2412-generatetoaddress-missing-lock) https://github.com/bitcoin/bitcoin/pull/31563
<bitcoin-git> bitcoin/master 87c9ebd Ava Chow: Merge bitcoin/bitcoin#31563: rpc: Extend scope of validation mutex in gene...
<bitcoin-git> bitcoin/master fa62c8b MarcoFalke: rpc: Extend scope of validation mutex in generateblock
<bitcoin-git> bitcoin/master fa63b82 MarcoFalke: test: generateblocks called by multiple threads
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/df5c643f92d4...87c9ebd88920
<bitcoin-git> [bitcoin] achow101 merged pull request #31556: validation: Send correct notification during snapshot completion (master...202412_assumeutxo_wallet) https://github.com/bitcoin/bitcoin/pull/31556
<bitcoin-git> bitcoin/master 226d03d Martin Zumsande: validation: Send correct notification during snapshot completion
<bitcoin-git> bitcoin/master bc43eca Martin Zumsande: test: add functional test for balance after snapshot completion
<bitcoin-git> bitcoin/master df5c643 Ava Chow: Merge bitcoin/bitcoin#31556: validation: Send correct notification during ...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fa3de038f744...df5c643f92d4
<bitcoin-git> [bitcoin] achow101 merged pull request #31537: qa: Limit `-maxconnections` in tests (master...241218-maxconn-warn) https://github.com/bitcoin/bitcoin/pull/31537
<bitcoin-git> bitcoin/master fa3de03 Ava Chow: Merge bitcoin/bitcoin#31537: qa: Limit `-maxconnections` in tests
<bitcoin-git> bitcoin/master d9d5bc2 Hennadii Stepanov: qa: Limit `-maxconnections` in tests
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ba0cb7d5a54f...fa3de038f744
<bitcoin-git> [bitcoin] furszy closed pull request #27006: reduce cs_main scope, guard block index 'nFile' under a local mutex (master...2022_reduce_cs_main_scope_blockindex_nfile) https://github.com/bitcoin/bitcoin/pull/27006
<bitcoin-git> [bitcoin] furszy closed pull request #26732: [WIP] wallet: tx creation, don't select outputs from txes that are being replaced (master...2022_wallet_do_not_select_utxo_from_the_tx_being_replaced) https://github.com/bitcoin/bitcoin/pull/26732
<bitcoin-git> [bitcoin] achow101 merged pull request #31468: test: Avoid intermittent error in assert_equal(pruneheight_new, 248) (master...2412-test-fix) https://github.com/bitcoin/bitcoin/pull/31468
<bitcoin-git> bitcoin/master ba0cb7d Ava Chow: Merge bitcoin/bitcoin#31468: test: Avoid intermittent error in assert_equa...
<bitcoin-git> bitcoin/master fa0998f MarcoFalke: test: Avoid intermittent error in assert_equal(pruneheight_new, 248)
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/69e35f5c60ad...ba0cb7d5a54f
<bitcoin-git> [bitcoin] achow101 merged pull request #31403: test: Call generate RPCs through test framework only (master...2412-test-gen) https://github.com/bitcoin/bitcoin/pull/31403
<bitcoin-git> bitcoin/master fa6e599 MarcoFalke: test: Call generate through test framework only
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/17db84dbb8db...69e35f5c60ad
<bitcoin-git> bitcoin/master 69e35f5 Ava Chow: Merge bitcoin/bitcoin#31403: test: Call generate RPCs through test framewo...
<bitcoin-git> [bitcoin] achow101 merged pull request #31251: test: report detailed msg during utf8 response decoding error (master...2024_test_report_invalid_response) https://github.com/bitcoin/bitcoin/pull/31251
<bitcoin-git> bitcoin/master 17db84d Ava Chow: Merge bitcoin/bitcoin#31251: test: report detailed msg during utf8 respons...
<bitcoin-git> bitcoin/master a2c45ae furszy: test: report failure during utf8 response decoding
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e6f14241f6d3...17db84dbb8db
<bitcoin-git> [bitcoin] achow101 merged pull request #31540: refactor: std::span compat fixes (master...2412-span-prep) https://github.com/bitcoin/bitcoin/pull/31540
<bitcoin-git> bitcoin/master faae6fa MarcoFalke: refactor: Simplify SpanPopBack
<bitcoin-git> bitcoin/master fac3a78 MarcoFalke: refactor: Avoid needless, unsafe c-style cast
<bitcoin-git> bitcoin/master facc4f1 MarcoFalke: refactor: Replace fwd-decl with proper include
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/a137b0bd6b21...e6f14241f6d3
<bitcoin-git> [bitcoin] achow101 merged pull request #31215: rpc: increase the defaults for -rpcthreads and -rpcworkqueue (master...rpcthreads) https://github.com/bitcoin/bitcoin/pull/31215
<bitcoin-git> bitcoin/master e56fc7c Vasil Dimov: rpc: increase the defaults for -rpcthreads and -rpcworkqueue
<bitcoin-git> bitcoin/master a137b0b Ava Chow: Merge bitcoin/bitcoin#31215: rpc: increase the defaults for -rpcthreads an...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67bfe28995eb...a137b0bd6b21
<bitcoin-git> [bitcoin] achow101 merged pull request #31531: rpc: Add signet_challenge field to getblockchaininfo and getmininginfo (master...signet-rpc) https://github.com/bitcoin/bitcoin/pull/31531
<bitcoin-git> bitcoin/master ecaa786 Ash Manning: rpc: add signet_challenge field to getblockchaininfo and getmininginfo
<bitcoin-git> bitcoin/master 67bfe28 Ava Chow: Merge bitcoin/bitcoin#31531: rpc: Add signet_challenge field to getblockch...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad174c281758...67bfe28995eb
<bitcoin-git> [bitcoin] achow101 merged pull request #31497: Remove unused variable assignment (master...remove-unused-var-assighnment) https://github.com/bitcoin/bitcoin/pull/31497
<bitcoin-git> bitcoin/master ad174c2 Ava Chow: Merge bitcoin/bitcoin#31497: Remove unused variable assignment
<bitcoin-git> bitcoin/master b9766c9 yancy: Remove unused variable assignment
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9355578a7797...ad174c281758
<bitcoin-git> [bitcoin] achow101 opened pull request #31582: [28.x] Finalize 28.1 (28.x...28.1-final) https://github.com/bitcoin/bitcoin/pull/31582
<bitcoin-git> [bitcoin] Sjors opened pull request #31581: test: have miner_tests use Mining interface and fewer cs_main locks (master...2024/12/miner_tests) https://github.com/bitcoin/bitcoin/pull/31581
<bitcoin-git> [bitcoin] hebasto opened pull request #31580: test: Remove non-portable IPv6 test (master...241230-cnetaddr_basic) https://github.com/bitcoin/bitcoin/pull/31580

2024-12-28

<bitcoin-git> [bitcoin] fanquake closed pull request #31578: fix: typos fix in README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31578
<bitcoin-git> [bitcoin] Jorah-M opened pull request #31578: fix: typos fix in README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31578
<bitcoin-git> [bitcoin] SecondPort closed pull request #31575: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue-1) https://github.com/bitcoin/bitcoin/pull/31575

2024-12-27

<bitcoin-git> [bitcoin] brunoerg closed pull request #31577: fuzz: fuzz `max_ret_len` for `DecodeBase58`/`DecodeBase58Check` (master...2024-12-fuzz-base-encode-decode) https://github.com/bitcoin/bitcoin/pull/31577
<bitcoin-git> [bitcoin] brunoerg opened pull request #31577: fuzz: fuzz `max_ret_len` for `DecodeBase58`/`DecodeBase58Check` (master...2024-12-fuzz-base-encode-decode) https://github.com/bitcoin/bitcoin/pull/31577
<bitcoin-git> [bitcoin] hebasto opened pull request #31576: test: Move `script_assets_tests` into its own suite (master...241227-test-assets) https://github.com/bitcoin/bitcoin/pull/31576
<bitcoin-git> [bitcoin] SecondPort opened pull request #31575: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue-1) https://github.com/bitcoin/bitcoin/pull/31575
<bitcoin-git> [bitcoin] SecondPort closed pull request #31574: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue) https://github.com/bitcoin/bitcoin/pull/31574
<bitcoin-git> [bitcoin] SecondPort reopened pull request #31574: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue) https://github.com/bitcoin/bitcoin/pull/31574
<bitcoin-git> [bitcoin] SecondPort closed pull request #31574: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue) https://github.com/bitcoin/bitcoin/pull/31574
<bitcoin-git> [bitcoin] SecondPort opened pull request #31574: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue) https://github.com/bitcoin/bitcoin/pull/31574
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31534: coins: warn on shutdown for big UTXO set flushes (master...l0rinc/warn-big-flush) https://github.com/bitcoin/bitcoin/pull/31534
<bitcoin-git> bitcoin/master 5709718 Lőrinc: coins: warn on shutdown for big UTXO set flushes
<bitcoin-git> bitcoin/master 9355578 Ryan Ofsky: Merge bitcoin/bitcoin#31534: coins: warn on shutdown for big UTXO set flus...
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f95fb793726b...9355578a7797
<bitcoin-git> [bitcoin] ryanofsky merged pull request #28521: net, net_processing: additional and consistent disconnect logging (master...2023/09/more_net_log) https://github.com/bitcoin/bitcoin/pull/28521
<bitcoin-git> bitcoin/master 937ef9e Sjors Provoost: net_processing: use CNode::DisconnectMsg helper
<bitcoin-git> bitcoin/master 1d01ad4 Sjors Provoost: net: add LogIP() helper, use in net_processing
<bitcoin-git> bitcoin/master ad22442 Sjors Provoost: net: additional disconnection logging
<bitcoin-git> [bitcoin] ryanofsky pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/fc7b21484703...f95fb793726b
<bitcoin-git> [bitcoin] jaeheonshim opened pull request #31572: refactor: Remove redundant edge case in fee rate rounding logic (master...2412-refactor-fee-rate-rounding) https://github.com/bitcoin/bitcoin/pull/31572

2024-12-26

<bitcoin-git> [bitcoin] brunoerg opened pull request #31570: test: descriptor: fix test for `MaxSatisfactionWeight` (master...2024-12-descriptor-fix-test) https://github.com/bitcoin/bitcoin/pull/31570
<bitcoin-git> [bitcoin] fanquake closed pull request #31569: fix: typos in documentation files (master...master) https://github.com/bitcoin/bitcoin/pull/31569
<bitcoin-git> [bitcoin] vtjl10 opened pull request #31569: fix: typos in documentation files (master...master) https://github.com/bitcoin/bitcoin/pull/31569

2024-12-25

<bitcoin-git> [bitcoin] lucasbalieiro closed pull request #31567: test: add unit tests for SigningResultString function (master...test/common-signmessage) https://github.com/bitcoin/bitcoin/pull/31567

2024-12-24

<bitcoin-git> [bitcoin] lucasbalieiro opened pull request #31567: test: add unit tests for SigningResultString function (master...test/common-signmessage) https://github.com/bitcoin/bitcoin/pull/31567
<bitcoin-git> [bitcoin] lucasbalieiro closed pull request #31566: [WIP] test: add unit tests for SigningResultString function (master...test/common-signmessage) https://github.com/bitcoin/bitcoin/pull/31566
<bitcoin-git> [bitcoin] lucasbalieiro opened pull request #31566: test: add unit tests for SigningResultString function (master...test/common-signmessage) https://github.com/bitcoin/bitcoin/pull/31566
<bitcoin-git> [bitcoin] Sjors opened pull request #31564: Add checkblock RPC and checkBlock() to Mining interface (master...2024/12/check-block) https://github.com/bitcoin/bitcoin/pull/31564
<bitcoin-git> [bitcoin] maflcko opened pull request #31563: rpc: Extend scope of validation mutex in generatetoaddress (master...2412-generatetoaddress-missing-lock) https://github.com/bitcoin/bitcoin/pull/31563
<bitcoin-git> [bitcoin] theStack opened pull request #31560: rpc: allow writing UTXO set to a named pipe, introduce dump_to_sqlite.sh script (master...202412-dumptxoutset-allow_write_to_named_pipe) https://github.com/bitcoin/bitcoin/pull/31560

2024-12-23

<bitcoin-git> [bitcoin] mzumsande opened pull request #31556: validation: Send correct notification during snapshot completion (master...202412_assumeutxo_wallet) https://github.com/bitcoin/bitcoin/pull/31556
<bitcoin-git> [bitcoin] brunoerg opened pull request #31555: descriptor: remove unreachable verification for `pkh` (master...2024-12-descriptor-unreachable) https://github.com/bitcoin/bitcoin/pull/31555

2024-12-22

<bitcoin-git> [bitcoin] sipa opened pull request #31553: cluster mempool: add TxGraph reorg functionality (master...202412_txgraph_trim) https://github.com/bitcoin/bitcoin/pull/31553

2024-12-21

<bitcoin-git> [bitcoin] hebasto opened pull request #31552: depends: Update capnproto to 1.1.0 (master...241221-capnp) https://github.com/bitcoin/bitcoin/pull/31552
<bitcoin-git> [bitcoin] l0rinc opened pull request #31551: optimization: bulk reads(27%)/writes(290%) in [undo]block [de]serialization (master...l0rinc/bulk-block-read-write) https://github.com/bitcoin/bitcoin/pull/31551

2024-12-20

<bitcoin-git> [bitcoin] marcofleon opened pull request #31549: fuzz: Abort if system time is called without mock time being set (master...2024/12/fuzz-set-mocktime) https://github.com/bitcoin/bitcoin/pull/31549
<bitcoin-git> [bitcoin] maflcko opened pull request #31548: fuzz: Abort when global PRNG is used before SeedRand::ZEROS (master...2412-fuzz-abort-g-rng) https://github.com/bitcoin/bitcoin/pull/31548
<bitcoin-git> [bitcoin] fanquake merged pull request #31529: guix: latest 2.31 glibc (master...glibc_2_31_latest) https://github.com/bitcoin/bitcoin/pull/31529
<bitcoin-git> bitcoin/master 23b8a42 fanquake: guix: bump glibc 2.31 to 7b27c450c34563a28e634cccb399cd415e71ebfe
<bitcoin-git> bitcoin/master fc7b214 merge-script: Merge bitcoin/bitcoin#31529: guix: latest 2.31 glibc
<bitcoin-git> bitcoin/master b871020 fanquake: guix: disable timezone tools & profiling in glibc
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/273440d5c9dc...fc7b21484703
<bitcoin-git> [bitcoin] fanquake merged pull request #31535: doc: Install `py3-zmq` port on OpenBSD for `interface_zmq.py` (master...241218-openbsd-pyzmq) https://github.com/bitcoin/bitcoin/pull/31535
<bitcoin-git> bitcoin/master 273440d merge-script: Merge bitcoin/bitcoin#31535: doc: Install `py3-zmq` port on OpenBSD for `i...
<bitcoin-git> bitcoin/master be1a2e5 Hennadii Stepanov: doc: Install `py3-zmq` port on OpenBSD for `interface_zmq.py`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4cdf50c4ba81...273440d5c9dc
<bitcoin-git> [bitcoin] fanquake merged pull request #31544: cmake: Remove unused `BUILD_TESTING` variable from "dev-mode" preset (master...241219-unused) https://github.com/bitcoin/bitcoin/pull/31544
<bitcoin-git> bitcoin/master 4cdf50c merge-script: Merge bitcoin/bitcoin#31544: cmake: Remove unused `BUILD_TESTING` variable...
<bitcoin-git> bitcoin/master e196190 Hennadii Stepanov: cmake: Remove unused `BUILD_TESTING` variable from "dev-mode" preset
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bb57017b2945...4cdf50c4ba81
<bitcoin-git> [bitcoin] l0rinc opened pull request #31547: build: Use character literals for generated headers to avoid narrowing (master...l0rinc/GenerateHeaderFromJson-character-literal) https://github.com/bitcoin/bitcoin/pull/31547
<bitcoin-git> [bitcoin] 0xB10C closed pull request #31377: ci: allow passing extra args to docker build with CI_IMAGE_BUILD_EXTRA_ARGS (master...2024-11-CI_IMAGE_BUILD_EXTRA_ARGS) https://github.com/bitcoin/bitcoin/pull/31377
<bitcoin-git> [bitcoin] 0xB10C opened pull request #31545: ci: optionally use local docker build cache (master...2024-11-ci-optional-local-docker-build-cache) https://github.com/bitcoin/bitcoin/pull/31545

2024-12-19

<bitcoin-git> [bitcoin] hebasto opened pull request #31544: cmake: Remove unused `BUILD_TESTING` variable from "dev-mode" preset (master...241219-unused) https://github.com/bitcoin/bitcoin/pull/31544
<bitcoin-git> [gui-qml] hebasto merged pull request #440: wallet, tests: Avoid stringop-overflow warning in PollutePubKey (main...241216-stringop-overflow) https://github.com/bitcoin-core/gui-qml/pull/440
<bitcoin-git> gui-qml/main b4bebc3 Hennadii Stepanov: Merge bitcoin-core/gui-qml#440: wallet, tests: Avoid stringop-overflow war...
<bitcoin-git> [gui-qml] hebasto pushed 2 commits to main: https://github.com/bitcoin-core/gui-qml/compare/be23a6e23252...b4bebc316e76
<bitcoin-git> gui-qml/main 62468fe Ava Chow: wallet, tests: Avoid stringop-overflow warning in PollutePubKey
<bitcoin-git> [bitcoin] hebasto opened pull request #31543: cmake: Always provide `RPATH` on NetBSD (master...241219-netbsd-rpath) https://github.com/bitcoin/bitcoin/pull/31543
<bitcoin-git> [bitcoin] maflcko opened pull request #31542: test: Embed univalue json tests in binary (master...2412-univalue-json-tests) https://github.com/bitcoin/bitcoin/pull/31542
<bitcoin-git> [bitcoin] hebasto opened pull request #31541: qa: Use `sys.executable` when invoking other Python scripts (master...241219-qa-signers) https://github.com/bitcoin/bitcoin/pull/31541
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31521: fuzz: Fix misplaced SeedRand::ZEROS (master...2412-fuzz-zero) https://github.com/bitcoin/bitcoin/pull/31521
<bitcoin-git> bitcoin/master fadd568 MarcoFalke: fuzz: Fix misplaced SeedRand::ZEROS
<bitcoin-git> bitcoin/master bb57017 Ryan Ofsky: Merge bitcoin/bitcoin#31521: fuzz: Fix misplaced SeedRand::ZEROS
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5bbbc0d0eeb8...bb57017b2945
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31325: Make m_tip_block std::optional (master...2024/11/m_tip_block) https://github.com/bitcoin/bitcoin/pull/31325
<bitcoin-git> bitcoin/master e058544 Sjors Provoost: Make m_tip_block an std::optional
<bitcoin-git> bitcoin/master 81cea5d Sjors Provoost: Ensure m_tip_block is never ZERO
<bitcoin-git> bitcoin/master 5bbbc0d Ryan Ofsky: Merge bitcoin/bitcoin#31325: Make m_tip_block std::optional
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c1252b14d714...5bbbc0d0eeb8
<bitcoin-git> [bitcoin] maflcko opened pull request #31540: refactor: std::span compat fixes (master...2412-span-prep) https://github.com/bitcoin/bitcoin/pull/31540
<bitcoin-git> [bitcoin] l0rinc opened pull request #31539: optimization: buffer reads/writes in [undo]blocks (master...l0rinc/buffered-block-read-write) https://github.com/bitcoin/bitcoin/pull/31539
<bitcoin-git> [bitcoin] maflcko closed pull request #31538: doc: fix 404 URL (master...master) https://github.com/bitcoin/bitcoin/pull/31538
<bitcoin-git> [bitcoin] goodfirm opened pull request #31538: doc: fix 404 URL (master...master) https://github.com/bitcoin/bitcoin/pull/31538

2024-12-18

<bitcoin-git> [bitcoin] hebasto opened pull request #31537: Do not print "Reducing -maxconnections..." warning in tests (master...241218-maxconn-warn) https://github.com/bitcoin/bitcoin/pull/31537
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31520: #31318 followups (master...2024/12/pr-31318-followups) https://github.com/bitcoin/bitcoin/pull/31520
<bitcoin-git> bitcoin/master 4f06ae0 Sjors Provoost: refactor: fix typo in node/types.h
<bitcoin-git> bitcoin/master c1252b1 Ryan Ofsky: Merge bitcoin/bitcoin#31520: #31318 followups
<bitcoin-git> bitcoin/master 366fbf1 Sjors Provoost: test: drop extraneous bracket in mining util
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fa0c473d4c82...c1252b14d714
<bitcoin-git> [bitcoin] hebasto opened pull request #31535: doc: Install `py3-zmq` port on OpenBSD for `interface_zmq.py` (master...241218-openbsd-pyzmq) https://github.com/bitcoin/bitcoin/pull/31535
<bitcoin-git> bitcoin/master c991cea Sjors Provoost: Remove processNewBlock() from mining interface
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31196: Prune mining interface (master...2024/10/mining-drop-processnewblock) https://github.com/bitcoin/bitcoin/pull/31196
<bitcoin-git> bitcoin/master bfc4e02 Sjors Provoost: Remove testBlockValidity() from mining interface
<bitcoin-git> bitcoin/master 9a47852 Sjors Provoost: Remove getTransactionsUpdated() from mining interface
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ea53568a0685...fa0c473d4c82
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31393: refactor: Move GuessVerificationProgress into ChainstateManager (master...2411-mv-gvp) https://github.com/bitcoin/bitcoin/pull/31393
<bitcoin-git> bitcoin/master ea53568 Ryan Ofsky: Merge bitcoin/bitcoin#31393: refactor: Move GuessVerificationProgress into...
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/477b35746074...ea53568a0685
<bitcoin-git> bitcoin/master facb4d0 MarcoFalke: refactor: Move GuessVerificationProgress into ChainstateManager
<bitcoin-git> [bitcoin] l0rinc opened pull request #31534: coins: warn on shutdown for big UTXO set flushes (master...l0rinc/warn-big-flush) https://github.com/bitcoin/bitcoin/pull/31534
<bitcoin-git> [bitcoin] mzumsande opened pull request #31533: fuzz: Add fuzz target for block index tree and related validation events (master...202412_fuzz_checkblockindex_pr) https://github.com/bitcoin/bitcoin/pull/31533
<bitcoin-git> [bitcoin] A-Manning opened pull request #31531: rpc: Add signet_challenge field to getblockchaininfo and getmininginfo (master...signet-rpc) https://github.com/bitcoin/bitcoin/pull/31531
<bitcoin-git> [bitcoin] l0rinc closed pull request #31528: doc: emphasize that `Assume` always evaluates (master...l0rinc/document-assume-evaluation) https://github.com/bitcoin/bitcoin/pull/31528
<bitcoin-git> [bitcoin] maflcko closed pull request #31530: doc: correct comment (master...master) https://github.com/bitcoin/bitcoin/pull/31530
<bitcoin-git> [bitcoin] jjjike2021 opened pull request #31530: doc: correct comment (master...master) https://github.com/bitcoin/bitcoin/pull/31530
<bitcoin-git> [bitcoin] fanquake opened pull request #31529: guix: latest 2.31 glibc (master...glibc_2_31_latest) https://github.com/bitcoin/bitcoin/pull/31529
<bitcoin-git> [bitcoin] l0rinc opened pull request #31528: doc: emphasize that `Assume` always evaluates (master...l0rinc/document-assume-evaluation) https://github.com/bitcoin/bitcoin/pull/31528
<bitcoin-git> [bitcoin] hebasto opened pull request #31526: doc: Install `net/py-pyzmq` port on FreeBSD for `interface_zmq.py` (master...241218-freebsd-pyzmq) https://github.com/bitcoin/bitcoin/pull/31526
<bitcoin-git> [bitcoin] maflcko closed pull request #31525: Correct typo in "OLD_CMAKE_REQURED_FLAGS" (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31525
<bitcoin-git> [bitcoin] savvar9991 opened pull request #31525: Correct typo in "OLD_CMAKE_REQURED_FLAGS" (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31525
<bitcoin-git> [bitcoin] maflcko opened pull request #31524: refactor: Allow std::byte in Read(LE/BE) (master...2412-more-byte) https://github.com/bitcoin/bitcoin/pull/31524
<bitcoin-git> [bitcoin] hebasto closed pull request #31434: test, univalue: Specify path to tests instead of hardcoding (master...241206-unitester) https://github.com/bitcoin/bitcoin/pull/31434
<bitcoin-git> [bitcoin] maflcko closed pull request #31523: docs: Improve wording in benchmarking Update benchmarking.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31523
<bitcoin-git> [bitcoin] barajeel opened pull request #31523: docs: Improve wording in benchmarking Update benchmarking.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31523
<bitcoin-git> [bitcoin] maflcko opened pull request #31522: ci: Enable DEBUG=1 for one GCC-12 build to catch 117966 regressions (master...2412-ci-gcc-debug) https://github.com/bitcoin/bitcoin/pull/31522
<bitcoin-git> [bitcoin] maflcko opened pull request #31521: fuzz: Fix misplaced SeedRand::ZEROS (master...2412-fuzz-zero) https://github.com/bitcoin/bitcoin/pull/31521
<bitcoin-git> [bitcoin] Sjors opened pull request #31520: #31318 followups (master...2024/12/pr-31318-followups) https://github.com/bitcoin/bitcoin/pull/31520

2024-12-17

<bitcoin-git> [bitcoin] maflcko closed pull request #29119: refactor: Use std::span over Span (master...2312-std-span-) https://github.com/bitcoin/bitcoin/pull/29119
<bitcoin-git> [bitcoin] maflcko opened pull request #31519: refactor: Use std::span over Span (master...2412-span) https://github.com/bitcoin/bitcoin/pull/31519
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v28.1rc2: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v28.1rc2
<bitcoin-git> bitcoin-detached-sigs/28.x d95d8c4 Ava Chow: 28.1: win signature for rc2
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/1a07dc3f699b...d95d8c47d635
<bitcoin-git> bitcoin-detached-sigs/28.x 1a07dc3 Matthew Zipkin: 28.1rc2: osx signature for rc2
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/f79e2ce472db...1a07dc3f699b
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31493: refactor: Use immediate lambda to work around GCC bug 117966 (master...2412-gcc-workaround) https://github.com/bitcoin/bitcoin/pull/31493
<bitcoin-git> bitcoin/master fa9e048 MarcoFalke: refactor: Use immediate lambda to work around GCC bug 117966
<bitcoin-git> bitcoin/master 477b357 Ryan Ofsky: Merge bitcoin/bitcoin#31493: refactor: Use immediate lambda to work around...