2025-02-14

<bitcoin-git> [bitcoin] fanquake merged pull request #31421: cmake: Improve compatibility with Python version managers (master...241204-python) https://github.com/bitcoin/bitcoin/pull/31421
<bitcoin-git> bitcoin/master dead908 Hennadii Stepanov: cmake: Improve compatibility with Python version managers
<bitcoin-git> bitcoin/master 7bbd761 merge-script: Merge bitcoin/bitcoin#31421: cmake: Improve compatibility with Python vers...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9491676438a9...7bbd761e816b
<bitcoin-git> [bitcoin] fanquake merged pull request #31157: Cleanups to port mapping module post UPnP drop (master...2410_cleanups_post_upnp_drop) https://github.com/bitcoin/bitcoin/pull/31157
<bitcoin-git> bitcoin/master c4e82b8 Antoine Poinsot: mapport: make 'enabled' and 'current' bool
<bitcoin-git> bitcoin/master 2a6536c Antoine Poinsot: mapport: rename 'use_pcp' to 'enable'
<bitcoin-git> bitcoin/master 9bd936f Antoine Poinsot: mapport: drop unnecessary function
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/109bfe9573b9...9491676438a9
<bitcoin-git> [bitcoin] fanquake merged pull request #31857: depends: avoid an unset `CMAKE_OBJDUMP` (master...unset_objdump) https://github.com/bitcoin/bitcoin/pull/31857
<bitcoin-git> bitcoin/master 2434aea fanquake: depends: avoid an unset CMAKE_OBJDUMP
<bitcoin-git> bitcoin/master 109bfe9 merge-script: Merge bitcoin/bitcoin#31857: depends: avoid an unset `CMAKE_OBJDUMP`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/14d1d8e2120d...109bfe9573b9
<bitcoin-git> [bitcoin] fanquake merged pull request #31758: test: deduplicates p2p_tx_download constants (master...deduplicate-p2p-contants) https://github.com/bitcoin/bitcoin/pull/31758
<bitcoin-git> bitcoin/master 0a02e7f Sergi Delgado Segura: test: deduplicates p2p_tx_download constants
<bitcoin-git> bitcoin/master 14d1d8e merge-script: Merge bitcoin/bitcoin#31758: test: deduplicates p2p_tx_download constants
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2549fc6fd1cc...14d1d8e2120d
<bitcoin-git> [bitcoin] hebasto closed pull request #31779: cmake: Improve safety and robustness during building `crc32c` subtree (master...250202-cmake-crc32c) https://github.com/bitcoin/bitcoin/pull/31779
<bitcoin-git> [bitcoin] jirijakes opened pull request #31862: doc: Fix description of byte order of hashes in ZMQ documentation (master...zmq-doc) https://github.com/bitcoin/bitcoin/pull/31862
<bitcoin-git> [bitcoin] achow101 merged pull request #31768: test: check `scanning` field from `getwalletinfo` (master...2025-01-test-wallet-scan) https://github.com/bitcoin/bitcoin/pull/31768
<bitcoin-git> bitcoin/master 2549fc6 Ava Chow: Merge bitcoin/bitcoin#31768: test: check `scanning` field from `getwalleti...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/96d30ed4f96f...2549fc6fd1cc
<bitcoin-git> bitcoin/master bb0879d brunoerg: test: check `scanning` field from `getwalletinfo`

2025-02-13

