2023-06-14

<bitcoin-git> bitcoin/master 4331020 Andrew Chow: wallet: Ensure that the blank wallet flag is unset after imports
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/427853ab49f6...6663c802fee0
<bitcoin-git> bitcoin/master e9379f1 Andrew Chow: rpc, wallet: Include information about blank flag
<bitcoin-git> [bitcoin] darosior opened pull request #27888: A more efficient descriptor parsing target (master...efficient_desc_target) https://github.com/bitcoin/bitcoin/pull/27888
<bitcoin-git> [bitcoin] fanquake opened pull request #27887: [25.x] Backports (25.x...25_x_bacports) https://github.com/bitcoin/bitcoin/pull/27887
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #27880: ci: New ccache and docker image for arm task (master...2306-arm-) https://github.com/bitcoin/bitcoin/pull/27880
<bitcoin-git> [bitcoin] hebasto opened pull request #27886: ci: Switch to `amd64` container in "ARM" task (master...230614-ci-arm) https://github.com/bitcoin/bitcoin/pull/27886
<bitcoin-git> [bitcoin] fanquake closed pull request #27871: lint: suppress pip spam (master...suppress_lint_spam) https://github.com/bitcoin/bitcoin/pull/27871
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27884: test: Use TestNode datadir_path or chain_path where possible (master...2306-fs-stuff-) https://github.com/bitcoin/bitcoin/pull/27884
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27883: ci: Bump macOS cross task to ubuntu:jammy (master...2306-ci-mac-) https://github.com/bitcoin/bitcoin/pull/27883
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27882: ci: Bump ARM task to debian:bookworm (master...2306-arm-deb-12-) https://github.com/bitcoin/bitcoin/pull/27882
<bitcoin-git> [bitcoin] hebasto opened pull request #27881: ci: Use latest `macos-ventura-xcode:14.3.1` image (master...230613-ci-macos) https://github.com/bitcoin/bitcoin/pull/27881
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27880: ci: New ccache and docker image for arm task (master...2306-arm-) https://github.com/bitcoin/bitcoin/pull/27880
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #27878: test: refactoring test in rpc_generate.py (master...test/generateblock/invalidtx) https://github.com/bitcoin/bitcoin/pull/27878

2023-06-13

<bitcoin-git> [bitcoin] Xekyo opened pull request #27877: Add CoinGrinder coin selection algorithm (master...2023-05-coingrinder) https://github.com/bitcoin/bitcoin/pull/27877
<bitcoin-git> [bitcoin] achow101 merged pull request #27876: test: (refactor) Use datadir from options in chainstatemanager test (master...chainmanTestDir) https://github.com/bitcoin/bitcoin/pull/27876
<bitcoin-git> bitcoin/master d54819d TheCharlatan: scripted-diff: Use datadir from options in chainstatemanager test
<bitcoin-git> bitcoin/master 427853a Andrew Chow: Merge bitcoin/bitcoin#27876: test: (refactor) Use datadir from options in ...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da494186f2c0...427853ab49f6
<bitcoin-git> [gui] achow101 opened pull request #739: gui: Disable and uncheck blank when private keys are disabled (master...gui-dont-blank-noprivkeys) https://github.com/bitcoin-core/gui/pull/739
<bitcoin-git> [gui] achow101 opened pull request #738: Add menu option to migrate a wallet (master...migrate-wallet-gui) https://github.com/bitcoin-core/gui/pull/738
<bitcoin-git> [bitcoin] fanquake merged pull request #27806: fuzz: Fix mini_miner_selection running out of coin (master...2023-06-miniminer-out-of-coin) https://github.com/bitcoin/bitcoin/pull/27806
<bitcoin-git> bitcoin/master da49418 fanquake: Merge bitcoin/bitcoin#27806: fuzz: Fix mini_miner_selection running out of...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/58b36fc303df...da494186f2c0
<bitcoin-git> bitcoin/master 76c5ea7 Murch: fuzz: Fix mini_miner_selection running out of coin
<bitcoin-git> [bitcoin] achow101 merged pull request #23962: Use `int32_t` type for most transaction size/weight values (master...220103-txsize) https://github.com/bitcoin/bitcoin/pull/23962
<bitcoin-git> bitcoin/master 58b36fc Andrew Chow: Merge bitcoin/bitcoin#23962: Use `int32_t` type for most transaction size/...
<bitcoin-git> bitcoin/master 3ef756a Hennadii Stepanov: Remove txmempool implicit-integer-sign-change sanitizer suppressions
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8de9bb7a5ab0...58b36fc303df
<bitcoin-git> bitcoin/master d2f6d2a Hennadii Stepanov: Use `int32_t` type for most transaction size/weight values
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27876: refactor(test): Use datadir from options in chainstatemanager test (master...chainmanTestDir) https://github.com/bitcoin/bitcoin/pull/27876
<bitcoin-git> [bitcoin] 0xB10C opened pull request #27875: build: make sure we can overwrite config.{guess,sub} before doing so (master...2023-06-fix-config.guess-permissions) https://github.com/bitcoin/bitcoin/pull/27875
<bitcoin-git> [bitcoin] fanquake opened pull request #27872: build: suppress external warnings by default (master...make_suppress_external_default) https://github.com/bitcoin/bitcoin/pull/27872
<bitcoin-git> [bitcoin] fanquake opened pull request #27871: lint: suppress pip spam (master...suppress_lint_spam) https://github.com/bitcoin/bitcoin/pull/27871
<bitcoin-git> [bitcoin] fanquake merged pull request #27864: test: fix intermittent failure in p2p_leak_tx.py (master...202306_fix_p2p_leak) https://github.com/bitcoin/bitcoin/pull/27864
<bitcoin-git> bitcoin/master 8de9bb7 fanquake: Merge bitcoin/bitcoin#27864: test: fix intermittent failure in p2p_leak_tx...
<bitcoin-git> bitcoin/master ee2417e Martin Zumsande: test: fix intermittent failure in p2p_leak_tx.py
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d80348ccb656...8de9bb7a5ab0

2023-06-12

