2023-02-28

<bitcoin-git> [bitcoin] fanquake merged pull request #27157: init: Return ChainstateLoadStatus::INTERRUPTED when verification was interrupted. (master...202302_verifydb_followup) https://github.com/bitcoin/bitcoin/pull/27157
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e60a58f1913e...519ec2650e7a
<bitcoin-git> bitcoin/master 7dff7da Martin Zumsande: init: Return more fitting ChainStateLoadStatus if verification was interru...
<bitcoin-git> bitcoin/master c5825e1 Ryan Ofsky: doc: add explanation for fail_on_insufficient_dbcache
<bitcoin-git> bitcoin/master 519ec26 fanquake: Merge bitcoin/bitcoin#27157: init: Return ChainstateLoadStatus::INTERRUPTE...
<bitcoin-git> [bitcoin] fanquake merged pull request #27118: depends: harden libevent (master...harden_libevent) https://github.com/bitcoin/bitcoin/pull/27118
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/710cab1d43e5...e60a58f1913e
<bitcoin-git> bitcoin/master ff4a73a fanquake: depends: use FORTIFY_SOURCE=3 with libevent
<bitcoin-git> bitcoin/master e60a58f fanquake: Merge bitcoin/bitcoin#27118: depends: harden libevent
<bitcoin-git> [bitcoin] fanquake opened pull request #27172: guix: switch to some `minimal` versions of packages in our manifest (master...guix_more_minimal) https://github.com/bitcoin/bitcoin/pull/27172
<bitcoin-git> [bitcoin] fanquake closed pull request #25081: tracing: lock contention analysis (master...2022-05-lock-tracking-2) https://github.com/bitcoin/bitcoin/pull/25081
<bitcoin-git> [bitcoin] theStack opened pull request #27171: test: add coverage for sigop limit policy (`-bytespersigop` setting) (master...202302-add_bytespersigop_test) https://github.com/bitcoin/bitcoin/pull/27171

2023-02-27

