2022-05-03

<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/037c5e511fe2...2c56404088f7
<bitcoin-git> [bitcoin] martinus opened pull request #25057: refactor: replace remaining boost::split with StringSplit (master...2022-04-boost-split-exorcism) https://github.com/bitcoin/bitcoin/pull/25057

2022-05-02

<bitcoin-git> [bitcoin] laanwj merged pull request #25042: lint: Fix lint-circular-dependencies.py file list (master...2204-lint-circ-🚄) https://github.com/bitcoin/bitcoin/pull/25042
<bitcoin-git> [bitcoin] hebasto opened pull request #25053: Guard `#include config/bitcoin-config.h` (master...220502-config) https://github.com/bitcoin/bitcoin/pull/25053
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c93fc188d61...037c5e511fe2
<bitcoin-git> bitcoin/master fad0abf MacroFake: lint: Fix lint-circular-dependencies.py file list
<bitcoin-git> bitcoin/master 037c5e5 laanwj: Merge bitcoin/bitcoin#25042: lint: Fix lint-circular-dependencies.py file ...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25017: validation: make CScriptCheck and prevector swap members noexcept (master...swap-noexcept) https://github.com/bitcoin/bitcoin/pull/25017
<bitcoin-git> bitcoin/master abc1ee5 Jon Atack: validation: make CScriptCheck and prevector swap member functions noexcept...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e389c4d30881...5c93fc188d61
<bitcoin-git> bitcoin/master e5485e8 Jon Atack: test, bench: make prevector and checkqueue swap member functions noexcept
<bitcoin-git> bitcoin/master 5c93fc1 MacroFake: Merge bitcoin/bitcoin#25017: validation: make CScriptCheck and prevector s...
<bitcoin-git> [bitcoin] luke-jr opened pull request #25051: Bugfix: configure: Define defaults for enable_arm_{crc,shani} (master...fix_configure_def_enable_arm_asms) https://github.com/bitcoin/bitcoin/pull/25051

2022-05-01

<bitcoin-git> [bitcoin] luke-jr opened pull request #25050: CValidationInterface: ValidationInterfaceUnregistering, called when being unregistered (master...validationIF_unregister) https://github.com/bitcoin/bitcoin/pull/25050
<bitcoin-git> [bitcoin] fanquake merged pull request #25043: Reject invalid rpcauth formats (master...2204-rpcauth-invalid-format-🍰) https://github.com/bitcoin/bitcoin/pull/25043
<bitcoin-git> bitcoin/master fa12706 MacroFake: Reject invalid rpcauth formats
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d53cf38784d...e389c4d30881
<bitcoin-git> bitcoin/master e389c4d fanquake: Merge bitcoin/bitcoin#25043: Reject invalid rpcauth formats
<bitcoin-git> [bitcoin] fanquake opened pull request #25047: tidy: add readability-redundant-declaration (master...tidy_redundant_externs) https://github.com/bitcoin/bitcoin/pull/25047
<bitcoin-git> [bitcoin] hebasto opened pull request #25046: build: Fix `libmultiprocess` cross-compiling to Linux hosts (master...220501-mp-cross) https://github.com/bitcoin/bitcoin/pull/25046

2022-04-30

<bitcoin-git> [bitcoin] brunoerg opened pull request #25045: test: add coverage for invalid requests for `blockfilterheaders` (master...2022-04-invalid-blockfilterheaders) https://github.com/bitcoin/bitcoin/pull/25045
<bitcoin-git> [bitcoin] danielabrozzoni opened pull request #25044: test: Use MiniWallet in rpc_rawtransaction.py (master...test_rawtransaction_miniwallet) https://github.com/bitcoin/bitcoin/pull/25044
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25043: Reject invalid rpcauth formats (master...2204-rpcauth-invalid-format-🍰) https://github.com/bitcoin/bitcoin/pull/25043
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24543: net processing: Move remaining globals into PeerManagerImpl (master...deglobl_net_processing) https://github.com/bitcoin/bitcoin/pull/24543
<bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/23daa86ec132...5d53cf38784d
<bitcoin-git> bitcoin/master 37ecaf3 dergoegge: [net processing] Move CNodeState declaration above PeerManagerImpl
<bitcoin-git> bitcoin/master a292df2 dergoegge: [net processing] Move mapNodeState into PeerManagerImpl
<bitcoin-git> bitcoin/master 490c08f dergoegge: [net processing] Move nPreferredDownload into PeerManagerImpl
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25042: lint: Fix lint-circular-dependencies.py file list (master...2204-lint-circ-🚄) https://github.com/bitcoin/bitcoin/pull/25042
<bitcoin-git> [bitcoin] fanquake merged pull request #25027: test: Remove boost::split from getarg_tests.cpp (master...2204-boost-split-less-🚔) https://github.com/bitcoin/bitcoin/pull/25027
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c086ebaf74a8...23daa86ec132
<bitcoin-git> bitcoin/master 23daa86 fanquake: Merge bitcoin/bitcoin#25027: test: Remove boost::split from getarg_tests.c...
<bitcoin-git> bitcoin/master fafa727 MacroFake: test: Remove boost::split from getarg_tests.cpp
<bitcoin-git> [bitcoin] fanquake merged pull request #25028: ci: Clone iwyu only if missing (master...2204-iwyu-clone-📤) https://github.com/bitcoin/bitcoin/pull/25028
<bitcoin-git> bitcoin/master fa847ed MacroFake: ci: Clone iwyu only if missing
<bitcoin-git> bitcoin/master c086eba fanquake: Merge bitcoin/bitcoin#25028: ci: Clone iwyu only if missing
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/becea48fe072...c086ebaf74a8
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25034: test: add missing stop_node calls to feature_coinstatsindex and feature_prune (master...20224_coinstatsindex_fix) https://github.com/bitcoin/bitcoin/pull/25034
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/26296eba3dc3...becea48fe072
<bitcoin-git> bitcoin/master a3cd7db Martin Zumsande: test: stop node before calling assert_start_raises_init_error
<bitcoin-git> bitcoin/master becea48 MacroFake: Merge bitcoin/bitcoin#25034: test: add missing stop_node calls to feature_...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25040: refactor: Pass lifetimebound reference to SingleThreadedSchedulerClient (master...2204-sched-🔭) https://github.com/bitcoin/bitcoin/pull/25040
<bitcoin-git> [bitcoin] jacobpfickes opened pull request #25039: lint: converts git-subtree-check.sh to Python (master...convert_git_subtree_check) https://github.com/bitcoin/bitcoin/pull/25039
<bitcoin-git> [bitcoin] glozow opened pull request #25038: BIP125-based Package RBF (master...package-rbf) https://github.com/bitcoin/bitcoin/pull/25038

