2023-02-22

<bitcoin-git> bitcoin/master 7fd125b Andrew Chow: wallet: Be able to unlock the wallet for migration
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/8b4dc94734a2...63893d5eabb6
<bitcoin-git> bitcoin/master dbfa345 Andrew Chow: wallet: Allow MigrateLegacyToDescriptor to take a wallet name
<bitcoin-git> [bitcoin] theuni opened pull request #27144: kernel: add missing include (master...fix-csmain-decl) https://github.com/bitcoin/bitcoin/pull/27144
<bitcoin-git> [bitcoin] roconnor-blockstream opened pull request #27143: test: Replace 0xC0 constant (master...patch-2) https://github.com/bitcoin/bitcoin/pull/27143
<bitcoin-git> [bitcoin] 1440000bytes closed pull request #26868: [WIP] doc: add MAINTAINERS.md (master...maintainers) https://github.com/bitcoin/bitcoin/pull/26868
<bitcoin-git> [bitcoin] fanquake merged pull request #27117: fuzz: avoid redundant dup key checks when creating Miniscript nodes (master...more_efficient_miniscript_fuzzer) https://github.com/bitcoin/bitcoin/pull/27117
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0c579203d265...8b4dc94734a2
<bitcoin-git> bitcoin/master c1b7bd0 Antoine Poinsot: fuzz: avoid redundant dup key checks when creating Miniscript nodes
<bitcoin-git> bitcoin/master 8b4dc94 fanquake: Merge bitcoin/bitcoin#27117: fuzz: avoid redundant dup key checks when cre...
<bitcoin-git> [bitcoin] fanquake merged pull request #25867: lint: enable E722 do not use bare except (master...master) https://github.com/bitcoin/bitcoin/pull/25867
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/80f4979322b5...0c579203d265
<bitcoin-git> bitcoin/master 61bb4e7 Leonardo Lazzaro: lint: enable E722 do not use bare except
<bitcoin-git> bitcoin/master 0c57920 fanquake: Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare except

2023-02-21

<bitcoin-git> [bitcoin] achow101 merged pull request #26347: wallet: ensure the wallet is unlocked when needed for rescanning (master...rescanblockchain_unlock_wallet) https://github.com/bitcoin/bitcoin/pull/26347
<bitcoin-git> bitcoin/master 493b813 ishaanam: wallet: ensure that the passphrase is not deleted from memory when being u...
<bitcoin-git> bitcoin/master 6a5b348 ishaanam: test: test rescanning encrypted wallets
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ad461416025e...80f4979322b5
<bitcoin-git> bitcoin/master 66a86eb ishaanam: wallet: keep track of when the passphrase is needed when rescanning
<bitcoin-git> [bitcoin] achow101 merged pull request #27122: script: BIP341 txdata cannot be precomputed without spent outputs (master...202302_tap_ready_needs_prevouts) https://github.com/bitcoin/bitcoin/pull/27122
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/94070029fb6b...ad461416025e
<bitcoin-git> bitcoin/master 95f12de Pieter Wuille: BIP341 txdata cannot be precomputed without spent outputs
<bitcoin-git> bitcoin/master ad46141 Andrew Chow: Merge bitcoin/bitcoin#27122: script: BIP341 txdata cannot be precomputed w...
<bitcoin-git> [bitcoin] jonatack opened pull request #27138: rpc, test: remove newline escape sequence from wallet warning fields (master...2023-02-rm-newlines-from-wallet-warning-string-field) https://github.com/bitcoin/bitcoin/pull/27138
<bitcoin-git> [bitcoin] roconnor-blockstream opened pull request #27137: Raise PRNG seed log to INFO. (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27137
<bitcoin-git> [bitcoin] ccdle12 closed pull request #27136: 2023.02.21 ci prep (master...2023.02.21-ci-prep) https://github.com/bitcoin/bitcoin/pull/27136
<bitcoin-git> [bitcoin] ccdle12 opened pull request #27136: 2023.02.21 ci prep (master...2023.02.21-ci-prep) https://github.com/bitcoin/bitcoin/pull/27136
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27135: Revert "[contrib] verify-commits: Add MarcoFalke fingerprint" (master...2302-revert-a-commit-🌻) https://github.com/bitcoin/bitcoin/pull/27135
<bitcoin-git> [bitcoin] glozow closed pull request #27133: change txid log format specifier from %i to %s (master...master) https://github.com/bitcoin/bitcoin/pull/27133

2023-02-20