<bitcoin-git> [bitcoin] ryanofsky opened pull request #27170: refactor: Stop using gArgs global in system.cpp (master...pr/nogarg) https://github.com/bitcoin/bitcoin/pull/27170
<bitcoin-git> [bitcoin] glozow merged pull request #26878: [24.x] Backports (24.x...24_x_backports) https://github.com/bitcoin/bitcoin/pull/26878
<bitcoin-git> bitcoin/24.x cbcdafa Sebastian Falbesoner: test: wallet: check that labels are migrated to watchonly wallet
<bitcoin-git> bitcoin/24.x 428dcd5 Andrew Chow: wallet: Skip rescanning if wallet is more recent than tip
<bitcoin-git> bitcoin/24.x 342abfb Sebastian Falbesoner: wallet: fully migrate address book entries for watchonly/solvable wallets
<bitcoin-git> [bitcoin] glozow pushed 20 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/2b87e905857b...c8c85ca16e6a
<bitcoin-git> [bitcoin] achow101 merged pull request #26032: wallet: skip R-value signature grinding for external signers (master...2022/09/external-signer-feerate) https://github.com/bitcoin/bitcoin/pull/26032
<bitcoin-git> bitcoin/master 807de2c Sjors Provoost: wallet: skip R-value grinding for external signers
<bitcoin-git> bitcoin/master 710cab1 Andrew Chow: Merge bitcoin/bitcoin#26032: wallet: skip R-value signature grinding for e...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/82793f198491...710cab1d43e5
<bitcoin-git> bitcoin/master 72b763e Sjors Provoost: wallet: annotate bools in descriptor SPKM FillPSBT()
<bitcoin-git> [bitcoin] hebasto reopened pull request #26878: [24.x] Backports (24.x...24_x_backports) https://github.com/bitcoin/bitcoin/pull/26878
<bitcoin-git> [bitcoin] hebasto closed pull request #26878: [24.x] Backports (24.x...24_x_backports) https://github.com/bitcoin/bitcoin/pull/26878
<gribble> https://github.com/bitcoin/bitcoin/issues/26878 | [24.x] Backports by fanquake · Pull Request #26878 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #27146: Fix various libbitcoinkernel DLL build problems (master...fix-dll-exports3) https://github.com/bitcoin/bitcoin/pull/27146
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a2877f7ad3a5...82793f198491
<bitcoin-git> bitcoin/master 9c253d2 Cory Fields: build: don't define DLL_EXPORT for windows
<bitcoin-git> bitcoin/master 545a74e Cory Fields: build: fix bitcoin-chainstate when libbitcoinkernel is static
<bitcoin-git> bitcoin/master 130490a Cory Fields: build: always build bitcoin-chainstate against static libbitcoinkernel
<bitcoin-git> [bitcoin] hebasto opened pull request #27169: Update translations for 25.0 string freeze (master...230227-translation) https://github.com/bitcoin/bitcoin/pull/27169
<bitcoin-git> [bitcoin] fanquake merged pull request #25227: Handle invalid hex encoding in ParseHex (master...2205-reject-non-hex-🌲) https://github.com/bitcoin/bitcoin/pull/25227
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/873dcc19102f...a2877f7ad3a5
<bitcoin-git> bitcoin/master fa3549a MarcoFalke: test: Add hex parse unit tests
<bitcoin-git> bitcoin/master faab273 MarcoFalke: util: Return empty vector on invalid hex encoding
<bitcoin-git> bitcoin/master a2877f7 fanquake: Merge bitcoin/bitcoin#25227: Handle invalid hex encoding in ParseHex
<bitcoin-git> [bitcoin] sipa closed pull request #26486: p2p: Batch send NOTFOUND messages (master...202211_batchnotfound) https://github.com/bitcoin/bitcoin/pull/26486
<bitcoin-git> [bitcoin] glozow merged 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/master 5497c14 Andrew Chow: verify-commits: Use merge-tree in clean merge check
<bitcoin-git> bitcoin/master 76923bf Andrew Chow: verify-commits: Remove all allowed commit exceptions
<bitcoin-git> bitcoin/master 53b07b2 Andrew Chow: verify-commits: Move trusted-keys valid sig check into verify-commits itse...
<bitcoin-git> [bitcoin] glozow pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/be2e748f378f...873dcc19102f

2023-02-25

<bitcoin-git> [bitcoin] sipa opened pull request #27165: Improve miniscript_{stable,smart} fuzzer ability to avoid too large scripts (master...202302_miniscript_fuzz_limits) https://github.com/bitcoin/bitcoin/pull/27165

2023-02-24

