2022-08-17

<bitcoin-git> bitcoin/master f5649db josibake: refactor: add UNKNOWN OutputType
<bitcoin-git> bitcoin/master 3f27a2a josibake: refactor: add new helper methods
<bitcoin-git> bitcoin/master b6b50b0 josibake: scripted-diff: Uppercase function names
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/c336f813b3cd...64f7a1940d73

2022-08-16

<bitcoin-git> [bitcoin] achow101 opened pull request #25858: psbt: Only include PSBT_OUT_TAP_TREE when the output has a script path (master...psbt-no-empty-taptree) https://github.com/bitcoin/bitcoin/pull/25858
<bitcoin-git> [bitcoin] achow101 merged pull request #25504: RPC: allow to track coins by parent descriptors (master...rpc_track_coins_by_descriptor) https://github.com/bitcoin/bitcoin/pull/25504
<bitcoin-git> bitcoin/master 55f98d0 Antoine Poinsot: rpc: output parent wallet descriptors for coins in listunspent
<bitcoin-git> bitcoin/master 55a82ea Antoine Poinsot: wallet: allow to fetch the wallet descriptors for a given Script
<bitcoin-git> bitcoin/master b724476 Antoine Poinsot: rpc: output wallet descriptors for received entries in listsinceblock
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/cf39913e5748...c336f813b3cd
<bitcoin-git> [bitcoin] fanquake closed pull request #25855: Update translation_process.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/25855
<bitcoin-git> [bitcoin] fanquake merged pull request #25803: refactor: Drop `boost/algorithm/string/replace.hpp` dependency (master...220808-replace) https://github.com/bitcoin/bitcoin/pull/25803
<bitcoin-git> bitcoin/master fea75ad Hennadii Stepanov: refactor: Drop `boost/algorithm/string/replace.hpp` dependency
<bitcoin-git> bitcoin/master cf39913 fanquake: Merge bitcoin/bitcoin#25803: refactor: Drop `boost/algorithm/string/replac...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b63c24a509ad...cf39913e5748
<bitcoin-git> bitcoin/master 857526e Hennadii Stepanov: test: Add test case for `ReplaceAll()` function
<bitcoin-git> [bitcoin] fanquake merged pull request #25809: build: add test_bitcoin.exe to win installer, don't install entire docs/ dir (master...windows_installer_add_test_no_docs) https://github.com/bitcoin/bitcoin/pull/25809
<bitcoin-git> bitcoin/master d755ffc fanquake: build: package test_bitcoin in Windows installer
<bitcoin-git> bitcoin/master b63c24a fanquake: Merge bitcoin/bitcoin#25809: build: add test_bitcoin.exe to win installer,...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0f90b586863f...b63c24a509ad
<bitcoin-git> bitcoin/master aa30e04 fanquake: build: remove entire docs dir from Windows installer
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25833: doc: minor updates to guix README (master...update-guix-readme) https://github.com/bitcoin/bitcoin/pull/25833
<bitcoin-git> bitcoin/master 98383d6 Stacie: doc: minor updates to guix README
<bitcoin-git> bitcoin/master 0f90b58 MacroFake: Merge bitcoin/bitcoin#25833: doc: minor updates to guix README
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/22d96d76ab02...0f90b586863f
<bitcoin-git> [bitcoin] JeremyRubin opened pull request #25856: [BugFix] Make PSBT serializations 174 compliant by excluding empty taptree from serialization (master...psbt-tap-tree-174-compliance) https://github.com/bitcoin/bitcoin/pull/25856

2022-08-15