<laanwj> achow101: looks like https://github.com/nunchuk-io/libnunchuk in contrib/bitcoin is where they import bitcoin core (as a submodule), then use this in https://github.com/nunchuk-io/nunchuk-android-nativesdk/tree/main/src/main/native (through another submodule, libnunchuk) after patching some files like random.cpp
<laanwj> sigh, ideally we wouldn't have to work around chip errata in bitcoin core, the kernel could disable the rng cpu capability on the affected SoCs, or implement some other workaround
<achow101> I think they're not building bitcoin core directly, but have a library that's using our code
<bitcoin-git> [bitcoin] fjahr closed pull request #31861: RFC: Generated headers with ""_hex user-defined literal (master...2025-02-data-header-literal) https://github.com/bitcoin/bitcoin/pull/31861
<bitcoin-git> [bitcoin] fjahr opened pull request #31861: RFC: Generated headers with ""_hex user-defined literal (master...2025-02-data-header-literal) https://github.com/bitcoin/bitcoin/pull/31861
<hebasto> NDK 25 didn't work for us -- https://github.com/bitcoin/bitcoin/issues/29360
<laanwj> @hebasto nunchuk wallet https://github.com/bitcoin/bitcoin/issues/31817
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #31860: init: Take lock on blocks directory in BlockManager ctor (master...blockmanLock) https://github.com/bitcoin/bitcoin/pull/31860
<corebot> https://github.com/bitcoin/bitcoin/issues/31826 | random: Check `GetRNDRRS` is supported in `InitHardwareRand` to avoid infinite loop by eval-exec · Pull Request #31826 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31590 | descriptors: Try pubkeys of both parities when retrieving the private keys for an xonly pubkey in a descriptor by achow101 · Pull Request #31590 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/30866 | descriptor: Add proper Clone function to miniscript::Node by achow101 · Pull Request #30866 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] glozow merged pull request #31495: wallet: Utilize IsMine() and CanProvide() in migration to cover edge cases (master...migrate-corner-case-scripts) https://github.com/bitcoin/bitcoin/pull/31495
<bitcoin-git> bitcoin/master c39b3cf Ava Chow: test: Extra verification that migratewallet migrates
<bitcoin-git> bitcoin/master b1ab927 Ava Chow: tests: Test migration of additional P2WSH scripts
<bitcoin-git> bitcoin/master b777e84 Ava Chow: legacy spkm: Move CanProvide to LegacyDataSPKM
<bitcoin-git> [bitcoin] glozow pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/c242fa5be358...96d30ed4f96f
<jarolrod> there's also always been the #bitcoin-core-app channel on the design discord, but this signal working group is more focused than that channel
<bitcoin-git> [bitcoin] fanquake closed pull request #31765: cmake: Install man pages for configured targets only (master...250130-man-inst) https://github.com/bitcoin/bitcoin/pull/31765
<b10c> fwiw some CI stats an graphs: https://0xb10c.github.io/bitcoin-core-ci-stats/graph/
<corebot> https://github.com/bitcoin/bitcoin/issues/31762 | build: cmake installs empty manpages for non-configured targets · Issue #31762 · bitcoin/bitcoin · GitHub
<glozow> We are 1 week away from feature freeze, 3 weeks from branch-off. We have 28 open PRs on the milestone https://github.com/bitcoin/bitcoin/milestone/69. It seems realistic, but I think we should try to coordinate review a litle bit.
<jarolrod> - Serve as a place where core devs can hear from and interface with the Bitcoin Design Community, who’s been at the heart of a lot of the work
<Sjors[m]> If you want to test those, see https://stratumprotocol.org/getting-started/ but use bitcoin-node and bitcoin-mine instead of bitcoind
<corebot> https://github.com/bitcoin/bitcoin/issues/31741 | multiprocess: Add libmultiprocess git subtree by ryanofsky · Pull Request #31741 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31785 | Have createNewBlock() wait for tip, make rpc handle shutdown during long poll and wait methods by Sjors · Pull Request #31785 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31283 | Add waitNext() to BlockTemplate interface by Sjors · Pull Request #31283 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31829 | p2p: improve TxOrphanage denial of service bounds and increase -maxorphantxs by glozow · Pull Request #31829 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31495 | wallet: Utilize IsMine() and CanProvide() in migration to cover edge cases by achow101 · Pull Request #31495 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31250 | wallet: Disable creating and loading legacy wallets by achow101 · Pull Request #31250 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31495 | wallet: Utilize IsMine() and CanProvide() in migration to cover edge cases by achow101 · Pull Request #31495 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31622 | psbt: add non-default sighash types to PSBTs and unify sighash type match checking by achow101 · Pull Request #31622 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bips/issues/1764 | 373: test vectors and reference implementation by achow101 · Pull Request #1764 · bitcoin/bips · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31247 | psbt: MuSig2 Fields by achow101 · Pull Request #31247 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31363 | cluster mempool: introduce TxGraph by sipa · Pull Request #31363 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge fanquake fjahr furszy gleb glozow hebasto instagibbs jarolrod jonatack josibake kanzure laanwj LarryRuane lightlike luke-jr maflcko marcofleon maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark
<bitcoin-git> [bitcoin] maflcko opened pull request #31859: test: Rename send_message to send_without_ping (master...2502-test-msg-sync) https://github.com/bitcoin/bitcoin/pull/31859
<bitcoin-git> [bitcoin] fanquake merged pull request #31858: chore: remove redundant word (master...master) https://github.com/bitcoin/bitcoin/pull/31858
<bitcoin-git> bitcoin/master 4c62b37 tianzedavid: chore: remove redundant word
<bitcoin-git> bitcoin/master c242fa5 merge-script: Merge bitcoin/bitcoin#31858: chore: remove redundant word
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/251ea7367cf4...c242fa5be358
<bitcoin-git> [bitcoin] tianzedavid opened pull request #31858: chore: remove redundant word (master...master) https://github.com/bitcoin/bitcoin/pull/31858
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31767: logging: Ensure -debug=0/none behaves consistently with -nodebug (master...debug_flag_consistency) https://github.com/bitcoin/bitcoin/pull/31767
<bitcoin-git> bitcoin/master d39d521 Daniela Brozzoni: test: `-nodebug` clears previously set debug options
<bitcoin-git> bitcoin/master a8fedb3 Daniela Brozzoni: logging: Ensure -debug=0/none behaves consistently with -nodebug
<bitcoin-git> bitcoin/master 7afeaa2 Daniela Brozzoni: test: `-debug=0` and `-debug=none` behave similarly to `-nodebug`
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a5b0a441f85d...251ea7367cf4
<bitcoin-git> [bitcoin] fanquake opened pull request #31857: depends: avoid an unset `CMAKE_OBJDUMP` (master...unset_objdump) https://github.com/bitcoin/bitcoin/pull/31857
<bitcoin-git> [bitcoin] fanquake merged pull request #31855: chore: remove redundant word (master...master) https://github.com/bitcoin/bitcoin/pull/31855
<bitcoin-git> bitcoin/master 033acdf tianzedavid: chore: remove redundant word
<bitcoin-git> bitcoin/master a5b0a44 merge-script: Merge bitcoin/bitcoin#31855: chore: remove redundant word
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/55cf39e4c54d...a5b0a441f85d
<bitcoin-git> [bitcoin] tianzedavid opened pull request #31855: chore: remove redundant word (master...master) https://github.com/bitcoin/bitcoin/pull/31855
<bitcoin-git> [bitcoin] vasild opened pull request #31854: net: reduce CAddress usage to CService or CNetAddr (master...reduce_CAddress) https://github.com/bitcoin/bitcoin/pull/31854
<bitcoin-git> [bitcoin] fanquake merged 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/master e3c0152 Hennadii Stepanov: cmake: Copy `cov_tool_wrapper.sh.in` to the build tree
<bitcoin-git> bitcoin/master 55cf39e merge-script: Merge bitcoin/bitcoin#31722: cmake: Copy `cov_tool_wrapper.sh.in` to the b...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/048ef98626b9...55cf39e4c54d

