2023-02-16

<bitcoin-git> bitcoin/master a804f3c Seibart Nedor: wallet: extract and reuse RPC argument format definition for outputs
<bitcoin-git> [bitcoin] achow101 opened pull request #27113: rpc: Use a FlatSigningProvider in decodescript to allow inferring descriptors for scripts larger than 520 bytes (master...decodescript-flatsigningprovider) https://github.com/bitcoin/bitcoin/pull/27113
<bitcoin-git> [bitcoin] fanquake merged pull request #26921: [23.x] Backports (23.x...23_2_backports) https://github.com/bitcoin/bitcoin/pull/26921
<bitcoin-git> bitcoin/23.x fd94bef Martin Zumsande: hash: add HashedSourceWriter
<bitcoin-git> bitcoin/23.x 412cd1a Martin Zumsande: addrdb: Only call Serialize() once
<bitcoin-git> bitcoin/23.x 3987687 MarcoFalke: Add missing includes to fix gcc-13 compile error
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/dd04f2dda5fa...0567787f5ef9
<bitcoin-git> [bitcoin] fanquake merged pull request #26927: [22.x] Backports (22.x...22_2_backports) https://github.com/bitcoin/bitcoin/pull/26927
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/6fd35e2cb18d...a896f61290fb
<bitcoin-git> bitcoin/22.x c21e6a9 MarcoFalke: Add missing includes to fix gcc-13 compile error
<bitcoin-git> bitcoin/22.x ea584a6 fanquake: 23.x Add missing includes to fix gcc-13 compile error
<bitcoin-git> bitcoin/22.x a896f61 fanquake: Merge bitcoin/bitcoin#26927: [22.x] Backports
<bitcoin-git> [bitcoin] fanquake merged pull request #26773: doc: FreeBSD build doc updates to reflect removal of install_db4.sh (master...use_db4_on_freebsd) https://github.com/bitcoin/bitcoin/pull/26773
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/437dfe1c26e7...75f0e0b607cd
<bitcoin-git> bitcoin/master c572eae Murray Nesbitt: update the freebsd build doc to reflect recent changes to DB4 install proc...
<bitcoin-git> bitcoin/master 75f0e0b fanquake: Merge bitcoin/bitcoin#26773: doc: FreeBSD build doc updates to reflect rem...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26714: test: add coverage for unparsable `-maxuploadtarget` (master...2022-12-maxuploadtarget-parse-test) https://github.com/bitcoin/bitcoin/pull/26714
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98042a045693...437dfe1c26e7
<bitcoin-git> bitcoin/master 7a83aa0 brunoerg: test: add coverage for unparsable `-maxuploadtarget`
<bitcoin-git> bitcoin/master 437dfe1 merge-script: Merge bitcoin/bitcoin#26714: test: add coverage for unparsable `-maxupload...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27107: doc: remove mention of "proper signing key" (master...remove_signing_key) https://github.com/bitcoin/bitcoin/pull/27107
<bitcoin-git> bitcoin/master 98042a0 merge-script: Merge bitcoin/bitcoin#27107: doc: remove mention of "proper signing key"
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a68e194f5e9...98042a045693
<bitcoin-git> bitcoin/master 304ae6d fanquake: doc: remove mention of "proper signing key"
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3995c88e43a7...3a68e194f5e9
<bitcoin-git> bitcoin/master 3a68e19 merge-script: Merge bitcoin/bitcoin#26586: test: previous releases: add v24.0.1
<bitcoin-git> bitcoin/master 741908a Sebastian Falbesoner: test: previous releases: add v24.0.1
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26586: test: previous releases: add v24.0.1 (master...add_prevreleases_v24) https://github.com/bitcoin/bitcoin/pull/26586
<bitcoin-git> [bitcoin] Hyunhum opened pull request #27109: Script explained (master...script-explained) https://github.com/bitcoin/bitcoin/pull/27109
<bitcoin-git> [bitcoin] fanquake closed pull request #25523: build: Fail early and show actionable messages if autogen deps are missing (master...autogen-assert-deps) https://github.com/bitcoin/bitcoin/pull/25523
<bitcoin-git> [bitcoin] fanquake merged pull request #25898: util: remove WSL 1 workaround in fs (master...master) https://github.com/bitcoin/bitcoin/pull/25898
<bitcoin-git> bitcoin/master 3995c88 fanquake: Merge bitcoin/bitcoin#25898: util: remove WSL 1 workaround in fs
<bitcoin-git> bitcoin/master 5669afb sinetek: fs: drop old WSL1 hack.
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb82d91a9c34...3995c88e43a7
<bitcoin-git> [bitcoin] fanquake closed pull request #26985: explicit `-d/--delete` argument for verifybinaries/verify.py (master...explicit_delete_arg_verifybinaries) https://github.com/bitcoin/bitcoin/pull/26985
<bitcoin-git> [bitcoin] fanquake opened pull request #27107: doc: remove mention of "proper signing key" (master...remove_signing_key) https://github.com/bitcoin/bitcoin/pull/27107
<bitcoin-git> [bitcoin] fanquake merged pull request #24149: Signing support for Miniscript Descriptors (master...miniscript_wallet_signing) https://github.com/bitcoin/bitcoin/pull/24149
<bitcoin-git> bitcoin/master 4242c1c Pieter Wuille: Align 'e' property of or_d and andor with website spec
<bitcoin-git> [bitcoin] fanquake pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/cbf511b3f4dc...fb82d91a9c34
<bitcoin-git> bitcoin/master 22c5b00 Antoine Poinsot: miniscript: satisfaction support
<bitcoin-git> bitcoin/master f5deb41 Pieter Wuille: Various additional explanations of the satisfaction logic from Pieter
<bitcoin-git> [bitcoin] fanquake closed pull request #26731: test: add coverage for invalid parameter in `keypoolrefill` (master...2022-12-keypool-invalid-parameter) https://github.com/bitcoin/bitcoin/pull/26731
<bitcoin-git> [bitcoin] fanquake merged pull request #27054: Remove laanwj from trusted-keys (master...remove-laanwj-key) https://github.com/bitcoin/bitcoin/pull/27054
<bitcoin-git> bitcoin/master aafa5e9 laanwj: Remove laanwj from trusted-keys
<bitcoin-git> bitcoin/master cbf511b fanquake: Merge bitcoin/bitcoin#27054: Remove laanwj from trusted-keys
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/424fc603d86a...cbf511b3f4dc
<bitcoin-git> [bitcoin] fanquake merged pull request #26997: psbt: s/transcation/transaction/ (master...transcation) https://github.com/bitcoin/bitcoin/pull/26997
<bitcoin-git> bitcoin/master 9066314 Greg Sanders: s/transcation/transaction/
<bitcoin-git> bitcoin/master 424fc60 fanquake: Merge bitcoin/bitcoin#26997: psbt: s/transcation/transaction/
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54742532ce34...424fc603d86a

