2023-07-27

<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 TheCharlatan vasild
<bitcoin-git> [bitcoin] fanquake merged pull request #28164: test: remove unused code in `wallet_fundrawtransaction` (master...2023-07-fix-test-fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/28164
<bitcoin-git> bitcoin/master dfe2dc1 fanquake: Merge bitcoin/bitcoin#28164: test: remove unused code in `wallet_fundrawtr...
<bitcoin-git> bitcoin/master 0fc3dee brunoerg: test: remove unecessary `decoderawtransaction` calls
<bitcoin-git> bitcoin/master 108c625 brunoerg: test: remove unused `totalOut` code
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/04f66ce500b7...dfe2dc1d8443
<bitcoin-git> [bitcoin] ChrisCho-H opened pull request #28169: script: check op_verif and op_vernotif (master...script/check-op-verif) https://github.com/bitcoin/bitcoin/pull/28169
<bitcoin-git> [bitcoin] fanquake merged pull request #28092: ci: document that -Wreturn-type has been fixed upstream (mingw-w64) (master...update_windows_return_type_docs) https://github.com/bitcoin/bitcoin/pull/28092
<bitcoin-git> bitcoin/master 04f66ce fanquake: Merge bitcoin/bitcoin#28092: ci: document that -Wreturn-type has been fixe...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f57e724a809f...04f66ce500b7
<bitcoin-git> bitcoin/master 08eb5f1 fanquake: ci: document that -Wreturn-type has been fixed upstream (Windows)
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28168: refactor: Remove unused raw-pointer read helper from univalue (master...2307-remove-code-) https://github.com/bitcoin/bitcoin/pull/28168
<bitcoin-git> [bitcoin] willcl-ark opened pull request #28167: init: Add option for rpccookie permissions (replace 26088) (master...2023-07-rpccookie-perms) https://github.com/bitcoin/bitcoin/pull/28167
<PaperSword> example https://github.com/bitcoin/bitcoin/blob/f57e724a809feb139c5ae71c4db65635427e4802/src/bech32.cpp#L400 .size is called many times against the input argument.

2023-07-26

<bitcoin-git> [bitcoin] jonatack opened pull request #28166: test, rpc: invalid sighashtype coverage (master...2023-07-invalid-sighashtype-test-coverage) https://github.com/bitcoin/bitcoin/pull/28166
<bitcoin-git> [bitcoin] sipa opened pull request #28165: net: transport abstraction (master...202307_merge_sers) https://github.com/bitcoin/bitcoin/pull/28165
<bitcoin-git> [bitcoin] brunoerg opened pull request #28164: test: remove unused code in `wallet_fundrawtransaction` (master...2023-07-fix-test-fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/28164
<jamesob> Man our fuzzing infra is great. So much of BIP-324 tested in such a concise form. https://github.com/bitcoin/bitcoin/pull/28008/files#diff-855431d383089094f7fe484913eb6fbe31e2be95fd70809941f01ea3f5b288d6
<bitcoin-git> [bitcoin] fanquake merged pull request #28127: refactor: Remove C-style const-violating cast, Use reinterpret_cast (master...2307-no-const-cast-) https://github.com/bitcoin/bitcoin/pull/28127
<bitcoin-git> bitcoin/master fa9108f MarcoFalke: refactor: Use reinterpret_cast where appropriate
<bitcoin-git> bitcoin/master fa6394d MarcoFalke: refactor: Remove unused C-style casts
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f033a981ed72...f57e724a809f
<bitcoin-git> bitcoin/master 3333f95 MarcoFalke: refactor: Avoid casting away constness
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28162: refactor: Revert additional univalue check in ParseSighashString (master...kernelRmUnivalueFollowup) https://github.com/bitcoin/bitcoin/pull/28162
<bitcoin-git> [bitcoin] fanquake merged pull request #28139: test: create wallet specific for test_locked_wallet case (master...2023_isolate_test_locked_wallet) https://github.com/bitcoin/bitcoin/pull/28139
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c2ff87e1fa35...f033a981ed72
<bitcoin-git> bitcoin/master c648bdb furszy: test: create wallet specific for test_locked_wallet case
<bitcoin-git> bitcoin/master f033a98 fanquake: Merge bitcoin/bitcoin#28139: test: create wallet specific for test_locked_...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28161: ci: Move ASan USDT to persistent_worker (master...2307-ci-worker-001-) https://github.com/bitcoin/bitcoin/pull/28161
<bitcoin-git> [bitcoin] fanquake merged pull request #28150: test: Avoid intermittent issues due to async events in validationinterface_tests (master...2307-test-no-async-) https://github.com/bitcoin/bitcoin/pull/28150
<bitcoin-git> bitcoin/master c2ff87e fanquake: Merge bitcoin/bitcoin#28150: test: Avoid intermittent issues due to async ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4517e2f4d433...c2ff87e1fa35
<bitcoin-git> bitcoin/master faca9a3 MarcoFalke: test: Avoid intermittent issues due to async events in validationinterface...
<bitcoin-git> [bitcoin] fanquake merged pull request #28147: suppressions: note that `type:ClassName::MethodName` should be used (master...suppressions_class_func) https://github.com/bitcoin/bitcoin/pull/28147
<bitcoin-git> bitcoin/master d0c6cc4 fanquake: suppressions: note that 'type:ClassName::MethodName' should be used
<bitcoin-git> bitcoin/master 4517e2f fanquake: Merge bitcoin/bitcoin#28147: suppressions: note that `type:ClassName::Meth...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8fba5dfc1029...4517e2f4d433
<bitcoin-git> [bitcoin] fanquake merged pull request #27529: test: fix `feature_addrman.py` on big-endian systems (master...test-fix_feature_addrman_on_big_endian_systems) https://github.com/bitcoin/bitcoin/pull/27529
<bitcoin-git> bitcoin/master 8fba5df fanquake: Merge bitcoin/bitcoin#27529: test: fix `feature_addrman.py` on big-endian ...
<bitcoin-git> bitcoin/master 53c990a Sebastian Falbesoner: test: fix `feature_addrman.py` on big-endian systems
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/95d523fabb44...8fba5dfc1029
<bitcoin-git> [bitcoin] fanquake merged pull request #28145: valgrind: add suppression for bug 472219 (master...supress_valgrind_472219) https://github.com/bitcoin/bitcoin/pull/28145
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54fe963a53f8...95d523fabb44
<bitcoin-git> bitcoin/master 95d523f fanquake: Merge bitcoin/bitcoin#28145: valgrind: add suppression for bug 472219
<bitcoin-git> bitcoin/master 50f7214 fanquake: valgrind: add suppression for bug 472219
<bitcoin-git> [bitcoin] fanquake merged pull request #28035: test: Ignore UTF-8 errors in assert_debug_log (master...2307-test-utf8-) https://github.com/bitcoin/bitcoin/pull/28035
<bitcoin-git> bitcoin/master fa6bb85 MarcoFalke: test: Ignore UTF-8 errors in assert_debug_log
<bitcoin-git> bitcoin/master fa3d729 MarcoFalke: lint: Ignore check_fileopens failure on **kwargs
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/32c15237b656...54fe963a53f8
<bitcoin-git> bitcoin/master fa63326 MarcoFalke: test: Fix debug_log_size helper
<bitcoin-git> [bitcoin] russeree opened pull request #28160: Bech32 LocateErrors "Bech32 string too short" case (master...bech32_min_size) https://github.com/bitcoin/bitcoin/pull/28160

