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/master b29d68f brunoerg: test: descriptor: fix test for `MaxSatisfactionWeight`
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/87c9ebd88920...9b9752217f2d
<bitcoin-git> bitcoin/master 9b97522 Ava Chow: Merge bitcoin/bitcoin#31570: test: descriptor: fix test for `MaxSatisfacti...
<dviola> ~/.bitcoin*
<dviola> sipa: I wiped out ~/.bitcoin but my blocks dir are on external storage
<sipa> bitcoin core will never download blocks it already (knows it) has
<dviola> right now if you try to re-sync bitcoin core will re-download those same blocks even though they are already on disk
<dviola> is there a way to tell bitcoin core to sync from blocks from a given path (-blocksdir) but don't attempt to re-download those same blocks?
<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 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/master 87c9ebd Ava Chow: Merge bitcoin/bitcoin#31563: rpc: Extend scope of validation mutex in gene...
<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 bc43eca Martin Zumsande: test: add functional test for balance after snapshot completion
<bitcoin-git> bitcoin/master 226d03d Martin Zumsande: validation: Send correct notification during 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 d9d5bc2 Hennadii Stepanov: qa: Limit `-maxconnections` in tests
<bitcoin-git> bitcoin/master fa3de03 Ava Chow: Merge bitcoin/bitcoin#31537: 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 fa0998f MarcoFalke: test: Avoid intermittent error in assert_equal(pruneheight_new, 248)
<bitcoin-git> bitcoin/master ba0cb7d Ava Chow: Merge bitcoin/bitcoin#31468: test: Avoid intermittent error in assert_equa...
<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] 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/master fa6e599 MarcoFalke: test: Call generate through test framework only
<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 a2c45ae furszy: test: report failure during utf8 response decoding
<bitcoin-git> bitcoin/master 17db84d Ava Chow: Merge bitcoin/bitcoin#31251: test: report detailed msg during utf8 respons...
<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 facc4f1 MarcoFalke: refactor: Replace fwd-decl with proper include
<bitcoin-git> bitcoin/master fac3a78 MarcoFalke: refactor: Avoid needless, unsafe c-style cast
<bitcoin-git> bitcoin/master faae6fa MarcoFalke: refactor: Simplify SpanPopBack
<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 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/master 937ef9e Sjors Provoost: net_processing: use CNode::DisconnectMsg helper
<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
<laanwj> brunoerg the parsing functions in bitcoin core have historically been super lenient with validation, giving them stricter and more well-defined behavior has been an ongoing struggle, especially as it's often hard to know if someone is relying on that and it would subtly break the RPC or command line interface (from their point of view)
<gribble> https://github.com/bitcoin/bitcoin/issues/1075847 | HTTP Error 404: Not Found

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 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/master 23b8a42 fanquake: guix: bump glibc 2.31 to 7b27c450c34563a28e634cccb399cd415e71ebfe
<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 be1a2e5 Hennadii Stepanov: doc: Install `py3-zmq` port on OpenBSD for `interface_zmq.py`
<bitcoin-git> bitcoin/master 273440d merge-script: Merge bitcoin/bitcoin#31535: doc: Install `py3-zmq` port on OpenBSD for `i...
<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
<hebasto> a half of Bitcoin Design community are expecting it as well :)
<dviola> is https://github.com/bitcoin/bitcoin/pull/30997 planned for bitcoin core 29.x?
<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 bb57017 Ryan Ofsky: Merge bitcoin/bitcoin#31521: fuzz: Fix misplaced SeedRand::ZEROS
<bitcoin-git> bitcoin/master fadd568 MarcoFalke: 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 5bbbc0d Ryan Ofsky: Merge bitcoin/bitcoin#31325: Make m_tip_block std::optional
<bitcoin-git> bitcoin/master 81cea5d Sjors Provoost: Ensure m_tip_block is never ZERO
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c1252b14d714...5bbbc0d0eeb8
<gribble> https://github.com/bitcoin/bitcoin/issues/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31363 | cluster mempool: introduce TxGraph by sipa · Pull Request #31363 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30595 | kernel: Introduce initial C header API by TheCharlatan · Pull Request #30595 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31382 | kernel: Flush in ChainstateManager destructor by TheCharlatan · Pull Request #31382 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31483 | kernel: Move kernel-related cache constants to kernel cache by TheCharlatan · Pull Request #31483 · bitcoin/bitcoin · GitHub
<fjahr> #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 #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] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fa0c473d4c82...c1252b14d714
<bitcoin-git> bitcoin/master 366fbf1 Sjors Provoost: test: drop extraneous bracket in mining util
<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 9a47852 Sjors Provoost: Remove getTransactionsUpdated() from mining interface
<bitcoin-git> bitcoin/master bfc4e02 Sjors Provoost: Remove testBlockValidity() 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/master facb4d0 MarcoFalke: refactor: Move GuessVerificationProgress into ChainstateManager
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/477b35746074...ea53568a0685
<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
<darosior> development phase. Didn't want to commit to it publicly before actually doing it, but since you ask i plan on writing a draft BIP soon. I think a logical follow-up would be to implement the changes in bitcoin-inquisition. Then, well, we'll see. That's already a bunch of work to do before deciding what to focus on next.
<Chris_Stewart_5> to bitcoin-wizards i suppose!
<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
<Chris_Stewart_5> Ok cool I would like to start a working group for worst case block validation. I can't edit this wiki page so def have to talk to someone. https://github.com/bitcoin-core/bitcoin-devwiki/wiki/Working-Groups .
<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