2023-02-15

<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5ecd14a31cad...54742532ce34
<bitcoin-git> bitcoin/master 9fa43b5 Hennadii Stepanov: refactor: Disable unused special members functions in `UnlockContext`
<bitcoin-git> bitcoin/master 5474253 Andrew Chow: Merge bitcoin-core/gui#711: refactor: Disable unused special members funct...
<bitcoin-git> [gui] achow101 merged pull request #711: refactor: Disable unused special members functions in `UnlockContext` (master...230214-unlock) https://github.com/bitcoin-core/gui/pull/711
<bitcoin-git> [bitcoin] jonatack opened pull request #27106: net: remove orphaned CSubNet::SanityCheck() (master...2023-02-rm-CSubNet-SanityCheck-and-snprintf-todo) https://github.com/bitcoin/bitcoin/pull/27106
<bitcoin-git> [bitcoin] achow101 closed pull request #27102: Fix minor typo (master...fix-minor-typo) https://github.com/bitcoin/bitcoin/pull/27102
<bitcoin-git> [bitcoin] fanquake merged pull request #26844: Net: Pass `MSG_MORE` flag when sending non-final network messages (round 2) (master...MSG_MORE) https://github.com/bitcoin/bitcoin/pull/26844
<bitcoin-git> bitcoin/master 691eaf8 Matt Whitlock: Pass MSG_MORE flag when sending non-final network messages
<bitcoin-git> bitcoin/master 5ecd14a fanquake: Merge bitcoin/bitcoin#26844: Net: Pass `MSG_MORE` flag when sending non-fi...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a65d2259f15b...5ecd14a31cad
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27035: test: simplify and speedup mempool_updatefromblock.py by using MiniWallet (master...202302-test-use_MiniWallet_for_mempool_updatefromblock) https://github.com/bitcoin/bitcoin/pull/27035
<bitcoin-git> bitcoin/master a65d225 merge-script: Merge bitcoin/bitcoin#27035: test: simplify and speedup mempool_updatefrom...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1e0198b6c1db...a65d2259f15b
<bitcoin-git> bitcoin/master dee8549 Sebastian Falbesoner: test: simplify and speedup mempool_updatefromblock.py by using MiniWallet
<bitcoin-git> [bitcoin] fanquake merged pull request #26153: Reduce wasted pseudorandom bytes in ChaCha20 + various improvements (master...202209_chacha20) https://github.com/bitcoin/bitcoin/pull/26153
<bitcoin-git> bitcoin/master e37bcaa Pieter Wuille: Split ChaCha20 into aligned/unaligned variants
<bitcoin-git> bitcoin/master 6babf40 Pieter Wuille: Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64
<bitcoin-git> bitcoin/master 12ff724 Pieter Wuille: Make unrestricted ChaCha20 cipher not waste keystream bytes
<bitcoin-git> [bitcoin] fanquake pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/2b0cd7679f82...1e0198b6c1db
<bitcoin-git> [bitcoin] fanquake merged pull request #27076: verify-commits: Bump trusted git root to after most recent laanwj merge (master...2023-02-vc-bump-trusted-root) https://github.com/bitcoin/bitcoin/pull/27076
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e43ff4eab2fe...2b0cd7679f82
<bitcoin-git> bitcoin/master 6ada37d Andrew Chow: verify-commits: Bump trusted git root to after most recent laanwj merge
<bitcoin-git> bitcoin/master 2b0cd76 fanquake: Merge bitcoin/bitcoin#27076: verify-commits: Bump trusted git root to afte...
<bitcoin-git> bitcoin/master 9d3127b Ryan Ofsky: Add settings.json prune-prev, proxy-prev, onion-prev settings
<bitcoin-git> bitcoin/master e43ff4e Hennadii Stepanov: Merge bitcoin-core/gui#603: Add settings.json prune-prev, proxy-prev, onio...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/68e484afbbc2...e43ff4eab2fe
<bitcoin-git> [gui] hebasto merged pull request #603: Add settings.json prune-prev, proxy-prev, onion-prev settings (master...pr/qtkeep) https://github.com/bitcoin-core/gui/pull/603
<bitcoin-git> [bitcoin] TheCharlatan closed pull request #27103: Blockstorage: Dont access gArgs to get blocks_dir (master...blockstorageArgs) https://github.com/bitcoin/bitcoin/pull/27103
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27103: Blockstorage: Dont access gArgs to get blocks_dir (master...blockstorageArgs) https://github.com/bitcoin/bitcoin/pull/27103
<bitcoin-git> [bitcoin] ebarakos opened pull request #27102: Fix minor typo (master...fix-minor-typo) https://github.com/bitcoin/bitcoin/pull/27102
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26584: cli: include local ("unroutable") peers in -netinfo table (master...netinfo-local) https://github.com/bitcoin/bitcoin/pull/26584
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/576e16e7026f...68e484afbbc2
<bitcoin-git> bitcoin/master 77192c9 Matthew Zipkin: cli: include local ("unreachable") peers in -netinfo table
<bitcoin-git> bitcoin/master 68e484a merge-script: Merge bitcoin/bitcoin#26584: cli: include local ("unroutable") peers in -n...

