<bitcoin-git>
[bitcoin] codeabysss opened pull request #34028: [p2p] Saturate LocalServiceInfo::nScore to prevent overflow (master...p2p-fix-nscore-overflow) https://github.com/bitcoin/bitcoin/pull/34028
<bitcoin-git>
[bitcoin] billymcbip reopened pull request #33973: test: Improve STRICTENC/DERSIG unit tests in script_tests.json (master...script-tests) https://github.com/bitcoin/bitcoin/pull/33973
<bitcoin-git>
[bitcoin] billymcbip reopened pull request #33961: script: Add a separate ScriptError for empty pubkeys encountered in Tapscript (master...pubkey-error) https://github.com/bitcoin/bitcoin/pull/33961
<bitcoin-git>
[bitcoin] billymcbip closed pull request #33973: test: Improve STRICTENC/DERSIG unit tests in script_tests.json (master...script-tests) https://github.com/bitcoin/bitcoin/pull/33973
<bitcoin-git>
[bitcoin] billymcbip closed pull request #33961: script: Add a separate ScriptError for empty pubkeys encountered in Tapscript (master...pubkey-error) https://github.com/bitcoin/bitcoin/pull/33961
<bitcoin-git>
[bitcoin] b-l-u-e closed pull request #33072: [p2p] Fix signed integer overflow in LocalServiceInfo::nScore (master...p2p-fix-nscore-overflow-24049) https://github.com/bitcoin/bitcoin/pull/33072
<bitcoin-git>
[bitcoin] fanquake closed pull request #33792: net_processing: reorder the code that handles the VERSION message (master...reorder_version) https://github.com/bitcoin/bitcoin/pull/33792
<bitcoin-git>
[bitcoin] fanquake closed pull request #33565: net_processing: rename RelayTransaction to better describe what it does (master...rename_RelayTransaction) https://github.com/bitcoin/bitcoin/pull/33565
<bitcoin-git>
[bitcoin] fanquake merged pull request #33858: test: add unit test coverage for the empty leaves path in MerkleComputation (master...merkle-empty-path) https://github.com/bitcoin/bitcoin/pull/33858
<bitcoin-git>
bitcoin/master ffcae82 frankomosh: test: exercise TransactionMerklePath with empty block; targets the MerkleC...
<abubakarsadiq>
limit is reached and they evict a candidate, The SRI guys said there eviction strategy is LIFO, so it makes sense to just evict LIFO on the node side. I think I provide more info here https://github.com/bitcoin/bitcoin/pull/33922 could appreciate more eyes
<sipa>
darosior: i worry that it cuts both ways: with the proposed modified strategy, an attacker can increase their probability of being connected to by finding an obscure AS or /16 with few bitcoin nodes in it, and just spinning up one in it
<darosior>
I may open a PR to the Bitcoin Core main repo later on
<jonatack>
darosior: je ne vois pas de souci de faire un premier tour de review sur inquistion puis un second tour de review dans le repo de bitcoin core
<darosior>
We can get it into inquisition, play with it for a couple months on signet, and possibly then consider a PR to the main Bitcoin Core repo
<darosior>
Because i want to run it on a test network for a while first, and Bitcoin Inquisition being a testbed for consensus changes seemed the appropriate place for now
<darosior>
Not a Bitcoin Core specific topic, but one that i think could be interesting to people here. As you know i've been working on the Consensus Cleanup proposal for over two years now. After Matt's previous attempt in 2019, i spent the end of 2023 and much of 2024 researching the best mitigations for each issue. We published a BIP in early 2025, and
<darosior>
there is now an implementation for review at Bitcoin Inquisition.
<bitcoin-git>
[bitcoin] Ataraxia009 closed pull request #33813: init: Changing the rpcbind argument being ignored to a pop up warning (master...rpc-bind-warning) https://github.com/bitcoin/bitcoin/pull/33813
<bitcoin-git>
[bitcoin] hebasto opened pull request #33995: depends: Propagate native C compiler to `sqlite` package (master...251202-tcl) https://github.com/bitcoin/bitcoin/pull/33995
<bitcoin-git>
[bitcoin] fanquake merged pull request #33960: log: Use more severe log level (warn/err) where appropriate (master...2511-log) https://github.com/bitcoin/bitcoin/pull/33960
<bitcoin-git>
bitcoin/master fa45a15 MarcoFalke: log: Use LogWarning for non-critical logs
<bitcoin-git>
bitcoin/master fa0018d MarcoFalke: log: Use LogError for fatal errors
<bitcoin-git>
[bitcoin] brunoerg opened pull request #33993: init: point out -stopatheight may be imprecise (master...2025-12-init-stopatheight) https://github.com/bitcoin/bitcoin/pull/33993
<bitcoin-git>
[bitcoin] codomposer opened pull request #33991: test: Add comprehensive txindex reorg test coverage (master...test-txindex-reorg-coverage) https://github.com/bitcoin/bitcoin/pull/33991
<bitcoin-git>
[bitcoin] theStack opened pull request #33990: test: check that peer's announced starting height is remembered (master...202512-test-announced_starting_height) https://github.com/bitcoin/bitcoin/pull/33990
<Sjors[m]1>
If you have logrotate setup and previously use "killall -HUP bitcoind", you should add bitcoin-node in case you ever use it.
<bitcoin-git>
[bitcoin] fanquake merged pull request #33971: cmake: Set `WITH_ZMQ` to `ON` in Windows presets (master...251130-win-zmq) https://github.com/bitcoin/bitcoin/pull/33971
<bitcoin-git>
[bitcoin] maflcko closed pull request #33979: test: add test loading a wallet backup on a pruned node (master...feat/test_load_wallet_pruned_node) https://github.com/bitcoin/bitcoin/pull/33979
<bitcoin-git>
[bitcoin] codomposer opened pull request #33979: test: add test loading a wallet backup on a pruned node (master...feat/test_load_wallet_pruned_node) https://github.com/bitcoin/bitcoin/pull/33979
<bitcoin-git>
[bitcoin] codomposer opened pull request #33978: test: add test loading a wallet backup on a pruned node (master...feat/test_load_wallet_pruned_node) https://github.com/bitcoin/bitcoin/pull/33978
<bitcoin-git>
[bitcoin] vostrnad opened pull request #33977: script: Remove dead code from OP_CHECKMULTISIG (master...checkmultisig-dead-code) https://github.com/bitcoin/bitcoin/pull/33977
<bitcoin-git>
[bitcoin] hebasto opened pull request #33975: depends, doc: Add `tcl` as build dependency for `sqlite` package (master...251130-tcl) https://github.com/bitcoin/bitcoin/pull/33975
<bitcoin-git>
[bitcoin] hebasto opened pull request #33974: cmake: Check dependencies after build option interaction (master...251130-cmake-options) https://github.com/bitcoin/bitcoin/pull/33974
<bitcoin-git>
[bitcoin] billymcbip opened pull request #33973: test: Add DERSIG unit tests to script_tests.json (master...script-tests) https://github.com/bitcoin/bitcoin/pull/33973
<bitcoin-git>
[bitcoin] hebasto opened pull request #33972: cmake: Make `BUILD_KERNEL_TEST` depend on `BUILD_KERNEL_LIB` (master...251130-kernel-test) https://github.com/bitcoin/bitcoin/pull/33972
<bitcoin-git>
[bitcoin] hebasto opened pull request #33971: cmake: Set `WITH_ZMQ` to `ON` in Windows presets (master...251130-win-zmq) https://github.com/bitcoin/bitcoin/pull/33971
<sipa>
it would not surprise me that there are none, given that it is ancient functionality that has barely been modified since the days when bitcoin (core) didn't have any tests whatsoever
<bitcoin-git>
[bitcoin] fanquake merged pull request #33764: ci: Add Windows + UCRT jobs for cross-compiling and native testing (master...251102-ucrt-ci) https://github.com/bitcoin/bitcoin/pull/33764
<bitcoin-git>
bitcoin/master 2e27bd9 Hennadii Stepanov: ci: Add Windows + UCRT jobs for cross-compiling and native testing
<bitcoin-git>
bitcoin/master f6acbef merge-script: Merge bitcoin/bitcoin#33764: ci: Add Windows + UCRT jobs for cross-compili...
<bitcoin-git>
bitcoin/master bd130db Hennadii Stepanov: ci: Rename items specific to Windows + MSVCRT
<bitcoin-git>
[bitcoin] fanquake closed pull request #33949: ubsan: add another suppression for InsecureRandomContext (master...suppress_insecure_rand_context) https://github.com/bitcoin/bitcoin/pull/33949
<dviola>
hebasto, pablomartin4btc: I would like to kindly request this PR to be merged: https://github.com/bitcoin-core/gui/pull/817 -- if the only blocker is wayland... like I mentioned before, the problem isn't wayland or the code, it's lack of xdg_activation_v1 in the compositor
<bitcoin-git>
[bitcoin] billymcbip opened pull request #33961: Add a separate ScriptError for empty pubkeys encountered in Tapscript (master...pubkey-error) https://github.com/bitcoin/bitcoin/pull/33961
<bitcoin-git>
[bitcoin] fanquake merged pull request #32009: contrib: turn off compression of macOS SDK to fix determinism (across distros) (master...macos_sdk_select) https://github.com/bitcoin/bitcoin/pull/32009
<bitcoin-git>
bitcoin/master a33d034 fanquake: contrib: more selectively pick files for macOS SDK
<bitcoin-git>
bitcoin/master 3e01b5d fanquake: contrib: rename gen-sdk to gen-sdk.py
<bitcoin-git>
[bitcoin] maflcko opened pull request #33960: log: Use more severe log level (warn/err) where appropriate (master...2511-log) https://github.com/bitcoin/bitcoin/pull/33960
<bitcoin-git>
[bitcoin] fanquake merged pull request #33951: test: check for output to stdout in `TestShell` test (master...202511-test-TestShell-check-stdout) https://github.com/bitcoin/bitcoin/pull/33951