<achow101> I won't be able to run the IRC meeting this week, so someone else should run it. Cheat sheet at https://github.com/bitcoin-core/bitcoin-devwiki/wiki/IRC-Meeting-Cheat-Sheet
<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 477b357 Ryan Ofsky: Merge bitcoin/bitcoin#31493: refactor: Use immediate lambda to work around...
<bitcoin-git> bitcoin/master fa9e048 MarcoFalke: refactor: Use immediate lambda to work around GCC bug 117966
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a60d5702fd5c...477b35746074
<bitcoin-git> [bitcoin] achow101 pushed tag v28.1rc2: https://github.com/bitcoin/bitcoin/compare/v28.1rc2
<bitcoin-git> [bitcoin] achow101 merged pull request #31469: [28.x] 28.1rc2 backports (28.x...28.1rc2-backports) https://github.com/bitcoin/bitcoin/pull/31469
<bitcoin-git> bitcoin/28.x 2835158 fanquake: fuzz: add cstdlib to FuzzedDataProvider
<bitcoin-git> bitcoin/28.x b8112cf Vasil Dimov: util: use explicit cast in MultiIntBitSet::Fill()
<bitcoin-git> bitcoin/28.x 227642d 0xb10c: test: fix MIN macro-redefinition
<bitcoin-git> [bitcoin] achow101 pushed 11 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/d6b225f16525...6db725662d9e
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31486: fuzz: Abort when using global PRNG without re-seed (master...2412-fuzz-rng-abort) https://github.com/bitcoin/bitcoin/pull/31486
<bitcoin-git> bitcoin/master fa7809a MarcoFalke: fuzz: Add missing SeedRandomStateForTest(SeedRand::ZEROS)
<bitcoin-git> bitcoin/master fa18acb MarcoFalke: fuzz: Abort when using global PRNG without re-seed
<bitcoin-git> bitcoin/master fae63bf MarcoFalke: fuzz: Clarify that only SeedRandomStateForTest(SeedRand::ZEROS) is allowed
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a95a8ba3a3f4...a60d5702fd5c
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31197: refactor: mining interface 30955 followups (master...2024/10/pr30955-followups) https://github.com/bitcoin/bitcoin/pull/31197
<bitcoin-git> bitcoin/master 4d57288 Sjors Provoost: refactor: use CTransactionRef in submitSolution
<bitcoin-git> bitcoin/master 39d3b53 Sjors Provoost: Rename merkle branch to path
<bitcoin-git> bitcoin/master 2e81791 Sjors Provoost: Drop TransactionMerklePath default position arg
<bitcoin-git> [bitcoin] ryanofsky pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/cd3d9fa5ea87...a95a8ba3a3f4
<bitcoin-git> [bitcoin] maflcko closed pull request #31518: Fix (master...fix) https://github.com/bitcoin/bitcoin/pull/31518
<bitcoin-git> [bitcoin] romashka-btc opened pull request #31518: Fix (master...fix) https://github.com/bitcoin/bitcoin/pull/31518
<bitcoin-git> [bitcoin] glozow closed pull request #31517: Correct spelling and grammar improvements (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31517
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31318: Drop script_pub_key arg from createNewBlock (master...2024/11/no-script_pub_key) https://github.com/bitcoin/bitcoin/pull/31318
<bitcoin-git> bitcoin/master 52fd151 Sjors Provoost: test: drop scriptPubKeyIn arg from CreateNewBlock
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/785486a97558...cd3d9fa5ea87
<bitcoin-git> bitcoin/master 7ab733e Sjors Provoost: rpc: rename coinbase_script to coinbase_output_script
<bitcoin-git> bitcoin/master ff41b9e Sjors Provoost: Drop script_pub_key arg from createNewBlock
<bitcoin-git> [leveldb-subtree] maflcko opened pull request #45: [jumbo] Add begin()/end() to Slice. (bitcoin-fork...bitcoin-fork) https://github.com/bitcoin-core/leveldb-subtree/pull/45
<bitcoin-git> [bitcoin] savvar9991 opened pull request #31517: Correct spelling and grammar improvements (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31517
<bitcoin-git> [bitcoin] savvar9991 closed pull request #31516: Update build-osx.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31516
<bitcoin-git> [bitcoin] savvar9991 opened pull request #31516: Update build-osx.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31516
<bitcoin-git> [bitcoin] fanquake merged pull request #31489: fuzz: Fix test_runner error reporting (master...2412-fuzz-err) https://github.com/bitcoin/bitcoin/pull/31489
<bitcoin-git> bitcoin/master fa0e30b MarcoFalke: fuzz: Fix test_runner error reporting
<bitcoin-git> bitcoin/master 785486a merge-script: Merge bitcoin/bitcoin#31489: fuzz: Fix test_runner error reporting
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1251a2364202...785486a97558
<bitcoin-git> [bitcoin] fanquake merged pull request #31458: build: use `-mbig-obj` for Windows debug builds (master...win_debug_O0_big_obj) https://github.com/bitcoin/bitcoin/pull/31458
<bitcoin-git> bitcoin/master 1251a23 merge-script: Merge bitcoin/bitcoin#31458: build: use `-mbig-obj` for Windows debug buil...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d2136d32bb47...1251a2364202
<bitcoin-git> bitcoin/master 2b9ff4a fanquake: build: use `-mbig-obj` for mingw-w64 Debug builds
<bitcoin-git> [bitcoin] fanquake merged pull request #31502: depends: Fix `CXXFLAGS` on NetBSD (master...241214-cxxflags-netbsd) https://github.com/bitcoin/bitcoin/pull/31502
<bitcoin-git> bitcoin/master d2136d3 merge-script: Merge bitcoin/bitcoin#31502: depends: Fix `CXXFLAGS` on NetBSD
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/58436d4af381...d2136d32bb47
<bitcoin-git> bitcoin/master a10bb40 Hennadii Stepanov: depends: Fix CXXFLAGS on NetBSD
<bitcoin-git> bitcoin/master 46e207d Hennadii Stepanov: cmake: Link `bitcoin_consensus` as a library
<bitcoin-git> bitcoin/master 58436d4 merge-script: Merge bitcoin/bitcoin#31503: cmake: Link `bitcoin_consensus` as a library
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/38dcf0f98271...58436d4af381
<bitcoin-git> [bitcoin] fanquake merged pull request #31503: cmake: Link `bitcoin_consensus` as a library (master...241215-linking) https://github.com/bitcoin/bitcoin/pull/31503
<bitcoin-git> [bitcoin] fanquake merged pull request #31498: depends: Ignore prefix directory on OpenBSD (master...241214-ignore-amd) https://github.com/bitcoin/bitcoin/pull/31498
<bitcoin-git> bitcoin/master 3353d4a Hennadii Stepanov: depends: Ignore prefix directory on OpenBSD
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b042c4f0538c...38dcf0f98271
<bitcoin-git> bitcoin/master 38dcf0f merge-script: Merge bitcoin/bitcoin#31498: depends: Ignore prefix directory on OpenBSD
<bitcoin-git> [bitcoin] scgbckbone opened pull request #31514: allow lable for external descriptor & disallow label for ranged descriptors (master...ProcessDescriptorImport_fixes) https://github.com/bitcoin/bitcoin/pull/31514
<bitcoin-git> [bitcoin] fanquake closed pull request #31513: Fix spelling and formatting issues (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31513
<bitcoin-git> [bitcoin] savvar9991 opened pull request #31513: Fix spelling and formatting issues (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31513