2023-02-14

<bitcoin-git> [bitcoin] achow101 merged pull request #26184: test: p2p: check that headers message with invalid proof-of-work disconnects peer (master...202209-test-check_for_invalid_pow_headers_msg) https://github.com/bitcoin/bitcoin/pull/26184
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb2f0934799a...576e16e7026f
<bitcoin-git> bitcoin/master 7726712 Sebastian Falbesoner: test: p2p: check that headers message with invalid proof-of-work disconnec...
<bitcoin-git> bitcoin/master 576e16e Andrew Chow: Merge bitcoin/bitcoin#26184: test: p2p: check that headers message with in...
<bitcoin-git> [bitcoin] pinheadmz opened pull request #27101: Support JSON-RPC 2.0 when requested by client (master...jsonrpc-2.0) https://github.com/bitcoin/bitcoin/pull/27101
<bitcoin-git> [gui] hebasto opened pull request #711: refactor: Disable unused special members functions in `UnlockContext` (master...230214-unlock) https://github.com/bitcoin-core/gui/pull/711
<bitcoin-git> [bitcoin] fanquake merged pull request #27097: descriptors: fix docstring (param [in] vs [out]) (master...20230214_desc_docstring) https://github.com/bitcoin/bitcoin/pull/27097
<bitcoin-git> bitcoin/master fb2f093 fanquake: Merge bitcoin/bitcoin#27097: descriptors: fix docstring (param [in] vs [ou...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af49d86dd740...fb2f0934799a
<bitcoin-git> bitcoin/master 588fad8 SomberNight: descriptors: fix docstring (param [in] vs [out])
<bitcoin-git> [bitcoin] fanquake merged pull request #27093: test: Fix intermittent sync issue in wallet_pruning (master...2302-test-sync-int-🥈) https://github.com/bitcoin/bitcoin/pull/27093
<bitcoin-git> bitcoin/master fa9ec7b MarcoFalke: test: Fix intermittent sync issue in wallet_pruning
<bitcoin-git> bitcoin/master af49d86 fanquake: Merge bitcoin/bitcoin#27093: test: Fix intermittent sync issue in wallet_p...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d6ef44cccbdf...af49d86dd740
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27100: ci: Add CLA bot (master...2302-cla-bot-📈) https://github.com/bitcoin/bitcoin/pull/27100
<bitcoin-git> [bitcoin] fanquake opened pull request #27099: build: produce a .zip for macOS distribution (master...macdeploy_use_zip) https://github.com/bitcoin/bitcoin/pull/27099
<bitcoin-git> [bitcoin] fanquake opened pull request #27098: refactor: don't avoid sys/types.h on when building for Windows (master...windows_can_use_sys_types) https://github.com/bitcoin/bitcoin/pull/27098
<bitcoin-git> [bitcoin] SomberNight opened pull request #27097: descriptors: fix docstring (param [in] vs [out]) (master...20230214_desc_docstring) https://github.com/bitcoin/bitcoin/pull/27097
<bitcoin-git> [bitcoin] fanquake merged pull request #27081: Modernize rpcauth.py (master...202302_modernize_rpcauth_py) https://github.com/bitcoin/bitcoin/pull/27081
<bitcoin-git> bitcoin/master d6ef44c fanquake: Merge bitcoin/bitcoin#27081: Modernize rpcauth.py
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2c1fe27bf3c1...d6ef44cccbdf
<bitcoin-git> bitcoin/master e4e1790 Pieter Wuille: Modernize rpcauth.py and its tests
<bitcoin-git> [bitcoin] theStack opened pull request #27096: script: remove unused bitwise `CScriptNum` operators (master...202202-remove_unused_bitwise_ops_in_cscriptnum) https://github.com/bitcoin/bitcoin/pull/27096
<bitcoin-git> [bitcoin] fanquake closed pull request #27095: Check for the awk script before executing it (master...check-awk) https://github.com/bitcoin/bitcoin/pull/27095
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26154: refactor: Move coin_control variable to test setup section (master...move-coin-control-setup) https://github.com/bitcoin/bitcoin/pull/26154

2023-02-13