<bitcoin-git> [bitcoin] achow101 merged pull request #27853: rest: bugfix, fix crash error when calling `/deploymentinfo` (master...2023-06-bugfix-rest-deploymentinfo) https://github.com/bitcoin/bitcoin/pull/27853
<bitcoin-git> bitcoin/master d80348c Andrew Chow: Merge bitcoin/bitcoin#27853: rest: bugfix, fix crash error when calling `/...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c92fd638860c...d80348ccb656
<bitcoin-git> bitcoin/master ce887ea brunoerg: rest: bugfix, fix crash error when calling `/deploymentinfo`
<bitcoin-git> bitcoin/master 7d452d8 brunoerg: test: add coverage for `/deploymentinfo` passing a blockhash
<bitcoin-git> [bitcoin] achow101 opened pull request #27869: wallet: Give deprecation warning when loading a legacy wallet (master...deprecation-warning-legacy-wallet) https://github.com/bitcoin/bitcoin/pull/27869
<bitcoin-git> [bitcoin] hebasto closed pull request #27868: Rename SECURITY.md to DadudidaSECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27868
<bitcoin-git> [bitcoin] Dadudidas opened pull request #27868: Rename SECURITY.md to DadudidaSECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27868
<bitcoin-git> [bitcoin] pinheadmz closed pull request #27867: Initial commit (master...codespace-supernormand-expert-dollop-jxwpp696r4w35ppj) https://github.com/bitcoin/bitcoin/pull/27867
<bitcoin-git> [bitcoin] supernormand opened pull request #27867: Initial commit (master...codespace-supernormand-expert-dollop-jxwpp696r4w35ppj) https://github.com/bitcoin/bitcoin/pull/27867
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27866: validation: Return on abort (master...kernelReturnOnAbort) https://github.com/bitcoin/bitcoin/pull/27866
<bitcoin-git> [bitcoin] achow101 opened pull request #27865: wallet: Track no-longer-spendable TXOs separately (master...wallet-unspent-txos) https://github.com/bitcoin/bitcoin/pull/27865
<bitcoin-git> [bitcoin] mzumsande opened pull request #27864: test: fix intermittent failure in p2p_leak_tx.py (master...202306_fix_p2p_leak) https://github.com/bitcoin/bitcoin/pull/27864
<bitcoin-git> [bitcoin] brunoerg opened pull request #27863: net: do not `break` when `addr` is not from a distinct network group (master...2023-06-net-netgroup-continue) https://github.com/bitcoin/bitcoin/pull/27863
<bitcoin-git> [bitcoin] ryanofsky merged pull request #27708: Return EXIT_FAILURE on post-init fatal errors (master...2023_main_exit_failure) https://github.com/bitcoin/bitcoin/pull/27708
<bitcoin-git> bitcoin/master 3b2c61e furszy: Return EXIT_FAILURE on post-init fatal errors
<bitcoin-git> bitcoin/master 3c06926 Sebastian Falbesoner: refactor: index: use `AbortNode` in fatal error helper
<bitcoin-git> bitcoin/master 9ddf7e0 furszy: move ThreadImport ABC error to use AbortNode
<bitcoin-git> [bitcoin] ryanofsky pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/361a0c00b3fd...c92fd638860c
<bitcoin-git> [bitcoin] ryanofsky opened pull request #27862: validation: Stricter assumeutxo error handling when renaming chainstates (master...pr/assumeabort) https://github.com/bitcoin/bitcoin/pull/27862
<bitcoin-git> [bitcoin] fanquake merged pull request #27783: Add public Boost headers explicitly (master...230530-boost) https://github.com/bitcoin/bitcoin/pull/27783
<bitcoin-git> bitcoin/master 361a0c0 fanquake: Merge bitcoin/bitcoin#27783: Add public Boost headers explicitly
<bitcoin-git> bitcoin/master 2484cac Hennadii Stepanov: Add public Boost headers explicitly
<bitcoin-git> bitcoin/master fade2ad Hennadii Stepanov: test: Avoid `BOOST_ASSERT` macro
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6f5f37eefd42...361a0c00b3fd
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27861: kernel: Add interrupt class (master...kernelInterrupt) https://github.com/bitcoin/bitcoin/pull/27861
<bitcoin-git> [bitcoin] fanquake merged pull request #27357: validation: Move warningcache to ChainstateManager and rename to m_warningcache (master...refactor-move-warningcache-to-chainstatemanager) https://github.com/bitcoin/bitcoin/pull/27357
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fbe48f97dfec...6f5f37eefd42
<bitcoin-git> bitcoin/master 6f5f37e fanquake: Merge bitcoin/bitcoin#27357: validation: Move warningcache to ChainstateMa...
<bitcoin-git> bitcoin/master 5526849 dimitaracev: validation: Move warningcache to ChainstateManager
<bitcoin-git> [bitcoin] fanquake merged pull request #27625: p2p: Stop relaying non-mempool txs (master...2305-remove-mapRelay-) https://github.com/bitcoin/bitcoin/pull/27625
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5111d8e02fe7...fbe48f97dfec
<bitcoin-git> bitcoin/master fccecd7 Anthony Towns: net_processing: relay txs from m_most_recent_block
<bitcoin-git> bitcoin/master faa2976 MarcoFalke: Remove mapRelay
<bitcoin-git> bitcoin/master fbe48f9 fanquake: Merge bitcoin/bitcoin#27625: p2p: Stop relaying non-mempool txs
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #27859: Mempool: persist mempoolminfee accross restarts (master...05-2023-persist-mempoolminfee-accross-restarts) https://github.com/bitcoin/bitcoin/pull/27859
<bitcoin-git> [bitcoin] fanquake merged pull request #27844: ci: Use podman stop over podman kill (master...2306-ci-pod-stop-) https://github.com/bitcoin/bitcoin/pull/27844
<bitcoin-git> bitcoin/master faaa627 MarcoFalke: ci: Use podman stop over podman kill
<bitcoin-git> bitcoin/master 5111d8e fanquake: Merge bitcoin/bitcoin#27844: ci: Use podman stop over podman kill
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bc80b2df1e2e...5111d8e02fe7
<bitcoin-git> [bitcoin] fanquake merged pull request #27840: contrib: docs fix --import-keys flag on verify.py (master...contrib/verify-binaries-docs) https://github.com/bitcoin/bitcoin/pull/27840
<bitcoin-git> bitcoin/master ceb0168 Bufo: contrib: docs fix --import-keys flag on verify.py
<bitcoin-git> bitcoin/master bc80b2d fanquake: Merge bitcoin/bitcoin#27840: contrib: docs fix --import-keys flag on verif...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62140b5e1078...bc80b2df1e2e
<bitcoin-git> [bitcoin] fanquake merged pull request #27834: ci: Nuke Android APK task, Use credits for tsan (master...2306-ci-tsan-) https://github.com/bitcoin/bitcoin/pull/27834
<bitcoin-git> bitcoin/master 62140b5 fanquake: Merge bitcoin/bitcoin#27834: ci: Nuke Android APK task, Use credits for ts...
<bitcoin-git> bitcoin/master fa22538 MarcoFalke: ci: Nuke Android APK task, Use credits for tsan
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/153a6882f42f...62140b5e1078
<bitcoin-git> [bitcoin] fanquake closed pull request #27858: Update config.yml Dennis Louis Babcock jr added to Statoshinakomoto (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27858
<bitcoin-git> [bitcoin] Lildeebo2002 opened pull request #27858: Update config.yml Dennis Louis Babcock jr added to Statoshinakomoto (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27858

