2025-01-23

<bitcoin-git> [bitcoin] fanquake merged pull request #31696: test: Check that reindex with prune wipes blk files (master...2501-test-reindex-prune) https://github.com/bitcoin/bitcoin/pull/31696
<bitcoin-git> bitcoin/master fa9593e MarcoFalke: test: Use high-level python types
<bitcoin-git> bitcoin/master 2317e6c merge-script: Merge bitcoin/bitcoin#31696: test: Check that reindex with prune wipes blk...
<bitcoin-git> bitcoin/master fa9aced MarcoFalke: test: Check that reindex with prune wipes blk files
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/94f0adcc31d2...2317e6cf2da8
<bitcoin-git> [bitcoin] hebasto closed pull request #31504: cmake: De-duplicate libraries on link lines opportunistically (master...241215-duplicate) https://github.com/bitcoin/bitcoin/pull/31504
<bitcoin-git> [bitcoin] hebasto closed 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 #31541: qa: Use `sys.executable` when invoking other Python scripts (master...241219-qa-signers) https://github.com/bitcoin/bitcoin/pull/31541
<bitcoin-git> bitcoin/master d38ade7 Hennadii Stepanov: qa: Use `sys.executable` when invoking other Python scripts
<bitcoin-git> bitcoin/master 94f0adc merge-script: Merge bitcoin/bitcoin#31541: qa: Use `sys.executable` when invoking other ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/59876b3ad71c...94f0adcc31d2
<bitcoin-git> [bitcoin] fanquake merged pull request #31376: Miner: never create a template which exploits the timewarp bug (master...2411_miner_never_timewarp) https://github.com/bitcoin/bitcoin/pull/31376
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/449a25b9582e...59876b3ad71c
<bitcoin-git> bitcoin/master 59876b3 merge-script: Merge bitcoin/bitcoin#31376: Miner: never create a template which exploits...
<bitcoin-git> bitcoin/master 733fa0b Antoine Poinsot: miner: never create a template which exploits the timewarp bug
<bitcoin-git> [bitcoin] hebasto opened pull request #31722: cmake: Copy `cov_tool_wrapper.sh.in` to the build tree (master...250123-cmake-cov) https://github.com/bitcoin/bitcoin/pull/31722
<bitcoin-git> [bitcoin] maflcko closed pull request #31717: docs: fix README.md (master...docs-fix) https://github.com/bitcoin/bitcoin/pull/31717
<bitcoin-git> [bitcoin] fanquake closed pull request #28055: Bugfix: net_processing: Restore "Already requested" error for FetchBlock (master...fix_getblockfrompeer_rereq_err) https://github.com/bitcoin/bitcoin/pull/28055
<bitcoin-git> [bitcoin] fanquake merged pull request #31709: cmake: Fail if `Libmultiprocess` is missing when `WITH_MULTIPROCESS=ON` (master...250122-mp-error) https://github.com/bitcoin/bitcoin/pull/31709
<bitcoin-git> bitcoin/master 449a25b merge-script: Merge bitcoin/bitcoin#31709: cmake: Fail if `Libmultiprocess` is missing w...
<bitcoin-git> bitcoin/master c31166a Hennadii Stepanov: cmake: Fail if `Libmultiprocess` is missing when `WITH_MULTIPROCESS=ON`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5acf12bafeb1...449a25b9582e
<bitcoin-git> [bitcoin] fanquake closed 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] tnndbtc opened pull request #31719: miniscript: fixes #29098 by only use first k valid signatures (master...fix-multi-sig-performance) https://github.com/bitcoin/bitcoin/pull/31719
<bitcoin-git> [gui-qml] johnny9 opened pull request #442: qml: Introduce the Desktop Wallet Activity Page (main...activity-page) https://github.com/bitcoin-core/gui-qml/pull/442
<bitcoin-git> [bitcoin] wgyt opened pull request #31718: Docs: fix typos in documentation files (master...typo) https://github.com/bitcoin/bitcoin/pull/31718

2025-01-22