<bitcoin-git> [bitcoin] Harshil-Jani opened pull request #27095: Check for the awk script before executing it (master...check-awk) https://github.com/bitcoin/bitcoin/pull/27095
<bitcoin-git> [bitcoin] achow101 merged pull request #27080: Wallet: Zero out wallet master key upon locking so it doesn't persist in memory (master...2023_02_WipeMasterKeyOnLock) https://github.com/bitcoin/bitcoin/pull/27080
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1ad0711d7c10...2c1fe27bf3c1
<bitcoin-git> bitcoin/master 2c1fe27 Andrew Chow: Merge bitcoin/bitcoin#27080: Wallet: Zero out wallet master key upon locki...
<bitcoin-git> bitcoin/master 3a11adc John Moffett: Zero out wallet master key upon lock
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27093: test: Fix intermittent sync issue in wallet_pruning (master...2302-test-sync-int-🥈) https://github.com/bitcoin/bitcoin/pull/27093
<bitcoin-git> [bitcoin] fanquake merged pull request #27016: mapport: require miniupnpc API version 17 or later (master...mostly_non_broken_upnp_verions) https://github.com/bitcoin/bitcoin/pull/27016
<bitcoin-git> bitcoin/master 1ad0711 fanquake: Merge bitcoin/bitcoin#27016: mapport: require miniupnpc API version 17 or ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8126551d54ff...1ad0711d7c10
<bitcoin-git> bitcoin/master b3b673f fanquake: mapport: require miniupnpc API version 17 or later
<bitcoin-git> [bitcoin] hebasto closed pull request #27087: refactor, wallet: Avoid variable shadowing (master...230212-shadow) https://github.com/bitcoin/bitcoin/pull/27087
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27011: Add simulation-based `CCoinsViewCache` fuzzer (master...202301_coinscache_fuzz) https://github.com/bitcoin/bitcoin/pull/27011
<bitcoin-git> bitcoin/master b0ff310 Pieter Wuille: Add CCoinsViewCache::SanityCheck() and use it in fuzz test
<bitcoin-git> bitcoin/master 59e6828 Pieter Wuille: Add deterministic mode to CCoinsViewCache
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/141115a06040...8126551d54ff
<bitcoin-git> bitcoin/master 3c9cea1 Pieter Wuille: Add simulation-based CCoinsViewCache fuzzer
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #27082: Minor edits - punctuation, spelling to make the contributing instructions more readable for all. (master...master) https://github.com/bitcoin/bitcoin/pull/27082
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27090: ci: Use dedicated root path for ci (master...2302-ci-no-nonroot-👫) https://github.com/bitcoin/bitcoin/pull/27090
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27033: ci: Cache stuff in volumes, not host folders (master...2302-ci-depends-vol-🏆) https://github.com/bitcoin/bitcoin/pull/27033
<bitcoin-git> bitcoin/master 5fffff5 MarcoFalke: ci: Cache stuff in volumes, not host folders
<bitcoin-git> bitcoin/master fa8e92c 721217.xyz: doc: Update ci docs
<bitcoin-git> bitcoin/master 141115a merge-script: Merge bitcoin/bitcoin#27033: ci: Cache stuff in volumes, not host folders
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a6316590d5bc...141115a06040
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26970: test: fix immediate tx relay in wallet_groups.py (master...202301-test-fix_wallet_groups_immediate_tx_relay) https://github.com/bitcoin/bitcoin/pull/26970
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b92d609fb256...a6316590d5bc
<bitcoin-git> bitcoin/master ab4efad Sebastian Falbesoner: test: fix immediate tx relay in wallet_groups.py
<bitcoin-git> bitcoin/master a631659 merge-script: Merge bitcoin/bitcoin#26970: test: fix immediate tx relay in wallet_groups...

2023-02-12

<bitcoin-git> [bitcoin] fanquake closed pull request #27089: correct and error on the read (master...master) https://github.com/bitcoin/bitcoin/pull/27089
<bitcoin-git> [bitcoin] martcpp opened pull request #27089: correct and error on the read (master...master) https://github.com/bitcoin/bitcoin/pull/27089
<bitcoin-git> [bitcoin] hebasto opened pull request #27087: refactor: Rename variable to avoid shadowing (master...230212-shadow) https://github.com/bitcoin/bitcoin/pull/27087

2023-02-11

<bitcoin-git> [bitcoin] davidgumberg opened pull request #27086: [WIP] p2p: Add random txn's from mempool to GETBLOCKTXN (master...wip-rndtxinclude) https://github.com/bitcoin/bitcoin/pull/27086
<bitcoin-git> [bitcoin] 1440000bytes closed pull request #27079: mempool: Increase mempool default size (master...mempool-limit) https://github.com/bitcoin/bitcoin/pull/27079
<bitcoin-git> [bitcoin] hebasto closed pull request #27083: ci: Improve `ccache` cache hit rates (master...230211-ci-ccache) https://github.com/bitcoin/bitcoin/pull/27083
<bitcoin-git> [bitcoin] hebasto closed pull request #27077: ci: Make `ccache` hashing content of compiler binary (master...230210-ci-ccache) https://github.com/bitcoin/bitcoin/pull/27077
<bitcoin-git> [bitcoin] hebasto opened pull request #27084: ci: A few fixes of `ccache` issues (master...230211-cccc) https://github.com/bitcoin/bitcoin/pull/27084
<bitcoin-git> [bitcoin] hebasto opened pull request #27083: ci: Improve `ccache` cache hit rates (master...230211-ci-ccache) https://github.com/bitcoin/bitcoin/pull/27083
<bitcoin-git> [bitcoin] TysonsTech opened pull request #27082: Minor edits - punctuation, spelling to make the contributing instructions more readable for all. (master...master) https://github.com/bitcoin/bitcoin/pull/27082

2023-02-10