2025-02-12

<bitcoin-git> [bitcoin] davidgumberg opened pull request #31851: doc: build: Fix instructions for msvc gui builds (master...2-12-25-msvc-docs) https://github.com/bitcoin/bitcoin/pull/31851
<bitcoin-git> [bitcoin] fanquake merged pull request #31840: depends: add missing Darwin objcopy (master...missing_darwin_objcopy) https://github.com/bitcoin/bitcoin/pull/31840
<bitcoin-git> bitcoin/master 048ef98 merge-script: Merge bitcoin/bitcoin#31840: depends: add missing Darwin objcopy
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/713bf66b1f77...048ef98626b9
<bitcoin-git> bitcoin/master 3edaf0b fanquake: depends: add missing Darwin objcopy
<bitcoin-git> [bitcoin] fanquake opened pull request #31850: ci: switch MSAN to use prebuilt Clang binaries (master...prebuilt_clang) https://github.com/bitcoin/bitcoin/pull/31850
<bitcoin-git> [bitcoin] fanquake opened pull request #31849: depends: set `CMAKE_*_COMPILER_TARGET` in toolchain (master...clang_cross_toolchain) https://github.com/bitcoin/bitcoin/pull/31849
<bitcoin-git> [bitcoin] 0xB10C opened pull request #31848: test, tracing: don't use problematic `bpf_usdt_readarg_p()` (master...2025-01-dont-use-bpf_usdt_readarg_p) https://github.com/bitcoin/bitcoin/pull/31848
<bitcoin-git> [bitcoin] fanquake merged pull request #31500: depends: Fix compiling `libevent` package on NetBSD (master...241214-libevent-netbsd) https://github.com/bitcoin/bitcoin/pull/31500
<bitcoin-git> bitcoin/master f89f168 Hennadii Stepanov: depends: Fix compiling `libevent` package on NetBSD
<bitcoin-git> bitcoin/master 713bf66 merge-script: Merge bitcoin/bitcoin#31500: depends: Fix compiling `libevent` package on ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ede388d03df0...713bf66b1f77
<bitcoin-git> [bitcoin] s373nZ closed pull request #31847: [WIP] build: name install targets as components (master...31745-install-components) https://github.com/bitcoin/bitcoin/pull/31847
<bitcoin-git> [bitcoin] fanquake merged pull request #30911: build: simplify by flattening the dependency graph (master...cmake-flatten-dependencies) https://github.com/bitcoin/bitcoin/pull/30911
<bitcoin-git> bitcoin/master c4e4983 Cory Fields: build: avoid unnecessary dependencies on generated headers
<bitcoin-git> bitcoin/master 12fa951 Cory Fields: build: simplify dependency graph
<bitcoin-git> bitcoin/master ede388d merge-script: Merge bitcoin/bitcoin#30911: build: simplify by flattening the dependency ...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/534414ca9d4f...ede388d03df0
<bitcoin-git> [bitcoin] fanquake merged 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/master 534414c merge-script: Merge bitcoin/bitcoin#31678: ci: Skip read-write of default env vars
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/87ce116058f2...534414ca9d4f
<bitcoin-git> bitcoin/master fa952ac MarcoFalke: ci: Skip read-write of default env vars
<bitcoin-git> [bitcoin] darosior closed pull request #31792: Double check all block rules in `ConnectBlock`, not only `CheckBlock` (master...2502_ctx_checks_in_connectblock) https://github.com/bitcoin/bitcoin/pull/31792
<corebot> https://github.com/bitcoin/bitcoin/issues/31407 | guix: Notarize MacOS app bundle and codesign all MacOS and Windows binaries by achow101 · Pull Request #31407 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #31846: test: Remove stale gettime test (master...2502-test-stale-time) https://github.com/bitcoin/bitcoin/pull/31846
<bitcoin-git> bitcoin/master fa3a4ea MarcoFalke: test: Remove stale gettime test
<bitcoin-git> bitcoin/master 87ce116 merge-script: Merge bitcoin/bitcoin#31846: test: Remove stale gettime test
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/42251e00e8bb...87ce116058f2
<bitcoin-git> [bitcoin] s373nZ opened pull request #31847: [WIP] build: name install targets as components (master...31745-install-components) https://github.com/bitcoin/bitcoin/pull/31847
<bitcoin-git> [bitcoin] maflcko opened pull request #31846: test: Remove stale gettime test (master...2502-test-stale-time) https://github.com/bitcoin/bitcoin/pull/31846
<bitcoin-git> [bitcoin] fanquake merged pull request #30584: depends: Make default `host` and `build` comparable (master...240804-cross) https://github.com/bitcoin/bitcoin/pull/30584
<bitcoin-git> bitcoin/master b28917b Hennadii Stepanov: depends: Make default `host` and `build` comparable
<bitcoin-git> bitcoin/master 42251e0 merge-script: Merge bitcoin/bitcoin#30584: depends: Make default `host` and `build` comp...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0b6ed342b574...42251e00e8bb
<bitcoin-git> [bitcoin] fanquake merged 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/master f605f7a Cory Fields: build: refactor: set debug definitions in main CMakeLists
<bitcoin-git> bitcoin/master 56a9b84 Cory Fields: build: set build type and per-build-type flags as early as possible
<bitcoin-git> bitcoin/master 0b6ed34 merge-script: Merge bitcoin/bitcoin#31711: build: set build type and per-build-type flag...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a44ccedcc2cc...0b6ed342b574
<bitcoin-git> [bitcoin] fanquake merged pull request #31818: guix: remove test-security/symbol-check scripts (master...remove_test_sec_scripts) https://github.com/bitcoin/bitcoin/pull/31818
<bitcoin-git> bitcoin/master 76c0901 fanquake: guix: remove test-security/symbol-check scripts
<bitcoin-git> bitcoin/master a44cced merge-script: Merge bitcoin/bitcoin#31818: guix: remove test-security/symbol-check scrip...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c65233230f18...a44ccedcc2cc
<bitcoin-git> [gui-qml] davidgumberg opened pull request #443: doc: Add missing fedora dependency (main...2-11-24-fedora-build-docs) https://github.com/bitcoin-core/gui-qml/pull/443
<bitcoin-git> [bitcoin] luke-jr opened pull request #31845: Add -pruneduringinit option to temporarily use another prune target during IBD (master...pruneduringinit) https://github.com/bitcoin/bitcoin/pull/31845