2023-07-25

<bitcoin-git> [bitcoin] achow101 merged pull request #27930: util: Don't derive secure_allocator from std::allocator (master...master) https://github.com/bitcoin/bitcoin/pull/27930
<bitcoin-git> bitcoin/master 32c1523 Andrew Chow: Merge bitcoin/bitcoin#27930: util: Don't derive secure_allocator from std:...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1ed8a0f8d264...32c15237b656
<bitcoin-git> bitcoin/master 07c59ed Casey Carter: Don't derive secure_allocator from std::allocator
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #28157: test doc: tests `acceptstalefeeestimates` option is only supported on regtest chain (master...07-2023-avoid-serving-stale-fees-follow-up) https://github.com/bitcoin/bitcoin/pull/28157
<bitcoin-git> [bitcoin] achow101 merged pull request #28113: kernel: Remove UniValue from kernel library (master...kernelRmUnivalue) https://github.com/bitcoin/bitcoin/pull/28113
<bitcoin-git> bitcoin/master 1ed8a0f Andrew Chow: Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel library
<bitcoin-git> bitcoin/master 10eb3a9 TheCharlatan: kernel: Split ParseSighashString
<bitcoin-git> bitcoin/master 6960c81 TheCharlatan: kernel: Remove Univalue from kernel library
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e35fb7bc48d3...1ed8a0f8d264
<bitcoin-git> [bitcoin] sr-gi opened pull request #28155: Improves addnode / m_added_nodes logic (master...202307-addednodeinfo) https://github.com/bitcoin/bitcoin/pull/28155
<bitcoin-git> [bitcoin] theStack opened pull request #28154: test: refactor: deduplicate segwitv0 ECDSA signing for tx inputs (master...202307-test-deduplicate_segwitv0_input_signing) https://github.com/bitcoin/bitcoin/pull/28154
<bitcoin-git> [bitcoin] brunoerg opened pull request #28153: fuzz: add target for `ScriptPubKeyMan` (legacy) (master...2023-07-fuzz-scriptpubkey-legacy) https://github.com/bitcoin/bitcoin/pull/28153
<bitcoin-git> [bitcoin] instagibbs opened pull request #28152: Add benchmark for miniminer (master...2023-07-miniminer_bench) https://github.com/bitcoin/bitcoin/pull/28152
<bitcoin-git> [bitcoin] fanquake opened pull request #28151: [WIP] guix: use `-muse-unaligned-vector-move` for Windows builds (master...win_muse_unaligned_vector_move) https://github.com/bitcoin/bitcoin/pull/28151
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28150: test: Avoid intermittent issues due to async events in validationinterface_tests (master...2307-test-no-async-) https://github.com/bitcoin/bitcoin/pull/28150
<bitcoin-git> [bitcoin] stickies-v opened pull request #28149: Net processing: clamp PeerManager::Options user input (master...2023-07/peerman-opts-check-bounds) https://github.com/bitcoin/bitcoin/pull/28149
<bitcoin-git> [bitcoin] stickies-v opened pull request #28148: Refactor: consistently use ApplyArgsManOptions for PeerManager::Options (master...2023-07/blocksonly-peerman-opts) https://github.com/bitcoin/bitcoin/pull/28148
<bitcoin-git> [bitcoin] fanquake opened pull request #28147: suppressions: note that `type:ClassName::MethodName` should be used (master...suppressions_class_func) https://github.com/bitcoin/bitcoin/pull/28147
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #28089: test: Bump walletpassphrase timeout to avoid intermittent issue (master...2307-test-int-time-) https://github.com/bitcoin/bitcoin/pull/28089
<bitcoin-git> [bitcoin] fanquake merged pull request #28124: fuzz: Re-enable symbolize=1 in ASAN_OPTIONS (master...2307-fuzz-sym-) https://github.com/bitcoin/bitcoin/pull/28124
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c97270d72256...e35fb7bc48d3
<bitcoin-git> bitcoin/master faa8c1b MarcoFalke: fuzz: Re-enable symbolize=1 in ASAN_OPTIONS
<bitcoin-git> bitcoin/master e35fb7b fanquake: Merge bitcoin/bitcoin#28124: fuzz: Re-enable symbolize=1 in ASAN_OPTIONS
<bitcoin-git> [bitcoin] fanquake merged pull request #27499: net processing, refactor: Decouple PeerManager from gArgs (master...2023-04-peerman-opts) https://github.com/bitcoin/bitcoin/pull/27499
<bitcoin-git> bitcoin/master fa9e6d8 dergoegge: [net processing] Move -txreconciliation to PeerManager::Options
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/d23fda05842b...c97270d72256
<bitcoin-git> bitcoin/master 4cfb7b9 dergoegge: [net processing] Use ignore_incoming_txs from m_opts
<bitcoin-git> bitcoin/master 8b87725 dergoegge: [net processing] Introduce PeerManager options
<bitcoin-git> [bitcoin] fanquake opened pull request #28145: valgrind: add suppression for bug 472219 (master...supress_valgrind_472219) https://github.com/bitcoin/bitcoin/pull/28145
<bitcoin-git> [bitcoin] mzumsande opened pull request #28144: test: fix intermittent timeout in p2p_getaddr_caching.py (master...202307_getaddr_caching_fix) https://github.com/bitcoin/bitcoin/pull/28144