<bitcoin-git> [bitcoin] sipa opened pull request #27081: Modernize rpcauth.py (master...202302_modernize_rpcauth_py) https://github.com/bitcoin/bitcoin/pull/27081
<bitcoin-git> [bitcoin] john-moffett opened pull request #27080: Wallet: Zero out wallet master key upon locking so it doesn't persist in memory (master...2023_02_WipeMasterKeyOnLock) https://github.com/bitcoin/bitcoin/pull/27080
<bitcoin-git> [bitcoin] 1440000bytes opened pull request #27079: mempool: Increase mempool default size (master...mempool-limit) https://github.com/bitcoin/bitcoin/pull/27079
<bitcoin-git> [bitcoin] hebasto opened pull request #27077: ci: Make `ccache` hashing content of compiler binary (master...230210-ci-ccache) https://github.com/bitcoin/bitcoin/pull/27077
<bitcoin-git> [bitcoin] achow101 opened pull request #27076: verify-commits: Bump trusted git root to after most recent laanwj merge (master...2023-02-vc-bump-trusted-root) https://github.com/bitcoin/bitcoin/pull/27076
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27072: doc: Remove unused REVIEWERS file (master...2302-doc-rem-rev-🌊) https://github.com/bitcoin/bitcoin/pull/27072
<bitcoin-git> bitcoin/master b92d609 merge-script: Merge bitcoin/bitcoin#27072: doc: Remove unused REVIEWERS file
<bitcoin-git> bitcoin/master fa8e3aa 721217.xyz: doc: Remove unused REVIEWERS file
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e0d8378f2d72...b92d609fb256
<bitcoin-git> [bitcoin] fanquake closed pull request #27074: Create Cyborg helping first-party developers (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27074
<bitcoin-git> [bitcoin] iwoskerlonne opened pull request #27074: Create Cyborg helping first-party developers (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27074
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27069: net: add `Ensure{any}Banman` (master...2023-02-ensureanybanman) https://github.com/bitcoin/bitcoin/pull/27069
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f841cbb81ec...e0d8378f2d72
<bitcoin-git> bitcoin/master 2d955ff brunoerg: net: add `Ensure{any}Banman`
<bitcoin-git> bitcoin/master e0d8378 merge-script: Merge bitcoin/bitcoin#27069: net: add `Ensure{any}Banman`
<bitcoin-git> [bitcoin] willcl-ark opened pull request #27073: Convert ArgsManager::GetDataDir to a read-only function (master...2022-02-cli-datadir) https://github.com/bitcoin/bitcoin/pull/27073
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27072: doc: Remove unused REVIEWERS file (master...2302-doc-rem-rev-🌊) https://github.com/bitcoin/bitcoin/pull/27072
<bitcoin-git> [bitcoin] vasild opened pull request #27071: Handle CJDNS from LookupSubNet() (master...lookup_subnet_cjdns) https://github.com/bitcoin/bitcoin/pull/27071
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27070: ci: Fix `fingerprint_script` for `depends` subdir caches (master...230209-ci-deps) https://github.com/bitcoin/bitcoin/pull/27070
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ffdf6307905b...4f841cbb81ec
<bitcoin-git> bitcoin/master 4f841cb merge-script: Merge bitcoin/bitcoin#27070: ci: Fix `fingerprint_script` for `depends` su...
<bitcoin-git> bitcoin/master d66efa3 Hennadii Stepanov: ci: Fix `fingerprint_script` for `depends` subdir caches
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27066: test: Fix intermittent sync issue in wallet_pruning (master...2302-test-fix-🍾) https://github.com/bitcoin/bitcoin/pull/27066
<bitcoin-git> bitcoin/master fa6f678 721217.xyz: test: Fix intermittent sync issue in wallet_pruning
<bitcoin-git> bitcoin/master ffdf630 merge-script: Merge bitcoin/bitcoin#27066: test: Fix intermittent sync issue in wallet_p...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1313b9073574...ffdf6307905b

2023-02-09

<bitcoin-git> [bitcoin] hebasto opened pull request #27070: ci: Fix `fingerprint_script` for `depends` subdir caches (master...230209-ci-deps) https://github.com/bitcoin/bitcoin/pull/27070
<bitcoin-git> [bitcoin] brunoerg opened pull request #27069: net: add `Ensure{any}Banman` (master...2023-02-ensureanybanman) https://github.com/bitcoin/bitcoin/pull/27069
<bitcoin-git> [gui] hebasto merged pull request #701: Persist Mask Values option (master...persist-mask-value) https://github.com/bitcoin-core/gui/pull/701
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af2bd07587b6...1313b9073574
<bitcoin-git> bitcoin/master 4de02de Andrew Chow: qt: Persist Mask Values option
<bitcoin-git> bitcoin/master 1313b90 Hennadii Stepanov: Merge bitcoin-core/gui#701: Persist Mask Values option
<bitcoin-git> [bitcoin] john-moffett opened pull request #27068: wallet: SecureString to allow null characters (master...2023_02_SecurerSecureString) https://github.com/bitcoin/bitcoin/pull/27068
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27062: ci: Re-introduce `depends_built` cache back in macOS and Android tasks (master...230208-ci-macos) https://github.com/bitcoin/bitcoin/pull/27062
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dc905f6c2a60...af2bd07587b6
<bitcoin-git> bitcoin/master 8a61527 Hennadii Stepanov: ci: Re-introduce `depends_built` cache back in macOS and Android tasks
<bitcoin-git> bitcoin/master 73a3b16 Hennadii Stepanov: ci: Inline `MACOS_NATIVE_TASK_TEMPLATE`
<bitcoin-git> bitcoin/master af2bd07 merge-script: Merge bitcoin/bitcoin#27062: ci: Re-introduce `depends_built` cache back i...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27066: test: Fix intermittent sync issue in wallet_pruning (master...2302-test-fix-🍾) https://github.com/bitcoin/bitcoin/pull/27066
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/835af48e0377...dc905f6c2a60
<bitcoin-git> bitcoin/master 887bb53 Hennadii Stepanov: ci: Use the latest Ubuntu LTS for "ARM64 Android APK" task
<bitcoin-git> bitcoin/master dc905f6 merge-script: Merge bitcoin/bitcoin#27063: ci: Use the latest Ubuntu LTS for "ARM64 Andr...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27063: ci: Use the latest Ubuntu LTS for "ARM64 Android APK" task (master...230208-ci-apk) https://github.com/bitcoin/bitcoin/pull/27063

2023-02-08

