2022-03-26

<bitcoin-git> [bitcoin] hebasto opened pull request #24686: ci: Clean package manager cache on CentOS (master...220326-dnf) https://github.com/bitcoin/bitcoin/pull/24686
<bitcoin-git> [bitcoin] hebasto opened pull request #24684: build, qt: Drop fix_no_printer.patch (master...220326-qtprint) https://github.com/bitcoin/bitcoin/pull/24684
<bitcoin-git> [bitcoin] promag opened pull request #24683: Add and use ForEachWallet (master...2022-03-foreachwallet) https://github.com/bitcoin/bitcoin/pull/24683
<bitcoin-git> [bitcoin] hebasto opened pull request #24681: build: Bump libevent version up to 2.1.8 (master...220323-libevent) https://github.com/bitcoin/bitcoin/pull/24681
<bitcoin-git> [bitcoin] hebasto closed pull request #24680: 23.x (master...23.x) https://github.com/bitcoin/bitcoin/pull/24680
<bitcoin-git> [bitcoin] Arka18syahputra opened pull request #24680: 23.x (master...23.x) https://github.com/bitcoin/bitcoin/pull/24680
<bitcoin-git> [bitcoin] hebasto closed pull request #24679: #!/usr/bin/env bash # Copyright (c) 2019-2021 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. export LC_ALL=C set -e -o pipefail export TZ=UTC (master...master) https://github.com/bitcoin/bitcoin/pull/24679
<bitcoin-git> [bitcoin] Arka18syahputra opened pull request #24679: #!/usr/bin/env bash # Copyright (c) 2019-2021 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. export LC_ALL=C set -e -o pipefail export TZ=UTC (master...master) https://github.com/bitcoin/bitcoin/pull/24679

2022-03-25