<bitcoin-git> [bitcoin] nnsW3 opened pull request #31717: docs: fix README.md (master...docs-fix) https://github.com/bitcoin/bitcoin/pull/31717
<bitcoin-git> [bitcoin] theuni opened pull request #31715: build: CMake security checks workarounds (master...cmake-security-checks-workarounds) https://github.com/bitcoin/bitcoin/pull/31715
<bitcoin-git> [bitcoin] mzumsande opened pull request #31714: validation: Do less work in NeedsRedownload (master...202501_simpler_segwit_check) https://github.com/bitcoin/bitcoin/pull/31714
<bitcoin-git> [bitcoin] hodlinator opened pull request #31713: script refactor: Remove superfluous unique_ptr-indirection (#30866 follow-up) (master...2024/11/miniscript_ownership) https://github.com/bitcoin/bitcoin/pull/31713
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31583: rpc: add target to getmininginfo field and show next block info (master...2024/12/gettarget) https://github.com/bitcoin/bitcoin/pull/31583
<bitcoin-git> bitcoin/master 7ddbed4 Sjors Provoost: rpc: add nBits to getmininginfo
<bitcoin-git> bitcoin/master ba7b9f3 Sjors Provoost: build: move pow and chain to bitcoin_common
<bitcoin-git> [bitcoin] ryanofsky pushed 15 commits to master: https://github.com/bitcoin/bitcoin/compare/78fa88c53ad8...5acf12bafeb1
<bitcoin-git> bitcoin/master c4cc9e3 Sjors Provoost: consensus: add DeriveTarget() to pow.h
<bitcoin-git> [bitcoin] theuni opened pull request #31711: build: set build type and per-build-type flags as early as possible (master...cmake-early-checks-flags) https://github.com/bitcoin/bitcoin/pull/31711
<bitcoin-git> [bitcoin] fanquake closed pull request #31710: Typo fix release-notes-0.10.0.md (master...Fix-typo) https://github.com/bitcoin/bitcoin/pull/31710
<bitcoin-git> [bitcoin] BorisNaum opened pull request #31710: Typo fix release-notes-0.10.0.md (master...Fix-typo) https://github.com/bitcoin/bitcoin/pull/31710
<bitcoin-git> [bitcoin] ryanofsky merged 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/master 78fa88c Ryan Ofsky: Merge bitcoin/bitcoin#31548: fuzz: Abort when global PRNG is used before S...
<bitcoin-git> bitcoin/master fa3c787 MarcoFalke: fuzz: Abort when global PRNG is used before SeedRand::ZEROS
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d6f6fd00d7d...78fa88c53ad8
<bitcoin-git> [bitcoin] hebasto opened pull request #31709: cmake: Fail if `Libmultiprocess` is missing when `WITH_MULTIPROCESS=ON` (master...250122-mp-error) https://github.com/bitcoin/bitcoin/pull/31709
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31490: refactor: inline `UndoWriteToDisk` and `WriteBlockToDisk` to reduce serialization calls (master...l0rinc/undo) https://github.com/bitcoin/bitcoin/pull/31490
<bitcoin-git> bitcoin/master 86b85bb Lőrinc: bench: add SaveBlockBench
<bitcoin-git> bitcoin/master 42bc491 Lőrinc: refactor,blocks: inline `UndoWriteToDisk`
<bitcoin-git> bitcoin/master 34f9a01 Lőrinc: refactor,bench: rename bench/readblock.cpp to bench/readwriteblock.cpp
<bitcoin-git> [bitcoin] ryanofsky pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/7b4d072e4fad...5d6f6fd00d7d
<bitcoin-git> [bitcoin] fanquake merged pull request #31690: doc: Amend notes on benchmarking (master...2501-doc-bench) https://github.com/bitcoin/bitcoin/pull/31690
<bitcoin-git> bitcoin/master 7b4d072 merge-script: Merge bitcoin/bitcoin#31690: doc: Amend notes on benchmarking
<bitcoin-git> bitcoin/master e94c9d1 dergoegge: [doc] Amend notes on benchmarking
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/523520f82799...7b4d072e4fad
<bitcoin-git> [bitcoin] fanquake merged pull request #30866: descriptor: Add proper Clone function to miniscript::Node (master...multipath-spkm-fuzz-crash) https://github.com/bitcoin/bitcoin/pull/30866
<bitcoin-git> bitcoin/master 09a1875 Ava Chow: miniscript: Make NodeRef a unique_ptr
<bitcoin-git> bitcoin/master 6d11c9c Ava Chow: descriptor: Add proper Clone function to miniscript::Node
<bitcoin-git> bitcoin/master 9ccb46f Ava Chow: miniscript: Ensure there is no NodeRef copy constructor or assignment oper...
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/5691fa93c48c...523520f82799

2025-01-21

<bitcoin-git> [bitcoin] darosior opened pull request #31704: doc: add a section in the fuzzing documentation about using MSan (master...2501_doc_fuzz_msan) https://github.com/bitcoin/bitcoin/pull/31704
<bitcoin-git> [bitcoin] sipa opened pull request #31703: 202501 dirty coin count (master...202501_dirty_coin_count) https://github.com/bitcoin/bitcoin/pull/31703
<bitcoin-git> [bitcoin] fanquake merged pull request #31661: depends: Override default build type for `libevent` (master...250115-dep-build-type) https://github.com/bitcoin/bitcoin/pull/31661
<bitcoin-git> bitcoin/master 5691fa9 merge-script: Merge bitcoin/bitcoin#31661: depends: Override default build type for `lib...
<bitcoin-git> bitcoin/master d44626a Hennadii Stepanov: depends: Override default build type for `libevent`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8fc7140846f9...5691fa93c48c
<bitcoin-git> [bitcoin] fanquake merged pull request #31671: Update leveldb subtree to latest upstream (master...update_leveldb_subtree) https://github.com/bitcoin/bitcoin/pull/31671
<bitcoin-git> bitcoin/master 9ec6425 fanquake: Update leveldb subtree to latest upstream
<bitcoin-git> bitcoin/master d336b7a fanquake: Squashed 'src/leveldb/' changes from 688561cba8..04b5790928
<bitcoin-git> bitcoin/master 910a11f fanquake: build: remove LEVELDB_IS_BIG_ENDIAN
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a9edec941980...8fc7140846f9
<bitcoin-git> [bitcoin] fanquake merged pull request #31701: test: Bump sync_mempools timeout in p2p_1p1c_network.py (master...2501-test-fixup) https://github.com/bitcoin/bitcoin/pull/31701
<bitcoin-git> bitcoin/master fa80a7d MarcoFalke: test: Bump sync_mempools timeout in p2p_1p1c_network.py
<bitcoin-git> bitcoin/master a9edec9 merge-script: Merge bitcoin/bitcoin#31701: test: Bump sync_mempools timeout in p2p_1p1c_...
<bitcoin-git> bitcoin/master 1111b0a MarcoFalke: ci: Add missing --combinedlogslen to test-each-commit task
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d7f56cc5d9e1...a9edec941980
<bitcoin-git> [bitcoin] maflcko opened pull request #31701: test: Bump sync_mempools timeout in p2p_1p1c_network.py (master...2501-test-fixup) https://github.com/bitcoin/bitcoin/pull/31701
<bitcoin-git> [bitcoin] l0rinc opened pull request #31699: test,bench: validate `CheckTransaction`'s duplicate input detection in broader context (master...l0rinc/bench-processtransaction) https://github.com/bitcoin/bitcoin/pull/31699
<bitcoin-git> [bitcoin] maflcko opened pull request #31696: test: Check that reindex with prune wipes blk files (master...2501-test-reindex-prune) https://github.com/bitcoin/bitcoin/pull/31696
<bitcoin-git> [bitcoin] fanquake merged pull request #31590: descriptors: Try pubkeys of both parities when retrieving the private keys for an xonly pubkey in a descriptor (master...fix-constpubkey-xonly-getprivkey) https://github.com/bitcoin/bitcoin/pull/31590
<bitcoin-git> bitcoin/master 092569e Ava Chow: descriptor: Try the other parity in ConstPubkeyProvider::GetPrivKey()
<bitcoin-git> bitcoin/master b4ac480 Ava Chow: descriptor: Use InferXOnlyPubkey for miniscript XOnly pubkey from script
<bitcoin-git> bitcoin/master 4c50c21 Ava Chow: tests: Check ExpandPrivate matches for both parsed descriptors
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/4601b7ca6111...d7f56cc5d9e1
<bitcoin-git> [bitcoin] maflcko closed pull request #31693: bench: fix used file that is not opened (master...fix-useClosedFile) https://github.com/bitcoin/bitcoin/pull/31693
<bitcoin-git> [gui-qml] johnny9 opened pull request #441: Rename Block Clock to Block Status (main...blockstatus) https://github.com/bitcoin-core/gui-qml/pull/441