2023-07-24

<bitcoin-git> [gui] achow101 opened pull request #747: gui: Open fully encrypted wallets (master...gui-fully-encrypted-wallets) https://github.com/bitcoin-core/gui/pull/747
<bitcoin-git> [bitcoin] achow101 opened pull request #28142: wallet: Allow users to create a wallet that encrypts all database records (master...encrypt-watch-only) https://github.com/bitcoin/bitcoin/pull/28142
<bitcoin-git> [bitcoin] pinheadmz closed pull request #28141: [TASK 0] FIRST CHANGE IN MY BLOCKCHAIN (master...master) https://github.com/bitcoin/bitcoin/pull/28141
<bitcoin-git> [bitcoin] donCallm opened pull request #28141: [TASK 0] FIRST CHANGE IN MY BLOCKCHAIN (master...master) https://github.com/bitcoin/bitcoin/pull/28141
<bitcoin-git> [bitcoin] fanquake closed pull request #28140: [TASK 0] FIRST CHANGE IN MY BLOCKCHAIN (master...master) https://github.com/bitcoin/bitcoin/pull/28140
<bitcoin-git> [bitcoin] donCallm opened pull request #28140: [TASK 0] FIRST CHANGE IN MY BLOCKCHAIN (master...master) https://github.com/bitcoin/bitcoin/pull/28140
<bitcoin-git> [bitcoin] furszy opened pull request #28139: test: create wallet specific for test_locked_wallet case (master...2023_isolate_test_locked_wallet) https://github.com/bitcoin/bitcoin/pull/28139
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28138: ci: Keep system env vars as-is (bugfix) (master...2307-ci-system-env-) https://github.com/bitcoin/bitcoin/pull/28138
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #21652: ci: Switch more tasks to self-hosted (master...2104-ciMoreSelf) https://github.com/bitcoin/bitcoin/pull/21652
<bitcoin-git> [bitcoin] jonatack opened pull request #28136: refactor: move GetServicesNames from rpc/util.{h,cpp} to rpc/net.cpp (master...2023-07-move-GetServicesNames-to-its-call-unit) https://github.com/bitcoin/bitcoin/pull/28136
<bitcoin-git> [bitcoin] achow101 closed pull request #28135: v 25.0.3 (master...master) https://github.com/bitcoin/bitcoin/pull/28135

2023-07-23

<bitcoin-git> [bitcoin] bitcoinfinancier opened pull request #28135: v 25.0.3 (master...master) https://github.com/bitcoin/bitcoin/pull/28135
<bitcoin-git> [bitcoin] jonatack opened pull request #28134: rpc, util: deduplicate AmountFromValue() using util::Result (master...2023-07-dedupe-AmountFromValue) https://github.com/bitcoin/bitcoin/pull/28134
<kenshir0> hi! are there plans to add Payjoin to Bitcoin Core? It would be great to have some option for private payments, even if it requires both parties are online.
<bitcoin-git> [bitcoin] petertodd opened pull request #28132: Enable full-rbf by default (master...2023-07-enable-full-rbf) https://github.com/bitcoin/bitcoin/pull/28132
<bitcoin-git> [bitcoin] hebasto opened pull request #28131: Add UBSan `-fsanitize=integer` suppressions for `src/secp256k1` subtree (master...230723-ubsan) https://github.com/bitcoin/bitcoin/pull/28131
<bitcoin-git> [bitcoin] petertodd closed pull request #27261: Ignore datacarrier limits for dataless OP_RETURN outputs (master...2023-03-allow-empty-op-return) https://github.com/bitcoin/bitcoin/pull/27261
<bitcoin-git> [bitcoin] petertodd opened pull request #28130: Remove arbitrary restrictions on OP_RETURN by default (master...2023-07-unlimit-op-return) https://github.com/bitcoin/bitcoin/pull/28130

2023-07-22

<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28127: Remove C-style const-violating cast, Use reinterpret_cast (master...2307-no-const-cast-) https://github.com/bitcoin/bitcoin/pull/28127
<bitcoin-git> [bitcoin] furszy opened pull request #28126: wallet legacy: bugfix, disallow importing invalid scripts via importaddress (master...2023_bugfix_wallet_importaddress) https://github.com/bitcoin/bitcoin/pull/28126
<bitcoin-git> [bitcoin] furszy opened pull request #28125: wallet: bugfix, disallow migration of invalid scripts (master...2023_wallet_bugfix_migration_invalid_scripts) https://github.com/bitcoin/bitcoin/pull/28125
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28124: fuzz: Re-enable symbolize=1 in ASAN_OPTIONS (master...2307-fuzz-sym-) https://github.com/bitcoin/bitcoin/pull/28124
<bitcoin-git> [bitcoin] luke-jr opened pull request #28123: Bugfix: RPC: Remove quotes from non-string oneline descriptions (master...fix_nonstring_onelinedesc) https://github.com/bitcoin/bitcoin/pull/28123