2024-12-16

<bitcoin-git> [bitcoin] fanquake closed pull request #31511: Create bitcoin (master...master) https://github.com/bitcoin/bitcoin/pull/31511
<bitcoin-git> [bitcoin] hannahz12 opened pull request #31511: Create bitcoin (master...master) https://github.com/bitcoin/bitcoin/pull/31511
<bitcoin-git> [bitcoin] pinheadmz closed pull request #31510: test: fix TestShell initialization for cmake build directory (master...testshell-cmake) https://github.com/bitcoin/bitcoin/pull/31510
<bitcoin-git> [bitcoin] pinheadmz opened pull request #31510: test: fix TestShell initialization for cmake build directory (master...testshell-cmake) https://github.com/bitcoin/bitcoin/pull/31510
<bitcoin-git> [bitcoin] maflcko closed pull request #31508: Fix typos and improve consistency in documentation (master...fix/typos) https://github.com/bitcoin/bitcoin/pull/31508
<bitcoin-git> [bitcoin] Dimitrolito opened pull request #31508: Fix typos and improve consistency in documentation (master...fix/typos) https://github.com/bitcoin/bitcoin/pull/31508
<bitcoin-git> [bitcoin] hebasto opened pull request #31507: [POC] build: Use clang-cl to build on Windows natively (master...241216-clang-cl) https://github.com/bitcoin/bitcoin/pull/31507
<bitcoin-git> [bitcoin] fanquake closed pull request #31501: Fix Broken Link in bitcoinconsensus.h Documentation (master...master) https://github.com/bitcoin/bitcoin/pull/31501
<bitcoin-git> [gui-qml] hebasto opened 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] hebasto merged pull request #417: Introduce WalletModel and loadWallet functionality (main...wallet-model) https://github.com/bitcoin-core/gui-qml/pull/417
<bitcoin-git> gui-qml/main 50c5f87 johnny9: qml: Protect m_wallets in WalletQmlController with QMutex
<bitcoin-git> gui-qml/main b41a0e4 johnny9: qml: Introduce WalletModel and loadWallet functionality
<bitcoin-git> gui-qml/main ec3e68e johnny9: qml: Move setSelectedWallet work to worker QThread
<bitcoin-git> [gui-qml] hebasto pushed 4 commits to main: https://github.com/bitcoin-core/gui-qml/compare/574817b3b95a...be23a6e23252
<gribble> https://github.com/bitcoin/bitcoin/issues/31325 | Make m_tip_block std::optional by Sjors · Pull Request #31325 · bitcoin/bitcoin · GitHub