2025-01-20

<bitcoin-git> [bitcoin] rex4539 opened pull request #31693: bench: fix used file that is not opened (master...fix-useClosedFile) https://github.com/bitcoin/bitcoin/pull/31693
<bitcoin-git> [bitcoin] fanquake merged pull request #31125: depends: add *FLAGS to gen_id (master...external_flags_plus_linker_cache) https://github.com/bitcoin/bitcoin/pull/31125
<bitcoin-git> bitcoin/master 01df180 fanquake: depends: add mold & ld.lld to gen_id
<bitcoin-git> bitcoin/master d032ac8 fanquake: depends: add *FLAGS to gen_id
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/eb243ff06c46...4601b7ca6111
<bitcoin-git> bitcoin/master 4601b7c merge-script: Merge bitcoin/bitcoin#31125: depends: add *FLAGS to gen_id
<bitcoin-git> [bitcoin] fanquake merged pull request #31593: ci: Bump centos stream 10 (master...2501-ci-stream-10) https://github.com/bitcoin/bitcoin/pull/31593
<bitcoin-git> bitcoin/master faaabfa MarcoFalke: ci: Bump centos stream 10
<bitcoin-git> bitcoin/master eb243ff merge-script: Merge bitcoin/bitcoin#31593: ci: Bump centos stream 10
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6dc60126701c...eb243ff06c46
<bitcoin-git> [bitcoin] fanquake merged pull request #31657: ci: Supply `--platform` argument to `docker` commands. (master...1-13-24-ci-fix) https://github.com/bitcoin/bitcoin/pull/31657
<bitcoin-git> bitcoin/master 6e29de2 David Gumberg: ci: Supply `platform` argument to docker commands.
<bitcoin-git> bitcoin/master 6dc6012 merge-script: Merge bitcoin/bitcoin#31657: ci: Supply `--platform` argument to `docker` ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4e52a6344309...6dc60126701c
<bitcoin-git> [bitcoin] fanquake merged pull request #31691: util: fix compiler warning about deprecated space before _MiB (master...deprecated_MiB) https://github.com/bitcoin/bitcoin/pull/31691
<bitcoin-git> bitcoin/master 4e52a63 merge-script: Merge bitcoin/bitcoin#31691: util: fix compiler warning about deprecated s...
<bitcoin-git> bitcoin/master d3339a7 Vasil Dimov: util: fix compiler warning about deprecated space before _MiB
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2e839dd641d0...4e52a6344309
<bitcoin-git> [bitcoin] fanquake merged pull request #30774: depends: Qt 5.15.16 (master...depends_qt_5_15_15) https://github.com/bitcoin/bitcoin/pull/30774
<bitcoin-git> bitcoin/master 2e839dd merge-script: Merge bitcoin/bitcoin#30774: depends: Qt 5.15.16
<bitcoin-git> bitcoin/master 31a0e5f fanquake: depends: Qt 5.15.16
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/89720b7a1b37...2e839dd641d0
<bitcoin-git> [bitcoin] vasild opened pull request #31691: util: fix compiler warning about deprecated space before _MiB (master...deprecated_MiB) https://github.com/bitcoin/bitcoin/pull/31691
<bitcoin-git> [bitcoin] maflcko opened pull request #31690: [doc] Amend notes on benchmarking (master...2501-doc-bench) https://github.com/bitcoin/bitcoin/pull/31690
<bitcoin-git> [bitcoin] Eunovo opened pull request #31689: Benchmark Chainstate::ConnectBlock duration (master...connect-block-benchmark) https://github.com/bitcoin/bitcoin/pull/31689
<bitcoin-git> [bitcoin] l0rinc reopened pull request #30442: optimization: precalculate SipHash constant XOR with k0 and k1 in SaltedOutpointHasher (master...paplorinc/siphash) https://github.com/bitcoin/bitcoin/pull/30442
<bitcoin-git> [bitcoin] maflcko closed pull request #31457: fuzz: Speed up *_package_eval fuzz targets a bit (master...2412-fuzz-pkg-eval-faster) https://github.com/bitcoin/bitcoin/pull/31457
<bitcoin-git> [bitcoin] maflcko closed pull request #30837: Add NODE_TXRELAY_V2. (master...2024-node-txrelay-v2) https://github.com/bitcoin/bitcoin/pull/30837
<bitcoin-git> [bitcoin] willcl-ark closed pull request #31688: Update and rename README.md to GET /api/v1/lightning/channels?public_… (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31688
<bitcoin-git> [bitcoin] Recepxx34 opened pull request #31688: Update and rename README.md to GET /api/v1/lightning/channels?public_… (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31688
<bitcoin-git> [bitcoin] araujo88 closed pull request #29468: rpc: method removeprunedfunds should take an array of txids (master...rpc/removeprunedfunds-should-take-an-array-of-txids) https://github.com/bitcoin/bitcoin/pull/29468