2023-06-11

<bitcoin-git> [bitcoin] fanquake closed pull request #27856: Made change in chain.cpp (master...master) https://github.com/bitcoin/bitcoin/pull/27856
<bitcoin-git> [bitcoin] crparse opened pull request #27856: Made change in chain.cpp (master...master) https://github.com/bitcoin/bitcoin/pull/27856
<bitcoin-git> [bitcoin] fanquake closed pull request #27855: Master (master...master) https://github.com/bitcoin/bitcoin/pull/27855
<bitcoin-git> [bitcoin] crparse opened pull request #27855: Master (master...master) https://github.com/bitcoin/bitcoin/pull/27855
<bitcoin-git> [bitcoin] ccdle12 opened pull request #27854: [WIP] add a stratum v2 template provider (master...2023.05.29-sv2-template-provider) https://github.com/bitcoin/bitcoin/pull/27854
<bitcoin-git> [bitcoin] brunoerg opened pull request #27853: rest: bugfix, fix crash error when calling `/deploymentinfo` (master...2023-06-bugfix-rest-deploymentinfo) https://github.com/bitcoin/bitcoin/pull/27853

2023-06-10

<bitcoin-git> [bitcoin] kevkevinpal opened pull request #27852: test: added coverage to rpc_blockchain.py (master...test/getnetworkhashps/diffadjustment) https://github.com/bitcoin/bitcoin/pull/27852
<bitcoin-git> [bitcoin] pinheadmz opened pull request #27850: Add unit & functional test coverage for blockstore (master...blockstore-tests) https://github.com/bitcoin/bitcoin/pull/27850

2023-06-09

<bitcoin-git> [bitcoin] ryanofsky merged pull request #27576: kernel: Remove args, settings, chainparams, chainparamsbase from kernel library (master...rmKernelArgs) https://github.com/bitcoin/bitcoin/pull/27576
<bitcoin-git> bitcoin/master 8789b11 TheCharlatan: refactor: Add path argument to FindSnapshotChainstateDir
<bitcoin-git> bitcoin/master 05870b1 TheCharlatan: refactor: Remove gArgs access from validation.cpp
<bitcoin-git> bitcoin/master ef95be3 TheCharlatan: refactor: Add stop_at_height option in ChainstateManager
<bitcoin-git> [bitcoin] ryanofsky pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/456af7a95559...153a6882f42f
<bitcoin-git> [bitcoin] ryanofsky merged pull request #27467: p2p: skip netgroup diversity follow-up (master...2023-04-outbound-peer-netgroup-diversity-followups) https://github.com/bitcoin/bitcoin/pull/27467
<bitcoin-git> bitcoin/master 456af7a Ryan Ofsky: Merge bitcoin/bitcoin#27467: p2p: skip netgroup diversity follow-up
<bitcoin-git> bitcoin/master 11bb31c Jon Atack: p2p: "skip netgroup diversity of new connections for tor/i2p/cjdns" follow...
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a36134fcc7b4...456af7a95559
<bitcoin-git> [bitcoin] Xekyo opened pull request #27846: [coinselection] Increase SRD target by change_fee (master...2023-06-fix-srd-target) https://github.com/bitcoin/bitcoin/pull/27846
<bitcoin-git> [bitcoin] hazeycode opened pull request #27845: script: utxo_snapshot.sh error handling (master...utxo_snapshot_error_handling) https://github.com/bitcoin/bitcoin/pull/27845
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27844: ci: Use podman stop over podman kill (master...2306-ci-pod-stop-) https://github.com/bitcoin/bitcoin/pull/27844

2023-06-08

<bitcoin-git> [bitcoin] bufo24 opened pull request #27840: contrib: docs fix --import-keys flag on verify.py (master...contrib/verify-binaries-docs) https://github.com/bitcoin/bitcoin/pull/27840
<bitcoin-git> [bitcoin] aguycalled closed pull request #27839: BLSCT SubAddress Pool (master...blsct-keypool-2) https://github.com/bitcoin/bitcoin/pull/27839
<bitcoin-git> [bitcoin] aguycalled opened pull request #27839: BLSCT SubAddress Pool (master...blsct-keypool-2) https://github.com/bitcoin/bitcoin/pull/27839
<bitcoin-git> [bitcoin] achow101 merged pull request #27838: ci: Invalidate Cirrus CI docker cache (master...2306-ci-cache-) https://github.com/bitcoin/bitcoin/pull/27838
<bitcoin-git> bitcoin/master a36134f Andrew Chow: Merge bitcoin/bitcoin#27838: ci: Invalidate Cirrus CI docker cache
<bitcoin-git> bitcoin/master fac7f4a MarcoFalke: ci: Invalidate Cirrus CI docker cache
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2026301405f8...a36134fcc7b4
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27838: ci: Invalidate Cirrus CI docker cache (master...2306-ci-cache-) https://github.com/bitcoin/bitcoin/pull/27838