2024-12-15

<bitcoin-git> [bitcoin] hebasto opened 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 opened pull request #31503: cmake: Link `bitcoin_consensus` as a library (master...241215-linking) https://github.com/bitcoin/bitcoin/pull/31503

2024-12-14

<bitcoin-git> [bitcoin] hebasto opened pull request #31502: depends: Fix `CXXFLAGS` on NetBSD (master...241214-cxxflags-netbsd) https://github.com/bitcoin/bitcoin/pull/31502
<bitcoin-git> [bitcoin] futreall opened pull request #31501: Fix Broken Link in bitcoinconsensus.h Documentation (master...master) https://github.com/bitcoin/bitcoin/pull/31501
<bitcoin-git> [bitcoin] hebasto opened pull request #31500: depends: Fix compiling `libevent` package on NetBSD (master...241214-libevent-netbsd) https://github.com/bitcoin/bitcoin/pull/31500
<bitcoin-git> [bitcoin] hebasto opened pull request #31498: depends: Ignore prefix directory on OpenBSD (master...241214-ignore-amd) https://github.com/bitcoin/bitcoin/pull/31498
<bitcoin-git> [bitcoin] yancyribbens opened pull request #31497: Remove unused variable assignment (master...remove-unused-var-assighnment) https://github.com/bitcoin/bitcoin/pull/31497