<bitcoin-git> [bitcoin] promag opened pull request #24678: Prevent wallet unload on GetWalletForJSONRPCRequest (master...2022-03-getwallets) https://github.com/bitcoin/bitcoin/pull/24678
<bitcoin-git> [bitcoin] fanquake opened pull request #24677: refactor: fix wallet and related named args (master...fix_wallet_and_co_named_args) https://github.com/bitcoin/bitcoin/pull/24677
<bitcoin-git> [bitcoin] dongcarl opened pull request #24676: [WIP] [kernelheaders 1/n] Cleave LevelDB headers from our header tree (master...2022-03-kernelheaders-dbwrapper) https://github.com/bitcoin/bitcoin/pull/24676
<bitcoin-git> [bitcoin] hebasto opened pull request #24675: util: Use ArgsManager::GetPathArg more widely (master...220325-path) https://github.com/bitcoin/bitcoin/pull/24675
<bitcoin-git> [bitcoin] fanquake merged pull request #24665: doc: document clang tidy named args (master...document_clang_tidy) https://github.com/bitcoin/bitcoin/pull/24665
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6d5771ba0778...2f0f056e08cd
<bitcoin-git> bitcoin/master 7e22d80 fanquake: addrman: fix incorrect named args
<bitcoin-git> bitcoin/master 67f654e MarcoFalke: doc: Document clang-tidy in dev notes
<bitcoin-git> bitcoin/master 2f0f056 fanquake: Merge bitcoin/bitcoin#24665: doc: document clang tidy named args
<bitcoin-git> [bitcoin] fanquake merged pull request #24494: wallet: generate random change target for each tx for better privacy (master...2022-03-minchange) https://github.com/bitcoin/bitcoin/pull/24494
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/f66c827c2d7d...6d5771ba0778
<bitcoin-git> bitcoin/master a44236a glozow: [wallet] randomly generate change targets
<bitcoin-git> bitcoin/master 1e52e6b glozow: refactor coin selection for parameterizable change target
<bitcoin-git> bitcoin/master 46f2fed glozow: [wallet] remove MIN_CHANGE
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24502: wallet: don't create long chains by default (master...2022-03-rejectlongchains) https://github.com/bitcoin/bitcoin/pull/24502
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9745e1805150...f66c827c2d7d
<bitcoin-git> bitcoin/master da2bc86 glozow: [wallet] don't create long chains by default
<bitcoin-git> bitcoin/master f66c827 MarcoFalke: Merge bitcoin/bitcoin#24502: wallet: don't create long chains by default
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24670: test: move-only: Move all generate* tests to a single file (master...2203-test-gen-🏻) https://github.com/bitcoin/bitcoin/pull/24670
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7878c8655c97...9745e1805150
<bitcoin-git> bitcoin/master 0000ff0 MarcoFalke: test: move-only: Move all generate* tests to a single file
<bitcoin-git> bitcoin/master 9745e18 MarcoFalke: Merge bitcoin/bitcoin#24670: test: move-only: Move all generate* tests to ...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24674: refactor: remove unused boost include in bitcoin-util.cpp (master...remove_unused_boost_include) https://github.com/bitcoin/bitcoin/pull/24674
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6b1f93700ce2...7878c8655c97
<bitcoin-git> bitcoin/master 3bb9627 Sebastian Falbesoner: refactor: remove unused boost header include in bitcoin-util.cpp
<bitcoin-git> bitcoin/master 7878c86 MarcoFalke: Merge bitcoin/bitcoin#24674: refactor: remove unused boost include in bitc...
<bitcoin-git> [bitcoin] fanquake merged pull request #24666: refactor: Fix coinselection.h include, Make COutput a struct (master...2203-coinselection-refactor-🚿) https://github.com/bitcoin/bitcoin/pull/24666
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f10b24ad2943...6b1f93700ce2
<bitcoin-git> bitcoin/master fa61cdf MarcoFalke: wallet: Fix coinselection include
<bitcoin-git> bitcoin/master fab287c MarcoFalke: Clarify that COutput is a struct, not a class
<bitcoin-git> bitcoin/master 6b1f937 fanquake: Merge bitcoin/bitcoin#24666: refactor: Fix coinselection.h include, Make C...
<bitcoin-git> [bitcoin] fanquake opened pull request #24674: refactor: remove unused boost include in bitcoin-util.cpp (master...remove_unused_boost_include) https://github.com/bitcoin/bitcoin/pull/24674
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24672: init: add missing cs_main lock (master...202203-hiddenlock) https://github.com/bitcoin/bitcoin/pull/24672
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9344697e57bd...f10b24ad2943
<bitcoin-git> bitcoin/master f10b24a MarcoFalke: Merge bitcoin/bitcoin#24672: init: add missing cs_main lock
<bitcoin-git> bitcoin/master 0346c26 Anthony Towns: init: add missing cs_main lock
<bitcoin-git> [bitcoin] fanquake merged pull request #21160: net/net processing: Move tx inventory into net_processing (master...2021-02-tx-in-peer) https://github.com/bitcoin/bitcoin/pull/21160
<bitcoin-git> bitcoin/master 575bbd0 John Newbery: [net processing] Move tx relay data to Peer
<bitcoin-git> bitcoin/master 785f55f John Newbery: [net processing] Move m_wtxid_relay to Peer
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/7c08d81e1195...9344697e57bd
<bitcoin-git> bitcoin/master 3634670 John Newbery: [net] Add CNode.m_relays_txs and CNode.m_bloom_filter_loaded
<bitcoin-git> [bitcoin] mjdietzx closed pull request #22924: refactor: cleanup/followup of Remove -deprecatedrpc=addresses flag (master...refactor_ScriptToUniv) https://github.com/bitcoin/bitcoin/pull/22924
<bitcoin-git> [bitcoin] fanquake opened pull request #24673: refactor: followup of remove -deprecatedrpc=addresses flag (master...22924_rebased) https://github.com/bitcoin/bitcoin/pull/24673
<bitcoin-git> [bitcoin] luke-jr closed pull request #16228: Bugfix: make check: Only run tests that were compiled (& print correct log on failure) (master...bugfix_raii_check_fail) https://github.com/bitcoin/bitcoin/pull/16228
<bitcoin-git> [bitcoin] ajtowns opened pull request #24672: init: add missing cs_main lock (master...202203-hiddenlock) https://github.com/bitcoin/bitcoin/pull/24672
<bitcoin-git> [bitcoin] laanwj merged pull request #23536: Enforce Taproot script flags whenever WITNESS is set (master...2111-taprootGenesis) https://github.com/bitcoin/bitcoin/pull/23536
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d2615312c129...7c08d81e1195
<bitcoin-git> bitcoin/master faadc60 MarcoFalke: refactor: Pass const reference instead of pointer to GetBlockScriptFlags
<bitcoin-git> bitcoin/master fa42299 MarcoFalke: Remove nullptr check in GetBlockScriptFlags
<bitcoin-git> bitcoin/master cccc1e7 MarcoFalke: Enforce Taproot script flags whenever WITNESS is set
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
<bitcoin-git> bitcoin/master f8cba0d Yancy Ribbens: test: Change default test logging directory
<bitcoin-git> bitcoin/master d261531 MarcoFalke: Merge bitcoin/bitcoin#19385: test: Change default test logging directory
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c9b5790e8da8...d2615312c129
<bitcoin-git> [bitcoin] fanquake opened pull request #24671: build: remove unneeded configure $*val setting (master...remove_uneeded_configure_defaults) https://github.com/bitcoin/bitcoin/pull/24671
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #23418: Fix signed integer overflow in prioritisetransaction RPC (master...2111-txPoolPrioOverflow) https://github.com/bitcoin/bitcoin/pull/23418
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23418: Fix signed integer overflow in prioritisetransaction RPC (master...2111-txPoolPrioOverflow) https://github.com/bitcoin/bitcoin/pull/23418
<bitcoin-git> [bitcoin] fanquake opened pull request #24669: build: further consolidate macOS deployment (master...consolidate_macos_deployment) https://github.com/bitcoin/bitcoin/pull/24669
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24667: ci: Compile fuzz binary in periodic task (master...2203-ci-fuzz-periodic-🎷) https://github.com/bitcoin/bitcoin/pull/24667
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4aaa74e947f8...c9b5790e8da8
<bitcoin-git> bitcoin/master fa6e47d MarcoFalke: ci: Compile fuzz binary in periodic task
<bitcoin-git> bitcoin/master c9b5790 MarcoFalke: Merge bitcoin/bitcoin#24667: ci: Compile fuzz binary in periodic task
<bitcoin-git> [gui] prusnak closed pull request #570: build, qt: bump Qt5 version to 5.15.3 (master...qt5-5.15.3) https://github.com/bitcoin-core/gui/pull/570
<bitcoin-git> [bitcoin] prusnak reopened pull request #24668: build, qt: bump Qt5 version to 5.15.3 (master...qt5-5.15.3) https://github.com/bitcoin/bitcoin/pull/24668
<bitcoin-git> [gui] prusnak opened pull request #570: build, qt: bump Qt5 version to 5.15.3 (master...qt5-5.15.3) https://github.com/bitcoin-core/gui/pull/570
<bitcoin-git> [bitcoin] prusnak closed pull request #24668: build, qt: bump Qt5 version to 5.15.3 (master...qt5-5.15.3) https://github.com/bitcoin/bitcoin/pull/24668
<bitcoin-git> [bitcoin] prusnak opened pull request #24668: build, qt: bump Qt5 version to 5.15.3 (master...qt5-5.15.3) https://github.com/bitcoin/bitcoin/pull/24668
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24667: ci: Compile fuzz binary in periodic task (master...2203-ci-fuzz-periodic-🎷) https://github.com/bitcoin/bitcoin/pull/24667
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24666: refactor: Fix coinselection.h include, Make COutput a struct (master...2203-coinselection-refactor-🚿) https://github.com/bitcoin/bitcoin/pull/24666
<bitcoin-git> [bitcoin] fanquake merged pull request #24604: build: fix copypasta in OpenBSD C{XX} flags (master...openbsd_copy_pasta) https://github.com/bitcoin/bitcoin/pull/24604
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/95cac2161592...4aaa74e947f8
<bitcoin-git> bitcoin/master 4aaa74e fanquake: Merge bitcoin/bitcoin#24604: build: fix copypasta in OpenBSD C{XX} flags
<bitcoin-git> bitcoin/master 28f17c1 fanquake: build: fix copypasta in OpenBSD C{XX} flags
<bitcoin-git> [bitcoin] fanquake opened pull request #24665: doc: document clang tidy named args (master...document_clang_tidy) https://github.com/bitcoin/bitcoin/pull/24665
<bitcoin-git> [bitcoin] fanquake merged pull request #24600: doc: mention that BDB is for the legacy wallet in build-freebsd.md (master...freebsd_legacy_descriptor_switch) https://github.com/bitcoin/bitcoin/pull/24600
<bitcoin-git> bitcoin/master 95cac21 fanquake: Merge bitcoin/bitcoin#24600: doc: mention that BDB is for the legacy walle...
<bitcoin-git> bitcoin/master b5ba3b5 fanquake: doc: mention that BDB is for the legacy wallet in build-freebsd.md
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56c8658700fc...95cac2161592
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24663: doc, init: add links to doc/cjdns.md (master...doc-cjdns) https://github.com/bitcoin/bitcoin/pull/24663
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3740cdd12551...56c8658700fc
<bitcoin-git> bitcoin/master 56c8658 MarcoFalke: Merge bitcoin/bitcoin#24663: doc, init: add links to doc/cjdns.md
<bitcoin-git> bitcoin/master daae288 Jon Atack: doc, init: add links to doc/cjdns.md