<bitcoin-git> [bitcoin] SkiingIsFun123 opened pull request #25855: Update translation_process.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/25855
<bitcoin-git> [bitcoin] SkiingIsFun123 opened pull request #25854: Update tracing.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/25854
<bitcoin-git> [bitcoin] ishaanam closed pull request #25375: rpc: add minconf option to sendall and fund transaction calls (master...fundrawtransaction_minconf) https://github.com/bitcoin/bitcoin/pull/25375
<bitcoin-git> [bitcoin] achow101 merged pull request #25720: p2p: Reduce bandwidth during initial headers sync when a block is found (master...2022-07-reduce-headers-sync-bandwidth) https://github.com/bitcoin/bitcoin/pull/25720
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6d4889a694da...22d96d76ab02
<bitcoin-git> bitcoin/master 05f7f31 Suhas Daftuar: Reduce bandwidth during initial headers sync when a block is found
<bitcoin-git> bitcoin/master f6a9166 Suhas Daftuar: Add functional test for block announcements during initial headers sync
<bitcoin-git> bitcoin/master 22d96d7 Andrew Chow: Merge bitcoin/bitcoin#25720: p2p: Reduce bandwidth during initial headers ...
<bitcoin-git> bitcoin/master 321335b furszy: GUI: add getter for WalletModel::m_cached_balances field
<bitcoin-git> bitcoin/master 96e3264 furszy: GUI: use cached balance in overviewpage and sendcoinsdialog
<bitcoin-git> [bitcoin] hebasto pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/867f5fd1b356...6d4889a694da
<bitcoin-git> bitcoin/master e62958d furszy: GUI: sendCoinsDialog, remove duplicate wallet().getBalances() call
<bitcoin-git> [gui] hebasto merged pull request #598: Avoid recalculating the wallet balance - use model cache (master...2022_GUI_use_model_cached_balance) https://github.com/bitcoin-core/gui/pull/598
<bitcoin-git> bitcoin/master 867f5fd Hennadii Stepanov: Merge bitcoin-core/gui#654: Update source translations for string freeze
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a5d5569535b3...867f5fd1b356
<bitcoin-git> bitcoin/master fcc0c84 laanwj: qt: Update source translations for string freeze
<bitcoin-git> [gui] hebasto merged pull request #654: Update source translations for string freeze (master...2022-08-string-freeze) https://github.com/bitcoin-core/gui/pull/654
<bitcoin-git> [bitcoin] jonatack opened pull request #25853: contrib: update testnet torv3 hardcoded seeds (master...torv3-testnet-hardcoded-seeds) https://github.com/bitcoin/bitcoin/pull/25853
<bitcoin-git> [bitcoin] fanquake closed pull request #22472: fuzz: Add environment option to keep /tmp/ clean (master...master) https://github.com/bitcoin/bitcoin/pull/22472
<bitcoin-git> [bitcoin] fanquake closed pull request #24985: doc, test: Compilation for 64-bit Windows with msys2 (master...msys2-windows-build) https://github.com/bitcoin/bitcoin/pull/24985
<bitcoin-git> [bitcoin] fanquake opened pull request #25852: build: reorder CXXFLAGS in intrinsic checks (master...reorganise_intrinsic_flags) https://github.com/bitcoin/bitcoin/pull/25852
<bitcoin-git> [bitcoin] fanquake opened pull request #25851: doc: remove msvc qt build instructions (master...remove_msvc_qt_build_instructions) https://github.com/bitcoin/bitcoin/pull/25851
<bitcoin-git> bitcoin/master a5d5569 MacroFake: Merge bitcoin/bitcoin#25850: doc: Remove my key from SECURITY.md
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25850: doc: Remove my key from SECURITY.md (master...2022-08-security-md) https://github.com/bitcoin/bitcoin/pull/25850
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d9cd8b419cf9...a5d5569535b3
<bitcoin-git> bitcoin/master 38a911e laanwj: doc: Remove my key from SECURITY.md
<bitcoin-git> [bitcoin] fanquake merged pull request #25849: refactor: Remove not needed empty RPC doc std::string (master...2208-doc-str-🤑) https://github.com/bitcoin/bitcoin/pull/25849
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2778cccf1c3d...d9cd8b419cf9
<bitcoin-git> bitcoin/master fac09f4 MacroFake: refactor: Remove not needed empty RPC doc std::string
<bitcoin-git> bitcoin/master d9cd8b4 fanquake: Merge bitcoin/bitcoin#25849: refactor: Remove not needed empty RPC doc std...
<bitcoin-git> [bitcoin] laanwj opened pull request #25850: doc: Remove my key from SECURITY.md (master...2022-08-security-md) https://github.com/bitcoin/bitcoin/pull/25850
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25849: refactor: Remove not needed empty RPC doc std::string (master...2208-doc-str-🤑) https://github.com/bitcoin/bitcoin/pull/25849
<bitcoin-git> [gui] laanwj opened pull request #654: qt: Update source translations for string freeze (master...2022-08-string-freeze) https://github.com/bitcoin-core/gui/pull/654
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25836: subtree: update crc32c subtree (master...update_crc32_subtree) https://github.com/bitcoin/bitcoin/pull/25836
<bitcoin-git> bitcoin/master 9546b3a fanquake: Update crc32c subtree to latest upstream master
<bitcoin-git> bitcoin/master 2778ccc MacroFake: Merge bitcoin/bitcoin#25836: subtree: update crc32c subtree
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cc1efe909e99...2778cccf1c3d
<bitcoin-git> bitcoin/master 08269e5 fanquake: Squashed 'src/crc32c/' changes from 0d624261ef..0bac72c455
<bitcoin-git> [bitcoin] fanquake merged pull request #25838: build, qt: Use `mkspecs/bitcoin-linux-g++` for all Linux hosts (master...220813-mkspec) https://github.com/bitcoin/bitcoin/pull/25838
<bitcoin-git> bitcoin/master d61f667 Hennadii Stepanov: build: Add objcopy host tool
<bitcoin-git> bitcoin/master 968ea66 Hennadii Stepanov: build: Adjust `qt/guix_cross_lib_path.patch`
<bitcoin-git> bitcoin/master a2e733b Hennadii Stepanov: doc: Remove no longer needed comments
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/dc9d6626835e...cc1efe909e99

2022-08-14

<bitcoin-git> [gui] achow101 opened pull request #653: gui: Show watchonly balance only for Legacy wallets (master...show-bal-send) https://github.com/bitcoin-core/gui/pull/653

2022-08-13

<bitcoin-git> [bitcoin] JeremyRubin opened pull request #25839: [WIP] Minimal MAINTAINERS.md file (master...maintainer-role-slim) https://github.com/bitcoin/bitcoin/pull/25839
<bitcoin-git> [bitcoin] fanquake merged pull request #25235: GetExternalSigner(): fail if multiple signers are found (master...fail_with_multiple_ext_signers) https://github.com/bitcoin/bitcoin/pull/25235
<bitcoin-git> bitcoin/master 292b1a3 amadeuszpawlik: GetExternalSigner(): fail if multiple signers are found
<bitcoin-git> bitcoin/master dc9d662 fanquake: Merge bitcoin/bitcoin#25235: GetExternalSigner(): fail if multiple signers...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/aca0200e9408...dc9d6626835e
<bitcoin-git> [bitcoin] fanquake closed pull request #25822: build: use package_cc for linux qt build (master...test_22184) https://github.com/bitcoin/bitcoin/pull/25822
<bitcoin-git> [bitcoin] hebasto opened pull request #25838: build, qt: Use mkspecs/bitcoin-linux-g++ for all Linux hosts (master...220813-mkspec) https://github.com/bitcoin/bitcoin/pull/25838
<bitcoin-git> [bitcoin] fanquake opened pull request #25836: subtree: update crc32c subtree (master...update_crc32_subtree) https://github.com/bitcoin/bitcoin/pull/25836
<bitcoin-git> [bitcoin] fanquake merged pull request #25817: build: fix cross-arch macOS M1 build reproducibility (master...m1_arm_nondeterminism) https://github.com/bitcoin/bitcoin/pull/25817
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bf3f05f41d27...aca0200e9408
<bitcoin-git> bitcoin/master 08bd338 fanquake: build: optimise arm64 darwin qt build using -O1
<bitcoin-git> bitcoin/master aca0200 fanquake: Merge bitcoin/bitcoin#25817: build: fix cross-arch macOS M1 build reproduc...