<bitcoin-git> [bitcoin] pinheadmz opened pull request #27064: system: use %LOCALAPPDATA% as default datadir on windows (master...windows-local-datadir) https://github.com/bitcoin/bitcoin/pull/27064
<bitcoin-git> [bitcoin] achow101 closed pull request #26890: Introduce a Code of Conduct (master...add-code-of-conduct) https://github.com/bitcoin/bitcoin/pull/26890
<bitcoin-git> [bitcoin] fanquake merged pull request #27057: build: set boost cppflags with --enable-fuzz (master...still_set_boost_cppflags_when_enable_fuzz) https://github.com/bitcoin/bitcoin/pull/27057
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/07a23b494688...835af48e0377
<bitcoin-git> bitcoin/master b03a982 fanquake: build: set boost cppflags with --enable-fuzz
<bitcoin-git> bitcoin/master 835af48 fanquake: Merge bitcoin/bitcoin#27057: build: set boost cppflags with --enable-fuzz
<bitcoin-git> bitcoin/master 07a23b4 merge-script: Merge bitcoin/bitcoin#26994: depends: define `__BSD_VISIBLE` for FreeBSD b...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26994: depends: define `__BSD_VISIBLE` for FreeBSD bdb build (master...freebsd_bsd_visible_bdb) https://github.com/bitcoin/bitcoin/pull/26994
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7b850bc2a1cd...07a23b494688
<bitcoin-git> bitcoin/master 0e02f72 fanquake: depends: define `__BSD_VISIBLE` for FreeBSD bdb build
<bitcoin-git> [bitcoin] fanquake merged pull request #27061: doc: Document affected gcc versions for -fstack-reuse=none workaround (master...2302-doc-gcc-bug-🎶) https://github.com/bitcoin/bitcoin/pull/27061
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/de1d1895346e...7b850bc2a1cd
<bitcoin-git> bitcoin/master fa83005 MarcoFalke: doc: Document affected gcc versions for -fstack-reuse=none workaround
<bitcoin-git> bitcoin/master 7b850bc fanquake: Merge bitcoin/bitcoin#27061: doc: Document affected gcc versions for -fsta...
<bitcoin-git> [bitcoin] hebasto opened pull request #27063: ci: Use the latest Ubuntu LTS for "ARM64 Android APK" task (master...230208-ci-apk) https://github.com/bitcoin/bitcoin/pull/27063
<bitcoin-git> [bitcoin] hebasto opened pull request #27062: ci: Use `GLOBAL_TASK_TEMPLATE` in "macOS 10.15" task (master...230208-ci-macos) https://github.com/bitcoin/bitcoin/pull/27062
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27056: doc: use arch agnostic clang path in fuzzing doc (macOS) (master...macos_fuzzing_doc_arch_agnostic) https://github.com/bitcoin/bitcoin/pull/27056
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/51d51d3082e8...de1d1895346e
<bitcoin-git> bitcoin/master b49e19c fanquake: doc: use arch agnostic clang path in fuzzing doc (macOS)
<bitcoin-git> bitcoin/master de1d189 MarcoFalke: Merge bitcoin/bitcoin#27056: doc: use arch agnostic clang path in fuzzing ...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27061: doc: Document affected gcc versions for -fstack-reuse=none workaround (master...2302-doc-gcc-bug-🎶) https://github.com/bitcoin/bitcoin/pull/27061
<bitcoin-git> [bitcoin] hebasto opened pull request #27060: build: Add CMake-based build system (master...230208-cmake-A) https://github.com/bitcoin/bitcoin/pull/27060
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26507: test: remove unused vars in `feature_block` (master...2022-11-unused-feature-block-test) https://github.com/bitcoin/bitcoin/pull/26507
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d69b614cc59...51d51d3082e8
<bitcoin-git> bitcoin/master 741c215 brunoerg: test: remove unused vars in `feature_block`
<bitcoin-git> bitcoin/master 51d51d3 MarcoFalke: Merge bitcoin/bitcoin#26507: test: remove unused vars in `feature_block`
<bitcoin-git> [bitcoin] fanquake merged pull request #23810: docs: avoid C-style casts; use modern C++ casts (master...c-style-cast) https://github.com/bitcoin/bitcoin/pull/23810
<bitcoin-git> bitcoin/master 8d69b61 fanquake: Merge bitcoin/bitcoin#23810: docs: avoid C-style casts; use modern C++ cas...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1bcabe6f2ac8...8d69b614cc59
<bitcoin-git> bitcoin/master 7534723 Pasta: docs: document c-style cast prohibition
<bitcoin-git> [bitcoin] fanquake closed pull request #26495: contrib: Speed up systemd boot (master...systemd-after-network) https://github.com/bitcoin/bitcoin/pull/26495
<bitcoin-git> [bitcoin] fanquake closed pull request #25791: validation: change non-standard scriptpubkey error message. (master...nonstandard_scriptpubkey) https://github.com/bitcoin/bitcoin/pull/25791

2023-02-07