2025-02-11

<bitcoin-git> [bitcoin] theuni opened pull request #31844: cmake: add a component for each binary (master...cmake-install-components) https://github.com/bitcoin/bitcoin/pull/31844
<corebot> https://github.com/bitcoin/bitcoin/issues/31829 | p2p: improve TxOrphanage denial of service bounds and increase -maxorphantxs by glozow · Pull Request #31829 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] achow101 merged pull request #31022: test: Add mockable steady clock, tests for PCP and NATPMP implementations (master...2024-10-pcp-tests) https://github.com/bitcoin/bitcoin/pull/31022
<bitcoin-git> bitcoin/master ab1d3ec laanwj: net: Add optional length checking to CService::SetSockAddr
<bitcoin-git> bitcoin/master 0364832 laanwj: util: Add mockable steady_clock
<bitcoin-git> bitcoin/master caf9521 laanwj: net: Use mockable steady clock in PCP implementation
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/86528937e5c4...c65233230f18
<bitcoin-git> [bitcoin] maflcko opened pull request #31841: test: Clear scheduler after init to increase fuzz stability (master...2502-fuzz-stable) https://github.com/bitcoin/bitcoin/pull/31841
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31834: build: disable bitcoin-node if daemon is not built (master...2025/02/daemon-multiprocess) https://github.com/bitcoin/bitcoin/pull/31834
<bitcoin-git> bitcoin/master 2ffea09 Sjors Provoost: build: disable bitcoin-node if daemon is not built
<bitcoin-git> bitcoin/master 8652893 Ryan Ofsky: Merge bitcoin/bitcoin#31834: build: disable bitcoin-node if daemon is not ...
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2507ebdf1b26...86528937e5c4
<bitcoin-git> [bitcoin] fanquake merged pull request #31422: [27.x] More backports (27.x...some_more_27_backports) https://github.com/bitcoin/bitcoin/pull/31422
<bitcoin-git> bitcoin/27.x 166fea7 0xb10c: test: fix MIN macro-redefinition
<bitcoin-git> bitcoin/27.x c70bd78 Hennadii Stepanov: depends: Fix CXXFLAGS on NetBSD
<bitcoin-git> bitcoin/27.x a1db79c Hennadii Stepanov: depends: Fix spacing issue
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to 27.x: https://github.com/bitcoin/bitcoin/compare/bf03c458e994...1e7041a9f3a1
<bitcoin-git> [bitcoin] fanquake opened pull request #31840: depends: add missing Darwin objcopy (master...missing_darwin_objcopy) https://github.com/bitcoin/bitcoin/pull/31840
<corebot> https://github.com/bitcoin/bitcoin/issues/31022 | test: Add mockable steady clock, tests for PCP and NATPMP implementations by laanwj · Pull Request #31022 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #31837: test: add missing sync to p2p_tx_download.py (master...202502_txtest_missing_sync) https://github.com/bitcoin/bitcoin/pull/31837
<bitcoin-git> bitcoin/master 8fe552f Martin Zumsande: test: add missing sync to p2p_tx_download.py
<bitcoin-git> bitcoin/master 2507ebd merge-script: Merge bitcoin/bitcoin#31837: test: add missing sync to p2p_tx_download.py
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/79f02d56ef78...2507ebdf1b26
<bitcoin-git> [bitcoin] maflcko closed pull request #31839: streams: Add stream position validation in BufferedFile::AdvanceStream (master...фффф) https://github.com/bitcoin/bitcoin/pull/31839
<bitcoin-git> [bitcoin] crStiv opened pull request #31839: streams: Add stream position validation in BufferedFile::AdvanceStream (master...фффф) https://github.com/bitcoin/bitcoin/pull/31839
<bitcoin-git> [bitcoin] achow101 merged pull request #30623: test: Fuzz the human-readable part of bech32 as well (master...l0rinc/bech32-testing) https://github.com/bitcoin/bitcoin/pull/30623
<bitcoin-git> bitcoin/master 79f02d5 Ava Chow: Merge bitcoin/bitcoin#30623: test: Fuzz the human-readable part of bech32 ...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ff3171f96d37...79f02d56ef78
<bitcoin-git> bitcoin/master c1a5d5c Lőrinc: Split out bech32 separator char to header
<bitcoin-git> bitcoin/master 9b7023d Lőrinc: Fuzz HRP of bech32 as well