2022-08-12

<bitcoin-git> [bitcoin] russeree closed pull request #24935: mempool: Add usdt event tracepoints and eBPF logging tool. (master...master) https://github.com/bitcoin/bitcoin/pull/24935
<bitcoin-git> [bitcoin] achow101 closed pull request #24362: wallet: Do not match legacy addresses for change type (master...rm-legacy-change) https://github.com/bitcoin/bitcoin/pull/24362
<bitcoin-git> [bitcoin] satsie opened pull request #25833: doc: minor updates to guix README (master...update-guix-readme) https://github.com/bitcoin/bitcoin/pull/25833
<bitcoin-git> [bitcoin] 0xB10C opened pull request #25832: tracing: network connection tracepoints (master...2022-05-connection-tracepoints) https://github.com/bitcoin/bitcoin/pull/25832
<bitcoin-git> [bitcoin] aureleoules opened pull request #25831: refactor: Remove trailing semicolon from LOCK2 macro (master...2022-08-macro-trailing-semicolon) https://github.com/bitcoin/bitcoin/pull/25831
<bitcoin-git> [bitcoin] aureleoules opened pull request #25830: refactor: Replace m_params with chainman.GetParams() (master...2022-08-replace-m_params) https://github.com/bitcoin/bitcoin/pull/25830
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25785: bench: Add a benchmark for descriptor expansion (master...2208-bench-desc-🍉) https://github.com/bitcoin/bitcoin/pull/25785
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/89b219412495...bf3f05f41d27
<bitcoin-git> bitcoin/master 4786959 Ben Woosley: bench: Add a benchmark for descriptor expansion
<bitcoin-git> bitcoin/master bf3f05f MacroFake: Merge bitcoin/bitcoin#25785: bench: Add a benchmark for descriptor expansi...
<bitcoin-git> [bitcoin] fanquake opened pull request #25829: build: include share/rpcauth in release tarball (master...fixup_19081) https://github.com/bitcoin/bitcoin/pull/25829
<bitcoin-git> [bitcoin] hebasto opened pull request #25828: [23.x] GUI backports (23.x...220812-23.x-gui) https://github.com/bitcoin/bitcoin/pull/25828
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25814: net: simplify GetLocalAddress() (master...simplify_GetLocalAddress) https://github.com/bitcoin/bitcoin/pull/25814
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/27724c23f72b...89b219412495
<bitcoin-git> bitcoin/master daabd41 Vasil Dimov: net: simplify GetLocalAddress()
<bitcoin-git> bitcoin/master 89b2194 MacroFake: Merge bitcoin/bitcoin#25814: net: simplify GetLocalAddress()
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25677: refactor: make active_chain_tip a reference (master...2022-07-make-active-chain-ref) https://github.com/bitcoin/bitcoin/pull/25677
<bitcoin-git> bitcoin/master 9376a6d Aurèle Oulès: refactor: make active_chain_tip a reference
<bitcoin-git> bitcoin/master 27724c2 MacroFake: Merge bitcoin/bitcoin#25677: refactor: make active_chain_tip a reference
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d294bccbae5...27724c23f72b
<bitcoin-git> [bitcoin] w0xlt opened pull request #25827: descriptor: check if `rawtr` has only one key. (master...expr_rawtr) https://github.com/bitcoin/bitcoin/pull/25827

2022-08-11