2023-06-07

<bitcoin-git> [bitcoin] furszy opened pull request #27837: net: introduce block tracker to retry to download blocks after failure (master...2023_introduce_block_request_tracker) https://github.com/bitcoin/bitcoin/pull/27837
<bitcoin-git> [bitcoin] willcl-ark reopened pull request #26693: build: special instruction check script (master...18603_si_check) https://github.com/bitcoin/bitcoin/pull/26693
<bitcoin-git> [bitcoin] willcl-ark closed pull request #26693: build: special instruction check script (master...18603_si_check) https://github.com/bitcoin/bitcoin/pull/26693
<bitcoin-git> [bitcoin] furszy opened pull request #27836: rpc: getblockfrompeer, introduce fetch from "any" functionality (master...2023_rpc_fetchblock_improvements) https://github.com/bitcoin/bitcoin/pull/27836
<bitcoin-git> [bitcoin] Sjors opened pull request #27835: doc: clarify full Xcode download is not needed (master...2023/06/no-need-xcode) https://github.com/bitcoin/bitcoin/pull/27835
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27834: ci: Nuke Android APK task, Use credits for tsan (master...2306-ci-tsan-) https://github.com/bitcoin/bitcoin/pull/27834
<bitcoin-git> [bitcoin] fanquake merged pull request #27810: fuzz: Partially revert #27780 (master...2023-06-fuzz-supply-fix) https://github.com/bitcoin/bitcoin/pull/27810
<bitcoin-git> bitcoin/master 2026301 fanquake: Merge bitcoin/bitcoin#27810: fuzz: Partially revert #27780
<bitcoin-git> bitcoin/master 71200ac dergoegge: [fuzz] Only check duplicate coinbase script when block was valid
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6cba698a595b...2026301405f8
<bitcoin-git> [bitcoin] theuni reopened pull request #26296: [DEMO] Integrate `bitcoin-tidy` clang-tidy plugin - warn on uninitialized members of aggregate types (master...integrate_cory_tidy) https://github.com/bitcoin/bitcoin/pull/26296
<bitcoin-git> [bitcoin] fanquake merged pull request #27824: ci: enable AArch64 target in MSAN jobs (master...msan_aarch64) https://github.com/bitcoin/bitcoin/pull/27824
<bitcoin-git> bitcoin/master 6cba698 fanquake: Merge bitcoin/bitcoin#27824: ci: enable AArch64 target in MSAN jobs
<bitcoin-git> bitcoin/master c93bfc5 fanquake: ci: use LLVM 16.0.5 in MSAN jobs
<bitcoin-git> bitcoin/master 2ebeb42 fanquake: ci: enable AArch64 target in MSAN jobs
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1af72e728d98...6cba698a595b
<bitcoin-git> [bitcoin] achow101 merged pull request #27501: mempool / rpc: add getprioritisedtransactions, delete a mapDeltas entry when delta==0 (master...2023-04-clear-prioritisation) https://github.com/bitcoin/bitcoin/pull/27501
<bitcoin-git> bitcoin/master 0e5874f glozow: [functional test] getprioritisedtransactions RPC
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/8cc65f093c0c...1af72e728d98
<bitcoin-git> bitcoin/master 9e9ca36 glozow: [mempool] add GetPrioritisedTransactions
<bitcoin-git> bitcoin/master 99f8046 glozow: [rpc] add getprioritisedtransactions

2023-06-06

<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27832: test: Add -datacarriersize=2 tests (master...2306-test-dc-2-) https://github.com/bitcoin/bitcoin/pull/27832
<bitcoin-git> [bitcoin] fanquake merged pull request #27779: guix: remove cURL from build env (master...properly_disable_curl_osslsigncode) https://github.com/bitcoin/bitcoin/pull/27779
<bitcoin-git> bitcoin/master 641897a fanquake: guix: remove cURL from build env
<bitcoin-git> bitcoin/master 8cc65f0 fanquake: Merge bitcoin/bitcoin#27779: guix: remove cURL from build env
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4a8269dfc14...8cc65f093c0c
<bitcoin-git> [bitcoin] virtu opened pull request #27831: test: handle failed `check_equal()` assertions in bcc callback functions (master...handle_bcc_callback_exceptions) https://github.com/bitcoin/bitcoin/pull/27831

2023-06-05

<bitcoin-git> [bitcoin] Brotcrunsher opened pull request #27830: Supporting parameter "h" and "?" in -netinfo. (master...hnetinfo) https://github.com/bitcoin/bitcoin/pull/27830
<bitcoin-git> [bitcoin] miketwenty1 opened pull request #27829: rpc: fix data optionality for RPC calls. (master...fix-rpc-data-optional) https://github.com/bitcoin/bitcoin/pull/27829
<bitcoin-git> [bitcoin] fanquake closed pull request #24897: [Draft / POC] Silent Payments (master...silent_payment_021) https://github.com/bitcoin/bitcoin/pull/24897
<bitcoin-git> [bitcoin] josibake opened pull request #27827: Silent Payments (master...silent-payments-base-pr-slim-down) https://github.com/bitcoin/bitcoin/pull/27827
<bitcoin-git> [bitcoin] glozow closed pull request #27353: refactor (tidy): Fixes after enable-debug configure (master...clangTidyDebug) https://github.com/bitcoin/bitcoin/pull/27353
<bitcoin-git> [bitcoin] Sjors opened pull request #27826: validation: log which peer sent us a header (master...2023/05/saw-header) https://github.com/bitcoin/bitcoin/pull/27826
<bitcoin-git> [bitcoin] fanquake opened pull request #27824: ci: enable AArch64 target in MSAN jobs (master...msan_aarch64) https://github.com/bitcoin/bitcoin/pull/27824
<bitcoin-git> [bitcoin] fanquake merged pull request #27801: wallet: Add tracing for sqlite statements (master...pr/sqtrace) https://github.com/bitcoin/bitcoin/pull/27801
<bitcoin-git> bitcoin/master ff9d961 Ryan Ofsky: wallet: Add tracing for sqlite statements
<bitcoin-git> bitcoin/master f4a8269 fanquake: Merge bitcoin/bitcoin#27801: wallet: Add tracing for sqlite statements
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7f2019755d14...f4a8269dfc14