2025-01-19

<bitcoin-git> [bitcoin] l0rinc closed pull request #30643: coins: Add move operations to Coin and CCoinsCacheEntry (master...l0rinc/CCoinsCacheEntry_move_constructor) https://github.com/bitcoin/bitcoin/pull/30643
<bitcoin-git> [bitcoin] l0rinc closed pull request #30936: doc: Add `nproc` support for Mac through `coreutils` (master...l0rinc/nproc-mac) https://github.com/bitcoin/bitcoin/pull/30936
<bitcoin-git> [bitcoin] l0rinc closed pull request #30732: build: improve cxx and linker flag caching (master...l0rinc/hash-collisions) https://github.com/bitcoin/bitcoin/pull/30732
<bitcoin-git> [bitcoin] l0rinc closed pull request #30442: optimization: precalculate SipHash constant XOR with k0 and k1 in SaltedOutpointHasher (master...paplorinc/siphash) https://github.com/bitcoin/bitcoin/pull/30442

2025-01-18

<bitcoin-git> [bitcoin] l0rinc opened pull request #31682: optimization: `CheckBlock` input duplicate detection (master...l0rinc/optimize-CheckBlock-input-duplicate-check) https://github.com/bitcoin/bitcoin/pull/31682
<bitcoin-git> [bitcoin] Ali-pixcell closed pull request #31680: Delete .github/workflows directory (master...Ali-pixcell-patch-1) https://github.com/bitcoin/bitcoin/pull/31680
<bitcoin-git> [bitcoin] Ali-pixcell opened pull request #31680: Delete .github/workflows directory (master...Ali-pixcell-patch-1) https://github.com/bitcoin/bitcoin/pull/31680

2025-01-17

<bitcoin-git> [bitcoin] ryanofsky opened pull request #31679: cmake: Move internal binaries from bin/ to libexec/ (master...pr/libexec) https://github.com/bitcoin/bitcoin/pull/31679
<bitcoin-git> [bitcoin] fanquake merged pull request #31543: cmake: Always provide `RPATH` on NetBSD (master...241219-netbsd-rpath) https://github.com/bitcoin/bitcoin/pull/31543
<bitcoin-git> bitcoin/master 89720b7 merge-script: Merge bitcoin/bitcoin#31543: cmake: Always provide `RPATH` on NetBSD
<bitcoin-git> bitcoin/master 11115e9 Hennadii Stepanov: cmake: Always provide `RPATH` on NetBSD
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5b3a81f44da6...89720b7a1b37
<bitcoin-git> [bitcoin] fanquake merged pull request #31626: depends: Use base system's `sha256sum` utility on FreeBSD (master...250109-sha256sum) https://github.com/bitcoin/bitcoin/pull/31626
<bitcoin-git> bitcoin/master 5b3a81f merge-script: Merge bitcoin/bitcoin#31626: depends: Use base system's `sha256sum` utilit...
<bitcoin-git> bitcoin/master 727c542 Hennadii Stepanov: depends: Use base system's `sha256sum` utility
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/832d57307302...5b3a81f44da6
<bitcoin-git> [bitcoin] maflcko opened pull request #31678: ci: Skip read-write of default env vars (master...2501-ci-skip) https://github.com/bitcoin/bitcoin/pull/31678
<bitcoin-git> [bitcoin] fanquake merged pull request #31651: ci: Turn CentOS task into native one (master...2501-centos-native) https://github.com/bitcoin/bitcoin/pull/31651
<bitcoin-git> bitcoin/master fabefd9 MarcoFalke: ci: Turn CentOS task into native one
<bitcoin-git> bitcoin/master 832d573 merge-script: Merge bitcoin/bitcoin#31651: ci: Turn CentOS task into native one
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5ac1e0814aec...832d57307302
<bitcoin-git> [bitcoin] fanquake merged pull request #31621: doc: Update dependency installation for Debian/Ubuntu (master...master) https://github.com/bitcoin/bitcoin/pull/31621
<bitcoin-git> bitcoin/master 5ac1e08 merge-script: Merge bitcoin/bitcoin#31621: doc: Update dependency installation for Debia...
<bitcoin-git> bitcoin/master 160c27e Adlai Chandrasekhar: doc: Update dependency installation for Debian/Ubuntu and CI
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/370b9c1a0b91...5ac1e0814aec
<bitcoin-git> [bitcoin] fanquake merged pull request #31675: [test] fix p2p_orphan_handling.py empty orphanage check (master...2025-01-test-orphan-wait) https://github.com/bitcoin/bitcoin/pull/31675
<bitcoin-git> bitcoin/master 370b9c1 merge-script: Merge bitcoin/bitcoin#31675: [test] fix p2p_orphan_handling.py empty orpha...
<bitcoin-git> bitcoin/master 2e75ebb glozow: [test] fix p2p_orphan_handling.py empty orphanage check
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f9032a4abb74...370b9c1a0b91

2025-01-16