2022-03-24

<bitcoin-git> [bitcoin] luke-jr reopened pull request #16228: Bugfix: make check: Only run tests that were compiled (master...bugfix_raii_check_fail) https://github.com/bitcoin/bitcoin/pull/16228
<bitcoin-git> [bitcoin] luke-jr closed pull request #16228: Bugfix: make check: Only run tests that were compiled (master...bugfix_raii_check_fail) https://github.com/bitcoin/bitcoin/pull/16228
<bitcoin-git> [bitcoin] fanquake merged pull request #24091: wallet: Consolidate CInputCoin and COutput (master...consolidate-coutput-cinputcoin) https://github.com/bitcoin/bitcoin/pull/24091
<bitcoin-git> [bitcoin] fanquake pushed 14 commits to master: https://github.com/bitcoin/bitcoin/compare/f0c9ba2b48c3...3740cdd12551
<bitcoin-git> bitcoin/master c7c64db Andrew Chow: wallet: cleanup COutput constructor
<bitcoin-git> bitcoin/master 4602295 Andrew Chow: wallet: Remove use_max_sig default value
<bitcoin-git> bitcoin/master 10379f0 Andrew Chow: scripted-diff: Rename COutput member variables
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24205: init, test: improve network reachability test coverage and safety (master...network-reachability-assertion-and-testing) https://github.com/bitcoin/bitcoin/pull/24205
<bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/a697a3fc9156...f0c9ba2b48c3
<bitcoin-git> bitcoin/master 2b7a818 Jon Atack: net, init: assert each network reachability is true by default
<bitcoin-git> bitcoin/master afdf2de Jon Atack: test: add CJDNS to LimitedAndReachable_Network unit tests
<bitcoin-git> bitcoin/master bd57dcb Jon Atack: test: hoist proxy out of 2 network loops in feature_proxy.py
<bitcoin-git> [bitcoin] jonatack opened pull request #24663: doc, init: add links to doc/cjdns.md (master...doc-cjdns) https://github.com/bitcoin/bitcoin/pull/24663
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24653: test: use `MiniWallet` in `test/functional/interface_zmq` (master...josibake-make-interfaces-zmq-test-use-miniwallet) https://github.com/bitcoin/bitcoin/pull/24653
<bitcoin-git> bitcoin/master 0bfbf7f josibake: test: use MiniWallet in `interfaces_zmq`
<bitcoin-git> bitcoin/master a697a3f MarcoFalke: Merge bitcoin/bitcoin#24653: test: use `MiniWallet` in `test/functional/in...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/65e9ca22785f...a697a3fc9156
<bitcoin-git> bitcoin/master bc90b8d josibake: [move only] remove `is_wallet_compiled` checks
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #24662: addrman: Use sytem time instead of adjusted network time (master...2203-add-🔍) https://github.com/bitcoin/bitcoin/pull/24662
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24662: addrman: Use sytem time instead of adjusted network time (master...2203-add-🔍) https://github.com/bitcoin/bitcoin/pull/24662
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23807: p2p: Remove GetAdjustedTime() from AddrMan (master...remove_adjusted_time_addrman) https://github.com/bitcoin/bitcoin/pull/23807
<bitcoin-git> [bitcoin] hebasto closed pull request #23362: util: Add "importfromcoldcard" command to bitcoin-wallet tool (master...211025-cc) https://github.com/bitcoin/bitcoin/pull/23362
<bitcoin-git> [bitcoin] laanwj merged pull request #24555: doc: create initial doc/cjdns.md for CJDNS how-to documentation (master...cjdns-doc) https://github.com/bitcoin/bitcoin/pull/24555
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0a14a16efe0f...65e9ca22785f
<bitcoin-git> bitcoin/master ed15848 Jon Atack: doc: create initial doc/cjdns.md for cjdns how-to documentation
<bitcoin-git> bitcoin/master 3bf6f0c Jon Atack: doc: update tor.md with cjdns and getnodeaddresses, fix tor grep,
<bitcoin-git> bitcoin/master f44efc3 Jon Atack: doc: update i2p.md with cjdns, improve local addresses section
<bitcoin-git> [gui] vasild opened pull request #569: test: add regression test for #567 (master...options_test) https://github.com/bitcoin-core/gui/pull/569
<bitcoin-git> [bitcoin] fanquake merged pull request #24625: Replace struct update_fee_delta with lambda (master...2203-refactor-fee-delta-🔶) https://github.com/bitcoin/bitcoin/pull/24625
<bitcoin-git> bitcoin/master fa8857c MarcoFalke: Replace struct update_fee_delta with lambda
<bitcoin-git> bitcoin/master fa84a49 MarcoFalke: Use CAmount for fee delta and modified fee
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4a0ab355b3e7...0a14a16efe0f
<bitcoin-git> bitcoin/master 0a14a16 fanquake: Merge bitcoin/bitcoin#24625: Replace struct update_fee_delta with lambda
<bitcoin-git> [bitcoin] fanquake closed pull request #24014: build: Upgrade default msvc platform (master...pr) https://github.com/bitcoin/bitcoin/pull/24014
<bitcoin-git> [bitcoin] fanquake closed pull request #21434: util: check integer overrun in RaiseFileDescriptorLimit (master...fdlimit) https://github.com/bitcoin/bitcoin/pull/21434
<bitcoin-git> [bitcoin] fanquake closed pull request #23364: Add a test and optimize HexStr() by 27% (master...master) https://github.com/bitcoin/bitcoin/pull/23364
<bitcoin-git> [bitcoin] fanquake closed pull request #22291: Added comment about narrow contract for Span(T* begin, T* end) ctor (master...master) https://github.com/bitcoin/bitcoin/pull/22291
<bitcoin-git> [bitcoin] fanquake closed pull request #19920: test: Fuzzing siphash against reference implementation [Request for feedback] (master...2020-fuzzing-siphash) https://github.com/bitcoin/bitcoin/pull/19920
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24626: init: disallow reindex-chainstate when pruning (master...202203_reindex_cs_prune) https://github.com/bitcoin/bitcoin/pull/24626
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d0e42abce9d...4a0ab355b3e7
<bitcoin-git> bitcoin/master b281398 Martin Zumsande: init: disallow reindex-chainstate when pruning
<bitcoin-git> bitcoin/master 4a0ab35 MarcoFalke: Merge bitcoin/bitcoin#24626: init: disallow reindex-chainstate when prunin...
<bitcoin-git> [bitcoin] fanquake merged pull request #24658: doc: mention that BDB is for the legacy wallet in build-netbsd.md (master...netbsd_descriptor_reorder) https://github.com/bitcoin/bitcoin/pull/24658
<bitcoin-git> bitcoin/master 7ac7198 fanquake: doc: mention that BDB is for the legacy wallet in build-netbsd.md
<bitcoin-git> bitcoin/master 7d0e42a fanquake: Merge bitcoin/bitcoin#24658: doc: mention that BDB is for the legacy walle...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/053499f371b9...7d0e42abce9d
<bitcoin-git> [bitcoin] fanquake merged pull request #24639: guix: Drop code for the unsupported `i686-linux-gnu` host (master...220322-guix686) https://github.com/bitcoin/bitcoin/pull/24639
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/213e98ca826e...053499f371b9
<bitcoin-git> bitcoin/master 97af652 Hennadii Stepanov: guix: Drop code for the unsupported `i686-linux-gnu` host
<bitcoin-git> bitcoin/master 053499f fanquake: Merge bitcoin/bitcoin#24639: guix: Drop code for the unsupported `i686-lin...
<bitcoin-git> [bitcoin] fanquake merged pull request #24169: build: Add --enable-c++20 option (master...2201-ciCpp20) https://github.com/bitcoin/bitcoin/pull/24169
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/e7b6272b3053...213e98ca826e
<bitcoin-git> bitcoin/master fae2220 MarcoFalke: scheduler: Capture ‘this’ explicitly in lambda
<bitcoin-git> bitcoin/master fabb7c4 MarcoFalke: Make fs.h C++20 compliant
<bitcoin-git> bitcoin/master fae6790 MarcoFalke: Add CSerializedNetMsg::Copy() helper
<bitcoin-git> [bitcoin] fanquake merged pull request #24636: rpc: Exclude descriptor when address is excluded (master...2203-docBug-💧) https://github.com/bitcoin/bitcoin/pull/24636
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/26d98d51f2cf...e7b6272b3053
<bitcoin-git> bitcoin/master faf37c2 MarcoFalke: rpc: Exclude descriptor when address is excluded
<bitcoin-git> bitcoin/master e7b6272 fanquake: Merge bitcoin/bitcoin#24636: rpc: Exclude descriptor when address is exclu...
<bitcoin-git> [bitcoin] fanquake merged pull request #24574: test: Actually print TSan tracebacks (master...2203-tsan-bug-🐳) https://github.com/bitcoin/bitcoin/pull/24574
<bitcoin-git> bitcoin/master 26d98d5 fanquake: Merge bitcoin/bitcoin#24574: test: Actually print TSan tracebacks
<bitcoin-git> bitcoin/master fa76d8d MarcoFalke: test: Actually print TSan tracebacks
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/864fb89b2f8b...26d98d51f2cf
<bitcoin-git> [bitcoin] fanquake opened pull request #24659: util: add linkat to syscall sandbox (AllowFileSystem) (master...maybe_fix_24536) https://github.com/bitcoin/bitcoin/pull/24659
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24637: test: use MiniWallet for mempool_package_onemore.py (master...20220322-test-use_MiniWallet_for_mempool_packages_onemore) https://github.com/bitcoin/bitcoin/pull/24637
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e40327d3bb5b...864fb89b2f8b
<bitcoin-git> bitcoin/master eb3c5c4 Sebastian Falbesoner: test: MiniWallet: add helper methods `{send,create}_self_transfer_multi`
<bitcoin-git> bitcoin/master 2b6dd4e Sebastian Falbesoner: test: use MiniWallet for mempool_package_onemore.py
<bitcoin-git> bitcoin/master 864fb89 MarcoFalke: Merge bitcoin/bitcoin#24637: test: use MiniWallet for mempool_package_onem...
<bitcoin-git> [bitcoin] fanquake merged pull request #24599: guix: remove mingw-w64 std::filesystem workaround (master...remove_newlib_workaround) https://github.com/bitcoin/bitcoin/pull/24599
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8234cdaf6257...e40327d3bb5b
<bitcoin-git> bitcoin/master 682962d fanquake: guix: point to latest upstream commit
<bitcoin-git> bitcoin/master 946b86c fanquake: Revert "build: Fix gcc-cross-x86_64-w64-mingw32-10.3.0 in Guix"
<bitcoin-git> bitcoin/master e40327d fanquake: Merge bitcoin/bitcoin#24599: guix: remove mingw-w64 std::filesystem workar...
<bitcoin-git> [bitcoin] fanquake merged pull request #24587: test: use MiniWallet for rpc_createmultisig.py (master...createmultisig-miniwallet) https://github.com/bitcoin/bitcoin/pull/24587
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6fee9de54274...8234cdaf6257
<bitcoin-git> bitcoin/master 8234cda fanquake: Merge bitcoin/bitcoin#24587: test: use MiniWallet for rpc_createmultisig.p...
<bitcoin-git> bitcoin/master 2726b60 Ayush Sharma: test: use MiniWallet for rpc_createmultisig.py
<bitcoin-git> [bitcoin] fanquake merged pull request #24508: guix: Drop unneeded openssl dependency for signapple (master...220309-openssl) https://github.com/bitcoin/bitcoin/pull/24508
<bitcoin-git> bitcoin/master e857f0b Hennadii Stepanov: guix: Drop unneeded openssl dependency for signapple
<bitcoin-git> bitcoin/master 6fee9de fanquake: Merge bitcoin/bitcoin#24508: guix: Drop unneeded openssl dependency for si...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cea2ce09deb6...6fee9de54274
<bitcoin-git> [bitcoin] fanquake merged pull request #24650: build: require libtool 2.4.2 (master...require_libtool_2_4_6) https://github.com/bitcoin/bitcoin/pull/24650
<bitcoin-git> bitcoin/master cea2ce0 fanquake: Merge bitcoin/bitcoin#24650: build: require libtool 2.4.2
<bitcoin-git> bitcoin/master 061accf fanquake: build: require libtool 2.4.2
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98e9d8e8e2e3...cea2ce09deb6
<bitcoin-git> [bitcoin] fanquake closed pull request #23470: doc: consolidate legacy wallet documentation (master...wallet_mess_cleanup) https://github.com/bitcoin/bitcoin/pull/23470
<bitcoin-git> [bitcoin] fanquake opened pull request #24658: doc: mention that BDB is for the legacy wallet in build-netbsd.md (master...netbsd_descriptor_reorder) https://github.com/bitcoin/bitcoin/pull/24658
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24656: refactor: Move mempool RPCs to rpc/mempool (master...2203-more-mempool-🍢) https://github.com/bitcoin/bitcoin/pull/24656
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24596: [23.x] GUI backports (23.x...220317-23.x-backport) https://github.com/bitcoin/bitcoin/pull/24596
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/55a60b971802...7d03cf632d16
<bitcoin-git> bitcoin/23.x fc421d4 Sjors Provoost: move-only: helper function to present PSBT
<bitcoin-git> bitcoin/23.x 9406946 Sjors Provoost: refactor: helper function signWithExternalSigner()
<bitcoin-git> bitcoin/23.x 642f272 Sjors Provoost: gui: restore Send for external signer
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23732: refactor: Remove `gArgs` from `bdb.h` and `sqlite.h` (master...feature/2021-12-02-db-without-gArgs-base) https://github.com/bitcoin/bitcoin/pull/23732
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cea230eec400...98e9d8e8e2e3
<bitcoin-git> bitcoin/master 98e9d8e MarcoFalke: Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sq...
<bitcoin-git> bitcoin/master 39b1763 Kiminuo: Replace use of `ArgsManager` with `DatabaseOptions`