2023-06-04

<bitcoin-git> [bitcoin] mzumsande closed pull request #24170: p2p, rpc: Manual block-relay-only connections with addnode (master...202112_manual_blocksonly) https://github.com/bitcoin/bitcoin/pull/24170
<bitcoin-git> [bitcoin] mzumsande opened pull request #27823: init: return error when block index is non-contiguous, fix feature_init.py file perturbation (master...202306_feature_init_fix) https://github.com/bitcoin/bitcoin/pull/27823
<bitcoin-git> [bitcoin] glozow closed pull request #27812: Avoiding unnecessary std::string copy in ArgsManager::GetPathArg argument list (master...master) https://github.com/bitcoin/bitcoin/pull/27812
<bitcoin-git> [bitcoin] Brotcrunsher opened pull request #27822: Renamed UniValue::__pushKV to UniValue::pushKVEnd. (master...pushKVUB) https://github.com/bitcoin/bitcoin/pull/27822
<bitcoin-git> [bitcoin] Brotcrunsher opened pull request #27820: Sanitizing ports of -rpcconnect and -rpcport. (master...PortSanitizing) https://github.com/bitcoin/bitcoin/pull/27820
<bitcoin-git> [gui] hebasto closed pull request #444: Network Watch tool (master...gui_netwatch) https://github.com/bitcoin-core/gui/pull/444
<bitcoin-git> [bitcoin] hebasto closed pull request #27819: Provide `-fcf-protection=none` in `test-security-check.py` explicitly (master...230604-security) https://github.com/bitcoin/bitcoin/pull/27819
<bitcoin-git> [bitcoin] hebasto opened pull request #27819: Provide `-fcf-protection=none` in `test-security-check.py` explicitly (master...230604-security) https://github.com/bitcoin/bitcoin/pull/27819
<bitcoin-git> [bitcoin] Brotcrunsher opened pull request #27815: CLI: Only one Request Handler can be specified. (master...cli_request_handlers) https://github.com/bitcoin/bitcoin/pull/27815

2023-06-03

<bitcoin-git> [bitcoin] Brotcrunsher opened pull request #27814: Blocking arguments -nohelp, -noh, and -no? (master...nonohelp) https://github.com/bitcoin/bitcoin/pull/27814
<bitcoin-git> [bitcoin] Brotcrunsher opened pull request #27812: Style: Avoiding unnecessary std::string copy in ArgsManager::GetPathArg argument list (master...master) https://github.com/bitcoin/bitcoin/pull/27812
<bitcoin-git> [bitcoin] hebasto opened pull request #27811: guix: Clean up manifest (master...230603-guix) https://github.com/bitcoin/bitcoin/pull/27811
<bitcoin-git> [bitcoin] dergoegge opened pull request #27810: fuzz: Partially revert #27780 (master...2023-06-fuzz-supply-fix) https://github.com/bitcoin/bitcoin/pull/27810
<bitcoin-git> [bitcoin] fanquake closed pull request #27809: BLSCT SubAddressPool (master...blsct-keypool) https://github.com/bitcoin/bitcoin/pull/27809
<bitcoin-git> [bitcoin] aguycalled opened pull request #27809: BLSCT SubAddressPool (master...blsct-keypool) https://github.com/bitcoin/bitcoin/pull/27809

2023-06-02