<bitcoin-git> [bitcoin] achow101 opened pull request #27058: contrib: Improve verify-commits.py to work with maintainers leaving (master...improve-verify-commits) https://github.com/bitcoin/bitcoin/pull/27058
<bitcoin-git> [bitcoin] fanquake opened pull request #27057: build: set boost cppflags with --enable-fuzz (master...still_set_boost_cppflags_when_enable_fuzz) https://github.com/bitcoin/bitcoin/pull/27057
<bitcoin-git> [bitcoin] fanquake opened pull request #27056: doc: use arch agnostic clang path in fuzzing doc (macOS) (master...macos_fuzzing_doc_arch_agnostic) https://github.com/bitcoin/bitcoin/pull/27056
<bitcoin-git> [gui] MarcoFalke merged pull request #697: Remove reindex special case from the progress bar label (master...2301-gui-reindex-👖) https://github.com/bitcoin-core/gui/pull/697
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fe86616bb4ad...1bcabe6f2ac8
<bitcoin-git> bitcoin/master faff2ba MarcoFalke: Remove reindex special case from the progress bar label
<bitcoin-git> bitcoin/master 1bcabe6 MarcoFalke: Merge bitcoin-core/gui#697: Remove reindex special case from the progress ...
<bitcoin-git> [gui] hebasto closed pull request #655: Persist "mask values" in gui (master...jadi-issue652-persist-mask) https://github.com/bitcoin-core/gui/pull/655
<bitcoin-git> [bitcoin] fanquake merged pull request #26421: build: copy config.{guess,sub} post autogen in zmq package (master...fix_macos_zeromq_older_ubuntu) https://github.com/bitcoin/bitcoin/pull/26421
<bitcoin-git> bitcoin/master 1914e47 fanquake: build: copy config.{guess,sub} post autogen in zmq package
<bitcoin-git> bitcoin/master fe86616 fanquake: Merge bitcoin/bitcoin#26421: build: copy config.{guess,sub} post autogen i...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ab5b26f072a2...fe86616bb4ad
<bitcoin-git> [bitcoin] fanquake merged pull request #21995: build: Make dependency package archive timestamps deterministic (master...210519-repro) https://github.com/bitcoin/bitcoin/pull/21995
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6e08e5cb5cca...ab5b26f072a2
<bitcoin-git> bitcoin/master 6ebe576 Hennadii Stepanov: build: Make dependency package archive timestamps deterministic
<bitcoin-git> bitcoin/master ab5b26f fanquake: Merge bitcoin/bitcoin#21995: build: Make dependency package archive timest...
<bitcoin-git> [bitcoin] fanquake merged pull request #17127: util: Set safe permissions for data directory and `wallets/` subdir (master...20191013-permissions) https://github.com/bitcoin/bitcoin/pull/17127
<bitcoin-git> [bitcoin] fanquake closed pull request #26088: init: Add option for rpccookie permissions (master...2022-09-rpccookie-perms) https://github.com/bitcoin/bitcoin/pull/26088
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/5a80086ec2c1...6e08e5cb5cca
<bitcoin-git> bitcoin/master 8a6219e Hennadii Stepanov: Remove `-sysperms` option
<bitcoin-git> bitcoin/master 581f16e Hennadii Stepanov: Apply default umask in `SetupEnvironment()`
<bitcoin-git> bitcoin/master c9ba4f9 Hennadii Stepanov: test: Add test for file system permissions
<bitcoin-git> [bitcoin] laanwj opened pull request #27054: Remove laanwj from trusted-keys (master...remove-laanwj-key) https://github.com/bitcoin/bitcoin/pull/27054
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26701: contrib: make DNS seeds file an argument in CLI (`makeseeds`) (master...2022-12-seeds-improv) https://github.com/bitcoin/bitcoin/pull/26701
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/52ddbd52f980...5a80086ec2c1
<bitcoin-git> bitcoin/master 1c07500 brunoerg: contrib: make DNS seeds file an argument in CLI
<bitcoin-git> bitcoin/master 5a80086 MarcoFalke: Merge bitcoin/bitcoin#26701: contrib: make DNS seeds file an argument in C...

2023-02-06

<bitcoin-git> [bitcoin] pinheadmz opened pull request #27053: wallet: reuse change dest when re-creating TX with avoidpartialspends (master...change-addresses) https://github.com/bitcoin/bitcoin/pull/27053
<bitcoin-git> [bitcoin] achow101 merged pull request #26345: refactor: modernize the implementation of uint256.* (master...refactor/uint256-modernize) https://github.com/bitcoin/bitcoin/pull/26345
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/aff75463e2c7...52ddbd52f980
<bitcoin-git> bitcoin/master 935acdc pasta: refactor: modernize the implementation of uint256.*
<bitcoin-git> bitcoin/master 52ddbd5 Andrew Chow: Merge bitcoin/bitcoin#26345: refactor: modernize the implementation of uin...
<bitcoin-git> [bitcoin] LarryRuane opened pull request #27052: test: rpc: add last block announcement time to getpeerinfo result (master...2023-02-getpeerinfo) https://github.com/bitcoin/bitcoin/pull/27052
<bitcoin-git> [bitcoin] fanquake closed pull request #21319: RPC/Blockchain: Optimise getblock for simple disk-hex case (master...getblock_optimise) https://github.com/bitcoin/bitcoin/pull/21319
<bitcoin-git> [bitcoin] dergoegge opened pull request #27050: p2p, validation: Don't download witnesses for assumed-valid blocks when running in prune mode (master...2023-02-av-wit-🧙) https://github.com/bitcoin/bitcoin/pull/27050
<bitcoin-git> [bitcoin] fanquake closed pull request #25434: mempool: Add option to bypass contextual timelocks in testmempoolaccept (master...bypass-timelocks) https://github.com/bitcoin/bitcoin/pull/25434
<bitcoin-git> [bitcoin] fanquake closed pull request #25050: CValidationInterface: ValidationInterfaceUnregistering, called when being unregistered (master...validationIF_unregister) https://github.com/bitcoin/bitcoin/pull/25050
<bitcoin-git> [bitcoin] fanquake closed pull request #27049: doc: git install command (master...osx-instructions) https://github.com/bitcoin/bitcoin/pull/27049
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27036: test: Remove last uses of snprintf and simplify (master...2023_02_FixDBWrapperTest) https://github.com/bitcoin/bitcoin/pull/27036
<bitcoin-git> bitcoin/master b803229 John Moffett: Remove use of snprintf and simplify
<bitcoin-git> bitcoin/master aff7546 MarcoFalke: Merge bitcoin/bitcoin#27036: test: Remove last uses of snprintf and simpli...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d8f982603722...aff75463e2c7
<bitcoin-git> [gui] RandyMcMillan closed pull request #702: Map Ctrl+0 to clear RPC console (master...1674512069/5271c77f8/a62231bca-console-clear-key-code) https://github.com/bitcoin-core/gui/pull/702
<bitcoin-git> [bitcoin] BitcoinMechanic opened pull request #27049: git install command (master...osx-instructions) https://github.com/bitcoin/bitcoin/pull/27049
<bitcoin-git> [gui] pablomartin4btc opened pull request #708: qt: mask values on transactions view (master...mask-values-on-transaction-table) https://github.com/bitcoin-core/gui/pull/708
<bitcoin-git> [bitcoin] fanquake closed pull request #27047: Update SECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27047