2022-03-23

<bitcoin-git> [bitcoin] fanquake merged pull request #24562: Remove unused feebumper code (master...2203-remFeeBumpCode-🐇) https://github.com/bitcoin/bitcoin/pull/24562
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce05f838f145...cea230eec400
<bitcoin-git> bitcoin/master fae5d06 MarcoFalke: Remove unused feebumper code
<bitcoin-git> bitcoin/master cea230e fanquake: Merge bitcoin/bitcoin#24562: Remove unused feebumper code
<bitcoin-git> [bitcoin] fanquake merged pull request #24635: test: Run non-wallet tests only once (master...2203-noWalletOnce-🌘) https://github.com/bitcoin/bitcoin/pull/24635
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/30041261a315...ce05f838f145
<bitcoin-git> bitcoin/master fa7a576 MarcoFalke: test: Run non-wallet tests only once
<bitcoin-git> bitcoin/master ce05f83 fanquake: Merge bitcoin/bitcoin#24635: test: Run non-wallet tests only once
<bitcoin-git> [bitcoin] fanquake merged pull request #24582: Move txoutproof RPCs to txoutproof.cpp (master...2203-txoutproof-move-🍤) https://github.com/bitcoin/bitcoin/pull/24582
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3ab96f2945cc...30041261a315
<bitcoin-git> bitcoin/master fa2d176 MarcoFalke: Move txoutproof RPCs to txoutproof.cpp
<bitcoin-git> bitcoin/master 3004126 fanquake: Merge bitcoin/bitcoin#24582: Move txoutproof RPCs to txoutproof.cpp
<bitcoin-git> [bitcoin] achow101 merged pull request #24560: wallet: Use single FastRandomContext when creating a wallet tx (master...2203-RandWallet-🗾) https://github.com/bitcoin/bitcoin/pull/24560
<bitcoin-git> bitcoin/master 77773b0 MarcoFalke: wallet: Pass FastRandomContext& to DiscourageFeeSniping
<bitcoin-git> bitcoin/master fa7deaa MarcoFalke: wallet: Pass FastRandomContext& to coin selection
<bitcoin-git> bitcoin/master 3ab96f2 Andrew Chow: Merge bitcoin/bitcoin#24560: wallet: Use single FastRandomContext when cre...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f9ed0aec1bd4...3ab96f2945cc
<bitcoin-git> [gui] hebasto merged pull request #568: options: flip listenonion to false if not listening (master...fListen) https://github.com/bitcoin-core/gui/pull/568
<bitcoin-git> [bitcoin] josibake opened pull request #24653: test, refactor: use `MiniWallet` in `test/functional/interface_zmg` (master...josibake-make-interfaces-zmq-test-use-miniwallet) https://github.com/bitcoin/bitcoin/pull/24653
<bitcoin-git> [bitcoin] fanquake opened pull request #24652: doc: rewrite OpenBSD build docs for 7.0 (master...openbsd_wallet_doc_cleanupp) https://github.com/bitcoin/bitcoin/pull/24652
<bitcoin-git> [bitcoin] fanquake closed pull request #22509: test: Use MiniWallet in mempool_accept.py (master...mini_memaccept) https://github.com/bitcoin/bitcoin/pull/22509
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bc562b9ef81d...f9ed0aec1bd4
<bitcoin-git> bitcoin/master 7f90dc2 Vasil Dimov: options: flip listenonion to false if not listening
<bitcoin-git> bitcoin/master f9ed0ae Hennadii Stepanov: Merge bitcoin-core/gui#568: options: flip listenonion to false if not list...
<bitcoin-git> [bitcoin] fanquake closed pull request #24610: test, lint: check bash version before executing codespell (master...2022-03-bash-lint-spelling) https://github.com/bitcoin/bitcoin/pull/24610
<bitcoin-git> [bitcoin] hebasto closed pull request #24648: Revert "net: do not advertise address where nobody is listening" (master...220323-listen) https://github.com/bitcoin/bitcoin/pull/24648
<bitcoin-git> [gui] vasild opened pull request #568: options: flip listenonion to false if not listening (master...fListen) https://github.com/bitcoin-core/gui/pull/568
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24646: doc: remove unneeded documentation on basic package management on FreeBSD (master...freebsd_remove_basic_doc_info) https://github.com/bitcoin/bitcoin/pull/24646
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d6f225f5c9f8...bc562b9ef81d
<bitcoin-git> bitcoin/master 38a1b0b jessebarton: doc: remove unneeded documentation on basic package management on FreeBSD
<bitcoin-git> bitcoin/master bc562b9 MarcoFalke: Merge bitcoin/bitcoin#24646: doc: remove unneeded documentation on basic p...
<bitcoin-git> [bitcoin] fanquake opened pull request #24650: build: require libtool 2.4.6 (master...require_libtool_2_4_6) https://github.com/bitcoin/bitcoin/pull/24650
<bitcoin-git> [bitcoin] S3RK opened pull request #24649: wallet: do not count wallet utxos as external (master...wallet_correct_external_utxo) https://github.com/bitcoin/bitcoin/pull/24649
<bitcoin-git> [bitcoin] hebasto opened pull request #24648: Revert "net: do not advertise address where nobody is listening" (master...220323-listen) https://github.com/bitcoin/bitcoin/pull/24648
<bitcoin-git> [bitcoin] jessebarton opened pull request #24646: doc: remove unneeded documentation on basic package management on FreeBSD (master...freebsd_remove_basic_doc_info) https://github.com/bitcoin/bitcoin/pull/24646
<bitcoin-git> [bitcoin] jessebarton closed pull request #24618: doc: Update OpenBSD build docs, added resources for pkg_add and doas (master...openbsd_install_doc_doas) https://github.com/bitcoin/bitcoin/pull/24618