2022-04-29

<bitcoin-git> [bitcoin] scgbckbone closed pull request #25032: normalize PSBT entry instead of external signer master fingerprint (master...upper_master_fp_cor_cmp) https://github.com/bitcoin/bitcoin/pull/25032
<bitcoin-git> [bitcoin] hebasto opened pull request #25037: build: Create `noinst_LTLIBRARIES` conditionally (master...220429-targets) https://github.com/bitcoin/bitcoin/pull/25037
<bitcoin-git> [bitcoin] w0xlt opened pull request #25036: wallet: Save wallet scan progress (master...save_scan_progress) https://github.com/bitcoin/bitcoin/pull/25036
<bitcoin-git> [bitcoin] mzumsande opened pull request #25034: test: add missing stop_node call to feature_coinstatsindex (master...20224_coinstatsindex_fix) https://github.com/bitcoin/bitcoin/pull/25034
<bitcoin-git> [bitcoin] scgbckbone opened pull request #25033: add explicit condition fo master fingerprint to be lowercase hex (master...explicit_master_fp_str_encoding_in_docs) https://github.com/bitcoin/bitcoin/pull/25033
<bitcoin-git> [bitcoin] scgbckbone opened pull request #25032: normalize PSBT entry instead of external signer master fingerprint (master...upper_master_fp_cor_cmp) https://github.com/bitcoin/bitcoin/pull/25032
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #22525: docs: Update the explainer text for the listunspent RPC (master...master) https://github.com/bitcoin/bitcoin/pull/22525
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #19985: net: Prevent routing of deprecated Site Local IPv6 (master...net-deprecate-site-local-ipv6) https://github.com/bitcoin/bitcoin/pull/19985
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #19757: net/net_processing: Convert net std::list buffers to std::forward_list (master...net-list-type) https://github.com/bitcoin/bitcoin/pull/19757
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #18987: RFC: Introducing Watchdog, a cross-layer anomaly detection module (master...2020-05-rfc-watchdog) https://github.com/bitcoin/bitcoin/pull/18987
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25029: rpc: Move fee estimation RPCs to separate file (master...2204-rpc-fees-😊) https://github.com/bitcoin/bitcoin/pull/25029
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25028: ci: Clone iwyu only if missing (master...2204-iwyu-clone-📤) https://github.com/bitcoin/bitcoin/pull/25028
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25027: test: Remove boost::split from getarg_tests.cpp (master...2204-boost-split-less-🚔) https://github.com/bitcoin/bitcoin/pull/25027
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25025: test: Remove boost::split from rpc_tests.cpp (master...2204-test-boost-🏓) https://github.com/bitcoin/bitcoin/pull/25025
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/194b41469777...26296eba3dc3
<bitcoin-git> bitcoin/master fad35e9 MacroFake: test: Remove boost::split from rpc_tests.cpp
<bitcoin-git> bitcoin/master 26296eb MacroFake: Merge bitcoin/bitcoin#25025: test: Remove boost::split from rpc_tests.cpp
<bitcoin-git> [bitcoin] jonatack closed pull request #24718: rpc: getblock/getrawtransaction/decode*/gettxout fixups (master...rpc-fixups) https://github.com/bitcoin/bitcoin/pull/24718
<bitcoin-git> [bitcoin] fanquake closed pull request #22094: p2p: fix ubsan addrman errors, make nTime truncation conversion explicit (master...fix-ubsan-implicit-conversion-in-CAddrMan_Connected) https://github.com/bitcoin/bitcoin/pull/22094
<bitcoin-git> [bitcoin] fanquake merged pull request #25016: refactor: GetFirstStoredBlock() and getblockchaininfo follow-ups (master...GetFirstStoredBlock-improvements) https://github.com/bitcoin/bitcoin/pull/25016
<bitcoin-git> bitcoin/master ed12c0a Jon Atack: blockstorage, refactor: make GetFirstStoredBlock() a member of BlockManage...
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/246db9889743...194b41469777
<bitcoin-git> bitcoin/master e2b954e Jon Atack: rpc: use GetBlockTime() for getblockchaininfo#time
<bitcoin-git> bitcoin/master 86ce844 Jon Atack: blockstorage, refactor: pass GetFirstStoredBlock() start_block by referenc...
<bitcoin-git> [bitcoin] fanquake merged pull request #25024: test: Split MempoolAncestryTests into two (master...2204-test-split-🕷) https://github.com/bitcoin/bitcoin/pull/25024
<bitcoin-git> bitcoin/master 246db98 fanquake: Merge bitcoin/bitcoin#25024: test: Split MempoolAncestryTests into two
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/91ac12be4426...246db9889743
<bitcoin-git> bitcoin/master fa2102e MacroFake: test: Split MempoolAncestryTests into two
<bitcoin-git> [bitcoin] fanquake merged pull request #25013: Remove cs_main from verifymessage, move msg utils to new file (master...2204-rpc-misc-🔌) https://github.com/bitcoin/bitcoin/pull/25013
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/91a673613646...91ac12be4426
<bitcoin-git> bitcoin/master 91ac12b fanquake: Merge bitcoin/bitcoin#25013: Remove cs_main from verifymessage, move msg u...
<bitcoin-git> bitcoin/master fa94251 MacroFake: Remove cs_main from verifymessage
<bitcoin-git> bitcoin/master fa60169 MacroFake: rpc: Move signmessage RPC util to new file
<bitcoin-git> [bitcoin] fanquake closed pull request #18061: util: Pass size to ParseHex to assist preallocation (master...2020-02-remove-strlen) https://github.com/bitcoin/bitcoin/pull/18061
<bitcoin-git> [bitcoin] aureleoules opened pull request #25026: rpc: Make pruneblockchain fetch old blocks if height is lower than pruned height (master...2022-04-pruneblockchain-fetch-old-blocks) https://github.com/bitcoin/bitcoin/pull/25026
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25025: test: Remove boost::split from rpc_tests.cpp (master...2204-test-boost-🏓) https://github.com/bitcoin/bitcoin/pull/25025
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18061: util: Pass size to ParseHex to assist preallocation (master...2020-02-remove-strlen) https://github.com/bitcoin/bitcoin/pull/18061
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25024: test: Split MempoolAncestryTests into two (master...2204-test-split-🕷) https://github.com/bitcoin/bitcoin/pull/25024
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25023: Remove unused SetTip(nullptr) code (master...2204-rem-nullptr-👯) https://github.com/bitcoin/bitcoin/pull/25023
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25009: Crash debug builds on PCKG_MEMPOOL_ERROR (master...2204-crash-debug-🏦) https://github.com/bitcoin/bitcoin/pull/25009
<bitcoin-git> bitcoin/master fa10c9f MacroFake: Crash debug builds on PCKG_MEMPOOL_ERROR
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/606ce05ec225...91a673613646
<bitcoin-git> bitcoin/master 91a6736 MacroFake: Merge bitcoin/bitcoin#25009: Crash debug builds on PCKG_MEMPOOL_ERROR