<bitcoin-git> [bitcoin] achow101 merged pull request #25825: wallet: consolidate CoinSelectionParams::m_change_target and m_min_change_target (master...2022-08-change-targets) https://github.com/bitcoin/bitcoin/pull/25825
<bitcoin-git> bitcoin/master acda7e8 glozow: [coin selection] consolidate m_change_target and m_min_change_target
<bitcoin-git> bitcoin/master 5d294bc Andrew Chow: Merge bitcoin/bitcoin#25825: wallet: consolidate CoinSelectionParams::m_ch...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e5d8b6542397...5d294bccbae5
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25815: test: Use existing {Chainstate,Block}Man (master...2208-test-cherry-🥕) https://github.com/bitcoin/bitcoin/pull/25815
<bitcoin-git> bitcoin/master e5d8b65 MacroFake: Merge bitcoin/bitcoin#25815: test: Use existing {Chainstate,Block}Man
<bitcoin-git> bitcoin/master 2e79fb6 Carl Dong: validation tests: Use existing {Chainstate,Block}Man
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e078ee9d9d0a...e5d8b6542397
<bitcoin-git> [bitcoin] achow101 merged pull request #25664: refactor: Redefine `IsSolvable()` using descriptors (master...redefine_issolvable) https://github.com/bitcoin/bitcoin/pull/25664
<bitcoin-git> bitcoin/master c232ef2 Antoine Poinsot: outputtype: remove redundant check for uncompressed keys in AddAndGetDesti...
<bitcoin-git> bitcoin/master b16f93c Antoine Poinsot: script/sign: remove needless IsSolvable() utility
<bitcoin-git> bitcoin/master e078ee9 Andrew Chow: Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descr...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/29c195cf6a2c...e078ee9d9d0a
<bitcoin-git> [bitcoin] glozow opened pull request #25825: wallet: consolidate CoinSelectionParams::m_change_target and m_min_change_target (master...2022-08-change-targets) https://github.com/bitcoin/bitcoin/pull/25825
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25792: test: add tests for `datacarrier` and `datacarriersize` options (master...test_data_carrier) https://github.com/bitcoin/bitcoin/pull/25792
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/243d7bde7859...29c195cf6a2c
<bitcoin-git> bitcoin/master 8b3d2bb w0xlt: test: add tests for `datacarrier` and `datacarriersize` options
<bitcoin-git> bitcoin/master 29c195c MacroFake: Merge bitcoin/bitcoin#25792: test: add tests for `datacarrier` and `dataca...
<bitcoin-git> [bitcoin] achow101 merged pull request #25798: build: fix cleanup of test logs (master...fix_make_clean_and_distcheck) https://github.com/bitcoin/bitcoin/pull/25798
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dd62721ba9c1...243d7bde7859
<bitcoin-git> bitcoin/master 5474f5c fanquake: build: fix cleanup of test logs
<bitcoin-git> bitcoin/master 243d7bd Andrew Chow: Merge bitcoin/bitcoin#25798: build: fix cleanup of test logs
<bitcoin-git> [bitcoin] fanquake opened pull request #25822: build: use package_cc for linux qt build (master...test_22184) https://github.com/bitcoin/bitcoin/pull/25822
<bitcoin-git> [bitcoin] fanquake merged pull request #25820: [test] make tx6 child of tx5, not tx3, in rbf_tests (master...2022-08-rbf-test-fix) https://github.com/bitcoin/bitcoin/pull/25820
<bitcoin-git> bitcoin/master 49db42c glozow: [test] make tx6 child of tx5, not tx3, in rbf_tests
<bitcoin-git> bitcoin/master dd62721 fanquake: Merge bitcoin/bitcoin#25820: [test] make tx6 child of tx5, not tx3, in rbf...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0094ff3947be...dd62721ba9c1
<bitcoin-git> [bitcoin] glozow opened pull request #25820: [test] make tx6 child of tx5, not tx3, in rbf_tests (master...2022-08-rbf-test-fix) https://github.com/bitcoin/bitcoin/pull/25820
<bitcoin-git> [bitcoin] fanquake merged pull request #25812: psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATION (master...psbt-hd-path-int-overflow) https://github.com/bitcoin/bitcoin/pull/25812
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cd230f3281fb...0094ff3947be
<bitcoin-git> bitcoin/master 70a55c0 Andrew Chow: psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATION
<bitcoin-git> bitcoin/master 0094ff3 fanquake: Merge bitcoin/bitcoin#25812: psbt: Avoid unsigned int overflow in PSBT_IN_...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25816: msvc: Drop `_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING` (master...220810-msvc) https://github.com/bitcoin/bitcoin/pull/25816
<bitcoin-git> bitcoin/master cd230f3 MacroFake: Merge bitcoin/bitcoin#25816: msvc: Drop `_SILENCE_CXX17_OLD_ALLOCATOR_MEMB...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/93999a5fbe31...cd230f3281fb
<bitcoin-git> bitcoin/master 9f9339c Hennadii Stepanov: msvc: Drop `_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING`
<bitcoin-git> [bitcoin] hebasto opened pull request #25819: msvc, refactor: Avoid some rare compiler warnings (master...220811-msvc) https://github.com/bitcoin/bitcoin/pull/25819

2022-08-10