2022-03-22

<bitcoin-git> [bitcoin] fanquake closed pull request #24645: 23.x (master...23.x) https://github.com/bitcoin/bitcoin/pull/24645
<bitcoin-git> [bitcoin] amogyisabogy1 opened pull request #24645: 23.x (master...23.x) https://github.com/bitcoin/bitcoin/pull/24645
<bitcoin-git> [bitcoin] achow101 opened pull request #24644: wallet: add tracepoints and algorithm information to coin selection (master...tracepoints-coin-selection) https://github.com/bitcoin/bitcoin/pull/24644
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24641: Add AGGREGATE_NO_COPY_ONLY_MOVE helper (master...2203-copy-move-🌺) https://github.com/bitcoin/bitcoin/pull/24641
<bitcoin-git> [bitcoin] fanquake closed pull request #21061: [p2p] Introduce node rebroadcast module (master...2021-01-the-realest-rebroadcast) https://github.com/bitcoin/bitcoin/pull/21061
<bitcoin-git> [bitcoin] luke-jr opened pull request #24640: Bugfix: RPC/blockchain: Correct description of getblockchaininfo's pruneheight result (master...fix_rpcdoc_gbci_pruneheight_desc) https://github.com/bitcoin/bitcoin/pull/24640
<bitcoin-git> [bitcoin] hebasto opened pull request #24639: guix: Drop code for the unsupported `i686-linux-gnu` host (master...220322-guix686) https://github.com/bitcoin/bitcoin/pull/24639
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24624: qt: Avoid potential -Wdeprecated-enum-enum-conversion warnings (master...220321-enum) https://github.com/bitcoin/bitcoin/pull/24624
<bitcoin-git> bitcoin/master f05cf59 MarcoFalke: Merge bitcoin/bitcoin#24624: qt: Avoid potential -Wdeprecated-enum-enum-co...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2948d6dea098...f05cf59d91eb
<bitcoin-git> bitcoin/master d8641f0 Hennadii Stepanov: qt: Use human-readable strings in preference to hard-coded integers
<bitcoin-git> bitcoin/master acd98ad Hennadii Stepanov: qt: Avoid potential -Wdeprecated-enum-enum-conversion warning
<bitcoin-git> [bitcoin] fanquake closed pull request #23507: Refactor: Improve API design of `ScriptToUniv`, `TxToUniv` etc to return the `UniValue` instead of mutating a parameter/reference (master...ret_UniValue_instead_of_pass_by_ref) https://github.com/bitcoin/bitcoin/pull/23507
<bitcoin-git> [bitcoin] theStack opened pull request #24637: test: use MiniWallet for mempool_package_onemore.py (master...20220322-test-use_MiniWallet_for_mempool_packages_onemore) https://github.com/bitcoin/bitcoin/pull/24637
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24636: doc: Fix decodepsbt docs (master...2203-docBug-💧) https://github.com/bitcoin/bitcoin/pull/24636
<bitcoin-git> [bitcoin] fanquake closed pull request #24448: Guix: Fix building for i686-linux-gnu (master...guix_linux_i686) https://github.com/bitcoin/bitcoin/pull/24448
<bitcoin-git> [bitcoin] laanwj merged pull request #15423: torcontrol: Query Tor for correct -onion configuration (master...tor_socks_port) https://github.com/bitcoin/bitcoin/pull/15423
<bitcoin-git> bitcoin/master 2948d6d laanwj: Merge bitcoin/bitcoin#15423: torcontrol: Query Tor for correct -onion conf...
<bitcoin-git> bitcoin/master b2774fc Luke Dashjr: torcontrol: Query Tor for correct -onion configuration
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/44dbf918d3ab...2948d6dea098
<bitcoin-git> [bitcoin] fanquake closed pull request #18086: Accurately account for mempool index memory (master...201910_accounting_allocator) https://github.com/bitcoin/bitcoin/pull/18086
<bitcoin-git> [bitcoin] fanquake closed pull request #22698: Implement RBF inherited signaling and fix getmempoolentry returned bip125-replaceable status (master...fix_bip125_inherited_signaling) https://github.com/bitcoin/bitcoin/pull/22698
<bitcoin-git> [bitcoin] fanquake merged pull request #24627: test: Limit scope of id global which is shared between subtests (master...2203-gid-🥒) https://github.com/bitcoin/bitcoin/pull/24627
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/138d55e6a024...44dbf918d3ab
<bitcoin-git> bitcoin/master fa9086d MarcoFalke: test: Limit scope of id global which is shared between subtests
<bitcoin-git> bitcoin/master 44dbf91 fanquake: Merge bitcoin/bitcoin#24627: test: Limit scope of id global which is share...
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #15068: Install icon & .desktop file to XDG data (master...xdg) https://github.com/bitcoin/bitcoin/pull/15068
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #20751: [fuzzing] Use subprocess.Popen call directly, remove use of thread pool. (master...2020-12-22-fuzz-test-runner) https://github.com/bitcoin/bitcoin/pull/20751
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24579: doc: Fix getblockchaininfo/getdeploymentinfo RPC docs (master...2203-docRpc-🔅) https://github.com/bitcoin/bitcoin/pull/24579
<bitcoin-git> bitcoin/master facd5d9 MarcoFalke: doc: Fix getblockchaininfo/getdeploymentinfo RPC docs
<bitcoin-git> bitcoin/master 138d55e MarcoFalke: Merge bitcoin/bitcoin#24579: doc: Fix getblockchaininfo/getdeploymentinfo ...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b8f498f80dbb...138d55e6a024
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24535: test: Fix generate calls and comments in feature_segwit (master...2203-test_fix_seg-🏌) https://github.com/bitcoin/bitcoin/pull/24535
<bitcoin-git> bitcoin/master b8f498f MarcoFalke: Merge bitcoin/bitcoin#24535: test: Fix generate calls and comments in feat...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e3206c9445f8...b8f498f80dbb
<bitcoin-git> bitcoin/master fa8593f MarcoFalke: test: Fix generate calls and comments in feature_segwit
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24635: test: Run non-wallet tests only once (master...2203-noWalletOnce-🌘) https://github.com/bitcoin/bitcoin/pull/24635
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24605: test: Use MiniWallet in feature_coinstatsindex (master...2203-mini-🐧) https://github.com/bitcoin/bitcoin/pull/24605
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e66630cc87c0...e3206c9445f8
<bitcoin-git> bitcoin/master fa48ea3 MarcoFalke: Use MiniWallet in feature_coinstatsindex
<bitcoin-git> bitcoin/master fab6143 MarcoFalke: test: Refactor MiniWallet get_utxo helper
<bitcoin-git> bitcoin/master e3206c9 MarcoFalke: Merge bitcoin/bitcoin#24605: test: Use MiniWallet in feature_coinstatsinde...
<bitcoin-git> [bitcoin] luke-jr reopened pull request #24629: Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual last pruned block (master...bugfix_rpc_prunebc_retval) https://github.com/bitcoin/bitcoin/pull/24629
<bitcoin-git> [bitcoin] luke-jr closed pull request #24629: Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual last pruned block (master...bugfix_rpc_prunebc_retval) https://github.com/bitcoin/bitcoin/pull/24629