<bitcoin-git> [bitcoin] Xekyo opened pull request #27806: fuzz: Fix mini_miner_selection running out of coin (master...2023-06-miniminer-out-of-coin) https://github.com/bitcoin/bitcoin/pull/27806
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #27805: [src/{core_read,core_write,psbt,txorphanage}.cpp] Use correct `size_type` for `std::vector` iteration (master...vector-size-type) https://github.com/bitcoin/bitcoin/pull/27805
<bitcoin-git> [bitcoin] SamuelMarks opened pull request #27805: [src/{core_read,core_write,psbt,txorphanage}.cpp] Use correct `size_type` for `std::vector` iteration (master...vector-size-type) https://github.com/bitcoin/bitcoin/pull/27805
<bitcoin-git> [bitcoin] fanquake merged pull request #27790: walletdb: Add PrefixCursor (master...walletdb-prefix-cursor) https://github.com/bitcoin/bitcoin/pull/27790
<bitcoin-git> bitcoin/master ba616b9 Andrew Chow: wallet: Add GetPrefixCursor to DatabaseBatch
<bitcoin-git> bitcoin/master 1d858b0 Ryan Ofsky: walletdb: Handle when database keys are empty
<bitcoin-git> bitcoin/master 84b2f35 Andrew Chow: walletdb: Consistently clear key and value streams before writing
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e43fdfd9adf2...7f2019755d14
<bitcoin-git> [bitcoin] fanquake merged pull request #27225: doc: document json rpc endpoints (master...document-json-endpoint) https://github.com/bitcoin/bitcoin/pull/27225
<bitcoin-git> bitcoin/master e43fdfd fanquake: Merge bitcoin/bitcoin#27225: doc: document json rpc endpoints
<bitcoin-git> bitcoin/master 65e3abc willcl-ark: doc: document json rpc endpoints
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/436c185b0520...e43fdfd9adf2
<bitcoin-git> [bitcoin] fanquake closed pull request #27525: Updated the installation instructions for macOS (master...master) https://github.com/bitcoin/bitcoin/pull/27525
<bitcoin-git> [bitcoin] fanquake merged pull request #27256: refactor: rpc: Remove unnecessary uses of ParseNonRFCJSONValue() and rename it (master...2023-03/remove-ParseNonRFCJSONValue) https://github.com/bitcoin/bitcoin/pull/27256
<bitcoin-git> bitcoin/master 436c185 fanquake: Merge bitcoin/bitcoin#27256: refactor: rpc: Remove unnecessary uses of Par...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b22408df162a...436c185b0520
<bitcoin-git> bitcoin/master 6c8bde6 stickies-v: test: move coverage on ParseNonRFCJSONValue() to UniValue::read()
<bitcoin-git> bitcoin/master cfbc8a6 stickies-v: refactor: rpc: hide and rename ParseNonRFCJSONValue()
<bitcoin-git> [bitcoin] fanquake closed pull request #9245: Drop IO priority to idle while reading blocks for peer requests and startup verification (master...ionice) https://github.com/bitcoin/bitcoin/pull/9245
<bitcoin-git> [bitcoin] fanquake closed pull request #22158: [wip] rng: adds support for x86 rdrand/rdseed instructions when building using MSVC (master...winx86rngcpu) https://github.com/bitcoin/bitcoin/pull/22158
<bitcoin-git> [bitcoin] glozow merged pull request #27603: test: added coverage to mining_basic.py (master...test/mining/emptyBlockVtx) https://github.com/bitcoin/bitcoin/pull/27603
<bitcoin-git> bitcoin/master b22408d glozow: Merge bitcoin/bitcoin#27603: test: added coverage to mining_basic.py
<bitcoin-git> bitcoin/master a7b46a1 kevkevin: test: added coverage to mining_basic.py
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6a560aceb75e...b22408df162a
<bitcoin-git> [bitcoin] willcl-ark opened pull request #27804: init: deduplicate added connections (master...dedup-added-conns) https://github.com/bitcoin/bitcoin/pull/27804
<bitcoin-git> [bitcoin] glozow merged pull request #27803: Fuzz: Mitigate timeout in CalculateTotalBumpFees (master...2023-06-miniminer-timeout) https://github.com/bitcoin/bitcoin/pull/27803
<bitcoin-git> bitcoin/master 6a560ac glozow: Merge bitcoin/bitcoin#27803: Fuzz: Mitigate timeout in CalculateTotalBumpF...
<bitcoin-git> bitcoin/master 5d718f6 Murch: Mitigate timeout in CalculateTotalBumpFees
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8a972813ba68...6a560aceb75e
<bitcoin-git> [bitcoin] fanquake merged pull request #27737: ci: compile Clang and compiler-rt in msan jobs (master...fix_native_fuzz_with_msan) https://github.com/bitcoin/bitcoin/pull/27737
<bitcoin-git> bitcoin/master 796bd1d fanquake: ci: use LLVM 16.0.4 in MSAN jobs
<bitcoin-git> bitcoin/master 883bc9f fanquake: ci: remove extra CC & CXX from MSAN jobs
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/83c7269965c3...8a972813ba68
<bitcoin-git> bitcoin/master 2d4f4b8 fanquake: ci: standardize custom libc++ usage in MSAN jobs
<bitcoin-git> [bitcoin] fanquake merged pull request #27800: streams: Drop confusing DataStream::Serialize method and operator (master...pr/streamstream) https://github.com/bitcoin/bitcoin/pull/27800
<bitcoin-git> bitcoin/master 83c7269 fanquake: Merge bitcoin/bitcoin#27800: streams: Drop confusing DataStream::Serialize...
<bitcoin-git> bitcoin/master 5cd0717 Ryan Ofsky: streams: Drop confusing DataStream::Serialize method and << operator
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dba757fb35ac...83c7269965c3
<bitcoin-git> [bitcoin] fanquake merged pull request #27775: [25.x] build: disable boost multi index safe mode (25.x...25_x_backport_27724) https://github.com/bitcoin/bitcoin/pull/27775
<bitcoin-git> bitcoin/25.x 9dc5848 willcl-ark: build: disable boost multi index safe mode
<bitcoin-git> bitcoin/25.x cda3fe2 fanquake: Merge bitcoin/bitcoin#27775: [25.x] build: disable boost multi index safe ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to 25.x: https://github.com/bitcoin/bitcoin/compare/725c3dc2dd14...cda3fe28083b
<bitcoin-git> [bitcoin] fanquake merged pull request #27802: Update .style.yapf (master...master) https://github.com/bitcoin/bitcoin/pull/27802
<bitcoin-git> bitcoin/master bc70072 Ari: Update .style.yapf
<bitcoin-git> bitcoin/master dba757f fanquake: Merge bitcoin/bitcoin#27802: Update .style.yapf
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/34ac3f438a26...dba757fb35ac

2023-06-01