2022-04-28

<bitcoin-git> [bitcoin] jonatack opened pull request #25021: test: fix intermittent wallet_encryption functional test (master...fix-intermittent-wallet_encryption-test) https://github.com/bitcoin/bitcoin/pull/25021
<bitcoin-git> [bitcoin] achow101 merged pull request #18554: wallet: ensure wallet files are not reused across chains (master...wallet-file-reuse-prevention) https://github.com/bitcoin/bitcoin/pull/18554
<bitcoin-git> bitcoin/master 606ce05 Andrew Chow: Merge bitcoin/bitcoin#18554: wallet: ensure wallet files are not reused ac...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4cf9fa0b662a...606ce05ec225
<bitcoin-git> bitcoin/master 9687659 Seibart Nedor: wallet: ensure wallet files are not reused across chains
<bitcoin-git> bitcoin/master 5f21321 Seibart Nedor: tests: add tests for cross-chain wallet use prevention
<bitcoin-git> [bitcoin] achow101 merged pull request #24984: wallet: ignore chainStateFlushed notifications while attaching chain (master...202204_wallet_rescan) https://github.com/bitcoin/bitcoin/pull/24984
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dabec990135c...4cf9fa0b662a
<bitcoin-git> bitcoin/master 2052e3a Martin Zumsande: wallet: ignore chainStateFlushed notifications while attaching chain
<bitcoin-git> bitcoin/master 4cf9fa0 Andrew Chow: Merge bitcoin/bitcoin#24984: wallet: ignore chainStateFlushed notification...
<bitcoin-git> [bitcoin] hebasto opened pull request #25020: contrib: Check symbols in the `bitcoinconsensus` shared library (master...220428-shared) https://github.com/bitcoin/bitcoin/pull/25020
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24956: Call CHECK_NONFATAL only once where needed (master...2204-once-check-tip-🦅) https://github.com/bitcoin/bitcoin/pull/24956
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8730bd3fc87c...dabec990135c
<bitcoin-git> bitcoin/master dabec99 MacroFake: Merge bitcoin/bitcoin#24956: Call CHECK_NONFATAL only once where needed
<bitcoin-git> bitcoin/master fab34d3 MarcoFalke: Call CHECK_NONFATAL only once where needed
<bitcoin-git> [bitcoin] scgbckbone opened pull request #25019: normalize (lowercase) master fp in ExternalSigner::SignTransaction (master...lower_master_fp_of_ext_signer_in_SignTransaction) https://github.com/bitcoin/bitcoin/pull/25019
<bitcoin-git> [bitcoin] jonatack opened pull request #25017: validation: make the CScriptCheck::swap() member function `noexcept` (master...swap-noexcept) https://github.com/bitcoin/bitcoin/pull/25017
<bitcoin-git> [bitcoin] laanwj merged pull request #24958: build: Fix macOS Apple M1 build with miniupnpc and libnatpmp. Again :) (master...220424-flags) https://github.com/bitcoin/bitcoin/pull/24958
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/47b8256da872...8730bd3fc87c
<bitcoin-git> bitcoin/master bbbcb96 Hennadii Stepanov: build, refactor: Fix indentation
<bitcoin-git> bitcoin/master 65cddf6 Hennadii Stepanov: build: Fix `AC_CHECK_HEADERS` and `AC_CHECK_LIB` for `miniupnpc` package
<bitcoin-git> bitcoin/master 1659034 Hennadii Stepanov: build: Fix `AC_CHECK_HEADERS` and `AC_CHECK_LIB` for `libnatpmp` package
<bitcoin-git> [bitcoin] laanwj merged pull request #24937: test: Remove previous release check in feature_taproot.py (master...2204-noPrevRelTap-🏥) https://github.com/bitcoin/bitcoin/pull/24937
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dd17c42a1642...47b8256da872
<bitcoin-git> bitcoin/master 47b8256 laanwj: Merge bitcoin/bitcoin#24937: test: Remove previous release check in featur...
<bitcoin-git> bitcoin/master fafd674 MarcoFalke: test: Remove previous release check
<bitcoin-git> [bitcoin] jonatack opened pull request #25016: blockstorage, refactor: improve GetFirstStoredBlock() (master...GetFirstStoredBlock-improvements) https://github.com/bitcoin/bitcoin/pull/25016
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19909: txmempool: Remove unused clear() member function (master...2009-noTxpoolClear) https://github.com/bitcoin/bitcoin/pull/19909
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #20030: validation: Remove useless call to mempool->clear() (master...2009-valMemClear) https://github.com/bitcoin/bitcoin/pull/20030
<bitcoin-git> [bitcoin] fanquake merged pull request #24322: [kernel 1/n] Introduce initial `libbitcoinkernel` (master...2022-02-libbitcoinkernel-p1-minimal) https://github.com/bitcoin/bitcoin/pull/24322
<bitcoin-git> [bitcoin] fanquake pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/e36c612e5a9b...dd17c42a1642
<bitcoin-git> bitcoin/master 1392e8e Carl Dong: build: Don't add unrelated libs to LIBTEST_*
<bitcoin-git> bitcoin/master 64caf94 Carl Dong: build: Remove vestigial LIBLEVELDB_SSE42
<bitcoin-git> bitcoin/master 05d1525 Carl Dong: build: Create .la library for crc32c
<bitcoin-git> [bitcoin] fanquake merged pull request #24988: lint: Mention NONFATAL_UNREACHABLE in lint-assertions.py (master...2204-lint-abort-🐛) https://github.com/bitcoin/bitcoin/pull/24988
<bitcoin-git> bitcoin/master fa82a1e MacroFake: lint: Mention NONFATAL_UNREACHABLE in lint-assertions.py
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/85aea18ae660...e36c612e5a9b
<bitcoin-git> bitcoin/master e36c612 fanquake: Merge bitcoin/bitcoin#24988: lint: Mention NONFATAL_UNREACHABLE in lint-as...
<bitcoin-git> [bitcoin] laanwj opened pull request #25015: test: Use permissions from git in lint-files.py (master...2022-04-lint-permissions-git) https://github.com/bitcoin/bitcoin/pull/25015
<bitcoin-git> [bitcoin] laanwj merged pull request #24982: tests: Port `lint-all.sh` to `lint-all.py` (master...port_lint-all.sh_to_python) https://github.com/bitcoin/bitcoin/pull/24982
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b51e60f91472...85aea18ae660
<bitcoin-git> bitcoin/master 85aea18 laanwj: Merge bitcoin/bitcoin#24982: tests: Port `lint-all.sh` to `lint-all.py`
<bitcoin-git> bitcoin/master 29f44fe hiago: Converting `lint-all.sh` to `lint-all.py`.
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22564: refactor: Move mutable globals cleared in `::UnloadBlockIndex` to `BlockManager` (master...2021-07-kirby-inhale-global-muts) https://github.com/bitcoin/bitcoin/pull/22564
<bitcoin-git> [bitcoin] MarcoFalke pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/9446de160f37...b51e60f91472
<bitcoin-git> bitcoin/master 5921b86 Carl Dong: init: Reset mempool and chainman via reconstruction
<bitcoin-git> bitcoin/master 98f4bda Carl Dong: refactor: Convert warningcache to std::array
<bitcoin-git> bitcoin/master 6e747e8 Anthony Towns: validation: default initialize and guard chainman members
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25013: Remove cs_main from verifymessage, move msg utils to new file (master...2204-rpc-misc-🔌) https://github.com/bitcoin/bitcoin/pull/25013
<bitcoin-git> [bitcoin] laanwj closed pull request #25012: doc: Update blurb in README.md (master...2022-04-readme-blurb) https://github.com/bitcoin/bitcoin/pull/25012
<bitcoin-git> [bitcoin] laanwj opened pull request #25012: doc: Update blurb in README.md (master...2022-04-readme-blurb) https://github.com/bitcoin/bitcoin/pull/25012
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24831: tidy: add include-what-you-use (master...include_what_you_use) https://github.com/bitcoin/bitcoin/pull/24831
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4381681e554d...9446de160f37
<bitcoin-git> bitcoin/master 74cd038 fanquake: refactor: fix includes in src/init
<bitcoin-git> bitcoin/master c79ad93 fanquake: refactor: fix includes in src/compat
<bitcoin-git> bitcoin/master 9b0a13a fanquake: tidy: Add include-what-you-use
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25011: tests: Do not always create a descriptor wallet in wallet_createwallet (master...fix-legacy-createwallet-test) https://github.com/bitcoin/bitcoin/pull/25011
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f0a834e2f10a...4381681e554d
<bitcoin-git> bitcoin/master 786b3a7 Andrew Chow: tests: Do not always create a descriptor wallet in wallet_createwallet
<bitcoin-git> bitcoin/master 4381681 MacroFake: Merge bitcoin/bitcoin#25011: tests: Do not always create a descriptor wall...