2023-02-05

<bitcoin-git> [bitcoin] Jazz811 opened pull request #27047: Update SECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27047
<bitcoin-git> [bitcoin] fanquake merged pull request #27030: Update nanobench to version v4.3.10 (master...2023-02-update-nanobench) https://github.com/bitcoin/bitcoin/pull/27030
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8f4ae6581874...d8f982603722
<bitcoin-git> bitcoin/master 82f895d Martin Leitner-Ankerl: Update nanobench to version v4.3.10
<bitcoin-git> bitcoin/master d8f9826 fanquake: Merge bitcoin/bitcoin#27030: Update nanobench to version v4.3.10
<bitcoin-git> [bitcoin] fanquake merged pull request #27009: validation: Skip VerifyDB checks of level =3 if dbcache is too small (master...202301_verifychain_assertfix) https://github.com/bitcoin/bitcoin/pull/27009
<bitcoin-git> bitcoin/master 8f4ae65 fanquake: Merge bitcoin/bitcoin#27009: validation: Skip VerifyDB checks of level >=3...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d71b0e78eb0f...8f4ae6581874
<bitcoin-git> bitcoin/master 61431e3 Martin Zumsande: validation: Skip VerifyDB checks of level >=3 if dbcache is too small
<bitcoin-git> bitcoin/master fe683f3 Martin Zumsande: log: Log VerifyDB Progress over multiple lines
<bitcoin-git> [bitcoin] achow101 closed pull request #27042: Hub dataset added (master...master) https://github.com/bitcoin/bitcoin/pull/27042
<bitcoin-git> [bitcoin] Bhaney44 opened pull request #27042: Hub dataset added (master...master) https://github.com/bitcoin/bitcoin/pull/27042

2023-02-03

<bitcoin-git> [bitcoin] achow101 merged pull request #25966: test: Remove redundant test (master...remove-redundant-test) https://github.com/bitcoin/bitcoin/pull/25966
<bitcoin-git> bitcoin/master fb1c6c1 yancy: test: Remove redundant test
<bitcoin-git> bitcoin/master d71b0e7 Andrew Chow: Merge bitcoin/bitcoin#25966: test: Remove redundant test
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e2ae5c349cd9...d71b0e78eb0f
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27041: Build: Improve handling of suppressed logging in Makefiles (master...2023-02-make-log-test-f) https://github.com/bitcoin/bitcoin/pull/27041
<bitcoin-git> [bitcoin] achow101 merged pull request #27037: rpc: decode Miniscript descriptor when possible in decodescript (master...decodescript_miniscript) https://github.com/bitcoin/bitcoin/pull/27037
<bitcoin-git> bitcoin/master e2ae5c3 Andrew Chow: Merge bitcoin/bitcoin#27037: rpc: decode Miniscript descriptor when possib...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2ccd7be26f0e...e2ae5c349cd9
<bitcoin-git> bitcoin/master dfc9acb Antoine Poinsot: rpc: decode Miniscript descriptor when possible in decodescript
<bitcoin-git> bitcoin/master 6699d85 Antoine Poinsot: doc: release notes for #27037
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/daebf9ebb0c3...2ccd7be26f0e
<bitcoin-git> bitcoin/master fdb8dc8 Andrew Chow: gui: Show watchonly balance only for Legacy wallets
<bitcoin-git> bitcoin/master 2ccd7be Hennadii Stepanov: Merge bitcoin-core/gui#653: Show watchonly balance only for Legacy wallets
<bitcoin-git> [gui] hebasto merged pull request #653: Show watchonly balance only for Legacy wallets (master...show-bal-send) https://github.com/bitcoin-core/gui/pull/653
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/aaa55971f6af...daebf9ebb0c3
<bitcoin-git> bitcoin/master c497a19 John Moffett: Fix comment about how wallet txs are sorted
<bitcoin-git> bitcoin/master daebf9e Hennadii Stepanov: Merge bitcoin-core/gui#705: doc: Fix comment about how wallet txs are sort...
<bitcoin-git> [gui] hebasto merged pull request #705: doc: Fix comment about how wallet txs are sorted (master...2023_01_FixIncorrectCommentTTM) https://github.com/bitcoin-core/gui/pull/705
<bitcoin-git> [bitcoin] pinheadmz opened pull request #27039: blockstorage: do not flush block to disk if it is already there (master...reindex-read-only) https://github.com/bitcoin/bitcoin/pull/27039
<bitcoin-git> [bitcoin] fanquake opened pull request #27038: security-check: test for `_FORTIFY_SOURCE` usage in release binaries (master...sec_check_fortify_source) https://github.com/bitcoin/bitcoin/pull/27038
<bitcoin-git> [bitcoin] darosior opened pull request #27037: rpc: decode Miniscript descriptor when possible in decodescript (master...decodescript_miniscript) https://github.com/bitcoin/bitcoin/pull/27037