<bitcoin-git>
[bitcoin] fanquake opened pull request #26953: contrib: add ELF OS ABI check to symbol-check.py (master...symbol_check_elf_abi) https://github.com/bitcoin/bitcoin/pull/26953
<bitcoin-git>
[bitcoin] pstratem opened pull request #26951: Use per node keyed block filter to rescan wallet. (master...2023-01-23-gcsfilter) https://github.com/bitcoin/bitcoin/pull/26951
<bitcoin-git>
[bitcoin] fanquake opened pull request #26950: cleanse: switch to SecureZeroMemory for Windows cross-compile, check for usage (master...check_for_SecureZeroMemory) https://github.com/bitcoin/bitcoin/pull/26950
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26919: scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG (master...remove_omitted_named_arg) https://github.com/bitcoin/bitcoin/pull/26919
<bitcoin-git>
[bitcoin] jonatack opened pull request #26940: test: add and use a helper for generating semi-random CAmounts (master...unit-tests-CAmount-generation) https://github.com/bitcoin/bitcoin/pull/26940
2023-01-20
<bitcoin-git>
[bitcoin] brunoerg opened pull request #26938: [WIP] p2p: asmap, avoiding inbound connections from specific AS (master...2023-01-avoid-as) https://github.com/bitcoin/bitcoin/pull/26938
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26934: test: Add unit test for ComputeTapleafHash (master...202208_tapleaf_script_followup) https://github.com/bitcoin/bitcoin/pull/26934
<bitcoin-git>
[bitcoin] instagibbs opened pull request #26934: Add unit test for ComputeTapleafHash (master...202208_tapleaf_script_followup) https://github.com/bitcoin/bitcoin/pull/26934
<bitcoin-git>
[bitcoin] glozow opened pull request #26933: mempool: disallow txns under min relay fee, even in packages (master...2023-01-package-mempoolmin-only) https://github.com/bitcoin/bitcoin/pull/26933
<bitcoin-git>
[bitcoin] fanquake merged pull request #26457: [24.x] backport rpc: skip getpeerinfo for a peer without CNodeStateStats (24.x...24_x_backports) https://github.com/bitcoin/bitcoin/pull/26457
<bitcoin-git>
bitcoin/24.x 2b87e90 fanquake: Merge bitcoin/bitcoin#26457: [24.x] backport rpc: skip getpeerinfo for a p...
<bitcoin-git>
bitcoin/24.x e72313e Martin Zumsande: rpc: Require NodeStateStats object in getpeerinfo
<bitcoin-git>
[bitcoin] dergoegge opened pull request #26930: fuzz: Actually use mocked mempool in tx_pool target (master...2023-01-determ-fuzz-tx-pool) https://github.com/bitcoin/bitcoin/pull/26930
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26929: rpc: Throw more user friendly arg type check error (1.5/2) (master...2301-rpc-arg-type-check-error-nice-๐ค) https://github.com/bitcoin/bitcoin/pull/26929
<bitcoin-git>
bitcoin/master 3d1a4d8 Anthony Towns: RPC: make RPCResult::MatchesType return useful errors
2023-01-19
<bitcoin-git>
[bitcoin] achow101 merged pull request #25877: refactor: Do not use CScript for tapleaf scripts until the tapleaf version is known (master...202208_tapleaf_script) https://github.com/bitcoin/bitcoin/pull/25877
<bitcoin-git>
bitcoin/master dee8943 Russell O'Connor: Abstract out ComputeTapbranchHash
<bitcoin-git>
bitcoin/master 8e3fc99 Russell O'Connor: Do not use CScript for tapleaf scripts until the tapleaf version is known
<bitcoin-git>
bitcoin/master 58da161 Andrew Chow: Merge bitcoin/bitcoin#25877: refactor: Do not use CScript for tapleaf scri...
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26924: refactor: Add missing includes to fix gcc-13 compile error (master...2301-iwyu-gcc-13-๐) https://github.com/bitcoin/bitcoin/pull/26924
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26906: test: add an easy way to run linters locally (master...2023-01-lint-container) https://github.com/bitcoin/bitcoin/pull/26906
<bitcoin-git>
bitcoin/master b68e5a7 James O'Beirne: lint: specify the right commit range when running locally
<bitcoin-git>
[gui] john-moffett opened pull request #698: gui: Show labels for multiple SendToSelf addresses (master...2023_01_LabelsForPayToSelf) https://github.com/bitcoin-core/gui/pull/698
<bitcoin-git>
[bitcoin] theStack opened pull request #26920: doc: add release note for #25957 (fast wallet rescan) (master...202301-doc-add_release_note_25957) https://github.com/bitcoin/bitcoin/pull/26920
<bitcoin-git>
[bitcoin] fanquake opened pull request #26919: scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG (master...remove_omitted_named_arg) https://github.com/bitcoin/bitcoin/pull/26919
<bitcoin-git>
[bitcoin] furszy opened pull request #26910: wallet: migrate wallet, exit early if no legacy data exist (master...2022_wallet_prevent_descriptors_migration) https://github.com/bitcoin/bitcoin/pull/26910
<bitcoin-git>
[bitcoin] mzumsande opened pull request #26909: addrdb: prevent peers.dat corruptions by only serializing once (master...202301_peersdat_corruption) https://github.com/bitcoin/bitcoin/pull/26909
<bitcoin-git>
bitcoin/master 9b86114 Hennadii Stepanov: ci: Use pyenv's `python-build` to install Python in lint task
<bitcoin-git>
[bitcoin] jamesob opened pull request #26906: test: add an easy way to run linters locally (master...2023-01-lint-container) https://github.com/bitcoin/bitcoin/pull/26906
<bitcoin-git>
[bitcoin] fanquake merged pull request #26625: test: Run mempool_packages.py with MiniWallet (master...2212-test-mini-wallet-๐) https://github.com/bitcoin/bitcoin/pull/26625
<bitcoin-git>
bitcoin/master faec09f MarcoFalke: test: Return chain of MiniWallet txs from MiniWallet chain method
<bitcoin-git>
bitcoin/master fa2d821 MarcoFalke: test: Return wtxid from create_self_transfer_multi
<bitcoin-git>
[gui] MarcoFalke opened pull request #697: Remove reindex special case from the progress bar label (master...2301-gui-reindex-๐) https://github.com/bitcoin-core/gui/pull/697
<bitcoin-git>
[bitcoin] fanquake opened pull request #26904: build: move rpc/request from util lib to common (master...move_rpc_request_out_util) https://github.com/bitcoin/bitcoin/pull/26904
<bitcoin-git>
[bitcoin] rodentrabies opened pull request #26902: wallet: do not backdate locktime if it may lead to fingerprinting (master...avoid-locktime-backdating) https://github.com/bitcoin/bitcoin/pull/26902
<bitcoin-git>
[bitcoin] brunoerg opened pull request #26899: p2p: set `-dnsseed` and `-listen` false if `maxconnections=0` (master...2023-01-maxconnections-0) https://github.com/bitcoin/bitcoin/pull/26899
<bitcoin-git>
[bitcoin] furszy opened pull request #26889: wallet: set keypool size instead of access global args manager from spkm (master...2022_spkm_keypool_size) https://github.com/bitcoin/bitcoin/pull/26889
<bitcoin-git>
[bitcoin] vasild opened pull request #26888: net: simplify the call to vProcessMsg.splice() (master...simplify_vProcessMsg_splice) https://github.com/bitcoin/bitcoin/pull/26888
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26882: test: skip sqlite3 tests if it isn't available (master...func_tests_check_import_sqlite) https://github.com/bitcoin/bitcoin/pull/26882
<bitcoin-git>
bitcoin/master eea73d4 fanquake: test: skip sqlite3 tests if it isn't available
<bitcoin-git>
bitcoin/master 3283403 MarcoFalke: Merge bitcoin/bitcoin#26882: test: skip sqlite3 tests if it isn't available