2022-04-27

<bitcoin-git> [bitcoin] achow101 opened pull request #25011: tests: Do not always create a descriptor wallet in wallet_createwallet (master...fix-legacy-createwallet-test) https://github.com/bitcoin/bitcoin/pull/25011
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #18642: Use std::chrono for the time to rotate destination of addr messages + tests (master...2020_04_mock_addr_rotation_time) https://github.com/bitcoin/bitcoin/pull/18642
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/132d5f8c2f23...f0a834e2f10a
<bitcoin-git> bitcoin/master f0a834e MacroFake: Merge bitcoin/bitcoin#18642: Use std::chrono for the time to rotate destin...
<bitcoin-git> bitcoin/master 77ccb7f Gleb Naumenko: Use std::chrono for salting when randomizing ADDR destination
<bitcoin-git> bitcoin/master 2ff8f4d Gleb Naumenko: Add tests for addr destination rotation
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25009: Crash debug builds on PCKG_MEMPOOL_ERROR (master...2204-crash-debug-🏦) https://github.com/bitcoin/bitcoin/pull/25009
<bitcoin-git> [bitcoin] fanquake opened pull request #25006: guix: consolidate kernel headers to 4.19, specify 3.2.0 as minimum supported (master...specify_minimum_kernel) https://github.com/bitcoin/bitcoin/pull/25006
<bitcoin-git> [bitcoin] fanquake closed pull request #25001: Modernize util/strencodings and util/string: `string_view` and `optional` (master...2204-span-stuff-🐘) https://github.com/bitcoin/bitcoin/pull/25001
<bitcoin-git> bitcoin/master c1d165a Pieter Wuille: Make ParseHex use string_view
<bitcoin-git> [bitcoin] laanwj pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/0b8e2868f5cb...132d5f8c2f23
<bitcoin-git> bitcoin/master 963bc9b Pieter Wuille: Make IsHexNumber use string_view
<bitcoin-git> bitcoin/master 4006299 Pieter Wuille: Make IsHex use string_view
<bitcoin-git> [bitcoin] furszy opened pull request #25005: wallet: remove extra wtx lookup in 'AvailableCoins' + several code improvements. (master...2022_availableBalance_improvements) https://github.com/bitcoin/bitcoin/pull/25005
<bitcoin-git> [bitcoin] theStack opened pull request #25003: tracing: fix `coin_selection:aps_create_tx_internal` calling logic (master...202204-tracing_fix_coin_selection-aps_create_tx_internal_log) https://github.com/bitcoin/bitcoin/pull/25003
<bitcoin-git> bitcoin/master 61457c1 Hennadii Stepanov: refactor: Guard `RPCConsole::{add,remove}Wallet()` with `ENABLE_WALLET`
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f58c1f1a4467...0b8e2868f5cb
<bitcoin-git> bitcoin/master ab73d59 Hennadii Stepanov: Do not pass `WalletModel*` to queued connection
<bitcoin-git> bitcoin/master fdf7285 Hennadii Stepanov: refactor: Make `RPCExecutor*` a member of the `RPCConsole` class
<bitcoin-git> [gui] hebasto merged pull request #589: Getting ready to Qt 6 (7/n). Do not pass `WalletModel*` to a queued connection (master...220420-walletmodel) https://github.com/bitcoin-core/gui/pull/589
<bitcoin-git> [gui] mruddy opened pull request #595: gui: avoid unclean exit due to permissions issues when setting start on system startup (master...issue_24953) https://github.com/bitcoin-core/gui/pull/595
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25001: Modernize util/strencodings and util/string: `string_view` and `optional` (master...2204-span-stuff-🐘) https://github.com/bitcoin/bitcoin/pull/25001
<bitcoin-git> [bitcoin] sipa closed pull request #24764: Modernize util/strencodings and util/string: `string_view` and `optional` (master...202204_stringview) https://github.com/bitcoin/bitcoin/pull/24764
<bitcoin-git> [bitcoin] mruddy closed pull request #25000: gui: avoid unclean exit due to permissions issues when setting start on system startup (master...issue_24953) https://github.com/bitcoin/bitcoin/pull/25000
<bitcoin-git> [bitcoin] mruddy opened pull request #25000: gui: avoid unclean exit due to permissions issues when setting start on system startup (master...issue_24953) https://github.com/bitcoin/bitcoin/pull/25000
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24739: test: Fix intermittent test failure in wallet_listreceivedby.py (master...2204-test-fail-🍰) https://github.com/bitcoin/bitcoin/pull/24739
<bitcoin-git> bitcoin/master fa1f6df MarcoFalke: test: Fix intermittent test failure in wallet_listreceivedby.py
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bd616bc16a3a...f58c1f1a4467
<bitcoin-git> bitcoin/master f58c1f1 MacroFake: Merge bitcoin/bitcoin#24739: test: Fix intermittent test failure in wallet...
<bitcoin-git> [bitcoin] hebasto closed pull request #24986: build: Move `consensus/merkle` module out from `libbitcoinconsensus` (master...220426-merkle) https://github.com/bitcoin/bitcoin/pull/24986