<bitcoin-git> [gui] 2140data closed pull request #638: Minor Formatting Fixes (master...master) https://github.com/bitcoin-core/gui/pull/638
<bitcoin-git> [bitcoin] achow101 merged pull request #25642: Don't wrap around when deriving an extended key at a too large depth (master...ext_key_derive_wrap_around) https://github.com/bitcoin/bitcoin/pull/25642
<bitcoin-git> bitcoin/master d3599c2 Antoine Poinsot: spkman: don't ignore the return value when deriving an extended key
<bitcoin-git> bitcoin/master 0ca258a Antoine Poinsot: descriptor: never ignore the return value when deriving an extended key
<bitcoin-git> bitcoin/master 50cfc9e Antoine Poinsot: (pubk)key: mark Derive() as nodiscard
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/251c535800c4...93999a5fbe31
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25810: scripted-diff: test: rename `MAX_{ANCESTORS,DESCENDANTS}` to `DEFAULT_{ANCESTOR,DESCENDANT}_LIMIT` (master...202208-test-rename_default_ancestor_descendant_limits) https://github.com/bitcoin/bitcoin/pull/25810
<bitcoin-git> bitcoin/master 251c535 MacroFake: Merge bitcoin/bitcoin#25810: scripted-diff: test: rename `MAX_{ANCESTORS,D...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f89ce1fdb561...251c535800c4
<bitcoin-git> bitcoin/master 0fda1c7 Sebastian Falbesoner: scripted-diff: test: rename `MAX_{ANCESTORS,DESCENDANTS}` to `DEFAULT_{ANC...
<bitcoin-git> bitcoin/master b4a5ab9 Sebastian Falbesoner: test: refactor: deduplicate `DEFAULT_{ANCESTOR,DESCENDANT}_LIMIT` constants
<bitcoin-git> bitcoin/master 4edc689 Sebastian Falbesoner: doc: test: suggest multi-line imports in functional test style guide
<bitcoin-git> bitcoin/master f89ce1f MacroFake: Merge bitcoin/bitcoin#25811: doc: test: suggest multi-line imports in func...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25811: doc: test: suggest multi-line imports in functional test style guide (master...202208-doc-test-prefer_multiline_imports) https://github.com/bitcoin/bitcoin/pull/25811
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/deb7ad35e687...f89ce1fdb561
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25813: build: move raw rule into Makefile.am (master...move_raw_h_into_makefile) https://github.com/bitcoin/bitcoin/pull/25813
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f5e96ecef5f6...deb7ad35e687
<bitcoin-git> bitcoin/master d8b26ab fanquake: build: move raw rule into Makefile.am
<bitcoin-git> bitcoin/master deb7ad3 MacroFake: Merge bitcoin/bitcoin#25813: build: move raw rule into Makefile.am
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25616: refactor: Return `util::Result` from WalletLoader methods (master...brrrrresult-load-create) https://github.com/bitcoin/bitcoin/pull/25616
<bitcoin-git> bitcoin/master f5e96ec MacroFake: Merge bitcoin/bitcoin#25616: refactor: Return `util::Result` from WalletLo...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a6fc293c0a1f...f5e96ecef5f6
<bitcoin-git> bitcoin/master 07df6cd w0xlt: wallet: Return `util::Result` from WalletLoader methods
<bitcoin-git> [bitcoin] Xekyo closed pull request #25742: Use change amount as tiebreaker for SelectionResults (master...2022-07-use-change-as-tiebreaker) https://github.com/bitcoin/bitcoin/pull/25742
<bitcoin-git> [bitcoin] fanquake opened pull request #25817: build: fix cross-arch macOS M1 build reproducibility (master...m1_arm_nondeterminism) https://github.com/bitcoin/bitcoin/pull/25817
<bitcoin-git> [bitcoin] hebasto opened pull request #25816: msvc: Drop `_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING` (master...220810-msvc) https://github.com/bitcoin/bitcoin/pull/25816
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25815: test: Use existing {Chainstate,Block}Man (master...2208-test-cherry-🥕) https://github.com/bitcoin/bitcoin/pull/25815
<bitcoin-git> [bitcoin] jonatack reopened pull request #25021: test: fix intermittent wallet_encryption failures on win64 task (master...fix-intermittent-wallet_encryption-test) https://github.com/bitcoin/bitcoin/pull/25021
<bitcoin-git> [bitcoin] vasild opened pull request #25814: net: simplify GetLocalAddress() (master...simplify_GetLocalAddress) https://github.com/bitcoin/bitcoin/pull/25814
<bitcoin-git> [bitcoin] hebasto closed pull request #24813: build: Getting ready to Qt 6 (4/n). Improve `build-aux/m4/bitcoin_qt.m4` (master...220409-appcheck) https://github.com/bitcoin/bitcoin/pull/24813
<bitcoin-git> [bitcoin] fanquake opened pull request #25813: build: move raw rule into Makefile.am (master...move_raw_h_into_makefile) https://github.com/bitcoin/bitcoin/pull/25813
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25656: refactor: wallet: return util::Result from `GetReservedDestination` methods (master...202207-refactor-wallet_use_bresult_for_getreserveddestination) https://github.com/bitcoin/bitcoin/pull/25656
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/aac200801b66...a6fc293c0a1f
<bitcoin-git> bitcoin/master 76b3c37 Sebastian Falbesoner: refactor: wallet: return util::Result from `GetReservedDestination` methods
<bitcoin-git> bitcoin/master a6fc293 MacroFake: Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `G...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25794: test, tracing: don't rely on `block_connected` USDT event order in tests (master...2022-08-fix-usdt-validation-test) https://github.com/bitcoin/bitcoin/pull/25794
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ebf094ff3af8...aac200801b66
<bitcoin-git> bitcoin/master 0532aa7 0xb10c: test: don't rely on usdt block_conn event order
<bitcoin-git> bitcoin/master aac2008 MacroFake: Merge bitcoin/bitcoin#25794: test, tracing: don't rely on `block_connected...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25731: test: negative/unknown `rpcserialversion` should throw an init error (master...2022-07-rpcserialversion-init-error) https://github.com/bitcoin/bitcoin/pull/25731
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ac59112a6a09...ebf094ff3af8
<bitcoin-git> bitcoin/master 1553449 brunoerg: test: negative/unknown `rpcserialversion` should throw an init error
<bitcoin-git> bitcoin/master ebf094f MacroFake: Merge bitcoin/bitcoin#25731: test: negative/unknown `rpcserialversion` sho...

2022-08-09

<bitcoin-git> [bitcoin] achow101 opened pull request #25812: psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATION (master...psbt-hd-path-int-overflow) https://github.com/bitcoin/bitcoin/pull/25812
<bitcoin-git> [bitcoin] achow101 merged pull request #25799: [23.x] guix: patch NSIS to remove .reloc sections from install stubs (23.x...backport_guix_fixups) https://github.com/bitcoin/bitcoin/pull/25799
<bitcoin-git> bitcoin/23.x 313ea18 Andrew Chow: Merge bitcoin/bitcoin#25799: [23.x] guix: patch NSIS to remove .reloc sect...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/a33ec8a69351...313ea18e5e72
<bitcoin-git> bitcoin/23.x fc77b2a fanquake: guix: patch NSIS to remove .reloc sections from install stubs
<bitcoin-git> [bitcoin] achow101 merged pull request #23480: Add rawtr() descriptor for P2TR with specified (tweaked) output key (master...202110_untweakedtr) https://github.com/bitcoin/bitcoin/pull/23480
<bitcoin-git> bitcoin/master 8d9670c Pieter Wuille: Add rawtr() descriptor for P2TR with unknown tweak
<bitcoin-git> bitcoin/master e1e3081 Pieter Wuille: If P2TR tweaked key is available, sign with it
<bitcoin-git> bitcoin/master 544b433 Pieter Wuille: Add wallet tests for spending rawtr()
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c012875b9ded...ac59112a6a09
<bitcoin-git> [bitcoin] theStack opened pull request #25811: doc: test: suggest multi-line imports in functional test style guide (master...202208-doc-test-prefer_multiline_imports) https://github.com/bitcoin/bitcoin/pull/25811
<bitcoin-git> [bitcoin] theStack opened pull request #25810: scripted-diff: test: rename `MAX_{ANCESTORS,DESCENDANTS}` to `DEFAULT_{ANCESTOR,DESCENDANT}_LIMIT` (master...202208-test-rename_default_ancestor_descendant_limits) https://github.com/bitcoin/bitcoin/pull/25810
<bitcoin-git> [bitcoin] glozow merged pull request #24564: doc: Clarify that CheckSequenceLocksAtTip is a validation function (master...2203-docVal-🍡) https://github.com/bitcoin/bitcoin/pull/24564
<bitcoin-git> bitcoin/master c012875 glozow: Merge bitcoin/bitcoin#24564: doc: Clarify that CheckSequenceLocksAtTip is ...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e7ca8afef62c...c012875b9ded
<bitcoin-git> bitcoin/master fa86710 MarcoFalke: Clarify that CheckSequenceLocksAtTip is a validation function
<bitcoin-git> [bitcoin] fanquake opened pull request #25809: build: add test_bitcoin.exe to win installer, don't install entire docs/ dir (master...windows_installer_add_test_no_docs) https://github.com/bitcoin/bitcoin/pull/25809
<bitcoin-git> [bitcoin] fanquake opened pull request #25808: fs: suppress u8path deprecated-declaration warnings with libc++ (master...fix_24682) https://github.com/bitcoin/bitcoin/pull/25808