2022-03-21

<bitcoin-git> [bitcoin] luke-jr opened pull request #24633: Bugfix: configure: Quote SUPPRESS_WARNINGS sufficiently to preserve brackets (master...bugfix_suppresswarnings_regex) https://github.com/bitcoin/bitcoin/pull/24633
<bitcoin-git> [bitcoin] 1440000bytes opened pull request #24632: print `Warnings:` only if warning returned (master...getinfo-warning) https://github.com/bitcoin/bitcoin/pull/24632
<bitcoin-git> [bitcoin] achow101 merged pull request #13226: Optimize SelectCoinsBnB by tracking the selection by index rather than by position (master...select-bnb-by-index) https://github.com/bitcoin/bitcoin/pull/13226
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/91d12344b1e5...e66630cc87c0
<bitcoin-git> bitcoin/master 1dd0923 Ben Woosley: refactor: Track BnB selection by index
<bitcoin-git> bitcoin/master def43a4 Ben Woosley: refactor: Rename i to curr_try in SelectCoinsBnB
<bitcoin-git> bitcoin/master 9d20052 Ben Woosley: doc: Revise comments and whitespace to clarify
<bitcoin-git> [bitcoin] mzumsande opened pull request #24630: index: reset indexes when running reindex-chainstate (master...202203_index_reindex_cs) https://github.com/bitcoin/bitcoin/pull/24630
<bitcoin-git> [bitcoin] luke-jr opened pull request #24629: Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual last pruned block (master...bugfix_rpc_prunebc_retval) https://github.com/bitcoin/bitcoin/pull/24629
<bitcoin-git> [bitcoin] dongcarl closed pull request #21671: guix: Always canonicalize HOST using `./depends/config.sub` (master...2021-03-guix-canonicalization-HOST) https://github.com/bitcoin/bitcoin/pull/21671
<bitcoin-git> [bitcoin] fanquake closed pull request #21073: wallet: check when create wallets for the reserved name "wallets" (master...sanitycheck) https://github.com/bitcoin/bitcoin/pull/21073
<bitcoin-git> [bitcoin] fanquake closed pull request #14866: [wip] util: Improve evaluation of includeconf lines in network sections of the config file (master...includeconf_eval_at_its_position) https://github.com/bitcoin/bitcoin/pull/14866
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24627: test: Limit scope of id global which is shared between subtests (master...2203-gid-🥒) https://github.com/bitcoin/bitcoin/pull/24627
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #21312: wallet: remove lock during `listaddressgroupings` (master...listaddressgroupings-no-lock) https://github.com/bitcoin/bitcoin/pull/21312
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #21781: Security enhancements to ChaCha20::SetKey and CSignatureCache::ComputeEntryECDSA (master...fix-setkey-computeentryecdsa) https://github.com/bitcoin/bitcoin/pull/21781
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #19280: Verify the block filter hash when reading from disk. (master...2020-06-14-blockfilterindex-checksums) https://github.com/bitcoin/bitcoin/pull/19280
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #19116: [WIP] wallet: use BlockFilterIndex in ScanForWalletTransactions (master...2020-05-29-generate-pubkeys) https://github.com/bitcoin/bitcoin/pull/19116
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #21224: [p2p] Halt processing of unrequested transactions (master...2021-02-halt-processing-unrequested) https://github.com/bitcoin/bitcoin/pull/21224
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #19621: [RFC] Package-relay: sender-initiated (master...2020-07-sender-package-relay-poc) https://github.com/bitcoin/bitcoin/pull/19621
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #17443: Drop checkFinalTx and use Median Time Past to check finality of wallet transactions (master...2019-11-fix-final-wallet) https://github.com/bitcoin/bitcoin/pull/17443
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #16199: rpc: fix showing wrong amount when not all inputs are from me in gettransaction (master...master) https://github.com/bitcoin/bitcoin/pull/16199
<bitcoin-git> [bitcoin] mzumsande opened pull request #24626: init: disallow reindex-chainstate when pruning (master...202203_reindex_cs_prune) https://github.com/bitcoin/bitcoin/pull/24626
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24625: Replace struct update_fee_delta with lambda (master...2203-refactor-fee-delta-🔶) https://github.com/bitcoin/bitcoin/pull/24625
<bitcoin-git> [bitcoin] hebasto opened pull request #24624: build: Add -Wdeprecated-enum-enum-conversion (master...220321-enum) https://github.com/bitcoin/bitcoin/pull/24624
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24623: test: Add diamond-shape prioritisetransaction test (master...2203-test-diamond-👟) https://github.com/bitcoin/bitcoin/pull/24623
<bitcoin-git> [bitcoin] fanquake merged pull request #24613: build: remove unused QMAKE_* VARs (master...qt_unused_install_name_tool) https://github.com/bitcoin/bitcoin/pull/24613
<bitcoin-git> bitcoin/master 91d1234 fanquake: Merge bitcoin/bitcoin#24613: build: remove unused QMAKE_* VARs
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6c72f3192a2b...91d12344b1e5
<bitcoin-git> bitcoin/master 3a46399 fanquake: build: remove unused QMAKE_* VARs
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23880: p2p: Serialize cmpctblock at most once in NewPoWValidBlock (master...2112-p2pAsync) https://github.com/bitcoin/bitcoin/pull/23880
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/75e34ed718fd...6c72f3192a2b
<bitcoin-git> bitcoin/master fa61dd4 MarcoFalke: p2p: Serialize cmpctblock at most once in NewPoWValidBlock