<bitcoin-git> [bitcoin] randydu opened pull request #27133: Update txmempool.cpp (master...master) https://github.com/bitcoin/bitcoin/pull/27133
<bitcoin-git> [bitcoin] fanquake closed pull request #27130: doc: recommend brew install python@3.7 (minimum version) (master...1676913327/0fe225e37/9c47eb450-build-osx-python3.7-minimum) https://github.com/bitcoin/bitcoin/pull/27130
<bitcoin-git> [bitcoin] RandyMcMillan opened pull request #27130: build-osx.md: recommend brew install python@3.7 (minimum version) (master...1676913327/0fe225e37/9c47eb450-build-osx-python3.7-minimum) https://github.com/bitcoin/bitcoin/pull/27130
<bitcoin-git> [bitcoin] fanquake merged 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0f670e0eae43...94070029fb6b
<bitcoin-git> bitcoin/master 14b4921 Matthew Zipkin: wallet: reuse change dest when recreating TX with avoidpartialspends
<bitcoin-git> bitcoin/master 9407002 fanquake: Merge bitcoin/bitcoin#27053: wallet: reuse change dest when re-creating TX...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e996219f9a37...0f670e0eae43
<bitcoin-git> bitcoin/master 7554b1f Sebastian Falbesoner: rpc: fix successful broadcast count in `submitpackage` error msg
<bitcoin-git> bitcoin/master 0f670e0 fanquake: Merge bitcoin/bitcoin#27127: rpc: fix successful broadcast count in `submi...
<bitcoin-git> [bitcoin] fanquake merged pull request #27127: rpc: fix successful broadcast count in `submitpackage` error msg (master...202302-rpc-submitpackages_fix_broadcast_count) https://github.com/bitcoin/bitcoin/pull/27127
<bitcoin-git> [bitcoin] fanquake merged 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/master 7cc7822 Andrew Chow: rpc: Use FlatSigningProvider in decodescript
<bitcoin-git> bitcoin/master 73ec4b2 Andrew Chow: tests: decodescript can infer descriptors for scripts >520 bytes
<bitcoin-git> bitcoin/master e996219 fanquake: Merge bitcoin/bitcoin#27113: rpc: Use a FlatSigningProvider in decodescrip...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0561f344e0ec...e996219f9a37
<bitcoin-git> [bitcoin] fanquake merged pull request #27027: build: use _FORTIFY_SOURCE=3 (master...fortify_source_3) https://github.com/bitcoin/bitcoin/pull/27027
<bitcoin-git> bitcoin/master 0561f34 fanquake: Merge bitcoin/bitcoin#27027: build: use _FORTIFY_SOURCE=3
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/150cc8ef4289...0561f344e0ec
<bitcoin-git> bitcoin/master 4faa4e3 fanquake: build: use _FORTIFY_SOURCE=3
<bitcoin-git> [bitcoin] fanquake merged pull request #27128: test: fix intermittent issue in `p2p_disconnect_ban` (master...2023-02-fix-ban-test-issue) https://github.com/bitcoin/bitcoin/pull/27128
<bitcoin-git> bitcoin/master 1819564 brunoerg: test: fix intermittent issue in `p2p_disconnect_ban`
<bitcoin-git> bitcoin/master 150cc8e fanquake: Merge bitcoin/bitcoin#27128: test: fix intermittent issue in `p2p_disconne...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/446c8f581cf3...150cc8ef4289
<bitcoin-git> [bitcoin] fanquake merged pull request #25950: test: fix test abort for high timeout values (and `--timeout-factor 0`) (master...202208-test-fix_high_timeout_values) https://github.com/bitcoin/bitcoin/pull/25950
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/08b65df1bb5c...446c8f581cf3
<bitcoin-git> bitcoin/master 14302a4 Sebastian Falbesoner: test: fix test abort for high timeout values (and `--timeout-factor 0`)
<bitcoin-git> bitcoin/master 446c8f5 fanquake: Merge bitcoin/bitcoin#25950: test: fix test abort for high timeout values ...
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26247: refactor: Make m_mempool optional in PeerManager (master...2210-opt-mem-🔱) https://github.com/bitcoin/bitcoin/pull/26247
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #27100: ci: Add copyright header check (master...2302-cla-bot-📈) https://github.com/bitcoin/bitcoin/pull/27100
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26817: doc: Bump copyright years to present (headers only) (master...2301-doc-copy-🍼) https://github.com/bitcoin/bitcoin/pull/26817
<bitcoin-git> [bitcoin] brunoerg opened pull request #27128: test: fix intermittent issue in `p2p_disconnect_ban` (master...2023-02-fix-ban-test-issue) https://github.com/bitcoin/bitcoin/pull/27128
<bitcoin-git> [bitcoin] glozow merged pull request #26883: src/node/miner cleanups, follow-ups for #26695 (master...w/n26695-followups) https://github.com/bitcoin/bitcoin/pull/26883
<bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4395b7f0845d...08b65df1bb5c
<bitcoin-git> bitcoin/master ea72c3d stickies-v: refactor: avoid duplicating BlockAssembler::Options members
<bitcoin-git> bitcoin/master cba749a stickies-v: refactor: rename local gArgs to args
<bitcoin-git> bitcoin/master 6a5e88e stickies-v: miner: don't re-apply default Options value if argument is unset
<bitcoin-git> [bitcoin] theStack opened pull request #27127: rpc: fix successful broadcast count in `submitpackage` error msg (master...202302-rpc-submitpackages_fix_broadcast_count) https://github.com/bitcoin/bitcoin/pull/27127