2024-12-13

<bitcoin-git> [bitcoin] achow101 merged pull request #31223: net, init: derive default onion port if a user specified a -port (master...202410_portplus1) https://github.com/bitcoin/bitcoin/pull/31223
<bitcoin-git> bitcoin/master 1dd3af8 Martin Zumsande: Add release note for #31223
<bitcoin-git> bitcoin/master 997757d Martin Zumsande: test: add functional test for -port behavior
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d73f37dda221...b042c4f0538c
<bitcoin-git> bitcoin/master 0e2b12b Martin Zumsande: net, init: derive default onion port if a user specified a -port
<bitcoin-git> [bitcoin] hodlinator closed pull request #31496: refactor: Make CCoinsCacheEntry::Flags enum private (master...2024/12/30906_followup) https://github.com/bitcoin/bitcoin/pull/31496
<bitcoin-git> [bitcoin] hodlinator opened pull request #31496: refactor: Make CCoinsCacheEntry::Flags enum private (master...2024/12/30906_followup) https://github.com/bitcoin/bitcoin/pull/31496
<bitcoin-git> [bitcoin] achow101 closed pull request #30328: wallet: Remove IsMine from migration code (master...migrate-inline-ismine) https://github.com/bitcoin/bitcoin/pull/30328
<bitcoin-git> [bitcoin] achow101 opened 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] maflcko opened 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] andremralves reopened pull request #31492: Execute Discover() when bind=0.0.0.0 or :: is set (master...discover-bind) https://github.com/bitcoin/bitcoin/pull/31492
<bitcoin-git> [bitcoin] andremralves closed pull request #31492: Execute Discover() when bind=0.0.0.0 or :: is set (master...discover-bind) https://github.com/bitcoin/bitcoin/pull/31492
<bitcoin-git> [bitcoin] andremralves opened pull request #31492: Execute Discover() when bind=0.0.0.0 or :: is set (master...discover-bind) https://github.com/bitcoin/bitcoin/pull/31492
<bitcoin-git> [bitcoin] l0rinc opened pull request #31490: refactor: Cache blockundo serialized size for consecutive calls (master...l0rinc/undo) https://github.com/bitcoin/bitcoin/pull/31490
<bitcoin-git> [bitcoin] maflcko opened pull request #31489: fuzz: Fix test_runner error reporting (master...2412-fuzz-err) https://github.com/bitcoin/bitcoin/pull/31489
<bitcoin-git> [bitcoin] wfzyx closed pull request #31420: test: implements helper functions for unit conversion (master...31345-conversion-util-functions) https://github.com/bitcoin/bitcoin/pull/31420
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31346: Set notifications m_tip_block in LoadChainTip() (master...2024/11/init_m_tip_block) https://github.com/bitcoin/bitcoin/pull/31346
<bitcoin-git> bitcoin/master 37946c0 Sjors Provoost: Set notifications m_tip_block in LoadChainTip()
<bitcoin-git> bitcoin/master d73f37d Ryan Ofsky: Merge bitcoin/bitcoin#31346: Set notifications m_tip_block in LoadChainTip...
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/78f1bff7099b...d73f37dda221
<bitcoin-git> [bitcoin] maflcko opened pull request #31486: fuzz: Abort when using global PRNG without re-seed (master...2412-fuzz-rng-abort) https://github.com/bitcoin/bitcoin/pull/31486