2023-07-21

<bitcoin-git> [bitcoin] josibake opened pull request #28122: Silent Payments: Implement BIP352 (master...implement-bip352) https://github.com/bitcoin/bitcoin/pull/28122
<bitcoin-git> [gui] achow101 reopened pull request #497: Enable users to configure their monospace font specifically (master...qt_fontsel) https://github.com/bitcoin-core/gui/pull/497
<bitcoin-git> [bitcoin] pinheadmz opened pull request #28121: include verbose debug messages in testmempoolaccept reject-reason (master...tma-debug) https://github.com/bitcoin/bitcoin/pull/28121
<bitcoin-git> [bitcoin] furszy opened pull request #28120: p2p: make block download logic aware of limited peers threshold (master...2023_net_limited_peers) https://github.com/bitcoin/bitcoin/pull/28120
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28118: test: Add SyncWithValidationInterfaceQueue to mockscheduler RPC (master...2307-test-mock-sync-) https://github.com/bitcoin/bitcoin/pull/28118
<vasild> Before only maintainers could add PRs to the high prio for review (https://github.com/orgs/bitcoin/projects/1/views/4) but at some point that changed and I was able to add items myself. I assumed that's for every "member" of the org, but I see MacroFake and hebasto yesterday asked for PRs to be added to the list on their behalf which I find surprising - why not add it yourself?

2023-07-20

<bitcoin-git> [bitcoin] MarcoFalke closed pull request #28106: ci: Set DEBUG=1 for valgrind fuzz task (master...2307-ci-valgrind-DEBUG-) https://github.com/bitcoin/bitcoin/pull/28106
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #28006: refactor: Open file in FileCommit (master...2306-fs-stuff-) https://github.com/bitcoin/bitcoin/pull/28006
<bitcoin-git> [bitcoin] jonatack opened pull request #28116: test: update tool_wallet coverage for unexpected writes to wallet (master...2023-07-tool-wallet-test-readonly-updates) https://github.com/bitcoin/bitcoin/pull/28116
<gribble> https://github.com/bitcoin/bitcoin/issues/27598 | bench: Add SHA256 implementation specific benchmarks by hebasto · Pull Request #27598 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #28103: test: Add missing `set -ex` to ci/lint/06_script.sh (master...2307-lint-ex-) https://github.com/bitcoin/bitcoin/pull/28103
<bitcoin-git> bitcoin/master d23fda0 fanquake: Merge bitcoin/bitcoin#28103: test: Add missing `set -ex` to ci/lint/06_scr...
<bitcoin-git> bitcoin/master ffff4b5 MarcoFalke: lint: Add missing `set -ex` to ci/lint/06_script.sh
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e0c8294f2967...d23fda05842b
<bitcoin-git> bitcoin/master fadc523 MarcoFalke: doc: Add doc comment to ci/test_imagefile
<bitcoin-git> [bitcoin] fanquake merged pull request #28110: doc: correct Fedora systemtap dep (master...fedora_systemtap_install) https://github.com/bitcoin/bitcoin/pull/28110
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b3022af0e25a...e0c8294f2967
<bitcoin-git> bitcoin/master e0c8294 fanquake: Merge bitcoin/bitcoin#28110: doc: correct Fedora systemtap dep
<bitcoin-git> bitcoin/master 12edf7b fanquake: doc: correct Fedora systemtap dep
<bitcoin-git> [bitcoin] achow101 merged pull request #28108: test: fix intermittent failure in wallet_resendwallettransactions.py (master...202307_resend_fix) https://github.com/bitcoin/bitcoin/pull/28108
<bitcoin-git> bitcoin/master e667bd6 Martin Zumsande: test: fix intermittent failure in wallet_resendwallettransactions.py
<bitcoin-git> bitcoin/master b3022af Andrew Chow: Merge bitcoin/bitcoin#28108: test: fix intermittent failure in wallet_rese...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7edce77ff372...b3022af0e25a
<bitcoin-git> [bitcoin] achow101 merged pull request #28067: descriptors: do not return top-level only funcs as sub descriptors (master...2023_wallet_infer_watchonly_sh_script) https://github.com/bitcoin/bitcoin/pull/28067
<bitcoin-git> bitcoin/master dd9633b furszy: test: wallet, add coverage for watch-only raw sh script migration
<bitcoin-git> bitcoin/master cc781a2 furszy: descriptor: InferScript, do not return top-level only func as sub descript...
<bitcoin-git> bitcoin/master 286e0c7 furszy: wallet: loading, log descriptor parsing error details
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/79954903b24a...7edce77ff372
<bitcoin-git> [bitcoin] fanquake merged pull request #27620: test: miner: add coverage for `-blockmintxfee` setting (master...202305-test-add_blockmintxfee_coverage) https://github.com/bitcoin/bitcoin/pull/27620
<bitcoin-git> bitcoin/master 7995490 fanquake: Merge bitcoin/bitcoin#27620: test: miner: add coverage for `-blockmintxfee...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ac7c1772f9a0...79954903b24a
<bitcoin-git> bitcoin/master bbbb89d Sebastian Falbesoner: test: miner: add coverage for `-blockmintxfee` setting
<gribble> https://github.com/bitcoin/bitcoin/issues/26762 | bugfix: Make `CCheckQueue` RAII-styled (attempt 2) by hebasto · Pull Request #26762 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27255 | MiniTapscript: port Miniscript to Tapscript by darosior · Pull Request #27255 · bitcoin/bitcoin · GitHub
<achow101> anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/28100 | crypto: more `Span ` modernization & follow-ups by sipa · Pull Request #28100 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28008 | BIP324 ciphersuite by sipa · Pull Request #28008 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27985 | Add support for RFC8439 variant of ChaCha20 by sipa · Pull Request #27985 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27746 | Rework validation logic for assumeutxo by sdaftuar · Pull Request #27746 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28051 | Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directly by ryanofsky · Pull Request #28051 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28113: kernel: Remove UniValue from kernel library (master...kernelRmUnivalue) https://github.com/bitcoin/bitcoin/pull/28113
<gribble> https://github.com/bitcoin/bitcoin/issues/27866 | blockstorage: Return on fatal flush errors by TheCharlatan · Pull Request #27866 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28048 | kernel: Remove StartShutdown calls from validation code by ryanofsky · Pull Request #28048 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26711 | validate package transactions with their in-package ancestor sets by glozow · Pull Request #26711 · bitcoin/bitcoin · GitHub
<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 TheCharlatan vasild
<bitcoin-git> [bitcoin] darosior closed pull request #28112: descriptor: do not parse from script unspendable Miniscript descriptors (master...miniscript_from_script_unspendable) https://github.com/bitcoin/bitcoin/pull/28112
<bitcoin-git> [bitcoin] darosior opened pull request #28112: descriptor: do not parse from script unspendable Miniscript descriptors (master...miniscript_from_script_unspendable) https://github.com/bitcoin/bitcoin/pull/28112
<bitcoin-git> [bitcoin] fanquake merged pull request #26654: util: Show descriptive error messages when FileCommit fails (master...2022_12_BetterSystemErrorLogging) https://github.com/bitcoin/bitcoin/pull/26654
<bitcoin-git> bitcoin/master 5408a55 John Moffett: Consolidate Win32-specific error formatting
<bitcoin-git> bitcoin/master c95a443 John Moffett: Show descriptive error messages when FileCommit fails
<bitcoin-git> bitcoin/master ac7c177 fanquake: Merge bitcoin/bitcoin#26654: util: Show descriptive error messages when Fi...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1fde20faf813...ac7c1772f9a0
<bitcoin-git> [bitcoin] fanquake merged pull request #28099: contrib: move user32.dll from bitcoind.exe libs (master...user32_dll_qt_only) https://github.com/bitcoin/bitcoin/pull/28099
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/355bbcba01e1...1fde20faf813
<bitcoin-git> bitcoin/master 1fde20f fanquake: Merge bitcoin/bitcoin#28099: contrib: move user32.dll from bitcoind.exe li...
<bitcoin-git> bitcoin/master 8c38509 fanquake: contrib: move user32.dll from bitcoind.exe libs
<bitcoin-git> [bitcoin] fanquake opened pull request #28110: doc: correct Fedora systemtap dep (master...fedora_systemtap_install) https://github.com/bitcoin/bitcoin/pull/28110
<bitcoin-git> [bitcoin] fanquake merged pull request #28066: fuzz: Generate process_message targets individually (master...2307-fuzz-p2p-msg-) https://github.com/bitcoin/bitcoin/pull/28066
<bitcoin-git> bitcoin/master 355bbcb fanquake: Merge bitcoin/bitcoin#28066: fuzz: Generate process_message targets indivi...
<bitcoin-git> bitcoin/master fa6245d MarcoFalke: fuzz: Generate process_message targets individually
<bitcoin-git> bitcoin/master fa1471e MarcoFalke: refactor: Remove duplicate allNetMessageTypesVec
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/04afe55e2900...355bbcba01e1
<bitcoin-git> [bitcoin] fanquake merged pull request #26467: bumpfee: Allow the user to choose which output is change (master...bumpfee-choose-change-txout) https://github.com/bitcoin/bitcoin/pull/26467
<bitcoin-git> bitcoin/master e8c31f1 Andrew Chow: tests: Test for bumping single output transaction
<bitcoin-git> bitcoin/master 4f4d440 Andrew Chow: test: Test bumpfee reduce_output
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/5608e1d3b4ba...04afe55e2900
<bitcoin-git> bitcoin/master 7d83502 Andrew Chow: bumpfee: Allow original change position to be specified
<bitcoin-git> [bitcoin] hebasto closed pull request #26504: Add `UNREACHABLE` macro (master...221115-enum) https://github.com/bitcoin/bitcoin/pull/26504
<gribble> https://github.com/bitcoin/bitcoin/issues/28070 | test: Drop 22.x node from TxindexCompatibilityTest by MarcoFalke · Pull Request #28070 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #28006: refactor: Open file in FileCommit (master...2306-fs-stuff-) https://github.com/bitcoin/bitcoin/pull/28006

2023-07-19

<bitcoin-git> [bitcoin] ryanofsky merged pull request #27928: test: Add more tests for the BIP21 implementation (master...feature/2023-BIP21-URI-tests) https://github.com/bitcoin/bitcoin/pull/27928
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4d828ef427b2...5608e1d3b4ba
<bitcoin-git> bitcoin/master f1d807e Kiminuo: Add more tests for the BIP21 implementation
<bitcoin-git> bitcoin/master 5608e1d Ryan Ofsky: Merge bitcoin/bitcoin#27928: test: Add more tests for the BIP21 implementa...
<bitcoin-git> [bitcoin] achow101 merged pull request #28085: refactor: use Span for SipHash::Write (master...202307-refactor-use_span_for_siphash) https://github.com/bitcoin/bitcoin/pull/28085
<bitcoin-git> bitcoin/master 7d92b14 Sebastian Falbesoner: refactor: use Span for SipHash::Write
<bitcoin-git> bitcoin/master 4d828ef Andrew Chow: Merge bitcoin/bitcoin#28085: refactor: use Span for SipHash::Write
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/78a983f597af...4d828ef427b2
<bitcoin-git> [bitcoin] mzumsande opened pull request #28108: test: fix intermittent failure in wallet_resendwallettransactions.py (master...202307_resend_fix) https://github.com/bitcoin/bitcoin/pull/28108
<bitcoin-git> [bitcoin] dergoegge opened pull request #28107: rfc: Type-safe transaction identifiers (master...2023-07-typesafe-txids) https://github.com/bitcoin/bitcoin/pull/28107
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28106: ci: Set DEBUG=1 for valgrind tasks (master...2307-ci-valgrind-DEBUG-) https://github.com/bitcoin/bitcoin/pull/28106
<bitcoin-git> [bitcoin] fanquake merged pull request #28097: depends: xcb-proto 1.15.2 (master...xcb_proto_1_15_2) https://github.com/bitcoin/bitcoin/pull/28097
<bitcoin-git> bitcoin/master 7cb88c8 fanquake: depends: xcb-proto 1.15.2
<bitcoin-git> bitcoin/master 78a983f fanquake: Merge bitcoin/bitcoin#28097: depends: xcb-proto 1.15.2
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0be2f5481cc3...78a983f597af
<bitcoin-git> [bitcoin] fanquake merged pull request #27986: test: remove race in the user-agent reception check (master...test_more_robust_ua_recv_check) https://github.com/bitcoin/bitcoin/pull/27986
<bitcoin-git> bitcoin/master 0be2f54 fanquake: Merge bitcoin/bitcoin#27986: test: remove race in the user-agent reception...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3648a9b4f714...0be2f5481cc3
<bitcoin-git> bitcoin/master 20b4946 Vasil Dimov: test: remove race in the user-agent reception check
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28105: doc: Clarify that -fstack-reuse=all bugs exist on all versions of GCC (master...2307-doc-gcc-bug-take-2-) https://github.com/bitcoin/bitcoin/pull/28105
<bitcoin-git> [bitcoin] fanquake merged pull request #28093: subtree: update libsecp256k1 to latest master (master...update_libsecp256k1_1378) https://github.com/bitcoin/bitcoin/pull/28093
<bitcoin-git> bitcoin/master 5080c9c fanquake: build: adapt Windows builds for libsecp256k1 build changes
<bitcoin-git> bitcoin/master ff061fd fanquake: Squashed 'src/secp256k1/' changes from 705ce7ed8c..c545fdc374
<bitcoin-git> bitcoin/master 8ee6629 fanquake: Update secp256k1 subtree to latest upstream master
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/24d5cf93144d...84c5416b0324
<bitcoin-git> [bitcoin] fanquake closed pull request #28102: build: promote -Wunused-member-function to -Wunused (master...uplift_to_wunused) https://github.com/bitcoin/bitcoin/pull/28102
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #28101: Changing -torcontrol help to specify that a default port is used (master...torcontrolHelp) https://github.com/bitcoin/bitcoin/pull/28101

2023-07-18

<bitcoin-git> [bitcoin] sipa opened pull request #28100: crypto: ChaCha20 `Spanstd::byte` modernization & follow-ups (master...202307_crypto_modern) https://github.com/bitcoin/bitcoin/pull/28100
<bitcoin-git> [bitcoin] fanquake merged pull request #28083: ci: Use DOCKER_BUILDKIT for lint image (master...2307-ci-lint-docker-build-) https://github.com/bitcoin/bitcoin/pull/28083
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/673acab223c0...c6a338b67e8e
<bitcoin-git> bitcoin/master fa2f18a MarcoFalke: ci: Use DOCKER_BUILDKIT for lint image
<bitcoin-git> bitcoin/master c6a338b fanquake: Merge bitcoin/bitcoin#28083: ci: Use DOCKER_BUILDKIT for lint image
<bitcoin-git> [bitcoin] fanquake opened pull request #28099: contrib: move user32.dll from bitcoind.exe libs (master...user32_dll_qt_only) https://github.com/bitcoin/bitcoin/pull/28099
<mooncoder> I'd like to write a third party app that indexes some blockchain data but I'd like to rely on my local bitcoin-core node to handle consensus and validation, etc. Is there a guide somewhere on how to do this? basically i need the third party app to receive valid blocks from my local bitcoin-core node. i am not sure if it'd be better to use RPC for
<bitcoin-git> [bitcoin] fanquake opened pull request #28097: depends: xcb-proto 1.15.2 (master...xcb_proto_1_15_2) https://github.com/bitcoin/bitcoin/pull/28097
<bitcoin-git> [bitcoin] fanquake merged pull request #28090: validation: use noexcept instead of deprecated throw() (master...throw_to_noexcept) https://github.com/bitcoin/bitcoin/pull/28090
<bitcoin-git> bitcoin/master 673acab fanquake: Merge bitcoin/bitcoin#28090: validation: use noexcept instead of deprecate...
<bitcoin-git> bitcoin/master 047daad fanquake: clang-tidy: turn on modernize-use-noexcept
<bitcoin-git> bitcoin/master 85e9e1f fanquake: validation: use noexcept instead of deprecated throw()
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bc88f3ab903f...673acab223c0

2023-07-17

<bitcoin-git> [bitcoin] achow101 merged pull request #27997: Descriptors: rule out unspendable miniscript descriptors (master...miniscript_non_satisfiable) https://github.com/bitcoin/bitcoin/pull/27997
<bitcoin-git> bitcoin/master a49402a Antoine Poinsot: qa: make sure we don't let unspendable Miniscript descriptors be imported
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/306157ae92f4...bc88f3ab903f
<bitcoin-git> bitcoin/master 639e3b6 Antoine Poinsot: descriptor: refuse to parse unspendable miniscript descriptors
<bitcoin-git> bitcoin/master e3280ea Antoine Poinsot: miniscript: make GetStackSize() and GetOps() return optionals
<bitcoin-git> [bitcoin] achow101 merged pull request #27993: Make poly1305 support incremental computation + modernize (master...202306_poly1305) https://github.com/bitcoin/bitcoin/pull/27993
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/d09c8bc730d8...306157ae92f4
<bitcoin-git> bitcoin/master 50269b3 Pieter Wuille: crypto: switch poly1305 to incremental implementation
<bitcoin-git> bitcoin/master 8871f7d Pieter Wuille: tests: add more Poly1305 test vectors
<bitcoin-git> bitcoin/master 40e6c5b Pieter Wuille: crypto: add Poly1305 class with std::byte Span interface
<bitcoin-git> [bitcoin] fanquake opened pull request #28093: subtree: update libsecp256k1 to latest master (master...update_libsecp256k1_1378) https://github.com/bitcoin/bitcoin/pull/28093
<bitcoin-git> [bitcoin] fanquake opened pull request #28092: build: document that -Wreturn-type has been fixed upstream (mingw-w64) (master...update_windows_return_type_docs) https://github.com/bitcoin/bitcoin/pull/28092
<bitcoin-git> [bitcoin] brunoerg opened pull request #28091: fuzz: use `ConnmanTestMsg` in `connman` (master...2023-07-connman-mnodes) https://github.com/bitcoin/bitcoin/pull/28091
<bitcoin-git> [bitcoin] fanquake merged pull request #28088: test: Disable known broken USDT test (master...2307-test-not-broken-) https://github.com/bitcoin/bitcoin/pull/28088
<bitcoin-git> bitcoin/master faf8be7 MarcoFalke: test: Disable known broken USDT test
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c123e1d2153c...d09c8bc730d8
<bitcoin-git> bitcoin/master d09c8bc fanquake: Merge bitcoin/bitcoin#28088: test: Disable known broken USDT test
<bitcoin-git> [bitcoin] fanquake opened pull request #28090: validation: use noexcept instead of deprecated throw() (master...throw_to_noexcept) https://github.com/bitcoin/bitcoin/pull/28090
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28089: test: Bump walletpassphrase timeout to avoid intermittent issue (master...2307-test-int-time-) https://github.com/bitcoin/bitcoin/pull/28089
<bitcoin-git> [bitcoin] fanquake merged pull request #28069: guix: Remove librt usage from release binaries (master...remove_redundant_librt_linking) https://github.com/bitcoin/bitcoin/pull/28069
<bitcoin-git> bitcoin/master 8f6f0d8 fanquake: guix: backport glibc patch to prevent redundant librt link
<bitcoin-git> bitcoin/master e144732 fanquake: contrib: remove librt from release deps
<bitcoin-git> bitcoin/master e64e178 fanquake: build: remove check for gettimeofday & librt
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bf03fed2c70d...c123e1d2153c
<bitcoin-git> [bitcoin] fanquake merged pull request #28065: fuzz: Flatten all FUZZ_TARGET macros into one (master...2307-fuzz-macro-) https://github.com/bitcoin/bitcoin/pull/28065
<bitcoin-git> bitcoin/master fa36ad8 MarcoFalke: fuzz: Accept options in FUZZ_TARGET macro
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/275b3e47ccb5...bf03fed2c70d
<bitcoin-git> bitcoin/master fa6dfaa MarcoFalke: scripted-diff: Use new FUZZ_TARGET macro everywhere
<bitcoin-git> bitcoin/master bf03fed fanquake: Merge bitcoin/bitcoin#28065: fuzz: Flatten all FUZZ_TARGET macros into one
<bitcoin-git> [bitcoin] fanquake merged pull request #28084: doc: update windows `-fstack-clash-protection` doc (master...stack_clash_windows_doc_update) https://github.com/bitcoin/bitcoin/pull/28084
<bitcoin-git> bitcoin/master 05ef059 fanquake: doc: update windows -fstack-clash-protection doc
<bitcoin-git> bitcoin/master 275b3e4 fanquake: Merge bitcoin/bitcoin#28084: doc: update windows `-fstack-clash-protection...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d8af44356fd...275b3e47ccb5
<bitcoin-git> [bitcoin] fanquake merged pull request #28086: fuzz: Bump FuzzedDataProvider.h (master...2307-fuzz-bump-fdp-) https://github.com/bitcoin/bitcoin/pull/28086
<bitcoin-git> bitcoin/master 7d8af44 fanquake: Merge bitcoin/bitcoin#28086: fuzz: Bump FuzzedDataProvider.h
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/57b8336dfed6...7d8af44356fd
<bitcoin-git> bitcoin/master fa36742 MarcoFalke: fuzz: Bump FuzzedDataProvider.h
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28088: test: Disable known broken USDT test (master...2307-test-not-broken-) https://github.com/bitcoin/bitcoin/pull/28088
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28087: ci: Use qemu-user through container engine (master...2307-ci-qemu-) https://github.com/bitcoin/bitcoin/pull/28087
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28086: fuzz: Bump FuzzedDataProvider.h (master...2307-fuzz-bump-fdp-) https://github.com/bitcoin/bitcoin/pull/28086
<bitcoin-git> [bitcoin] theStack opened pull request #28085: refactor: use Span for SipHash::Write (master...202307-refactor-use_span_for_siphash) https://github.com/bitcoin/bitcoin/pull/28085

2023-07-16

<bitcoin-git> [gui] hebasto merged pull request #740: Show own outputs on PSBT signing window (master...mark-change-outputs-on-psbt-sign) https://github.com/bitcoin-core/gui/pull/740
<bitcoin-git> bitcoin/master 57b8336 Hennadii Stepanov: Merge bitcoin-core/gui#740: Show own outputs on PSBT signing window
<bitcoin-git> bitcoin/master 4da243b Hernan Marino: qt: show own outputs on PSBT signing window
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/01e5d6b10586...57b8336dfed6
<bitcoin-git> [bitcoin] fanquake opened pull request #28084: doc: update windows `-fstack-clash-protection` doc (master...stack_clash_windows_doc_update) https://github.com/bitcoin/bitcoin/pull/28084
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28083: ci: Use DOCKER_BUILDKIT for lint image (master...2307-ci-lint-docker-build-) https://github.com/bitcoin/bitcoin/pull/28083

2023-07-14

<gribble> https://github.com/bitcoin/bitcoin/issues/18987 | RFC: Introducing Watchdog, a cross-layer anomaly detection module by ariard · Pull Request #18987 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] jonatack opened pull request #28078: net, refactor: remove unneeded exports, improve separation, use std::optional (master...2023-07-net-netaddr-refactoring) https://github.com/bitcoin/bitcoin/pull/28078
<bitcoin-git> [bitcoin] achow101 merged pull request #28048: kernel: Remove StartShutdown calls from validation code (master...pr/stopafter) https://github.com/bitcoin/bitcoin/pull/28048
<bitcoin-git> bitcoin/master 31eca93 Ryan Ofsky: kernel: Remove StartShutdown calls from validation code
<bitcoin-git> bitcoin/master 01e5d6b Andrew Chow: Merge bitcoin/bitcoin#28048: kernel: Remove StartShutdown calls from valid...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4a1aae67498f...01e5d6b10586
<bitcoin-git> [bitcoin] vasild opened pull request #28077: I2P: also sleep after errors in Accept() & destroy the session if we get "Session was closed" (master...i2p_accept_issue22759) https://github.com/bitcoin/bitcoin/pull/28077
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28076: util: Replace filesystem include with util/fs.h include (master...2307-fs-lint-) https://github.com/bitcoin/bitcoin/pull/28076
<bitcoin-git> [bitcoin] hebasto reopened pull request #26504: Add `UNREACHABLE` macro and drop `-Wreturn-type`/`C4715` warnings suppressions (master...221115-enum) https://github.com/bitcoin/bitcoin/pull/26504
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28075: util: Remove DirIsWritable, GetUniquePath (master...2307-remove-fs-code-) https://github.com/bitcoin/bitcoin/pull/28075
<bitcoin-git> [bitcoin] fanquake merged pull request #28071: ci: Add missing -O2 to valgrind tasks (master...2307-ci-valgrind-o2-) https://github.com/bitcoin/bitcoin/pull/28071
<bitcoin-git> bitcoin/master fa4ccf1 MarcoFalke: ci: Add missing -O2 to valgrind tasks
<bitcoin-git> bitcoin/master 4a1aae6 fanquake: Merge bitcoin/bitcoin#28071: ci: Add missing -O2 to valgrind tasks
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ee467b82381d...4a1aae67498f
<bitcoin-git> [bitcoin] fanquake closed pull request #27992: ci: build Valgrind (3.21) from source (master...valgrind_build_from_source) https://github.com/bitcoin/bitcoin/pull/27992
<bitcoin-git> [bitcoin] JayBitron closed pull request #28020: exclude ipc scheme from port check (master...master) https://github.com/bitcoin/bitcoin/pull/28020

2023-07-13

<bitcoin-git> [bitcoin] achow101 merged pull request #27549: fuzz: addrman, add coverage for `network` field in `Select()`, `Size()` and `GetAddr()` (master...2023-04-fuzz-addrman-select) https://github.com/bitcoin/bitcoin/pull/27549
<bitcoin-git> bitcoin/master ee467b8 Andrew Chow: Merge bitcoin/bitcoin#27549: fuzz: addrman, add coverage for `network` fie...
<bitcoin-git> bitcoin/master 35a2175 brunoerg: fuzz: addrman, add coverage for `network` field in `Select()`, `Size()` an...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/05ad4de158f2...ee467b82381d
<bitcoin-git> [bitcoin] achow101 merged pull request #27411: p2p: Restrict self-advertisements with privacy networks to avoid fingerprinting (master...202303_advertise_nets) https://github.com/bitcoin/bitcoin/pull/27411
<bitcoin-git> bitcoin/master f4754b9 Martin Zumsande: net: restrict self-advertisements with privacy networks
<bitcoin-git> bitcoin/master e4d541c Martin Zumsande: net, refactor: pass reference for peer address in GetReachabilityFrom
<bitcoin-git> bitcoin/master 62d73f5 Martin Zumsande: net, refactor: pass CNode instead of CNetAddr to GetLocalAddress
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b4794740f82e...05ad4de158f2
<gribble> https://github.com/bitcoin/bitcoin/issues/25725 | consensus: Remove mainnet checkpoints by sdaftuar · Pull Request #25725 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28043 | fuzz: Test headers pre-sync through p2p interface by dergoegge · Pull Request #28043 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28043 | fuzz: Test headers pre-sync through p2p interface by dergoegge · Pull Request #28043 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27499 | net processing, refactor: Decouple PeerManager from gArgs by dergoegge · Pull Request #27499 · bitcoin/bitcoin · GitHub
<achow101> anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/27746 | Rework validation logic for assumeutxo by sdaftuar · Pull Request #27746 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28048 | kernel: Remove StartShutdown calls from validation code by ryanofsky · Pull Request #28048 · bitcoin/bitcoin · GitHub
<TheCharlatan> https://github.com/bitcoin/bitcoin/pull/28048 is close to the finish line. Merging it would conclude the "prune the unnecessary .cpp files (and their respective headers)" (stage 1, step2) part of the project, which is nice :)
<TheCharlatan> https://github.com/bitcoin/bitcoin/pull/28053 got merged, moving a shutdown call out of the kernel.