<bitcoin-git> [bitcoin] Xekyo opened pull request #27803: [Fuzz/Bugfix] Mitigate timeout in CalculateTotalBumpFees (master...2023-06-miniminer-timeout) https://github.com/bitcoin/bitcoin/pull/27803
<bitcoin-git> [bitcoin] achow101 merged pull request #27756: [23.x] rpc: Fix invalid bech32 handling (23.x...backport_27727_23_x) https://github.com/bitcoin/bitcoin/pull/27756
<bitcoin-git> bitcoin/23.x b7ded85 Andrew Chow: Merge bitcoin/bitcoin#27756: [23.x] rpc: Fix invalid bech32 handling
<bitcoin-git> bitcoin/23.x d987707 MarcoFalke: rpc: Fix invalid bech32 handling
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/4d2f2fae9782...b7ded852bbf3
<bitcoin-git> [bitcoin] achow101 merged pull request #27755: [24.x] rpc: Fix invalid bech32 handling (24.x...backport_27727_24_2) https://github.com/bitcoin/bitcoin/pull/27755
<bitcoin-git> bitcoin/24.x c2e9214 MarcoFalke: rpc: Fix invalid bech32 handling
<bitcoin-git> bitcoin/24.x a537cb0 Andrew Chow: Merge bitcoin/bitcoin#27755: [24.x] rpc: Fix invalid bech32 handling
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/3116ccd790e7...a537cb0b8780
<bitcoin-git> [bitcoin] achow101 merged pull request #26485: RPC: Accept options as named-only parameters (master...pr/nonly) https://github.com/bitcoin/bitcoin/pull/26485
<bitcoin-git> bitcoin/master 95d7de0 Ryan Ofsky: test: Update python tests to use named parameters instead of options objec...
<bitcoin-git> bitcoin/master 9623314 Ryan Ofsky: RPC: Allow RPC methods accepting options to take named parameters
<bitcoin-git> bitcoin/master 702b56d Ryan Ofsky: RPC: Add add OBJ_NAMED_PARAMS type
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/9e54dde04ccd...34ac3f438a26
<bitcoin-git> [bitcoin] theblackmace opened pull request #27802: Update .style.yapf (master...master) https://github.com/bitcoin/bitcoin/pull/27802
<bitcoin-git> [bitcoin] ryanofsky opened pull request #27801: wallet: Add tracing for sqlite statements (master...pr/sqtrace) https://github.com/bitcoin/bitcoin/pull/27801
<bitcoin-git> [bitcoin] ryanofsky opened pull request #27800: streams: Drop confusing DataStream::Serialize method and operator (master...pr/streamstream) https://github.com/bitcoin/bitcoin/pull/27800
<bitcoin-git> [bitcoin] fanquake merged pull request #27719: doc: remove Tor link & generalize onion getnodeaddresses RPC (master...doc-tor) https://github.com/bitcoin/bitcoin/pull/27719
<bitcoin-git> bitcoin/master 6fce5dd Marnix: doc: update getnodeaddresses for CJDNS, I2P and Tor and rm link
<bitcoin-git> bitcoin/master 9e54dde fanquake: Merge bitcoin/bitcoin#27719: doc: remove Tor link & generalize onion getno...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a83d4417b35...9e54dde04ccd
<bitcoin-git> [bitcoin] fanquake closed pull request #27797: rpc, net: add erlay status in `getpeerinfo` (master...2023-05-erlay-getpeerinfo) https://github.com/bitcoin/bitcoin/pull/27797

2023-05-31

<bitcoin-git> [bitcoin] theuni opened pull request #27798: depends: modernize clang flags for Darwin (master...darwin-cross-modernize-flags) https://github.com/bitcoin/bitcoin/pull/27798
<bitcoin-git> [bitcoin] achow101 merged pull request #27720: index: prevent race by calling 'CustomInit' prior setting 'synced' flag (master...2023_index_init_race_bugfix) https://github.com/bitcoin/bitcoin/pull/27720
<bitcoin-git> bitcoin/master 3a83d44 Andrew Chow: Merge bitcoin/bitcoin#27720: index: prevent race by calling 'CustomInit' p...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f08bde7f715c...3a83d4417b35
<bitcoin-git> bitcoin/master 3126454 furszy: index: prevent race by calling 'CustomInit' prior setting 'synced' flag
<bitcoin-git> [gui] hebasto closed pull request #662: Fix transaction view/table (master...qt_fix_txview_202209) https://github.com/bitcoin-core/gui/pull/662
<bitcoin-git> [bitcoin] brunoerg opened pull request #27797: rpc, net: add erlay status in `getpeerinfo` (master...2023-05-erlay-getpeerinfo) https://github.com/bitcoin/bitcoin/pull/27797
<bitcoin-git> [bitcoin] fanquake merged pull request #27778: ci: Enable float-divide-by-zero check (master...2305-ci-float-) https://github.com/bitcoin/bitcoin/pull/27778
<bitcoin-git> bitcoin/master fa3ab45 MarcoFalke: ci: Enable float-divide-by-zero check
<bitcoin-git> bitcoin/master f08bde7 fanquake: Merge bitcoin/bitcoin#27778: ci: Enable float-divide-by-zero check
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/30d6c7d8c044...f08bde7f715c
<bitcoin-git> [bitcoin] stickies-v opened pull request #27793: ci: label docker images and prune dangling images selectively (master...ci-label-images) https://github.com/bitcoin/bitcoin/pull/27793
<bitcoin-git> [bitcoin] fanquake merged pull request #27657: doc: Remove unused NO_BLOOM_VERSION constant (master...2305-doc-bloom-) https://github.com/bitcoin/bitcoin/pull/27657
<bitcoin-git> bitcoin/master 30d6c7d fanquake: Merge bitcoin/bitcoin#27657: doc: Remove unused NO_BLOOM_VERSION constant
<bitcoin-git> bitcoin/master facbcd3 MarcoFalke: doc: Remove unused NO_BLOOM_VERSION constant
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2a786ea3493c...30d6c7d8c044
<bitcoin-git> [bitcoin] fanquake merged pull request #27780: fuzz: Avoid timeout in utxo_total_supply (master...2305-fuzz-timeout-block-) https://github.com/bitcoin/bitcoin/pull/27780
<bitcoin-git> bitcoin/master fafb4da MarcoFalke: fuzz: Avoid timeout in utxo_total_supply
<bitcoin-git> bitcoin/master 2a786ea fanquake: Merge bitcoin/bitcoin#27780: fuzz: Avoid timeout in utxo_total_supply
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1b8b28d83b2b...2a786ea3493c
<bitcoin-git> [bitcoin] fanquake merged pull request #27786: fuzz: fix wallet notifications.cpp (master...2023_fuzz_fix_wallet_notifications) https://github.com/bitcoin/bitcoin/pull/27786
<bitcoin-git> bitcoin/master 1b8b28d fanquake: Merge bitcoin/bitcoin#27786: fuzz: fix wallet notifications.cpp
<bitcoin-git> bitcoin/master a10f032 furszy: fuzz: fix wallet notifications.cpp
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/433f17bc3fe4...1b8b28d83b2b
<bitcoin-git> [bitcoin] fanquake merged pull request #27784: test: fix intermittent error in getblockfrompeer.py (master...202305_fix_getblockfrompeer) https://github.com/bitcoin/bitcoin/pull/27784
<bitcoin-git> bitcoin/master 433f17b fanquake: Merge bitcoin/bitcoin#27784: test: fix intermittent error in getblockfromp...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/08722f20c2d1...433f17bc3fe4
<bitcoin-git> bitcoin/master 9fe9074 Martin Zumsande: test: add block sync to getblockfrompeer.py
<bitcoin-git> [bitcoin] fanquake merged pull request #27777: ci: Prune dangling images on RESTART_CI_DOCKER_BEFORE_RUN (master...2305-ci-prune-images-dangling-) https://github.com/bitcoin/bitcoin/pull/27777
<bitcoin-git> bitcoin/master 08722f2 fanquake: Merge bitcoin/bitcoin#27777: ci: Prune dangling images on RESTART_CI_DOCKE...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/71300489af36...08722f20c2d1
<bitcoin-git> bitcoin/master fa9c65a MarcoFalke: ci: Prune dangling images on RESTART_CI_DOCKER_BEFORE_RUN
<bitcoin-git> bitcoin/master fa12307 MarcoFalke: ci: Use podman for persistent workers
<bitcoin-git> [bitcoin] denavila opened pull request #27792: wallet: Deniability API (Unilateral Transaction Meta-Privacy) (master...deniability-api) https://github.com/bitcoin/bitcoin/pull/27792
<bitcoin-git> [bitcoin] achow101 opened pull request #27790: walletdb: Add PrefixCursor (master...walletdb-prefix-cursor) https://github.com/bitcoin/bitcoin/pull/27790