2023-02-19

<bitcoin-git> [bitcoin] PastaPastaPasta opened pull request #27126: refactor: replace all implicit C-style const/const+reinterpret with explicit casts (master...replace-implicit-const-cast) https://github.com/bitcoin/bitcoin/pull/27126
<bitcoin-git> [bitcoin] fanquake merged pull request #26814: refactor: remove windows-only compat.h usage in random (master...prune_compat_random) https://github.com/bitcoin/bitcoin/pull/26814
<bitcoin-git> bitcoin/master 75ec627 fanquake: random: remove compat.h include
<bitcoin-git> bitcoin/master 621cfb7 fanquake: random: consolidate WIN32 #ifdefs
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a245429d680e...4395b7f0845d
<bitcoin-git> bitcoin/master 4dc1281 fanquake: random: use int for MAX_TRIES
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27125: refactor, kernel: Decouple ArgsManager from blockstorage (master...removeBlockstorageArgs) https://github.com/bitcoin/bitcoin/pull/27125

2023-02-18

<bitcoin-git> [bitcoin] pinheadmz opened pull request #27124: docs: add ramdisk guide for running tests on OSX (master...ramdisk-osx) https://github.com/bitcoin/bitcoin/pull/27124

2023-02-17

<bitcoin-git> [bitcoin] achow101 merged pull request #26940: test: create random and coins utils, add amount helper, dedupe add_coin (master...unit-tests-CAmount-generation) https://github.com/bitcoin/bitcoin/pull/26940
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9321df448768...a245429d680e
<bitcoin-git> bitcoin/master 81f5ade Jon Atack: Move random test util code from setup_common to random
<bitcoin-git> bitcoin/master 9d92c3d Jon Atack: Create InsecureRandMoneyAmount() test util helper
<bitcoin-git> bitcoin/master 4275195 Jon Atack: De-duplicate add_coin methods to a test util helper
<bitcoin-git> [bitcoin] achow101 merged pull request #25862: refactor, kernel: Remove gArgs accesses from dbwrapper and txdb (master...pr/dbargs) https://github.com/bitcoin/bitcoin/pull/25862
<bitcoin-git> bitcoin/master c00fa1a Ryan Ofsky: refactor, txdb: Add CoinsViewOptions struct
<bitcoin-git> bitcoin/master 0352258 Ryan Ofsky: refactor, txdb: Use DBParams struct in CBlockTreeDB
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/f722a9bd1322...9321df448768
<bitcoin-git> bitcoin/master 2eaeded Ryan Ofsky: refactor, dbwrapper: Add DBParams and DBOptions structs
<bitcoin-git> [bitcoin] sipa opened pull request #27122: BIP341 txdata cannot be precomputed without spent outputs (master...202302_tap_ready_needs_prevouts) https://github.com/bitcoin/bitcoin/pull/27122
<bitcoin-git> [bitcoin] achow101 merged pull request #20018: p2p: ProcessAddrFetch(-seednode) is unnecessary if -connect is specified (master...seednode-not-needed-with-connect) https://github.com/bitcoin/bitcoin/pull/20018
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/35fbc972082e...f722a9bd1322
<bitcoin-git> bitcoin/master 2555a39 Dhruv Mehta: p2p: ProcessAddrFetch(-seednode) is unnecessary if -connect is specified
<bitcoin-git> bitcoin/master f722a9b Andrew Chow: Merge bitcoin/bitcoin#20018: p2p: ProcessAddrFetch(-seednode) is unnecessa...
<bitcoin-git> [bitcoin] achow101 merged pull request #25619: net: avoid overriding non-virtual ToString() in CService and use better naming (master...CNetAddr_ToString) https://github.com/bitcoin/bitcoin/pull/25619
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/27772d80098b...35fbc972082e
<bitcoin-git> bitcoin/master 043b9de Vasil Dimov: scripted-diff: rename ToStringIP[Port]() to ToStringAddr[Port]()
<bitcoin-git> bitcoin/master 944a9de Vasil Dimov: net: remove CNetAddr::ToString() and use ToStringAddr() instead
<bitcoin-git> bitcoin/master 96c791d Vasil Dimov: net: remove CService::ToString() use ToStringAddrPort() instead
<bitcoin-git> [bitcoin] achow101 merged pull request #26889: refactor: wallet, remove global 'ArgsManager' dependency (master...2022_spkm_keypool_size) https://github.com/bitcoin/bitcoin/pull/26889
<bitcoin-git> bitcoin/master 6c9b342 furszy: refactor: wallet, remove global 'ArgsManager' access
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/fe1b3256888b...27772d80098b
<bitcoin-git> bitcoin/master 3477a28 furszy: wallet: set keypool_size instead of access global args manager
<bitcoin-git> bitcoin/master d8f5fc4 furszy: wallet: set '-walletnotify' script instead of access global args manager
<bitcoin-git> [bitcoin] fanquake closed pull request #27098: refactor: don't avoid sys/types.h when building for Windows (master...windows_can_use_sys_types) https://github.com/bitcoin/bitcoin/pull/27098
<bitcoin-git> [bitcoin] fanquake opened pull request #27118: depends: harden libevent (master...harden_libevent) https://github.com/bitcoin/bitcoin/pull/27118
<bitcoin-git> [bitcoin] hebasto closed pull request #23571: build: Propagate user-defined tools to native packages (master...211122-tools) https://github.com/bitcoin/bitcoin/pull/23571
<bitcoin-git> [bitcoin] darosior opened pull request #27117: fuzz: avoid redundant dup key checks when creating Miniscript nodes (master...more_efficient_miniscript_fuzzer) https://github.com/bitcoin/bitcoin/pull/27117
<bitcoin-git> [bitcoin] vasild opened pull request #27116: doc: clarify that LOCK() does AssertLockNotHeld() internally (master...doc_LOCK_AssertLockNotHeld) https://github.com/bitcoin/bitcoin/pull/27116
<bitcoin-git> [bitcoin] fanquake merged pull request #27029: guix: consolidate to glibc 2.27 for Linux builds (master...glibc_2_27) https://github.com/bitcoin/bitcoin/pull/27029
<bitcoin-git> bitcoin/master d5d4b75 fanquake: guix: combine glibc hardening options into hardened-glibc
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bc35c4f58c50...fe1b3256888b
<bitcoin-git> bitcoin/master 74c9893 fanquake: guix: use glibc 2.27 for all Linux builds
<bitcoin-git> bitcoin/master c49f2b8 fanquake: guix: remove no-longer needed powerpc workaround
<bitcoin-git> [bitcoin] hebasto closed pull request #27060: build: Add CMake-based build system (1 of N) (master...230208-cmake-A) https://github.com/bitcoin/bitcoin/pull/27060
<bitcoin-git> [bitcoin] fanquake merged 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/master bc35c4f fanquake: Merge bitcoin/bitcoin#27106: net: remove orphaned CSubNet::SanityCheck()
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/73966f75f67f...bc35c4f58c50
<bitcoin-git> bitcoin/master 0e01514 Jon Atack: net: remove orphaned CSubNet::SanityCheck()
<bitcoin-git> bitcoin/master 30a3230 Jon Atack: script: remove out-of-date snprintf TODO

2023-02-16

<bitcoin-git> [bitcoin] brunoerg opened pull request #27114: p2p: Allow whitelisting outgoing connections (master...2023-02-outgoing-whitelist) https://github.com/bitcoin/bitcoin/pull/27114
<bitcoin-git> [bitcoin] achow101 merged pull request #25344: New `outputs` argument for `bumpfee`/`psbtbumpfee` (master...bumpfee-extra-outputs) https://github.com/bitcoin/bitcoin/pull/25344
<bitcoin-git> bitcoin/master c0ebb98 Seibart Nedor: wallet: add `outputs` arguments to `bumpfee` and `psbtbumpfee`
<bitcoin-git> bitcoin/master 4c8eccc Seibart Nedor: test: add tests for `outputs` argument to `bumpfee`/`psbtbumpfee`
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/75f0e0b607cd...73966f75f67f
<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