<bitcoin-git> [bitcoin] mzumsande opened pull request #27157: 25574 followups (VerifyDB error handling) (master...202302_verifydb_followup) https://github.com/bitcoin/bitcoin/pull/27157
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<gribble> https://github.com/bitcoin/bitcoin/issues/25634 | wallet, tests: Expand and test when the blank wallet flag should be un/set by achow101 · Pull Request #25634 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Wallet Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack vasild
<core-meetingbot> Meeting started Fri Feb 24 19:01:16 2023 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] instagibbs opened pull request #27155: Expand scantxoutset help text to cover tr() and miniscript (master...scantxoutset_tr_ms) https://github.com/bitcoin/bitcoin/pull/27155
<bitcoin-git> [bitcoin] glozow merged pull request #27154: doc: mention sanitizer suppressions in developer docs (master...sanitizers_dev_notes) https://github.com/bitcoin/bitcoin/pull/27154
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6758bd7de75d...be2e748f378f
<bitcoin-git> bitcoin/master 84ca5b3 fanquake: doc: mention sanitizer suppressions in developer docs
<bitcoin-git> bitcoin/master be2e748 glozow: Merge bitcoin/bitcoin#27154: doc: mention sanitizer suppressions in develo...
<bitcoin-git> [bitcoin] fanquake opened pull request #27154: doc: mention sanitizer suppressions in developer docs (master...sanitizers_dev_notes) https://github.com/bitcoin/bitcoin/pull/27154
<bitcoin-git> [bitcoin] glozow merged pull request #27135: Remove MarcoFalke fingerprint, update trusted-git-root (master...2302-revert-a-commit-🌻) https://github.com/bitcoin/bitcoin/pull/27135
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cb25c21921c7...6758bd7de75d
<bitcoin-git> bitcoin/master fab17f0 MarcoFalke: Revert "[contrib] verify-commits: Add MarcoFalke fingerprint"
<bitcoin-git> bitcoin/master 6758bd7 glozow: Merge bitcoin/bitcoin#27135: Remove MarcoFalke fingerprint, update trusted...
<bitcoin-git> [bitcoin] fanquake opened pull request #27153: guix: pass `--enable-initfini-array` to release GCC (master...guix_gcc_init_fini_array) https://github.com/bitcoin/bitcoin/pull/27153
<bitcoin-git> [bitcoin] fanquake merged pull request #27151: util: Remove duplicate include (master...2023-02-rm-extra-include) https://github.com/bitcoin/bitcoin/pull/27151
<bitcoin-git> bitcoin/master cb25c21 fanquake: Merge bitcoin/bitcoin#27151: util: Remove duplicate include
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1258af40c0d3...cb25c21921c7
<bitcoin-git> bitcoin/master e846269 Andrew Chow: util: Remove duplicate include

2023-02-23

<bitcoin-git> [bitcoin] achow101 opened pull request #27151: util: Remove duplicate include (master...2023-02-rm-extra-include) https://github.com/bitcoin/bitcoin/pull/27151
<bitcoin-git> [bitcoin] achow101 merged 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/master 56e370f willcl-ark: util: add ArgsManager datadir helper functions
<bitcoin-git> bitcoin/master 64c1054 willcl-ark: util: make GetDataDir read-only & create datadir..
<bitcoin-git> bitcoin/master 1258af4 Andrew Chow: Merge bitcoin/bitcoin#27073: Convert ArgsManager::GetDataDir to a read-onl...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c033720b2bc7...1258af40c0d3
<bitcoin-git> [bitcoin] ryanofsky opened pull request #27150: Deduplicate bitcoind and bitcoin-qt init code (master...pr/oneconfig) https://github.com/bitcoin/bitcoin/pull/27150
<bitcoin-git> [bitcoin] achow101 merged pull request #16195: util: Use void* throughout support/lockedpool.h (master...2019-06-arena-key) https://github.com/bitcoin/bitcoin/pull/16195
<bitcoin-git> bitcoin/master c033720 Andrew Chow: Merge bitcoin/bitcoin#16195: util: Use void* throughout support/lockedpool...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b7702bd546ed...c033720b2bc7
<bitcoin-git> bitcoin/master f36d1d5 Jeffrey Czyz: Use void* throughout support/lockedpool.h
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<gribble> https://github.com/bitcoin/bitcoin/issues/26152 | Bump unconfirmed ancestor transactions to target feerate by Xekyo · Pull Request #26152 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27021 | Implement Mini version of BlockAssembler to calculate mining scores by Xekyo · Pull Request #27021 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22693 | RPC/Wallet: Add "use_txids" to output of getaddressinfo by luke-jr · Pull Request #22693 · bitcoin/bitcoin · GitHub
<achow101> https://github.com/orgs/bitcoin/projects/1/views/1 Anything to add/remove/merge?
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack vasild
<core-meetingbot> Meeting started Thu Feb 23 19:00:08 2023 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] achow101 merged pull request #25943: rpc: Add a parameter to sendrawtransaction which sets a maximum value for unspendable outputs. (master...wip-opreturn_nz) https://github.com/bitcoin/bitcoin/pull/25943
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/32f9ce0f52b7...b7702bd546ed
<bitcoin-git> bitcoin/master 04f270b David Gumberg: Add test for unspendable transactions and parameter 'maxburnamount' to sen...
<bitcoin-git> bitcoin/master 7013da0 David Gumberg: Add release note for PR#25943
<bitcoin-git> bitcoin/master b7702bd Andrew Chow: Merge bitcoin/bitcoin#25943: rpc: Add a parameter to sendrawtransaction wh...
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25429: refactor: Avoid UniValue copies (master...2206-uni-copy-👾) https://github.com/bitcoin/bitcoin/pull/25429
<jamesob> instagibbs: actually there's more stuff. It's the second set of commits here (from f7596bf on): https://github.com/bitcoin/bitcoin/pull/15606/commits
<bitcoin-git> [bitcoin] hebasto closed pull request #25020: contrib: Check symbols in the `bitcoinconsensus` shared library (master...220428-shared) https://github.com/bitcoin/bitcoin/pull/25020
<bitcoin-git> [bitcoin] hebasto closed pull request #24994: build: Build `libbitcoinconsensus` from its own convenience library (master...220426-consensus) https://github.com/bitcoin/bitcoin/pull/24994
<bitcoin-git> [bitcoin] fanquake merged pull request #27124: docs: add ramdisk guide for running tests on OSX (master...ramdisk-osx) https://github.com/bitcoin/bitcoin/pull/27124
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/832fa2d23800...32f9ce0f52b7
<bitcoin-git> bitcoin/master 2f84ad7 Matthew Zipkin: docs: add ramdisk guide for running tests on OSX
<bitcoin-git> bitcoin/master 32f9ce0 fanquake: Merge bitcoin/bitcoin#27124: docs: add ramdisk guide for running tests on ...