2023-05-30

<bitcoin-git> [bitcoin] achow101 opened pull request #27788: rpc: Be able to access RPC parameters by name (master...rpc-params-by-name) https://github.com/bitcoin/bitcoin/pull/27788
<bitcoin-git> [bitcoin] furszy opened pull request #27786: fuzz: fix wallet notifications.cpp (master...2023_fuzz_fix_wallet_notifications) https://github.com/bitcoin/bitcoin/pull/27786
<bitcoin-git> [bitcoin] mzumsande opened pull request #27784: test: fix intermittent error in getblockfrompeer.py (master...202305_fix_getblockfrompeer) https://github.com/bitcoin/bitcoin/pull/27784
<bitcoin-git> [bitcoin] hebasto opened pull request #27783: Add public Boost headers explicitly (master...230530-boost) https://github.com/bitcoin/bitcoin/pull/27783
<bitcoin-git> [bitcoin] torkelrogstad opened pull request #27782: wallet: clarify replace fields in gettransaction (master...2023-05-30-replace-docs) https://github.com/bitcoin/bitcoin/pull/27782
<bitcoin-git> [bitcoin] achow101 merged pull request #26261: p2p: cleanup `LookupIntern`, `Lookup` and `LookupHost` (master...2022-10-cleanup-netbase) https://github.com/bitcoin/bitcoin/pull/26261
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/05ec664632ad...71300489af36
<bitcoin-git> [bitcoin] dergoegge closed pull request #24571: p2p: Prevent block index fingerprinting by sending additional getheaders messages (master...2022-03-header-fingerprinting) https://github.com/bitcoin/bitcoin/pull/24571
<bitcoin-git> [bitcoin] fanquake merged pull request #27666: wallet, bench: Move commonly used functions to their own file and fix a bug (master...wallet-bench-refactor) https://github.com/bitcoin/bitcoin/pull/27666
<bitcoin-git> bitcoin/master 7379a54 Andrew Chow: bench: Remove incorrect LoadWallet call in WalletBalance
<bitcoin-git> bitcoin/master 846b2fe Andrew Chow: tests: Move ADDRESS_BCRT1_UNSPENDABLE to wallet/test/util.h
<bitcoin-git> bitcoin/master c61d3f0 Andrew Chow: tests, bench: Consolidate {Test,Bench}Un/LoadWallet helper
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/214f8f18b310...05ec664632ad
<bitcoin-git> [bitcoin] dergoegge closed pull request #26975: [PoC] Structure aware fuzzing with libprotobuf-mutator (master...2023-01-lpm-poc) https://github.com/bitcoin/bitcoin/pull/26975
<bitcoin-git> [bitcoin] dergoegge closed pull request #26151: refactor: Guard TxRequestTracker by its own lock instead of cs_main (master...2022-09-txrequest-cs_main-split) https://github.com/bitcoin/bitcoin/pull/26151
<bitcoin-git> [bitcoin] fanquake merged pull request #27774: refactor: Add [[nodiscard]] where ignoring a Result return type is an error (master...2305-nodiscard-result-error-) https://github.com/bitcoin/bitcoin/pull/27774
<bitcoin-git> bitcoin/master 214f8f1 fanquake: Merge bitcoin/bitcoin#27774: refactor: Add [[nodiscard]] where ignoring a ...
<bitcoin-git> bitcoin/master fa5680b MarcoFalke: fix includes for touched header files (iwyu)
<bitcoin-git> bitcoin/master dddde27 MarcoFalke: Add [[nodiscard]] where ignoring a Result return type is an error
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9564f98fee98...214f8f18b310
<bitcoin-git> [bitcoin] fanquake merged pull request #27636: kernel: Remove util/system from kernel library, interface_ui from validation. (master...chainstateRmKernelUiInterface) https://github.com/bitcoin/bitcoin/pull/27636
<bitcoin-git> bitcoin/master 84d7145 TheCharlatan: kernel: Add headerTip method to notifications
<bitcoin-git> bitcoin/master 4452707 TheCharlatan: kernel: Add progress method to notifications
<bitcoin-git> bitcoin/master 447761c TheCharlatan: kernel: Add notification interface
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/f467b28ac35a...9564f98fee98
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27780: fuzz: Avoid timeout in utxo_total_supply (master...2305-fuzz-timeout-block-) https://github.com/bitcoin/bitcoin/pull/27780
<bitcoin-git> [bitcoin] fanquake opened pull request #27779: guix: fix CURL disable flag in osslsigncode (master...properly_disable_curl_osslsigncode) https://github.com/bitcoin/bitcoin/pull/27779
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27778: ci: Enable float-divide-by-zero check (master...2305-ci-float-) https://github.com/bitcoin/bitcoin/pull/27778