<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] 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] 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] 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
<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)
<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
<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] 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>
[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] 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/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] 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
<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] 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] 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 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] 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] 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 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 #31486: fuzz: Abort when using global PRNG without re-seed (master...2412-fuzz-rng-abort) https://github.com/bitcoin/bitcoin/pull/31486