<bitcoin-git> [bitcoin] dergoegge closed pull request #31153: bench: Remove various extraneous benchmarks (master...2024-10-nuke-benchmarks) https://github.com/bitcoin/bitcoin/pull/31153
<bitcoin-git> [bitcoin] darosior opened pull request #31676: fuzz: add targets for PCP and NAT-PMP port mapping requests (master...2501_pcp_fuzzing) https://github.com/bitcoin/bitcoin/pull/31676
<bitcoin-git> [bitcoin] glozow opened pull request #31675: [test] fix p2p_orphan_handling.py empty orphanage check (master...2025-01-test-orphan-wait) https://github.com/bitcoin/bitcoin/pull/31675
<bitcoin-git> [bitcoin] fanquake merged pull request #31242: wallet, desc spkm: Return SigningProvider only if we have the privkey (master...wallet-signingprov-no-h) https://github.com/bitcoin/bitcoin/pull/31242
<bitcoin-git> bitcoin/master 62a95f5 Sebastian Falbesoner: test: refactor: move `CreateDescriptor` helper to wallet test util module
<bitcoin-git> bitcoin/master 4936567 Ava Chow: desc spkm: Return SigningProvider only if we have the privkey
<bitcoin-git> bitcoin/master f6a6d91 Sebastian Falbesoner: test: add check for getting SigningProvider for a CPubKey
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9dc4eedb670b...f9032a4abb74
<bitcoin-git> [bitcoin] fanquake merged pull request #31673: doc: fix minor typos in comments (master...fix-typos) https://github.com/bitcoin/bitcoin/pull/31673
<bitcoin-git> bitcoin/master b30cc71 Adlai Chandrasekhar: doc: fix typos
<bitcoin-git> bitcoin/master 9dc4eed merge-script: Merge bitcoin/bitcoin#31673: doc: fix minor typos in comments
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df8bf657450d...9dc4eedb670b
<bitcoin-git> [bitcoin] l0rinc closed pull request #31601: refactor: modernize recent `ByteType` usages and read/write functions (master...l0rinc/crypto-common-use-std-byte) https://github.com/bitcoin/bitcoin/pull/31601
<bitcoin-git> [bitcoin] theuni opened pull request #31674: init: Lock blocksdir in addition to datadir (master...lock-blocksdir) https://github.com/bitcoin/bitcoin/pull/31674
<bitcoin-git> [bitcoin] adlai opened pull request #31673: doc: fix minor typos in comments (master...fix-typos) https://github.com/bitcoin/bitcoin/pull/31673
<bitcoin-git> [bitcoin] fanquake merged pull request #31483: kernel: Move kernel-related cache constants to kernel cache (master...kernel_cache_sizes) https://github.com/bitcoin/bitcoin/pull/31483
<bitcoin-git> bitcoin/master 5db7d4d TheCharlatan: doc: Correct docstring describing max block tree db cache
<bitcoin-git> bitcoin/master c03a279 TheCharlatan: util: Add integer left shift helpers
<bitcoin-git> bitcoin/master 8bd5f8a TheCharlatan: [refactor] init: Simplify coinsdb cache calculation
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/335798c49637...df8bf657450d
<bitcoin-git> [bitcoin] vasild opened pull request #31672: rpc: add cpu_load to getpeerinfo (master...peer_cpu_load) https://github.com/bitcoin/bitcoin/pull/31672
<bitcoin-git> [bitcoin] fanquake merged pull request #31397: p2p: track and use all potential peers for orphan resolution (master...2024-11-multi-orphan) https://github.com/bitcoin/bitcoin/pull/31397
<bitcoin-git> bitcoin/master 62a9ff1 glozow: [refactor] change type of unique_parents to Txid
<bitcoin-git> bitcoin/master e810842 glozow: [txorphanage] support multiple announcers
<bitcoin-git> bitcoin/master 6951ddc glozow: [txrequest] GetCandidatePeers
<bitcoin-git> [bitcoin] fanquake pushed 15 commits to master: https://github.com/bitcoin/bitcoin/compare/98939ce7b744...335798c49637
<bitcoin-git> [bitcoin] fanquake merged pull request #31655: refactor: Avoid UB in SHA3_256::Write (master...2501-less-ub) https://github.com/bitcoin/bitcoin/pull/31655
<bitcoin-git> bitcoin/master 98939ce merge-script: Merge bitcoin/bitcoin#31655: refactor: Avoid UB in SHA3_256::Write
<bitcoin-git> bitcoin/master fabeca3 MarcoFalke: refactor: Avoid UB in SHA3_256::Write
<bitcoin-git> bitcoin/master fad4032 MarcoFalke: refactor: Drop unused UCharCast
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/712cab3a8f8a...98939ce7b744
<bitcoin-git> [bitcoin] fanquake opened pull request #31671: Update leveldb subtree to latest upstream (master...update_leveldb_subtree) https://github.com/bitcoin/bitcoin/pull/31671
<bitcoin-git> [leveldb-subtree] fanquake merged pull request #46: Fix invalid pointer arithmetic in Hash (#1222) (bitcoin-fork...2501-less-ub-hash) https://github.com/bitcoin-core/leveldb-subtree/pull/46
<bitcoin-git> leveldb-subtree/bitcoin-fork a8844b2 David Benjamin: Fix invalid pointer arithmetic in Hash (#1222)
<bitcoin-git> leveldb-subtree/bitcoin-fork 04b5790 merge-script: Merge bitcoin-core/leveldb-subtree#46: Fix invalid pointer arithmetic in H...
<bitcoin-git> [leveldb-subtree] fanquake pushed 2 commits to bitcoin-fork: https://github.com/bitcoin-core/leveldb-subtree/compare/59669817c51c...04b57909285c
<bitcoin-git> [bitcoin] guspan-tanadi opened pull request #31670: doc: navigate section links (master...sectionlinks) https://github.com/bitcoin/bitcoin/pull/31670
<bitcoin-git> [bitcoin] hebasto opened pull request #31669: cmake: Introduce `WITH_PYTHON` build option (master...250116-python) https://github.com/bitcoin/bitcoin/pull/31669
<bitcoin-git> [bitcoin] saikiran57 opened pull request #31668: Added rescan option for import descriptors (master...set_rescan_option_import_descriptors) https://github.com/bitcoin/bitcoin/pull/31668
<bitcoin-git> [bitcoin] saikiran57 closed pull request #31667: Added rescan option for import descriptors (master...added_rescan_option_for_import_descriptors) https://github.com/bitcoin/bitcoin/pull/31667
<bitcoin-git> [bitcoin] saikiran57 opened pull request #31667: Added rescan option for import descriptors (master...added_rescan_option_for_import_descriptors) https://github.com/bitcoin/bitcoin/pull/31667

2025-01-15

<bitcoin-git> [bitcoin] glozow opened pull request #31666: multi-peer orphan resolution followups (master...2025-01-31397-followups) https://github.com/bitcoin/bitcoin/pull/31666
<bitcoin-git> [bitcoin] davidgumberg opened pull request #31665: build: Make config warnings fatal if -DWERROR=ON (master...1-15-24-configure_warnings) https://github.com/bitcoin/bitcoin/pull/31665
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #31664: Fees: add Fee rate Forecaster Manager (master...01-2025-feerate-forecastman) https://github.com/bitcoin/bitcoin/pull/31664
<bitcoin-git> [bitcoin] fanquake merged pull request #31061: refactor: Check translatable format strings at compile-time (master...2410-trans) https://github.com/bitcoin/bitcoin/pull/31061
<bitcoin-git> bitcoin/master eeee6cf MarcoFalke: refactor: Delay translation of _() literals
<bitcoin-git> bitcoin/master fadc6b9 MarcoFalke: refactor: Check translatable format strings at compile-time
<bitcoin-git> bitcoin/master fa1d5ac MarcoFalke: refactor: Use TranslateFn type consistently
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/e7c479495509...712cab3a8f8a
<bitcoin-git> [bitcoin] hebasto opened pull request #31662: cmake: Do not modify `CMAKE_TRY_COMPILE_TARGET_TYPE` globally (master...250115-target-type) https://github.com/bitcoin/bitcoin/pull/31662
<bitcoin-git> [leveldb-subtree] fanquake merged pull request #40: cherry-pick: Remove leveldb::port::kLittleEndian. (bitcoin-fork...cherry_pick_endian) https://github.com/bitcoin-core/leveldb-subtree/pull/40
<bitcoin-git> leveldb-subtree/bitcoin-fork 2e3c013 Victor Costan: Remove leveldb::port::kLittleEndian.
<bitcoin-git> [leveldb-subtree] fanquake pushed 2 commits to bitcoin-fork: https://github.com/bitcoin-core/leveldb-subtree/compare/73013d1a37fd...59669817c51c
<bitcoin-git> leveldb-subtree/bitcoin-fork 5966981 merge-script: Merge bitcoin-core/leveldb-subtree#40: cherry-pick: Remove leveldb::port::...
<bitcoin-git> [leveldb-subtree] fanquake merged pull request #45: [jumbo] Add begin()/end() to Slice. (bitcoin-fork...bitcoin-fork) https://github.com/bitcoin-core/leveldb-subtree/pull/45
<bitcoin-git> leveldb-subtree/bitcoin-fork be4dfc9 Peter Kasting: [jumbo] Add begin()/end() to Slice.
<bitcoin-git> leveldb-subtree/bitcoin-fork 73013d1 merge-script: Merge bitcoin-core/leveldb-subtree#45: [jumbo] Add begin()/end() to Slice.
<bitcoin-git> [leveldb-subtree] fanquake pushed 2 commits to bitcoin-fork: https://github.com/bitcoin-core/leveldb-subtree/compare/688561cba874...73013d1a37fd
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1102: Fix japanese section typo (master...fix-japanese-typo) https://github.com/bitcoin-core/bitcoincore.org/pull/1102
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/77788997eef9...1ae85078a409
<bitcoin-git> bitcoincore.org/master 1ae8507 merge-script: Merge bitcoin-core/bitcoincore.org#1102: Fix japanese section typo
<bitcoin-git> bitcoincore.org/master 0ae9c9a azuchi: Fix japanese section typo
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1102: Fix japanese section typo (master...fix-japanese-typo) https://github.com/bitcoin-core/bitcoincore.org/pull/1102
<bitcoin-git> [bitcoin] fanquake reopened pull request #30774: depends: Qt 5.15.16 (master...depends_qt_5_15_15) https://github.com/bitcoin/bitcoin/pull/30774
<bitcoin-git> [bitcoin] stickies-v closed pull request #30928: tinyformat: refactor: increase compile-time checks and don't throw for tfm::format_error (master...2024-09/try-format) https://github.com/bitcoin/bitcoin/pull/30928
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1101: Add japanese translation for 28.1 (master...ja-translate-28.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1101
<bitcoin-git> bitcoincore.org/master 20c7dcd azuchi: Add japanese translation for 28.1
<bitcoin-git> bitcoincore.org/master 7778899 merge-script: Merge bitcoin-core/bitcoincore.org#1101: Add japanese translation for 28.1
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/c86c62e68897...77788997eef9
<bitcoin-git> [bitcoin] hebasto opened pull request #31661: depends: Always set `CMAKE_BUILD_TYPE=None` globally (master...250115-dep-build-type) https://github.com/bitcoin/bitcoin/pull/31661
<bitcoin-git> [bitcoin] fanquake closed pull request #31659: 1 (master...master) https://github.com/bitcoin/bitcoin/pull/31659
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1101: Add japanese translation for 28.1 (master...ja-translate-28.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1101
<bitcoin-git> [bitcoin] manlovepang reopened pull request #31659: 1 (master...master) https://github.com/bitcoin/bitcoin/pull/31659
<bitcoin-git> [bitcoin] manlovepang closed pull request #31659: 1 (master...master) https://github.com/bitcoin/bitcoin/pull/31659
<bitcoin-git> [bitcoin] manlovepang opened pull request #31659: 1 (master...master) https://github.com/bitcoin/bitcoin/pull/31659
<bitcoin-git> [bitcoin] theStack opened pull request #31658: test: p2p: fix sending of manual INVs in tx download test (master...202501-test-p2p-fix_inv_block_subtest) https://github.com/bitcoin/bitcoin/pull/31658

2025-01-14

<bitcoin-git> [bitcoin] davidgumberg opened pull request #31657: ci: Supply `--platform` argument to `docker build`. (master...1-13-24-ci-fix) https://github.com/bitcoin/bitcoin/pull/31657
<bitcoin-git> [bitcoin] glozow merged pull request #31630: doc: Archive 28.1 release notes (master...archive-28.1) https://github.com/bitcoin/bitcoin/pull/31630
<bitcoin-git> bitcoin/master bb5f76e Ava Chow: doc: Archive 28.1 release notes
<bitcoin-git> bitcoin/master e7c4794 glozow: Merge bitcoin/bitcoin#31630: doc: Archive 28.1 release notes
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7cd862aab94f...e7c479495509
<bitcoin-git> [bitcoin] glozow merged pull request #31646: test: avoid internet traffic (master...test_avoid_internet_traffic) https://github.com/bitcoin/bitcoin/pull/31646
<bitcoin-git> bitcoin/master 6b3f6ea Vasil Dimov: test: avoid generating non-loopback traffic from p2p_seednode.py
<bitcoin-git> bitcoin/master 2ed161c Vasil Dimov: test: avoid generating non-loopback traffic from p2p_dns_seeds.py
<bitcoin-git> bitcoin/master a5746dc Vasil Dimov: test: avoid generating non-loopback traffic from feature_config_args.py
<bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/35bf426e0221...7cd862aab94f
<bitcoin-git> [bitcoin] yancyribbens opened pull request #31656: test: Add expected result assertions (master...add-expected-results-to-coin-grinder-tests) https://github.com/bitcoin/bitcoin/pull/31656
<bitcoin-git> [leveldb-subtree] maflcko opened pull request #46: Fix invalid pointer arithmetic in Hash (#1222) (bitcoin-fork...2501-less-ub-hash) https://github.com/bitcoin-core/leveldb-subtree/pull/46
<bitcoin-git> [bitcoin] maflcko opened pull request #31655: refactor: Avoid UB in SHA3_256::Write (master...2501-less-ub) https://github.com/bitcoin/bitcoin/pull/31655
<bitcoin-git> [bitcoincore.org] glozow merged pull request #1100: Bitcoin Core 28.1 (master...rel-28.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1100
<bitcoin-git> bitcoincore.org/master c31e71d Ava Chow: 28.1 release post and notes
<bitcoin-git> bitcoincore.org/master c86c62e glozow: Merge bitcoin-core/bitcoincore.org#1100: Bitcoin Core 28.1
<bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/f1d9b75ccd6e...c86c62e68897
<bitcoin-git> [bitcoin] maflcko opened pull request #31653: lint: Call more checks from test_runner (master...2501-lint-commit-range) https://github.com/bitcoin/bitcoin/pull/31653
<bitcoin-git> [bitcoin] hebasto closed pull request #31652: Create devcontainer.json (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31652
<bitcoin-git> [bitcoin] Mohammed-Alanazisa opened pull request #31652: Create devcontainer.json (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31652
<bitcoin-git> [bitcoin] Sjors closed pull request #31625: miner: always treat SegWit as active (master...2025/01/gbt-segwit-active) https://github.com/bitcoin/bitcoin/pull/31625

2025-01-13

<bitcoin-git> [bitcoin] maflcko opened pull request #31651: ci: Turn CentOS task into native one (master...2501-centos-native) https://github.com/bitcoin/bitcoin/pull/31651
<bitcoin-git> [bitcoin] maflcko opened pull request #31650: refactor: Enforce readability-avoid-const-params-in-decls (master...2501-less-wrong-const) https://github.com/bitcoin/bitcoin/pull/31650
<bitcoin-git> [bitcoin] marcofleon opened pull request #31649: consensus: Remove checkpoints (take 2) (master...2024/11/checkpoint-removal) https://github.com/bitcoin/bitcoin/pull/31649
<bitcoin-git> [bitcoin] fanquake opened pull request #31648: [28.x] Backports (28.x...28_x_backports) https://github.com/bitcoin/bitcoin/pull/31648
<bitcoin-git> [bitcoin] fanquake closed pull request #31647: Update README.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31647
<bitcoin-git> [bitcoin] DevRatnu opened pull request #31647: Update README.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31647
<bitcoin-git> [bitcoin] maflcko closed pull request #29396: rpc: getdescriptorinfo also returns normalized descriptor (master...rpc/getdescriptorinfo-also-returns-normalized-descriptor) https://github.com/bitcoin/bitcoin/pull/29396
<bitcoin-git> [bitcoin] vasild opened pull request #31646: test: avoid internet traffic (master...test_avoid_internet_traffic) https://github.com/bitcoin/bitcoin/pull/31646

2025-01-12

<bitcoin-git> [bitcoin] l0rinc opened pull request #31645: optimization: increase default LevelDB write batch size to 64 MiB (master...l0rinc/utxo-dump-batching) https://github.com/bitcoin/bitcoin/pull/31645
<bitcoin-git> [bitcoin] l0rinc opened pull request #31644: leveldb: show non-default options during init (master...l0rinc/leveldb-options-logging) https://github.com/bitcoin/bitcoin/pull/31644

2025-01-11

<bitcoin-git> [bitcoin] fanquake closed pull request #31642: Comment coypright date update (master...Coypright-date-update) https://github.com/bitcoin/bitcoin/pull/31642
<bitcoin-git> [bitcoin] satscoffee opened pull request #31642: Comment coypright date update (master...Coypright-date-update) https://github.com/bitcoin/bitcoin/pull/31642
<bitcoin-git> [bitcoin] EthanHeilman opened pull request #31640: tests: improves tapscript unit tests (master...taptest) https://github.com/bitcoin/bitcoin/pull/31640

2025-01-10

<bitcoin-git> [bitcoin] maflcko closed pull request #31636: fix: grammatical errors (master...typos) https://github.com/bitcoin/bitcoin/pull/31636
<bitcoin-git> [bitcoin] fanquake merged pull request #28724: wallet: Cleanup accidental encryption keys in watchonly wallets (master...cleanup-accidental-watchonly-mkeys) https://github.com/bitcoin/bitcoin/pull/28724
<bitcoin-git> bitcoin/master 813a16a Andrew Chow: wallet: Add HasCryptedKeys
<bitcoin-git> bitcoin/master 2b9279b Andrew Chow: wallet: Remove unused encryption keys from watchonly wallets
<bitcoin-git> bitcoin/master 69e95c2 Andrew Chow: tests: Test cleanup of mkeys from wallets without privkeys
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/216840659780...35bf426e0221
<bitcoin-git> [bitcoin] crStiv opened pull request #31636: fix: grammatical errors (master...typos) https://github.com/bitcoin/bitcoin/pull/31636
<bitcoin-git> [bitcoin] brunoerg opened pull request #31635: test: add coverage for unknown address type for `createwalletdescriptor` (master...2025-01-test-wallet-createwalletdescriptor) https://github.com/bitcoin/bitcoin/pull/31635
<bitcoin-git> [bitcoin] fanquake merged pull request #31608: doc: Clarify min macOS and Xcode version (master...2501-doc-macos) https://github.com/bitcoin/bitcoin/pull/31608
<bitcoin-git> bitcoin/master 2168406 merge-script: Merge bitcoin/bitcoin#31608: doc: Clarify min macOS and Xcode version
<bitcoin-git> bitcoin/master fa029a7 MarcoFalke: doc: Clarify min macOS and Xcode version
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f6c7e7f6c05...216840659780
<bitcoin-git> [bitcoin] fanquake merged 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/master 2f6c7e7 merge-script: Merge bitcoin/bitcoin#31612: ci: build msan's libc++ with _LIBCPP_ABI_BOUN...
<bitcoin-git> bitcoin/master fb37acd Vasil Dimov: ci: build msan's libc++ with _LIBCPP_ABI_BOUNDED_*
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/528354e213a9...2f6c7e7f6c05
<bitcoin-git> [bitcoin] NicolaLS opened pull request #31634: doc: merge required dependency tables (master...doc-required-dependencies) https://github.com/bitcoin/bitcoin/pull/31634
<bitcoin-git> [bitcoin] brunoerg closed 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 #31616: init,log: Unify block index log line (master...l0rinc/block-index) https://github.com/bitcoin/bitcoin/pull/31616
<bitcoin-git> bitcoin/master e04be37 Lőrinc: init,log: Unify block index and chainstate loading log line
<bitcoin-git> bitcoin/master 528354e merge-script: Merge bitcoin/bitcoin#31616: init,log: Unify block index log line
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4bedfb5c8338...528354e213a9
<bitcoin-git> [bitcoin] fanquake merged 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/master f93f0c9 0xb10c: tracing: Rename the `MIN` macro to `_TRACEPOINT_TEST_MIN` in log_raw_p2p_m...
<bitcoin-git> bitcoin/master 4bedfb5 merge-script: Merge bitcoin/bitcoin#31623: tracing: Rename the `MIN` macro to `_TRACEPOI...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e5c268084ebb...4bedfb5c8338
<bitcoin-git> [bitcoin] fanquake merged pull request #31627: depends: Fix spacing issue (master...250109-gen_id) https://github.com/bitcoin/bitcoin/pull/31627
<bitcoin-git> bitcoin/master 8a46286 Hennadii Stepanov: depends: Fix spacing issue
<bitcoin-git> bitcoin/master e5c2680 merge-script: Merge bitcoin/bitcoin#31627: depends: Fix spacing issue
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d695d1391718...e5c268084ebb
<bitcoin-git> [bitcoin] fanquake merged pull request #31611: doc: upgrade license to 2025. (master...copying) https://github.com/bitcoin/bitcoin/pull/31611
<bitcoin-git> bitcoin/master b537a2c Kay: doc: upgrade license to 2025.
<bitcoin-git> bitcoin/master d695d13 merge-script: Merge bitcoin/bitcoin#31611: doc: upgrade license to 2025.
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/37af8bfb34d6...d695d1391718
<bitcoin-git> [bitcoin] hodlinator opened pull request #31633: net: Disconnect message follow-ups to #28521 (master...2024/12/disconnecting) https://github.com/bitcoin/bitcoin/pull/31633
<bitcoin-git> [bitcoin] achow101 merged 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] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/54115d8de5c0...37af8bfb34d6
<bitcoin-git> bitcoin/master ff21870 marcofleon: fuzz: Add SetMockTime() to necessary targets
<bitcoin-git> bitcoin/master 37af8bf Ava Chow: Merge bitcoin/bitcoin#31549: fuzz: Abort if system time is called without ...
<bitcoin-git> bitcoin/master a96b84c marcofleon: fuzz: Abort when calling system time without setting mock time

2025-01-09

<bitcoin-git> [bitcoin] achow101 merged 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/master 54115d8 Ava Chow: Merge bitcoin/bitcoin#31617: build, test: Build `db_tests.cpp` regardless ...
<bitcoin-git> bitcoin/master fd2d96d Hennadii Stepanov: build, test: Build `db_tests.cpp` regardless of `USE_BDB`
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0a77441158cd...54115d8de5c0
<bitcoin-git> [bitcoin] achow101 merged pull request #31451: wallet: migration, avoid loading legacy wallet after failure when BDB isn't compiled (master...2024_migration_cleanup_after_error) https://github.com/bitcoin/bitcoin/pull/31451
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56725f882937...0a77441158cd
<bitcoin-git> bitcoin/master 589ed1a furszy: wallet: migration, avoid loading wallet after failure when it wasn't loade...