2022-04-26

<bitcoin-git> [bitcoin] fanquake merged pull request #24917: Make BlockManager::LoadBlockIndex private (master...2204-priv-🔚) https://github.com/bitcoin/bitcoin/pull/24917
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/34ae04d77509...bd616bc16a3a
<bitcoin-git> bitcoin/master bd616bc fanquake: Merge bitcoin/bitcoin#24917: Make BlockManager::LoadBlockIndex private
<bitcoin-git> bitcoin/master fa1970f MarcoFalke: Make BlockManager::LoadBlockIndex private
<bitcoin-git> [bitcoin] fanquake merged pull request #21726: Improve Indices on pruned nodes via prune blockers (master...prune_improve) https://github.com/bitcoin/bitcoin/pull/21726
<bitcoin-git> bitcoin/master 2561823 Fabian Jahr: blockstorage: Add prune locks to BlockManager
<bitcoin-git> bitcoin/master f08c9fb Fabian Jahr: Index: Use prune locks for blockfilterindex
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/260ede1d998b...34ae04d77509
<bitcoin-git> bitcoin/master 231fc7b Fabian Jahr: refactor: Introduce GetFirstStoredBlock helper function
<bitcoin-git> [bitcoin] fanquake merged 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/master 912f1ed Andrew Chow: wallet: track which coin selection algorithm produced a SelectionResult
<bitcoin-git> bitcoin/master 8e3f39e Andrew Chow: wallet: Add some tracepoints for coin selection
<bitcoin-git> bitcoin/master 15b5838 Andrew Chow: wallet: compute waste for SelectionResults of preset inputs
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/833add0f48b0...260ede1d998b
<bitcoin-git> [bitcoin] hebasto opened pull request #24994: build: Fix `libbitcoinconsensus` Windows builds with `DEBUG=1` (master...220426-consensus) https://github.com/bitcoin/bitcoin/pull/24994
<bitcoin-git> [bitcoin] brunoerg opened pull request #24993: contrib: close file after manipulating it in `linearize-data` (master...2022-04-contrib-close-file) https://github.com/bitcoin/bitcoin/pull/24993
<bitcoin-git> [bitcoin] fanquake merged pull request #24989: scripted-diff: rename BytePtr to AsBytePtr (master...rename-byteptr) https://github.com/bitcoin/bitcoin/pull/24989
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f654cdb89cc4...833add0f48b0
<bitcoin-git> bitcoin/master bae4561 João Barbosa: scripted-diff: rename BytePtr to AsBytePtr
<bitcoin-git> bitcoin/master 833add0 fanquake: Merge bitcoin/bitcoin#24989: scripted-diff: rename BytePtr to AsBytePtr
<bitcoin-git> [bitcoin] fanquake closed pull request #23100: Abort functional tests early upon low drive space (master...20210926) https://github.com/bitcoin/bitcoin/pull/23100
<bitcoin-git> [bitcoin] fanquake merged pull request #24392: build: Fix configuring depends with cmake (master...220219-cmake) https://github.com/bitcoin/bitcoin/pull/24392
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4005af3ec45...f654cdb89cc4
<bitcoin-git> bitcoin/master ff4a38a Hennadii Stepanov: build: Fix configuring depends with cmake
<bitcoin-git> bitcoin/master f654cdb fanquake: Merge bitcoin/bitcoin#24392: build: Fix configuring depends with cmake
<bitcoin-git> [bitcoin] fanquake merged pull request #24977: rpc: Explain active and internal in listdescriptors (master...better-listdescriptors-docs) https://github.com/bitcoin/bitcoin/pull/24977
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cc3877f8317f...f4005af3ec45
<bitcoin-git> bitcoin/master 4637bbe Andrew Chow: rpc: Explain active and internal in listdescriptors
<bitcoin-git> bitcoin/master f4005af fanquake: Merge bitcoin/bitcoin#24977: rpc: Explain active and internal in listdescr...
<bitcoin-git> [bitcoin] fanquake closed pull request #23225: test: reject float at satoshi_round (master...20211006) https://github.com/bitcoin/bitcoin/pull/23225
<bitcoin-git> [bitcoin] fanquake merged pull request #24971: tidy: modernize-use-nullptr (master...clang_tidy_nullptr) https://github.com/bitcoin/bitcoin/pull/24971
<bitcoin-git> bitcoin/master e532748 practicalswift: Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
<bitcoin-git> bitcoin/master 9c96f10 fanquake: tidy: enable modernize-use-nullptr
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/23ebd7a8027f...cc3877f8317f
<bitcoin-git> bitcoin/master cc3877f fanquake: Merge bitcoin/bitcoin#24971: tidy: modernize-use-nullptr
<bitcoin-git> [bitcoin] fanquake closed pull request #21085: test: enable self.chain = 'main' to work in python bitcoin test framework (master...mainettests) https://github.com/bitcoin/bitcoin/pull/21085
<bitcoin-git> [bitcoin] fanquake closed pull request #18606: test: checks that bitcoin-cli autocomplete is in sync (master...feature-auto-cli) https://github.com/bitcoin/bitcoin/pull/18606
<bitcoin-git> [bitcoin] fanquake closed pull request #24992: PT-BR tray menu translation fix (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24992
<bitcoin-git> [bitcoin] tulio150 opened pull request #24992: PT-BR tray menu translation fix (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24992
<bitcoin-git> [bitcoin] laanwj merged pull request #24959: Remove not needed clang-format off comments (master...2204-no-format-off-🔝) https://github.com/bitcoin/bitcoin/pull/24959
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/269dcad16e3d...23ebd7a8027f
<bitcoin-git> bitcoin/master fa870e3 MarcoFalke: Remove not needed clang-format off comments
<bitcoin-git> bitcoin/master 23ebd7a laanwj: Merge bitcoin/bitcoin#24959: Remove not needed clang-format off comments
<bitcoin-git> [bitcoin] fanquake closed pull request #21284: rpc: add the add_inputs option to bumpfee/psbtbumpfee (master...add-add-inputs-option-to-bumpfee) https://github.com/bitcoin/bitcoin/pull/21284
<bitcoin-git> [bitcoin] fanquake closed pull request #21260: wallet: indicate whether a transaction is in the mempool (master...show-conflicted-transactions-not-in-mempool) https://github.com/bitcoin/bitcoin/pull/21260
<bitcoin-git> [bitcoin] fanquake closed pull request #20752: [fuzzer] generate new seeds in an infinite loop with random parameters (master...2020-12-fuzz-test-runner-infinite-generate) https://github.com/bitcoin/bitcoin/pull/20752
<bitcoin-git> [bitcoin] fanquake closed pull request #18471: qa: Test shared validation interface (master...2020-03-test-shared-validation-interface) https://github.com/bitcoin/bitcoin/pull/18471
<bitcoin-git> [bitcoin] fanquake closed pull request #14641: rpc: Add min_conf option to fund transaction calls (master...2018-11-fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/14641
<bitcoin-git> [bitcoin] fanquake closed pull request #18964: rpc, wallet: Scan mempool after import* (master...2020-05-fix-18954) https://github.com/bitcoin/bitcoin/pull/18964
<bitcoin-git> [bitcoin] fanquake closed pull request #20277: test: Extend p2p_ibd_tx_relay.py to verify no-transaction are requested during IBD (master...2020-10-ibd-txrelay) https://github.com/bitcoin/bitcoin/pull/20277
<bitcoin-git> [bitcoin] fanquake closed pull request #15729: rpc: Raise error in getbalance if minconf is not zero (master...2019-04-drop-getbalance-minconf) https://github.com/bitcoin/bitcoin/pull/15729
<bitcoin-git> [bitcoin] fanquake closed pull request #18061: util: Pass size to ParseHex to assist preallocation (master...2020-02-remove-strlen) https://github.com/bitcoin/bitcoin/pull/18061
<bitcoin-git> [bitcoin] fanquake closed pull request #16037: rpc: Enable wallet import on pruned nodes (master...2019-05-importwallet-pruned) https://github.com/bitcoin/bitcoin/pull/16037
<bitcoin-git> [bitcoin] fanquake merged pull request #24789: init, index: disallow indexes when running reindex-chainstate (master...202204_reindex_corrupt) https://github.com/bitcoin/bitcoin/pull/24789
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/30c1c6ed80c5...269dcad16e3d
<bitcoin-git> bitcoin/master dac44fc Martin Zumsande: init: disallow reindex-chainstate with optional indexes
<bitcoin-git> bitcoin/master 269dcad fanquake: Merge bitcoin/bitcoin#24789: init, index: disallow indexes when running re...
<bitcoin-git> bitcoin/master 62e1428 Martin Zumsande: doc: Add note that -reindex will rebuild optional indexes
<bitcoin-git> [bitcoin] fanquake merged pull request #24979: Precomputed hashes are note #16 in BIP341 (master...bip341_note_16) https://github.com/bitcoin/bitcoin/pull/24979
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f436bfd126ad...30c1c6ed80c5
<bitcoin-git> bitcoin/master 30c1c6e fanquake: Merge bitcoin/bitcoin#24979: Precomputed hashes are note #16 in BIP341
<bitcoin-git> bitcoin/master df08c23 Gregory Sanders: Precomputed hashes are note #16 in BIP341
<bitcoin-git> [bitcoin] fanquake closed pull request #15112: build: Optionally enable -Wzero-as-null-pointer-constant (master...zero-as-null-pointer-constant) https://github.com/bitcoin/bitcoin/pull/15112
<bitcoin-git> [bitcoin] vasild opened pull request #24991: init: allow startup with -onlynet=onion -listenonion=1 (master...onlynet_onion_with_listenonion_is_ok) https://github.com/bitcoin/bitcoin/pull/24991
<bitcoin-git> [bitcoin] fanquake merged pull request #22953: refactor: introduce single-separator split helper (boost::split replacement) (master...202109-refactor-boost_split_replacement_single_sep) https://github.com/bitcoin/bitcoin/pull/22953
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a19f641a80cb...f436bfd126ad
<bitcoin-git> bitcoin/master 4fad7e4 Kiminuo: test: add unit tests for `SplitString` helper
<bitcoin-git> bitcoin/master 9cc8e87 Sebastian Falbesoner: refactor: introduce single-separator split helper `SplitString`
<bitcoin-git> bitcoin/master a62e844 MarcoFalke: fuzz: add `SplitString` fuzz target
<bitcoin-git> [bitcoin] promag opened pull request #24989: scripted-diff: rename BytePtr to AsBytePtr (master...rename-byteptr) https://github.com/bitcoin/bitcoin/pull/24989
<bitcoin-git> [bitcoin] laanwj merged pull request #24157: p2p: Replace RecursiveMutex `cs_totalBytesSent` with Mutex and rename it (master...cs_totalBytesSent_mutex) https://github.com/bitcoin/bitcoin/pull/24157
<bitcoin-git> bitcoin/master 709af67 w0xlt: p2p: replace RecursiveMutex `m_total_bytes_sent_mutex` with Mutex
<bitcoin-git> bitcoin/master 8be75fd w0xlt: p2p: add assertions and negative TS annotations for `m_total_bytes_sent_mu...
<bitcoin-git> bitcoin/master a237a06 w0xlt: scripted-diff: rename cs_totalBytesSent -> m_total_bytes_sent_mutex
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/1ae65b4c5fbf...a19f641a80cb
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24988: lint: Mention NONFATAL_UNREACHABLE in lint-assertions.py (master...2204-lint-abort-🐛) https://github.com/bitcoin/bitcoin/pull/24988
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24968: Move only: Move TxOrphange tests to orphange_tests.cpp (master...202204_move_orphanage_tests) https://github.com/bitcoin/bitcoin/pull/24968
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1e7db37e76c5...1ae65b4c5fbf
<bitcoin-git> bitcoin/master 1ae65b4 MacroFake: Merge bitcoin/bitcoin#24968: Move only: Move TxOrphange tests to orphange_...
<bitcoin-git> bitcoin/master b8f17fb John Newbery: [tests] Move TxOrphange tests to orphange_tests.cpp
<bitcoin-git> [bitcoin] hebasto opened pull request #24986: build: Move `consensus/merkle` module out from `libbitcoinconsensus` (master...220426-merkle) https://github.com/bitcoin/bitcoin/pull/24986
<bitcoin-git> [bitcoin] rnapoles opened 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] rnapoles closed pull request #24983: Build Windows version with msys2 build (master...windows-msys2-build) https://github.com/bitcoin/bitcoin/pull/24983
<bitcoin-git> [gui] promag opened pull request #594: scripted-diff: replace deprecated Q_OS_MAC with Q_OS_MACOS (master...q_os_macos) https://github.com/bitcoin-core/gui/pull/594

2022-04-25

<bitcoin-git> [bitcoin] mzumsande opened pull request #24984: wallet: ignore chainStateFlushed notifications while attaching chain (master...202204_wallet_rescan) https://github.com/bitcoin/bitcoin/pull/24984
<bitcoin-git> [bitcoin] rnapoles opened pull request #24983: Build Windows version with msys2 build (master...windows-msys2-build) https://github.com/bitcoin/bitcoin/pull/24983
<bitcoin-git> [bitcoin] hdutra opened pull request #24982: Converting `lint-all.sh` to `lint-all.py`. (master...port_lint-all.sh_to_python) https://github.com/bitcoin/bitcoin/pull/24982
<provoostenator> Also why does bitcoin-git leave the room after every post? (haven't figured out how to hide those notifications yet in Element)
<bitcoin-git> [bitcoin] laanwj merged pull request #24856: lint: Converting lint-assertions.sh to lint-assertions.py (master...port-assertions-linter) https://github.com/bitcoin/bitcoin/pull/24856
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/16fa967d3cca...1e7db37e76c5
<bitcoin-git> bitcoin/master 172c233 hiago: Porting lint-assertions.sh to lint-assertions.py
<bitcoin-git> bitcoin/master 1e7db37 laanwj: Merge bitcoin/bitcoin#24856: lint: Converting lint-assertions.sh to lint-a...
<bitcoin-git> [bitcoin] laanwj merged pull request #24915: lint: Convert lint-circular-dependencies.sh to Python (master...lint-circular-dependencies-port) https://github.com/bitcoin/bitcoin/pull/24915
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9eedbe98c86f...16fa967d3cca
<bitcoin-git> bitcoin/master 16fa967 laanwj: Merge bitcoin/bitcoin#24915: lint: Convert lint-circular-dependencies.sh t...
<bitcoin-git> bitcoin/master 79635c7 Smlep: lint: Convert lint-circular-dependencies.sh to Python
<bitcoin-git> [bitcoin] laanwj merged pull request #24815: lint: convert lint-tests.sh to python (master...lint-tests-python-port) https://github.com/bitcoin/bitcoin/pull/24815
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0342ae1d395c...9eedbe98c86f
<bitcoin-git> bitcoin/master ae0e06a TakeshiMusgrave: Converted lint-tests.sh to python
<bitcoin-git> bitcoin/master 9eedbe9 laanwj: Merge bitcoin/bitcoin#24815: lint: convert lint-tests.sh to python
<bitcoin-git> [bitcoin] laanwj merged pull request #24802: lint: convert format strings linter test to python (master...lint-format-strings-py) https://github.com/bitcoin/bitcoin/pull/24802
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/777b89b3008e...0342ae1d395c
<bitcoin-git> bitcoin/master 0342ae1 laanwj: Merge bitcoin/bitcoin#24802: lint: convert format strings linter test to p...
<bitcoin-git> bitcoin/master 267684e Eunoia: lint: convert format strings linter test to python
<bitcoin-git> [bitcoin] laanwj merged pull request #24929: lint: convert shell locale linter test to Python (master...lint-shell-locale-py) https://github.com/bitcoin/bitcoin/pull/24929
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8b686776ef5c...777b89b3008e
<bitcoin-git> bitcoin/master 2c838cc Eunoia: lint: convert shell locale linter test to Python
<bitcoin-git> bitcoin/master 777b89b laanwj: Merge bitcoin/bitcoin#24929: lint: convert shell locale linter test to Pyt...
<bitcoin-git> [bitcoin] laanwj merged pull request #24902: lint: Convert lint-include-guards.sh to Python (master...24783-port-lint-script-to-python) https://github.com/bitcoin/bitcoin/pull/24902
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c90b42bcdb59...8b686776ef5c
<bitcoin-git> bitcoin/master 8b68677 laanwj: Merge bitcoin/bitcoin#24902: lint: Convert lint-include-guards.sh to Pytho...
<bitcoin-git> bitcoin/master d5fdec5 brydinh: Convert lint-include-guards.sh to python
<bitcoin-git> [bitcoin] instagibbs opened pull request #24979: Precomputed hashes are note #16 in BIP341 (master...bip341_note_16) https://github.com/bitcoin/bitcoin/pull/24979
<bitcoin-git> [bitcoin] laanwj merged pull request #24916: lint: Convert lint-python-utf8-encoding.sh to Python (master...lint-python-utf8-encoding-port) https://github.com/bitcoin/bitcoin/pull/24916
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7134327be5c1...c90b42bcdb59
<bitcoin-git> bitcoin/master 035eef4 Dimitri: lint: Convert lint-python-utf8-encoding.sh to Python
<bitcoin-git> bitcoin/master c90b42b laanwj: Merge bitcoin/bitcoin#24916: lint: Convert lint-python-utf8-encoding.sh to...
<bitcoin-git> [bitcoin] laanwj merged pull request #24932: lint: Convert lint-locale-dependence.sh to Python (master...lint-locale-dependence-port) https://github.com/bitcoin/bitcoin/pull/24932
<bitcoin-git> bitcoin/master 7134327 laanwj: Merge bitcoin/bitcoin#24932: lint: Convert lint-locale-dependence.sh to Py...
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e88a52e9a2fd...7134327be5c1
<bitcoin-git> bitcoin/master 229917d Dimitri: lint: Convert lint-locale-dependence.sh to Python
<bitcoin-git> bitcoin/master 3043a1b Dimitri: lint: Make known violations more specific in lint-locale-dependence
<bitcoin-git> [bitcoin] laanwj merged pull request #24973: doc: Add 23.0 release notes (master...2022-04-release-notes-23.0) https://github.com/bitcoin/bitcoin/pull/24973