2022-08-08

<bitcoin-git> [bitcoin] achow101 merged pull request #25782: test: check that `verifymessage` RPC fails for non-P2PKH addresses (master...202208-test-rpc-check_that_verifymessage_only_works_with_p2pkh) https://github.com/bitcoin/bitcoin/pull/25782
<bitcoin-git> bitcoin/master 68006c1 Sebastian Falbesoner: test: check that `verifymessage` RPC fails for non-P2PKH addresses
<bitcoin-git> bitcoin/master e7ca8af Andrew Chow: Merge bitcoin/bitcoin#25782: test: check that `verifymessage` RPC fails fo...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9ff6adc43abb...e7ca8afef62c
<bitcoin-git> [bitcoin] furszy opened pull request #25806: wallet: single outputs grouping calculation (master...2022_wallet_single_outputs_grouping_process) https://github.com/bitcoin/bitcoin/pull/25806
<bitcoin-git> [gui] KolbyML opened pull request #650: qt, refactor: Add Import to Wallet GUI (master...import-gui-k) https://github.com/bitcoin-core/gui/pull/650
<bitcoin-git> [bitcoin] fanquake merged pull request #25804: Update translations for 24.0 string freeze (master...220808-tr24) https://github.com/bitcoin/bitcoin/pull/25804
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a478c5350af0...9ff6adc43abb
<bitcoin-git> bitcoin/master 15f762f Hennadii Stepanov: qt: Bump Transifex slug for 24.x
<bitcoin-git> bitcoin/master ff52b24 Hennadii Stepanov: qt: Update translation source file
<bitcoin-git> bitcoin/master 9ff6adc fanquake: Merge bitcoin/bitcoin#25804: Update translations for 24.0 string freeze
<bitcoin-git> [bitcoin] achow101 merged pull request #25790: wallet: improve `{LoadActive,Deactivate}ScriptPubKeyMan` log (master...log_load_active_script_pubkeyman) https://github.com/bitcoin/bitcoin/pull/25790
<bitcoin-git> bitcoin/master b5a762a w0xlt: wallet: improve `{LoadActive,Deactivate}ScriptPubKeyMan` log
<bitcoin-git> bitcoin/master a478c53 Andrew Chow: Merge bitcoin/bitcoin#25790: wallet: improve `{LoadActive,Deactivate}Scrip...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b1a2021f7809...a478c5350af0
<bitcoin-git> [bitcoin] hebasto opened pull request #25804: Update translations for 24.0 string freeze (master...220808-tr24) https://github.com/bitcoin/bitcoin/pull/25804
<bitcoin-git> [bitcoin] hebasto opened pull request #25803: refactor: Drop `boost/algorithm/string/replace.hpp` dependency (master...220808-replace) https://github.com/bitcoin/bitcoin/pull/25803
<bitcoin-git> [bitcoin] fanquake closed pull request #25263: build: pass minisketch cppflags only where needed (master...minisketch_cpp_needed) https://github.com/bitcoin/bitcoin/pull/25263
<bitcoin-git> [bitcoin] fanquake closed pull request #25110: tidy: use modernize-use-raw-string-literal (master...modernize_use_raw_string_literal) https://github.com/bitcoin/bitcoin/pull/25110

2022-08-07

<bitcoin-git> [bitcoin] fanquake opened pull request #25799: guix: patch NSIS to remove .reloc sections from install stubs (23.x...backport_guix_fixups) https://github.com/bitcoin/bitcoin/pull/25799
<bitcoin-git> [bitcoin] fanquake opened pull request #25798: build: fix cleanup of test logs (master...fix_make_clean_and_distcheck) https://github.com/bitcoin/bitcoin/pull/25798
<bitcoin-git> [bitcoin] hebasto opened pull request #25797: build: Add CMake-based build system (master...220807-cmake) https://github.com/bitcoin/bitcoin/pull/25797

2022-08-06