2023-02-22

<bitcoin-git> [bitcoin] theuni opened pull request #27146: Fix various libbitcoinkernel DLL build problems (master...fix-dll-exports3) https://github.com/bitcoin/bitcoin/pull/27146
<gribble> https://github.com/bitcoin/bitcoin/issues/26152 | Bump unconfirmed ancestor transactions to target feerate by Xekyo · Pull Request #26152 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27021 | Implement Mini version of BlockAssembler to calculate mining scores by Xekyo · Pull Request #27021 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] achow101 merged pull request #25574: validation: Improve error handling when VerifyDB dosn't finish successfully (master...202207_verifychain) https://github.com/bitcoin/bitcoin/pull/25574
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/9f6ef0c156ac...832fa2d23800
<bitcoin-git> bitcoin/master 6360b53 Martin Zumsande: validation: Change return value of VerifyDB to enum type
<bitcoin-git> bitcoin/master d6f781f Martin Zumsande: validation: return VerifyDBResult::INTERRUPTED if verification was interru...
<bitcoin-git> bitcoin/master 0c7785b Martin Zumsande: init, validation: Improve handling if VerifyDB() fails due to insufficient...
<bitcoin-git> [bitcoin] ishaanam opened pull request #27145: wallet: when a block is disconnected, update transactions that are no longer conflicted (master...mark_not_conflicted_inactive) https://github.com/bitcoin/bitcoin/pull/27145
<bitcoin-git> [bitcoin] fanquake merged pull request #27143: test: Replace 0xC0 constant (master...patch-2) https://github.com/bitcoin/bitcoin/pull/27143
<bitcoin-git> bitcoin/master c3b4b5a roconnor-blockstream: test: Replace 0xC0 constant
<bitcoin-git> bitcoin/master 9f6ef0c fanquake: Merge bitcoin/bitcoin#27143: test: Replace 0xC0 constant
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e5553458658...9f6ef0c156ac
<bitcoin-git> [bitcoin] achow101 merged pull request #27068: wallet: SecureString to allow null characters (master...2023_02_SecurerSecureString) https://github.com/bitcoin/bitcoin/pull/27068
<bitcoin-git> bitcoin/master b4bdabc John Moffett: doc: Release notes for 27068
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/174f022f68ce...5e5553458658
<bitcoin-git> bitcoin/master 00a0861 John Moffett: Pass all characters to SecureString including nulls
<bitcoin-git> bitcoin/master 4b1205b John Moffett: Test case for passphrases with null characters
<bitcoin-git> [bitcoin] fanquake merged pull request #27144: kernel: add missing include (master...fix-csmain-decl) https://github.com/bitcoin/bitcoin/pull/27144
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/30874a7cc9e8...174f022f68ce
<bitcoin-git> bitcoin/master 49d01f3 Cory Fields: kernel: add missing include
<bitcoin-git> bitcoin/master 174f022 fanquake: Merge bitcoin/bitcoin#27144: kernel: add missing include
<bitcoin-git> [bitcoin] fanquake merged pull request #26837: I2P network optimizations (master...i2p_session_pool) https://github.com/bitcoin/bitcoin/pull/26837
<bitcoin-git> bitcoin/master 801b405 Vasil Dimov: i2p: lower the number of tunnels for transient sessions
<bitcoin-git> bitcoin/master 3c1de03 Vasil Dimov: i2p: use consistent number of tunnels with i2pd and Java I2P
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c6e65a102c80...30874a7cc9e8
<bitcoin-git> bitcoin/master b906b64 Vasil Dimov: i2p: reuse created I2P sessions if not used
<bitcoin-git> [bitcoin] fanquake merged pull request #27137: test: Raise PRNG seed log to INFO (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27137
<bitcoin-git> bitcoin/master 4d84eae roconnor-blockstream: Raise PRNG seed log to INFO.
<bitcoin-git> bitcoin/master c6e65a1 fanquake: Merge bitcoin/bitcoin#27137: test: Raise PRNG seed log to INFO
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/63893d5eabb6...c6e65a102c80
<bitcoin-git> [bitcoin] fanquake merged pull request #26595: wallet: be able to specify a wallet name and passphrase to migratewallet (master...migratewallet-by-name-and-passphrase) https://github.com/bitcoin/bitcoin/pull/26595
<bitcoin-git> bitcoin/master 6bdbc5f Andrew Chow: rpc: Allow users to specify wallet name for migratewallet
<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
<theHeap> Bitcoin Core version v23.99.0-f4e5d704f24a
<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
<sipa> I mean you're overloading Bitcoin Core with tons of slow RPCs, there isn't much that can be done.
<theHeap> The falling call mentioned in the issue is same.. https://github.com/bitcoin/bitcoin/issues/25724#issuecomment-1213554922
<willcl_ark> There seems to be a similar issue here: https://github.com/bitcoin/bitcoin/issues/25724
<hebasto> is there any reason for Bitcoin Core binaries to support files larger than 2 GiB on 32-bit systems?
<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
<gribble> https://github.com/bitcoin/bitcoin/issues/25725 | consensus: Remove mainnet checkpoints by sdaftuar · Pull Request #25725 · bitcoin/bitcoin · GitHub
<jonatack> _aj_: congrats on bitcoin inquisition 24 and its op_vault and annex datacarrier PRs
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<gribble> https://github.com/bitcoin/bitcoin/issues/27100 | ci: Add copyright header check by MarcoFalke · Pull Request #27100 · bitcoin/bitcoin · GitHub
<kanzure> "This code was written by some bitcoin developers in 2023. They still did that in 2023, even if you are in 2024!"
<gribble> https://github.com/bitcoin/bitcoin/issues/26817 | doc: Remove copyright years (headers only) by MarcoFalke · Pull Request #26817 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27011 | Add simulation-based `CCoinsViewCache` fuzzer by sipa · Pull Request #27011 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/25325 | Add pool based memory resource by martinus · Pull Request #25325 · bitcoin/bitcoin · GitHub
<pinheadmz> guess im chasing concept ack on https://github.com/bitcoin/bitcoin/pull/27101
<achow101> #bitcoin-core-dev Meeting: achow101 aj amiti ariard b10c BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik petertodd
<core-meetingbot> Meeting started Thu Feb 16 19:00:42 2023 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<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