2025-02-10

<bitcoin-git> [bitcoin] achow101 merged 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
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1d813e4bf52a...ff3171f96d37
<bitcoin-git> bitcoin/master b2e9fdc Vasil Dimov: test: expect that files may disappear from /proc/PID/fd/
<bitcoin-git> bitcoin/master ff3171f Ava Chow: Merge bitcoin/bitcoin#31614: test: expect that files may disappear from /p...
<bitcoin-git> [bitcoin] mzumsande opened pull request #31837: test: add missing sync to p2p_tx_download.py (master...202502_txtest_missing_sync) https://github.com/bitcoin/bitcoin/pull/31837
<bitcoin-git> [bitcoin] maflcko opened pull request #31836: contrib: Add deterministic-fuzz-coverage (master...2502-contrib-det-fuzz) https://github.com/bitcoin/bitcoin/pull/31836
<bitcoin-git> [bitcoin] stratospher opened pull request #31835: validation: set BLOCK_FAILED_CHILD correctly (master...2025_02_block_failed_child) https://github.com/bitcoin/bitcoin/pull/31835
<bitcoin-git> [bitcoin] fanquake merged pull request #31819: doc: swap CPPFLAGS for APPEND_CPPFLAGS (master...no_more_cppflags) https://github.com/bitcoin/bitcoin/pull/31819
<bitcoin-git> bitcoin/master ea687d2 fanquake: doc: swap CPPFLAGS for APPEND_CPPFLAGS
<bitcoin-git> bitcoin/master 1d813e4 merge-script: Merge bitcoin/bitcoin#31819: doc: swap CPPFLAGS for APPEND_CPPFLAGS
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f8d3e0edf47d...1d813e4bf52a
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30205: test: add mocked Sock that can read/write custom data and/or CNetMessages (master...DynSock) https://github.com/bitcoin/bitcoin/pull/30205
<bitcoin-git> bitcoin/master 4b58d55 Vasil Dimov: test: move the implementation of StaticContentsSock to .cpp
<bitcoin-git> bitcoin/master f186414 Vasil Dimov: test: put the generic parts from StaticContentsSock into a separate class
<bitcoin-git> bitcoin/master b448b01 Vasil Dimov: test: add a mocked Sock that allows inspecting what has been Send() to it
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/6b165f5906fc...f8d3e0edf47d
<bitcoin-git> [bitcoin] Sjors opened pull request #31834: build: disable bitcoin-node if daemon is not built (master...2025/02/daemon-multiprocess) https://github.com/bitcoin/bitcoin/pull/31834
<bitcoin-git> [bitcoin] glozow merged pull request #31384: mining: bugfix: Fix duplicate coinbase tx weight reservation (master...11-2024-fix-duplicate-coinbase-reservation-bug) https://github.com/bitcoin/bitcoin/pull/31384
<bitcoin-git> bitcoin/master c8acd40 ismaelsadeeq: init: fail to start when `-blockmaxweight` exceeds `MAX_BLOCK_WEIGHT`
<bitcoin-git> [bitcoin] glozow pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/6a46be75c43e...6b165f5906fc
<bitcoin-git> bitcoin/master 2c7d90a ismaelsadeeq: miner: bugfix: fix duplicate weight reservation in block assembler
<bitcoin-git> bitcoin/master 5bb3163 ismaelsadeeq: test: add `-blockmaxweight` startup option functional test
<bitcoin-git> [bitcoin] marcofleon closed pull request #31001: refactor: ensure type safety for txid and wtxid in `RelayTransaction` (master...2024/09/relaytx-type-safety) https://github.com/bitcoin/bitcoin/pull/31001
<corebot> https://github.com/bitcoin/bitcoin/issues/30205 | test: add mocked Sock that can read/write custom data and/or CNetMessages by vasild · Pull Request #30205 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #31793: ci: Use clang-20 for sanitizer tasks (master...2502-ci-20) https://github.com/bitcoin/bitcoin/pull/31793
<bitcoin-git> bitcoin/master fa5a02b MarcoFalke: ci: Use clang-20 for sanitizer tasks
<bitcoin-git> bitcoin/master 6a46be7 merge-script: Merge bitcoin/bitcoin#31793: ci: Use clang-20 for sanitizer tasks
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/329b60f595ea...6a46be75c43e
<bitcoin-git> [bitcoin] fanquake closed pull request #31813: build: fix MSVC ccache reporting (master...fix-ccache-reporting) https://github.com/bitcoin/bitcoin/pull/31813
<bitcoin-git> [bitcoin] fanquake merged pull request #31810: TxOrphanage: account for size of orphans and count announcements (master...2025-02-orphanage-accounting) https://github.com/bitcoin/bitcoin/pull/31810
<bitcoin-git> bitcoin/master 59cd0f0 glozow: [txorphanage] account for weight of orphans
<bitcoin-git> bitcoin/master 672c69c glozow: [refactor] change per-peer workset to info map within orphanage
<bitcoin-git> bitcoin/master e5ea7da glozow: [txorphanage] add per-peer weight accounting
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/bc3f59ca5309...329b60f595ea
<bitcoin-git> [bitcoin] fanquake merged pull request #31820: build: consistently use `CLIENT_NAME` in libbitcoinkernel.pc.in (master...reuse_client_name) https://github.com/bitcoin/bitcoin/pull/31820
<bitcoin-git> bitcoin/master f5b9a2f fanquake: build: use CLIENT_NAME in libbitcoinkernel.pc.in
<bitcoin-git> bitcoin/master bc3f59c merge-script: Merge bitcoin/bitcoin#31820: build: consistently use `CLIENT_NAME` in libb...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb0ada982a73...bc3f59ca5309
<bitcoin-git> [bitcoin] hebasto closed pull request #31831: . (master...master) https://github.com/bitcoin/bitcoin/pull/31831
<bitcoin-git> [bitcoin] ShivaanjayNarula opened pull request #31831: imp (master...master) https://github.com/bitcoin/bitcoin/pull/31831
<bitcoin-git> [bitcoin] ryanofsky closed pull request #31815: multiprocess: Lock CapnpProtocol::m_loop with mutex (master...pr/macrace) https://github.com/bitcoin/bitcoin/pull/31815