<bitcoin-git> [bitcoin] ishaanam opened pull request #25796: rpc: add `descriptorprocesspsbt` rpc (master...descriptorprocesspsbt) https://github.com/bitcoin/bitcoin/pull/25796
<bitcoin-git> [bitcoin] 0xB10C opened pull request #25794: test, tracing: don't rely on `block_connected` USDT event order in tests (master...2022-08-fix-usdt-validation-test) https://github.com/bitcoin/bitcoin/pull/25794
<bitcoin-git> [bitcoin] hebasto closed pull request #25744: build: Use Link Time Optimization in Qt code for Darwin hosts (master...220729-qt-darwin-lto) https://github.com/bitcoin/bitcoin/pull/25744
<bitcoin-git> [bitcoin] w0xlt opened pull request #25792: test: add tests for `datacarrier` and `datacarriersize` options (master...test_data_carrier) https://github.com/bitcoin/bitcoin/pull/25792
<bitcoin-git> [bitcoin] w0xlt opened pull request #25791: validation: change non-standard scriptpubkey error message. (master...nonstandard_scriptpubkey) https://github.com/bitcoin/bitcoin/pull/25791

2022-08-05

<bitcoin-git> [bitcoin] jonatack closed pull request #24606: Change -maxtimeadjustment default from 70 minutes to 0 (master...default-zero-maxtimeadjustment) https://github.com/bitcoin/bitcoin/pull/24606
<bitcoin-git> [bitcoin] jonatack closed pull request #25271: net: helpfully log in ConnectNode() which peer we are already connected to (master...ConnectNode-say-which-peer-we-are-already-connected-to) https://github.com/bitcoin/bitcoin/pull/25271
<bitcoin-git> [bitcoin] jonatack closed pull request #25586: bench: add logging benchmarks for LogPrintLevel and LogPrintfCategory (master...add-logging-benchmarks) https://github.com/bitcoin/bitcoin/pull/25586
<bitcoin-git> [bitcoin] w0xlt opened pull request #25790: wallet: improve `{LoadActive,Deactivate}ScriptPubKeyMan` log (master...log_load_active_script_pubkeyman) https://github.com/bitcoin/bitcoin/pull/25790
<bitcoin-git> bitcoin/master 7a0b129 fanquake: guix: patch NSIS to remove .reloc sections from install stubs
<bitcoin-git> bitcoin/master b1a2021 Andrew Chow: Merge bitcoin/bitcoin#25788: guix: patch NSIS to remove .reloc sections fr...
<bitcoin-git> [bitcoin] achow101 merged pull request #25788: guix: patch NSIS to remove .reloc sections from installer stubs (master...fixup_windows_installer_force_aslr) https://github.com/bitcoin/bitcoin/pull/25788
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/59bd6b6d3718...b1a2021f7809
<bitcoin-git> [bitcoin] achow101 merged pull request #24699: wallet: Improve AvailableCoins performance by reducing duplicated operations (master...faster-available-coins) https://github.com/bitcoin/bitcoin/pull/24699
<bitcoin-git> bitcoin/master 8a105ec Andrew Chow: wallet: Use CalculateMaximumSignedInputSize to indicate solvability
<bitcoin-git> bitcoin/master 1f798fe Andrew Chow: wallet: Cache SigningProviders
<bitcoin-git> bitcoin/master 9753286 Andrew Chow: Change mapTxSpends to be a std::unordered_multimap
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/35305c759a4a...59bd6b6d3718
<bitcoin-git> [bitcoin] achow101 merged pull request #22751: rpc/wallet: add simulaterawtransaction RPC (master...202108-analyzerawtransaction) https://github.com/bitcoin/bitcoin/pull/22751
<bitcoin-git> bitcoin/master 35305c7 Andrew Chow: Merge bitcoin/bitcoin#22751: rpc/wallet: add simulaterawtransaction RPC
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7d3817b29a2a...35305c759a4a
<bitcoin-git> bitcoin/master 701a64f Karl-Johan Alm: test: add support for Decimal to assert_approx
<bitcoin-git> bitcoin/master db10cf8 Karl-Johan Alm: rpc/wallet: add simulaterawtransaction RPC
<bitcoin-git> [bitcoin] furszy opened pull request #25789: test: clean and extend availablecoins_tests coverage (master...2022_test_clean_redundant_availablecoins_test) https://github.com/bitcoin/bitcoin/pull/25789
<bitcoin-git> [bitcoin] fanquake opened pull request #25788: guix: patch NSIS to remove .reloc sections from installer stubs (master...fixup_windows_installer_force_aslr) https://github.com/bitcoin/bitcoin/pull/25788
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25760: rest: clean-up for `mempool` endpoints (master...2022-07-rest-improvements) https://github.com/bitcoin/bitcoin/pull/25760
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/006740b6f647...7d3817b29a2a
<bitcoin-git> bitcoin/master acbea66 brunoerg: rest: clean-up for `mempool` endpoints
<bitcoin-git> bitcoin/master 7d3817b MacroFake: Merge bitcoin/bitcoin#25760: rest: clean-up for `mempool` endpoints
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25721: refactor: Replace BResult with util::Result (master...pr/bresult-del) https://github.com/bitcoin/bitcoin/pull/25721
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/92f6461cfd39...006740b6f647
<bitcoin-git> bitcoin/master a23cca5 Ryan Ofsky: refactor: Replace BResult with util::Result
<bitcoin-git> bitcoin/master 006740b MacroFake: Merge bitcoin/bitcoin#25721: refactor: Replace BResult with util::Result
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25786: refactor: Make adjusted time type safe (master...2208-time-type-💷) https://github.com/bitcoin/bitcoin/pull/25786
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25785: bench: Add a benchmark for descriptor expansion (master...2208-bench-desc-🍉) https://github.com/bitcoin/bitcoin/pull/25785
<bitcoin-git> [bitcoin] fanquake merged pull request #25779: guix: ignore additional failing certvalidator test (master...avoid_more_expired_certs) https://github.com/bitcoin/bitcoin/pull/25779
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d82f8634107...92f6461cfd39
<bitcoin-git> bitcoin/master 4cf3b7d fanquake: guix: ignore additional failing certvalidator test
<bitcoin-git> bitcoin/master 92f6461 fanquake: Merge bitcoin/bitcoin#25779: guix: ignore additional failing certvalidator...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25650: script: default to necessary tags in `test/get_previous_releases.py` (master...josibake-update-get-previous-releases-script) https://github.com/bitcoin/bitcoin/pull/25650
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e03860558581...7d82f8634107
<bitcoin-git> bitcoin/master 614d468 josibake: script: default to necessary tags in get_previous_releases.py
<bitcoin-git> bitcoin/master d530ba3 josibake: doc: update test/README.md
<bitcoin-git> bitcoin/master 21a9e94 josibake: ci: remove hardcoded tag list from ci scripts
<bitcoin-git> [bitcoin] fanquake merged pull request #24662: addrman: Use system time instead of adjusted network time (master...2203-add-🔍) https://github.com/bitcoin/bitcoin/pull/24662
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2c3115d4f568...e03860558581
<bitcoin-git> bitcoin/master fadd8b2 MarcoFalke: addrman: Use system time instead of adjusted network time
<bitcoin-git> bitcoin/master e038605 fanquake: Merge bitcoin/bitcoin#24662: addrman: Use system time instead of adjusted ...
<bitcoin-git> [bitcoin] luke-jr opened pull request #25784: Wallet: Document expectations for AddWalletFlags (now InitWalletFlags) correctly (master...docfix_initwalletflags) https://github.com/bitcoin/bitcoin/pull/25784

2022-08-04

<bitcoin-git> [bitcoin] petertodd closed pull request #25783: ThreadOpenConnections bug fix (master...2022-08-conn-bugfix) https://github.com/bitcoin/bitcoin/pull/25783
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25773: test: Target exact weight in MiniWallet _bulk_tx (master...2208-test-exact-bulk-weight-🏞) https://github.com/bitcoin/bitcoin/pull/25773
<bitcoin-git> bitcoin/master 2c3115d MacroFake: Merge bitcoin/bitcoin#25773: test: Target exact weight in MiniWallet _bulk...
<bitcoin-git> bitcoin/master fa2537c MacroFake: test: Target exact weight in MiniWallet _bulk_tx
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e09ad284c762...2c3115d4f568
<bitcoin-git> [bitcoin] petertodd opened pull request #25783: ThreadOpenConnections bug fix (master...2022-08-conn-bugfix) https://github.com/bitcoin/bitcoin/pull/25783
<bitcoin-git> [bitcoin] theStack opened pull request #25782: test: check that `verifymessage` RPC fails for non-P2PKH addresses (master...202208-test-rpc-check_that_verifymessage_only_works_with_p2pkh) https://github.com/bitcoin/bitcoin/pull/25782
<bitcoin-git> [bitcoin] fanquake merged pull request #24675: util: Use ArgsManager::GetPathArg more widely (master...220325-path) https://github.com/bitcoin/bitcoin/pull/24675
<bitcoin-git> bitcoin/master 1276090 Hennadii Stepanov: util, refactor: Use GetPathArg to read "-conf" value
<bitcoin-git> bitcoin/master 138c668 Hennadii Stepanov: util, refactor: Use GetPathArg to read "-rpccookiefile" value
<bitcoin-git> bitcoin/master b01f336 Hennadii Stepanov: util, refactor: Drop explicit conversion to fs::path
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/36c83b40bd68...e09ad284c762
<bitcoin-git> [bitcoin] fanquake merged pull request #25023: Remove unused SetTip(nullptr) code (master...2204-rem-nullptr-👯) https://github.com/bitcoin/bitcoin/pull/25023
<bitcoin-git> bitcoin/master faab8dc MacroFake: Remove unused SetTip(nullptr) code
<bitcoin-git> bitcoin/master 36c83b4 fanquake: Merge bitcoin/bitcoin#25023: Remove unused SetTip(nullptr) code
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7312effe6a13...36c83b40bd68
<bitcoin-git> [bitcoin] glozow merged pull request #25527: [kernel 3c/n] Decouple validation cache initialization from `ArgsManager` (master...2022-06-libbitcoinkernel-argsman-caches) https://github.com/bitcoin/bitcoin/pull/25527
<bitcoin-git> bitcoin/master b370164 Carl Dong: validationcaches: Abolish arbitrary limit
<bitcoin-git> bitcoin/master 08dbc6e Carl Dong: cuckoocache: Return approximate memory size
<bitcoin-git> [bitcoin] glozow pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/f765d4e232a5...7312effe6a13
<bitcoin-git> bitcoin/master 0dbce4b Carl Dong: tests: Reduce calls to InitS*Cache()
<bitcoin-git> [bitcoin] aureleoules opened pull request #25780: tidy: Enable more clang-tidy bugprone checks (master...2022-08-enable-bugprone-checks) https://github.com/bitcoin/bitcoin/pull/25780
<bitcoin-git> [bitcoin] fanquake opened pull request #25779: guix: ignore additional failing certvalidator test (master...avoid_more_expired_certs) https://github.com/bitcoin/bitcoin/pull/25779
<bitcoin-git> [bitcoin] chinggg opened pull request #25778: fuzz: Modify tx_pool_standard target to test package processing (master...fuzz-pkg) https://github.com/bitcoin/bitcoin/pull/25778
<bitcoin-git> [bitcoin] fanquake merged pull request #25770: build: Fix help string for `--enable-external-signer` configure option (master...220802-signer) https://github.com/bitcoin/bitcoin/pull/25770
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/08085c764dbf...f765d4e232a5
<bitcoin-git> bitcoin/master 8df063e Hennadii Stepanov: build: Fix help string for `--enable-external-signer` configure option
<bitcoin-git> bitcoin/master f765d4e fanquake: Merge bitcoin/bitcoin#25770: build: Fix help string for `--enable-external...