2025-02-09

<bitcoin-git> [bitcoin] glozow opened pull request #31829: p2p: improve TxOrphanage denial of service bounds and increase -maxorphantxs (master...2025-01-orphanage-peer-dos) https://github.com/bitcoin/bitcoin/pull/31829
<JayG178> I'm new here. I want to learn more on bitcoin core codebase and development.

2025-02-08

<bitcoin-git> [bitcoin] maflcko closed pull request #31822: fixing-link-Update dependencies.md (master...fixing-error) https://github.com/bitcoin/bitcoin/pull/31822
<bitcoin-git> [bitcoin] hebasto closed pull request #31825: . (master...master) https://github.com/bitcoin/bitcoin/pull/31825
<bitcoin-git> [bitcoin] bhandariarun opened pull request #31825: Bitcoin (master...master) https://github.com/bitcoin/bitcoin/pull/31825
<bitcoin-git> [gui] luke-jr closed pull request #599: Translate unit names & fix external signer error (master...ts_20220515) https://github.com/bitcoin-core/gui/pull/599

2025-02-07

<corebot> https://github.com/bitcoin/bitcoin/issues/31384 | mining: bugfix: Fix duplicate coinbase tx weight reservation by ismaelsadeeq · Pull Request #31384 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] Christewart opened pull request #31823: tests: Add witness commitment if we have a witness transaction in `FullBlockTest.update_block()` (master...2025-02-07-featureblockpy-witnesscommitment) https://github.com/bitcoin/bitcoin/pull/31823
<bitcoin-git> [bitcoin] theuni closed pull request #31715: build: CMake security checks workarounds (master...cmake-security-checks-workarounds) https://github.com/bitcoin/bitcoin/pull/31715
<bitcoin-git> [bitcoin] dedyshkaPexto opened pull request #31822: fixing-link-Update dependencies.md (master...fixing-error) https://github.com/bitcoin/bitcoin/pull/31822
<bitcoin-git> [bitcoin] glozow merged pull request #31811: test: test_inv_block, use mocktime instead of waiting (master...2025-02-tx_dl_mocktime) https://github.com/bitcoin/bitcoin/pull/31811
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/81eb6cc2c609...fb0ada982a73
<bitcoin-git> bitcoin/master 2706c5b Greg Sanders: test: test_inv_block, use mocktime instead of waiting
<bitcoin-git> bitcoin/master fb0ada9 glozow: Merge bitcoin/bitcoin#31811: test: test_inv_block, use mocktime instead of...
<bitcoin-git> [bitcoin] fanquake opened pull request #31820: build: consistently use `CLIENT_NAME` in libbitcoinkernel.pc.in (master...reuse_client_name) https://github.com/bitcoin/bitcoin/pull/31820
<bitcoin-git> [bitcoin] fanquake opened pull request #31819: doc: swap CPPFLAGS for APPEND_CPPFLAGS (master...no_more_cppflags) https://github.com/bitcoin/bitcoin/pull/31819
<bitcoin-git> [bitcoin] fanquake opened pull request #31818: guix: remove test-security/symbol-check scripts (master...remove_test_sec_scripts) https://github.com/bitcoin/bitcoin/pull/31818
<glozow> btw, here is my draft branch for the next PR https://github.com/glozow/bitcoin/tree/2025-01-orphanage-peer-dos
<corebot> https://github.com/bitcoin/bitcoin/issues/31810 | TxOrphanage: account for size of orphans and count announcements by glozow · Pull Request #31810 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] ryanofsky opened pull request #31815: multiprocess: Lock CapnpProtocol::m_loop with mutex (master...pr/macrace) https://github.com/bitcoin/bitcoin/pull/31815
<bitcoin-git> [bitcoin] fanquake merged pull request #31800: depends: Avoid using the `-ffile-prefix-map` compiler option (master...250205-prefix-map) https://github.com/bitcoin/bitcoin/pull/31800
<bitcoin-git> bitcoin/master 407062f Hennadii Stepanov: depends: Avoid using the `-ffile-prefix-map` compiler option
<bitcoin-git> bitcoin/master 81eb6cc merge-script: Merge bitcoin/bitcoin#31800: depends: Avoid using the `-ffile-prefix-map` ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f98d1e06ed2...81eb6cc2c609
<bitcoin-git> [bitcoin] fanquake merged pull request #31814: ci: Bump fuzz task timeout (master...2502-ci-fuzz) https://github.com/bitcoin/bitcoin/pull/31814
<bitcoin-git> bitcoin/master faca7ac MarcoFalke: ci: Bump fuzz task timeout
<bitcoin-git> bitcoin/master 2f98d1e merge-script: Merge bitcoin/bitcoin#31814: ci: Bump fuzz task timeout
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f93d6cb0caa9...2f98d1e06ed2
<bitcoin-git> [qa-assets] maflcko merged pull request #218: Add Murch’s inputs February 2025 merged without sanitizers (main...2025-02-murch-inputs-no-san) https://github.com/bitcoin-core/qa-assets/pull/218
<bitcoin-git> qa-assets/main 107f002 Murch: Add Murch’s inputs February 2025 merged without sanitizers
<bitcoin-git> qa-assets/main 733f70b maflcko: Merge pull request #218 from murchandamus/2025-02-murch-inputs-no-san
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/131d343df8db...733f70b21be2
<vasild> (#bitcoin-core-network-layer-optimizations IRC channel, not hashtag ;)
<vasild> ajonas: b10c: Thanks for https://adamjonas.com/bitcoin/coredev/retro/coredev-2024-retro/! "Interested in Learning More About ... Network layer optimizations +6". What's that? Lets discuss this, here or in #bitcoin-core-network-layer-optimizations or elsewhere...
<corebot> https://github.com/bitcoin/bitcoin/issues/31802 | Add bitcoin-{node,gui} to release binaries for IPC by Sjors · Pull Request #31802 · bitcoin/bitcoin · GitHub
<Sjors[m]> In any case #31802 only adds bitcoin-node and bitcoin-gui.
<corebot> https://github.com/bitcoin/bitcoin/issues/10102 | Multiprocess bitcoin by ryanofsky · Pull Request #10102 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/19460 | multiprocess: Add bitcoin-wallet -ipcconnect option by ryanofsky · Pull Request #19460 · bitcoin/bitcoin · GitHub
<_aj_> darosior: bitcoin-wallet-process, bitcoin-gui-process, etc? it's multi *-process!

2025-02-06

<sipa> bitcoin-wallet-util ?
<darosior> We could rename the utility, but then it would be nice to at least have one deprecation cycle. Given recent momentum i estimate it's possible we might release multiprocess in 30.0, which means if we want to deprecate the bitcoin-wallet utility name we should do it.. now?
<darosior> It might be confusing to release both a bitcoin-wallet utility and a bitcoin-wallet binary as part of multiprocess?
<corebot> https://github.com/bitcoin/bitcoin/issues/25832 | tracing: network connection tracepoints by 0xB10C · Pull Request #25832 · bitcoin/bitcoin · GitHub
<b10c> ajonas: stickies-v: Murch[m]: no-comment "Approves" are a "reviewed" event with state=APPROVED and are included in the backup. I haven't checked if these are filtered by the bitcoin-core-contributor-stats tool
<bitcoin-git> [bitcoin] maflcko opened pull request #31814: ci: Bump fuzz task timeout (master...2502-ci-fuzz) https://github.com/bitcoin/bitcoin/pull/31814
<instagibbs> https://github.com/bitcoin/bitcoin/pull/31810#discussion_r1945376879 sipa my understanding was that we'd be repeatedly un-announce a particular peer based on the reservation-use ratio (in weight). The trim loop would just keep going until both total (deduplicated) weight usage and total announcement count goes below required levels
<bitcoin-git> [bitcoin] hebasto merged pull request #31809: Prepare "Open Transifex translations for v29.0" release step (master...250206-translations) https://github.com/bitcoin/bitcoin/pull/31809
<bitcoin-git> bitcoin/master 2f27c91 Hennadii Stepanov: qt: Update the `src/qt/locale/bitcoin_en.xlf` translation source file
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d6c229d8bd4a...f93d6cb0caa9
<bitcoin-git> bitcoin/master 2b51dd3 Hennadii Stepanov: Update Transifex slug for 29.x
<bitcoin-git> bitcoin/master 864386a Hennadii Stepanov: cmake: Ensure generated sources are up to date for `translate` target
<bitcoin-git> [bitcoin] vijayabhaskar78 opened pull request #31813: Fix MSVC ccache reporting (Fixes #31771) (master...fix-ccache-reporting) https://github.com/bitcoin/bitcoin/pull/31813
<jarolrod> - Serve as a place where core devs can hear from and interface with the Bitcoin Design Community, who’s been at the heart of a lot of the work
<achow101> enabled the code review limits on all bitcoin/ repos
<Murch[m]> Maybe do it just for the /bitcoin project and not the org then
<bitcoin-git> [bitcoin] instagibbs opened pull request #31811: test: test_inv_block, use mocktime instead of waiting (master...2025-02-tx_dl_mocktime) https://github.com/bitcoin/bitcoin/pull/31811
<glozow> script is open source if anybody wants to spend their time looking at this instead of reviewing 29.0 PRs https://github.com/bitschmidty/bitcoin-core-contributor-stats
<glozow> There are 31 items on the milestone: https://github.com/bitcoin/bitcoin/milestone/69
<ajonas> I've compiled the results of the contributor survey. A good turnout this year so thanks to those that responded to my pestering. It's here: https://adamjonas.com/bitcoin/coredev/retro/coredev-2024-retro
<glozow> #topic Bitcoin Core contributor survey (ajonas)
<corebot> https://github.com/bitcoin/bitcoin/issues/31495 | wallet: Utilize IsMine() and CanProvide() in migration to cover edge cases by achow101 · Pull Request #31495 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31810 | TxOrphanage: account for size of orphans and count announcements by glozow · Pull Request #31810 · bitcoin/bitcoin · GitHub
<cfields> <ajonas> #proposedmeetingtopic Bitcoin Core contributor survey
<glozow> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge fanquake fjahr furszy gleb glozow hebasto instagibbs jarolrod jonatack josibake kanzure laanwj LarryRuane lightlike luke-jr maflcko marcofleon maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark
<ajonas> #proposedmeetingtopic Bitcoin Core contributor survey
<bitcoin-git> [bitcoin] glozow opened pull request #31810: TxOrphanage: account for size of orphans and count announcements (master...2025-02-orphanage-accounting) https://github.com/bitcoin/bitcoin/pull/31810
<bitcoin-git> [bitcoin] hebasto opened pull request #31809: Prepare "Open Transifex translations for v29.0" release step (master...250206-translations) https://github.com/bitcoin/bitcoin/pull/31809
<bitcoin-git> [bitcoin] fanquake merged pull request #31804: ci: Remove no longer needed `-Wno-error=documentation` (master...250205-ci-flags) https://github.com/bitcoin/bitcoin/pull/31804
<bitcoin-git> bitcoin/master f1d7a6d Hennadii Stepanov: ci: Remove no longer needed '-Wno-error=documentation'
<bitcoin-git> bitcoin/master d6c229d merge-script: Merge bitcoin/bitcoin#31804: ci: Remove no longer needed `-Wno-error=docum...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/82ba50513425...d6c229d8bd4a
<bitcoin-git> [bitcoin] glozow merged pull request #31759: test: fixes p2p_ibd_txrelay wait time (master...2025-01-fix-p2p-ibd-txrelay-test) https://github.com/bitcoin/bitcoin/pull/31759
<bitcoin-git> bitcoin/master 1973a9e Sergi Delgado Segura: test: fixes p2p_ibd_txrelay wait time
<bitcoin-git> bitcoin/master 82ba505 glozow: Merge bitcoin/bitcoin#31759: test: fixes p2p_ibd_txrelay wait time
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ae9eaa063b68...82ba50513425
<bitcoin-git> [bitcoin] glozow merged pull request #31760: test: make sure we are on sync with a peer before checking if they have sent a message (master...2025-01-fix-p2p-orphan-halding-requests-check) https://github.com/bitcoin/bitcoin/pull/31760
<bitcoin-git> bitcoin/master ae9eaa0 glozow: Merge bitcoin/bitcoin#31760: test: make sure we are on sync with a peer be...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a43f08c4ae32...ae9eaa063b68
<bitcoin-git> bitcoin/master 3f4b104 Sergi Delgado Segura: test: make sure we are on sync with a peer before checking if they have se...
<corebot> https://github.com/bitcoin/bitcoin/issues/31622 | psbt: add non-default sighash types to PSBTs and unify sighash type match checking by achow101 · Pull Request #31622 · bitcoin/bitcoin · GitHub

2025-02-05

<bitcoin-git> [qa-assets] murchandamus opened pull request #218: Add Murch’s inputs February 2025 merged without sanitizers (main...2025-02-murch-inputs-no-san) https://github.com/bitcoin-core/qa-assets/pull/218
<corebot> https://github.com/bitcoin/bitcoin/issues/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] theuni opened pull request #31807: kernel: Avoid duplicating symbols in the kernel and downstream users (master...fix-dupe-kernel-symbols) https://github.com/bitcoin/bitcoin/pull/31807
<bitcoin-git> [bitcoin] maflcko closed pull request #31332: contrib: fix BUILDDIR in gen-bitcoin-conf script (master...fix-builddir) https://github.com/bitcoin/bitcoin/pull/31332
<bitcoin-git> [bitcoin] brunoerg opened pull request #31806: fuzz: coinselection: cover `SetBumpFeeDiscount` (master...2025-02-fuzz-coinselection-bumpfee) https://github.com/bitcoin/bitcoin/pull/31806
<bitcoin-git> [bitcoin] jonatack opened pull request #31805: doc: improve NODE_NETWORK_LIMITED documentation per BIP159 (master...2025-02-NODE_NETWORK_LIMITED-documentation) https://github.com/bitcoin/bitcoin/pull/31805
<bitcoin-git> [bitcoin] hebasto opened pull request #31804: ci: Remove no longer needed '-Wno-error=documentation' (master...250205-ci-flags) https://github.com/bitcoin/bitcoin/pull/31804
<bitcoin-git> [bitcoin] hebasto closed pull request #31726: ci: Replace `CMAKE_CXX_FLAGS` with `APPEND_CXXFLAGS` (master...250123-ci-flags) https://github.com/bitcoin/bitcoin/pull/31726
<bitcoin-git> [bitcoin] fjahr opened pull request #31803: fuzz: Extend mini_miner fuzz coverage to max block weight (master...pr31384-fuzz-follow-up) https://github.com/bitcoin/bitcoin/pull/31803
<bitcoin-git> [bitcoin] Sjors opened pull request #31802: Add bitcoin-{node,gui} to release binaries for IPC (master...2025/02/ipc-yea) https://github.com/bitcoin/bitcoin/pull/31802
<corebot> https://github.com/bitcoin/bitcoin/issues/30857 | cluster mempool: extend DepGraph functionality by sipa · Pull Request #30857 · bitcoin/bitcoin · GitHub