2022-04-04

<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4faf7a1d86db...47bac475f044
<bitcoin-git> bitcoin/master 3b82608 Vasil Dimov: options: add a comment for -listenonion and dedup a long expression
<bitcoin-git> bitcoin/master 4d4dca4 Vasil Dimov: test: add regression test for bitcoin-core/gui/issues/567
<bitcoin-git> bitcoin/master 47bac47 Hennadii Stepanov: Merge bitcoin-core/gui#569: test: add regression test for #567
<bitcoin-git> [gui] hebasto merged pull request #569: test: add regression test for #567 (master...options_test) https://github.com/bitcoin-core/gui/pull/569
<gribble> https://github.com/bitcoin/bitcoin/issues/24710 | Add concrete steps in doc/cjdns.md to easily find a friend by jonatack · Pull Request #24710 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24758: Disable the syscall sandbox for bitcoin-qt and remove gui-related syscalls (master...2204-gui-box-🌊) https://github.com/bitcoin/bitcoin/pull/24758
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24729: util/check: avoid unused parameter warnings (master...202204-assume-gcc-fix) https://github.com/bitcoin/bitcoin/pull/24729
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6348bc61b533...4faf7a1d86db
<bitcoin-git> bitcoin/master 0add4db Anthony Towns: util/check: avoid unused parameter warnings
<bitcoin-git> bitcoin/master 4faf7a1 MarcoFalke: Merge bitcoin/bitcoin#24729: util/check: avoid unused parameter warnings
<bitcoin-git> [bitcoin] jonatack opened pull request #24757: build, ci: add `DEBUG_LOCKCONTENTION` to --enable-debug and CI (master...add-DEBUG_LOCKCONTENTION-to-enable-debug) https://github.com/bitcoin/bitcoin/pull/24757
<bitcoin-git> [bitcoin] laanwj merged pull request #24746: refactor: remove macOS MAP_ANONYMOUS work around (master...macOS_has_MAP_ANONYMOUS) https://github.com/bitcoin/bitcoin/pull/24746
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67dc002aaeaa...6348bc61b533
<bitcoin-git> bitcoin/master 112a7ab fanquake: refactor: remove macOS MAP_ANONYMOUS work around
<bitcoin-git> bitcoin/master 6348bc6 laanwj: Merge bitcoin/bitcoin#24746: refactor: remove macOS MAP_ANONYMOUS work aro...
<bitcoin-git> [bitcoin] hebasto opened pull request #24756: build: Bump expat to the latest version (master...220404-expat) https://github.com/bitcoin/bitcoin/pull/24756
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24735: ci: use DWARF-4 for Valgrind jobs (master...remove_boost_valgrind) https://github.com/bitcoin/bitcoin/pull/24735
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/83b26cb97cb4...67dc002aaeaa
<bitcoin-git> bitcoin/master 15893a0 fanquake: supp: remove Boost Valgrind suppression
<bitcoin-git> bitcoin/master b0740fd fanquake: ci: use DWARF-4 for Valgrind CI job
<bitcoin-git> bitcoin/master 67dc002 MarcoFalke: Merge bitcoin/bitcoin#24735: ci: use DWARF-4 for Valgrind jobs
<bitcoin-git> [bitcoin] fanquake opened pull request #24755: [23.x] Further build backports (23.x...rc4_backports) https://github.com/bitcoin/bitcoin/pull/24755
<bitcoin-git> [bitcoin] laanwj merged pull request #24736: guix: fix vmov alignment issues with gcc 10.3.0 & mingw-w64 (master...guix_mingw_w64_vmov_alignment) https://github.com/bitcoin/bitcoin/pull/24736
<bitcoin-git> bitcoin/master 83b26cb laanwj: Merge bitcoin/bitcoin#24736: guix: fix vmov alignment issues with gcc 10.3...
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/52f0f7a1bb5d...83b26cb97cb4
<bitcoin-git> bitcoin/master d6fae98 fanquake: guix: fix vmov alignment issues with gcc 10.3.0 & mingw-w64
<bitcoin-git> [bitcoin] fanquake opened pull request #24754: build: specify cmake build dir for multiprocess depends build (master...libmultiprocess_cmake_dir) https://github.com/bitcoin/bitcoin/pull/24754
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24753: ci: Add clang-tidy task (master...2204-ci-tidy-💻) https://github.com/bitcoin/bitcoin/pull/24753
<bitcoin-git> [bitcoin] fanquake merged pull request #24668: build, qt: bump Qt5 version to 5.15.3 (master...qt5-5.15.3) https://github.com/bitcoin/bitcoin/pull/24668
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0da559e02e44...52f0f7a1bb5d
<bitcoin-git> bitcoin/master 826cbc4 Hennadii Stepanov: build, qt: drop fix_no_printer.patch
<bitcoin-git> bitcoin/master ef20add Pavol Rusnak: build, qt: bump Qt5 version to 5.15.3
<bitcoin-git> bitcoin/master 7f60428 Pavol Rusnak: build, qt: use one patch per line in depends/packages/qt.mk
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24661: refactor: Use clang-tidy syntax for C++ named arguments (master...rebase_23545) https://github.com/bitcoin/bitcoin/pull/24661
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62efdfb3be7b...0da559e02e44
<bitcoin-git> bitcoin/master 37a16ff fanquake: refactor: fix clang-tidy named args usage
<bitcoin-git> bitcoin/master 0da559e MarcoFalke: Merge bitcoin/bitcoin#24661: refactor: Use clang-tidy syntax for C++ named...
<bitcoin-git> [bitcoin] S3RK opened pull request #24752: wallet: increase BnB upper limit (master...bnb_increase_upper_limit) https://github.com/bitcoin/bitcoin/pull/24752
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24558: build: explicitly disable Boost multi_index serialization (master...no_boost_multi_index_serialization) https://github.com/bitcoin/bitcoin/pull/24558
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/31b1c67cf6d7...62efdfb3be7b
<bitcoin-git> bitcoin/master 0d01272 fanquake: build: don't use Boost multi_index serialization
<bitcoin-git> bitcoin/master 62efdfb MarcoFalke: Merge bitcoin/bitcoin#24558: build: explicitly disable Boost multi_index s...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24751: refactor: Remove ParseHex(const char*) from public interface (master...2204-no-pointer-💴) https://github.com/bitcoin/bitcoin/pull/24751

2022-04-03

<bitcoin-git> [gui] jarolrod closed pull request #129: Fix Shortcut Ambiguities, Clean up text (master...optionsMenuCleanup) https://github.com/bitcoin-core/gui/pull/129
<bitcoin-git> [bitcoin] fjahr opened pull request #24750: doc: Add bash dependency of lint tests (master...202203-mapfile-doc) https://github.com/bitcoin/bitcoin/pull/24750
<bitcoin-git> [bitcoin] ayush933 opened pull request #24749: test: use MiniWallet for mempool_unbroadcast.py (master...miniwallet-mempool_unbroadcast) https://github.com/bitcoin/bitcoin/pull/24749
<bitcoin-git> [bitcoin] stratospher opened pull request #24748: test/BIP324: functional tests for v2 P2P encryption (master...p2p-encryption-test) https://github.com/bitcoin/bitcoin/pull/24748
<b10c> added a short section on tracing and tracepoints under _notable changes_ in the 23.0 release notes linking to docs for more information: https://github.com/bitcoin-core/bitcoin-devwiki/wiki/23.0-Release-Notes-draft#tracepoints-and-userspace-statically-defined-tracing-support
<bitcoin-git> [bitcoin] fanquake opened pull request #24746: refactor: remove macOS MAP_ANONYMOUS work around (master...macOS_has_MAP_ANONYMOUS) https://github.com/bitcoin/bitcoin/pull/24746
<bitcoin-git> [gui] hebasto closed pull request #410: Uppercase 'bitcoin:' in QR code URI (master...uppercase-uri) https://github.com/bitcoin-core/gui/pull/410
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/55ea6fd2506b...31b1c67cf6d7
<bitcoin-git> bitcoin/master 31b1c67 Hennadii Stepanov: Merge bitcoin-core/gui#557: Revert "qt: Do not use QObject::tr plural synt...
<bitcoin-git> bitcoin/master 0c64401 Luke Dashjr: Revert "qt: Do not use QObject::tr plural syntax for numbers with a unit s...
<bitcoin-git> [gui] hebasto merged pull request #557: Revert "qt: Do not use QObject::tr plural syntax for numbers with a unit symbol" (master...gui_numeric_GBs) https://github.com/bitcoin-core/gui/pull/557
<bitcoin-git> [bitcoin] fanquake reopened pull request #23507: Refactor: Improve API design of `ScriptToUniv`, `TxToUniv` etc to return the `UniValue` instead of mutating a parameter/reference (master...ret_UniValue_instead_of_pass_by_ref) https://github.com/bitcoin/bitcoin/pull/23507

2022-04-02

<bitcoin-git> [bitcoin] fanquake opened pull request #24742: [POC] build: prune Boost headers in depends (master...prune_boost) https://github.com/bitcoin/bitcoin/pull/24742
<bitcoin-git> [bitcoin] fanquake opened pull request #24741: refactor: use ternary when creating RPC param variables (master...use_ternary) https://github.com/bitcoin/bitcoin/pull/24741
<bitcoin-git> [bitcoin] fanquake merged pull request #24738: build: remove faketime unsetting and comments from configure (master...remove_faketime) https://github.com/bitcoin/bitcoin/pull/24738
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d018db966ab8...55ea6fd2506b
<bitcoin-git> bitcoin/master 3d70c05 fanquake: build: remove faketime unsetting and comments from configure.ac
<bitcoin-git> bitcoin/master 55ea6fd fanquake: Merge bitcoin/bitcoin#24738: build: remove faketime unsetting and comments...
<stick> number of open issues in bitcoin/bitcoin by label: https://i.imgur.com/BHW05VA.png
<bitcoin-git> [bitcoin] fanquake merged pull request #24740: doc: remove incorrect mention of PR_GET_NAME (master...remove_threadnames_comment) https://github.com/bitcoin/bitcoin/pull/24740
<bitcoin-git> bitcoin/master 87f3c04 fanquake: doc: remove incorrect mention of PR_GET_NAME
<bitcoin-git> bitcoin/master e8fc236 fanquake: refactor: add missing std:: includes to threadnames.cpp
<bitcoin-git> bitcoin/master d018db9 fanquake: Merge bitcoin/bitcoin#24740: doc: remove incorrect mention of PR_GET_NAME
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/03251b6b93fd...d018db966ab8
<gribble> https://github.com/bitcoin/bitcoin/issues/24501 | v23.0 testing · Issue #24501 · bitcoin/bitcoin · GitHub
<stick> laanwj: i just tried that at everythings works as expected: https://github.com/bitcoin/bitcoin/issues/24501#issuecomment-1086611347
<laanwj> apparently arm_shani detection is not working on MacOS for some with rc2?: https://github.com/bitcoin/bitcoin/issues/24501#issuecomment-1085536777
<bitcoin-git> [bitcoin] fanquake merged pull request #24594: doc: update release-process.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24594
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a7f0c37c2bae...03251b6b93fd
<bitcoin-git> bitcoin/master ac45a43 gruve-p: doc: update release-process.md
<bitcoin-git> bitcoin/master 03251b6 fanquake: Merge bitcoin/bitcoin#24594: doc: update release-process.md
<bitcoin-git> [bitcoin] fanquake closed pull request #24731: Change code (master...2203-change-code-🎵) https://github.com/bitcoin/bitcoin/pull/24731

2022-04-01

<gribble> https://github.com/bitcoin/bitcoin/issues/24736 | guix: fix vmov alignment issues with gcc 10.3.0 & mingw-w64 by fanquake · Pull Request #24736 · bitcoin/bitcoin · GitHub
<provoostenator> Bitcoin Bill Gates Vision
<gribble> https://github.com/bitcoin/bitcoin/issues/24731 | Change code by MarcoFalke · Pull Request #24731 · bitcoin/bitcoin · GitHub
<earnestly> That cleanupbitcoin website is unbelievable, the amount of js and css anims needed will probably outpace the power usage of bitcoin in a few weeks
<gribble> https://github.com/bitcoin/bitcoin/issues/24736 | guix: fix vmov alignment issues with gcc 10.3.0 & mingw-w64 by fanquake · Pull Request #24736 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #24740: doc: remove incorrect mention of PR_GET_NAME (master...remove_threadnames_comment) https://github.com/bitcoin/bitcoin/pull/24740
<bitcoin-git> [bitcoin] fanquake merged pull request #24722: build: patch around qt duplicate symbol issue (master...more_qt_nonsense) https://github.com/bitcoin/bitcoin/pull/24722
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/afac75f140a3...a7f0c37c2bae
<bitcoin-git> bitcoin/master a7f0c37 fanquake: Merge bitcoin/bitcoin#24722: build: patch around qt duplicate symbol issue...
<bitcoin-git> bitcoin/master a24ef27 fanquake: build: patch around qt duplicate symbol issue
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24739: test: Fix intermittent test failure in wallet_listreceivedby.py (master...2204-test-fail-🍰) https://github.com/bitcoin/bitcoin/pull/24739
<bitcoin-git> [bitcoin] fanquake opened pull request #24738: build: remove faketime unsetting and comments from configure (master...remove_faketime) https://github.com/bitcoin/bitcoin/pull/24738
<bitcoin-git> [bitcoin] laanwj closed pull request #24727: build: Disable AVX2 code path on mingw builds (master...2022-03-windows-noavx2) https://github.com/bitcoin/bitcoin/pull/24727
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24737: Remove taproot chain param (master...2204-rem-code-🥊) https://github.com/bitcoin/bitcoin/pull/24737
<bitcoin-git> [bitcoin] fanquake opened pull request #24736: guix: fix vmov alignment issues with gcc 10.3.0 & mingw-w64 (master...guix_mingw_w64_vmov_alignment) https://github.com/bitcoin/bitcoin/pull/24736
<bitcoin-git> [bitcoin] fanquake opened pull request #24735: ci: use DWARF-4 for Valgrind jobs (master...remove_boost_valgrind) https://github.com/bitcoin/bitcoin/pull/24735
<bitcoin-git> [bitcoin] jonatack opened pull request #24734: sync: revert lock contention from log category to preprocessor directive (master...change-lock-logging-to-DEBUG_LOCKCONTENTION) https://github.com/bitcoin/bitcoin/pull/24734
<bitcoin-git> [bitcoin] laanwj merged pull request #24733: build: Fix "ERR: Unsigned tarballs do not exist" (master...220401-sign) https://github.com/bitcoin/bitcoin/pull/24733
<bitcoin-git> bitcoin/master 7762c56 Hennadii Stepanov: build: Fix "ERR: Unsigned tarballs do not exist"
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7ab9fc32d6a8...afac75f140a3
<bitcoin-git> bitcoin/master afac75f laanwj: Merge bitcoin/bitcoin#24733: build: Fix "ERR: Unsigned tarballs do not exi...
<gribble> https://github.com/bitcoin/bitcoin/issues/24727 | build: Disable AVX2 code path on mingw builds by laanwj · Pull Request #24727 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/939559 | HTTP Error 404: Not Found
<bitcoin-git> [bitcoin] hebasto opened pull request #24733: build: Fix "ERR: Unsigned tarballs do not exist" (master...220401-sign) https://github.com/bitcoin/bitcoin/pull/24733
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24732: Remove buggy and confusing IncrementExtraNonce (master...2204-remove-code-🌗) https://github.com/bitcoin/bitcoin/pull/24732
<real_or_random> only remotely related: it's even possible to use MSVC + wine with autotools https://github.com/bitcoin-core/secp256k1/pull/1084
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24731: Change code (master...2203-change-code-🎵) https://github.com/bitcoin/bitcoin/pull/24731
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24725: 23.0: rc4 backport (23.x...2203-23rc4-🏅) https://github.com/bitcoin/bitcoin/pull/24725
<bitcoin-git> bitcoin/23.x 4f3ba85 Hennadii Stepanov: wallet, refactor: Add wallet::NotifyWalletLoaded() function
<bitcoin-git> bitcoin/23.x 1448c99 Hennadii Stepanov: wallet: Postpone NotifyWalletLoaded() for encrypted wallets
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/e181e94e8663...e089c68aa17a
<bitcoin-git> bitcoin/23.x e089c68 MarcoFalke: Merge bitcoin/bitcoin#24725: 23.0: rc4 backport
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24724: test: fix incorrect named args in txpackage tests (master...txpackage_named_args) https://github.com/bitcoin/bitcoin/pull/24724
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1021e4cc6877...7ab9fc32d6a8
<bitcoin-git> bitcoin/master bf77fea fanquake: test: fix incorrect named args in txpackage tests
<bitcoin-git> bitcoin/master 7ab9fc3 MarcoFalke: Merge bitcoin/bitcoin#24724: test: fix incorrect named args in txpackage t...
<bitcoin-git> [bitcoin] ajtowns opened pull request #24729: util/check: avoid unused parameter warnings (master...202204-assume-gcc-fix) https://github.com/bitcoin/bitcoin/pull/24729

2022-03-31

<surveillancechai> bitcoin, privacy, censorship, monero etc. love that altcoiners still would comeback, contribute and use bitcoin if bitcoin developers care about privacy at protocol level
<bitcoin-git> [bitcoin] laanwj opened pull request #24727: build: Disable AVX2 code path on mingw builds (master...2022-03-windows-noavx2) https://github.com/bitcoin/bitcoin/pull/24727
<cfields> I believe that's what I tried to do here, but I can't remember now what I was actually fixing at the time heh: https://github.com/bitcoin/bitcoin/pull/22904#issuecomment-930486533
<gribble> https://github.com/bitcoin/bitcoin/issues/22736 | log, sync: change lock contention from preprocessor directive to log category by jonatack · Pull Request #22736 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22904 | sync, log: inline lock contention logging macro to fix duration, improve BCLog::LogMsg() by jonatack · Pull Request #22904 · bitcoin/bitcoin · GitHub
<cfields> laanwj: fwiw, i _really_ didn't like that change either, complained at the time for a different reason here: https://github.com/bitcoin/bitcoin/pull/22904#issuecomment-930484001
<bytes1440000> I had some issues with rc2 on windows. It was crashing and I had to restart 10 times to finally use it (bitcoind and bitcoin-qt). Could not find anything in logs. Never had this issue with any release in past.
<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/24294 | RPC: Switch getblockfrompeer back to standard param names blockhash and nodeid by luke-jr · Pull Request #24294 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22702 | Add allocator for node based containers by martinus · Pull Request #22702 · bitcoin/bitcoin · GitHub
<laanwj> https://github.com/bitcoin/bitcoin/projects/8 10 blockers, 1 chasing concept ACK
<laanwj> welcome to the weekly general bitcoin-core-dev meeting
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard 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
<core-meetingbot> Meeting started Thu Mar 31 19:00:59 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<fanquake> got one with -debug, so a bit more info: https://github.com/bitcoin/bitcoin/issues/24726#issuecomment-1084989560
<gribble> https://github.com/bitcoin/bitcoin/issues/24726 | Cross-compiled `bitcoind -signet` silently fails on Windows · Issue #24726 · bitcoin/bitcoin · GitHub
<sipa> "gui is broken" sounds more like the whole of bitcoin-qt is unusable
<gribble> https://github.com/bitcoin/bitcoin/issues/24711 | wallet: Postpone wallet loading notification for encrypted wallets by hebasto · Pull Request #24711 · bitcoin/bitcoin · GitHub
<fanquake> laanwj: #24711 is a fix for https://github.com/bitcoin-core/gui/issues/571
<gribble> https://github.com/bitcoin/bitcoin/issues/24454 | tests: Calculate input weight more accurately by achow101 · Pull Request #24454 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] achow101 merged pull request #24602: fuzz: add target for coinselection algorithms (master...202203_fuzz_coinselection) https://github.com/bitcoin/bitcoin/pull/24602
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b7d78e624474...1021e4cc6877
<bitcoin-git> bitcoin/master 21520b9 Martin Zumsande: fuzz: add target for coinselection
<bitcoin-git> bitcoin/master 1021e4c Andrew Chow: Merge bitcoin/bitcoin#24602: fuzz: add target for coinselection algorithms...
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24723: ci: Bump msan to clang-14 (master...2203-msan-ci-bump-🔏) https://github.com/bitcoin/bitcoin/pull/24723
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24725: 23.0: rc4 backport (23.x...2203-23rc4-🏅) https://github.com/bitcoin/bitcoin/pull/24725
<bitcoin-git> [bitcoin] achow101 merged pull request #24711: wallet: Postpone wallet loading notification for encrypted wallets (master...220329-taproot) https://github.com/bitcoin/bitcoin/pull/24711
<bitcoin-git> bitcoin/master 0c12f01 Hennadii Stepanov: wallet: Postpone NotifyWalletLoaded() for encrypted wallets
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/243197ba9c4b...b7d78e624474
<bitcoin-git> bitcoin/master aeee419 Hennadii Stepanov: wallet, refactor: Add wallet::NotifyWalletLoaded() function
<bitcoin-git> bitcoin/master b7d78e6 Andrew Chow: Merge bitcoin/bitcoin#24711: wallet: Postpone wallet loading notification ...
<bitcoin-git> [bitcoin] fanquake opened pull request #24724: test: fix incorrect named args in txpackage tests (master...txpackage_named_args) https://github.com/bitcoin/bitcoin/pull/24724
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24723: ci: Bump msan to clang-14 (master...2203-msan-ci-bump-🔏) https://github.com/bitcoin/bitcoin/pull/24723
<bitcoin-git> [bitcoin] laanwj pushed tag v23.0rc3: https://github.com/bitcoin/bitcoin/compare/v23.0rc3
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/c243e0835166...e181e94e8663
<bitcoin-git> bitcoin/23.x 2a1d3a4 laanwj: build: Bump rc to 23.0rc3
<bitcoin-git> bitcoin/23.x 752c9d8 laanwj: qt: 23.0rc3 translations update
<bitcoin-git> bitcoin/23.x e181e94 laanwj: doc: Update manual pages for 23.0rc3
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24721: doc: Use DecodeTxDoc helper (master...2203-doc-rpc-raw-tx-🚁) https://github.com/bitcoin/bitcoin/pull/24721
<bitcoin-git> bitcoin/master fa58427 MarcoFalke: doc: Use DecodeTxDoc helper
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1a54c060b3b3...243197ba9c4b
<bitcoin-git> bitcoin/master 243197b MarcoFalke: Merge bitcoin/bitcoin#24721: doc: Use DecodeTxDoc helper
<willcl_ark> Should I be able to use the `redeemScript` from a `bitcoin-cli createmultisig 1-of-4` as the signet challenge for a custom signet? Struggling to get it working like this...
<bitcoin-git> [bitcoin] fanquake merged pull request #24512: 23.x backports (23.x...23.x-onlynet-help-and-doc-improvements) https://github.com/bitcoin/bitcoin/pull/24512
<bitcoin-git> [bitcoin] fanquake pushed 16 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/7d03cf632d16...c243e0835166
<bitcoin-git> bitcoin/23.x 2a6fcf9 Jon Atack: init, doc: improve -onlynet help and tor/i2p documentation
<bitcoin-git> bitcoin/23.x b1646f1 Martin Zumsande: test: set segwit height back to 0 on regtest
<bitcoin-git> bitcoin/23.x ef6a37b Jon Atack: rpc: rename getdeploymentinfo status-next to status_next
<bitcoin-git> [bitcoin] fanquake opened pull request #24722: build: patch around qt duplicate symbol issue (master...more_qt_nonsense) https://github.com/bitcoin/bitcoin/pull/24722
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24721: doc: Use DecodeTxDoc helper (master...2203-doc-rpc-raw-tx-🚁) https://github.com/bitcoin/bitcoin/pull/24721
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24716: rpc: Fix documentation assertion for `getrawtransaction` (master...2022-03-rpc-getrawtransaction-assert) https://github.com/bitcoin/bitcoin/pull/24716
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c8ac7e6a6513...1a54c060b3b3
<bitcoin-git> bitcoin/master 71038a1 laanwj: rpc: Fix documentation assertion for `getrawtransaction`
<bitcoin-git> bitcoin/master 1a54c06 MarcoFalke: Merge bitcoin/bitcoin#24716: rpc: Fix documentation assertion for `getrawt...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24698: test: -peerblockfilters without -blockfilterindex raises an error (master...2022-03-peerblockfilters-init-error) https://github.com/bitcoin/bitcoin/pull/24698
<bitcoin-git> bitcoin/master d6bc232 brunoerg: test: -peerblockfilters without -blockfilterindex raises an error
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e1e6a3386fc7...c8ac7e6a6513
<bitcoin-git> bitcoin/master c8ac7e6 MarcoFalke: Merge bitcoin/bitcoin#24698: test: -peerblockfilters without -blockfilteri...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24707: doc: Speed up functional test runs using ramdisk (master...tmpfs-test) https://github.com/bitcoin/bitcoin/pull/24707
<bitcoin-git> bitcoin/master e1e6a33 MarcoFalke: Merge bitcoin/bitcoin#24707: doc: Speed up functional test runs using ramd...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a2e1590f67fc...e1e6a3386fc7
<bitcoin-git> bitcoin/master 1764849 willcl-ark: doc: Speed up functional test runs using ramdisk
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24673: refactor: followup of remove -deprecatedrpc=addresses flag (master...22924_rebased) https://github.com/bitcoin/bitcoin/pull/24673
<bitcoin-git> bitcoin/master 828a094 Michael Dietz: refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function
<bitcoin-git> bitcoin/master 22f25a6 Michael Dietz: refactor: prefer snake case, TxToUniv arg hashBlock renamed block_hash
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/d2b4355c5868...a2e1590f67fc
<bitcoin-git> bitcoin/master 8b9efeb Michael Dietz: refactor: use named args when ScriptToUniv or TxToUniv are invoked
<bitcoin-git> [bitcoin] fanquake closed pull request #24720: Switch to gender neutral terms (master...switch-to-inclusive-terms) https://github.com/bitcoin/bitcoin/pull/24720
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24715: build, test: Fix test logfile name (master...220330-testlog) https://github.com/bitcoin/bitcoin/pull/24715
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/87dc1dc55ffa...d2b4355c5868
<bitcoin-git> bitcoin/master 8b517fa Hennadii Stepanov: build, refactor: Replace tabs with spaces
<bitcoin-git> bitcoin/master dc0774c Hennadii Stepanov: build, test: Fix test logfile name
<bitcoin-git> bitcoin/master d2b4355 MarcoFalke: Merge bitcoin/bitcoin#24715: build, test: Fix test logfile name
<bitcoin-git> [bitcoin] inclusive-coding-bot opened pull request #24720: Switch to gender neutral terms (master...switch-to-inclusive-terms) https://github.com/bitcoin/bitcoin/pull/24720
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24714: util/check: Don't use a lambda for Assert/Assume (master...202203-assume) https://github.com/bitcoin/bitcoin/pull/24714
<bitcoin-git> bitcoin/master 2ef47ba Anthony Towns: util/check: stop using lambda for Assert/Assume
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/74b011bbfa3b...87dc1dc55ffa
<bitcoin-git> bitcoin/master 7c9fe25 Anthony Towns: wallet: move Assert() check into constructor
<bitcoin-git> bitcoin/master 87dc1dc MarcoFalke: Merge bitcoin/bitcoin#24714: util/check: Don't use a lambda for Assert/Ass...
<bitcoin-git> [bitcoin] tristanhcole closed pull request #24719: readme: Omit phrasing; 'experimental' (master...tristanhcole-update-readme) https://github.com/bitcoin/bitcoin/pull/24719
<bitcoin-git> [bitcoin] tristanhcole opened pull request #24719: readme: Omit phrasing; 'experimental' (master...tristanhcole-update-readme) https://github.com/bitcoin/bitcoin/pull/24719
<bitcoin-git> [bitcoin] jonatack opened pull request #24718: rpc: getblock/getrawtransaction/decode*/gettxout fixups (master...rpc-fixups) https://github.com/bitcoin/bitcoin/pull/24718

2022-03-30

<bitcoin-git> [bitcoin] fanquake merged pull request #23008: ci: Use clang-12 and libcxx-12 for msan (master...2109-ciMsan13) https://github.com/bitcoin/bitcoin/pull/23008
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4e5d704f24a...74b011bbfa3b
<bitcoin-git> bitcoin/master fa73f8a MarcoFalke: ci: Use clang-12 and libcxx-12 for msan
<bitcoin-git> bitcoin/master 74b011b fanquake: Merge bitcoin/bitcoin#23008: ci: Use clang-12 and libcxx-12 for msan
<bitcoin-git> [bitcoin] laanwj opened pull request #24716: rpc: Fix documentation assertion for `getrawtransaction` (master...2022-03-rpc-getrawtransaction-assert) https://github.com/bitcoin/bitcoin/pull/24716
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24118: Add 'sendall' RPC née sweep (master...sweep-wallet-rpc) https://github.com/bitcoin/bitcoin/pull/24118
<bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/171f6f2699dc...f4e5d704f24a
<bitcoin-git> bitcoin/master 35ed094 Murch: Extract prevention of outdated option names
<bitcoin-git> bitcoin/master 6d2208a Murch: Extract interpretation of fee estimation arguments
<bitcoin-git> bitcoin/master a31d75e Murch: Elaborate error messages for outdated options
<bitcoin-git> [bitcoin] laanwj merged pull request #24374: contrib: refactor: simplify linearize scripts (master...202202-contrib-simplify_linearize_script) https://github.com/bitcoin/bitcoin/pull/24374
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/50c806f001d6...171f6f2699dc
<bitcoin-git> bitcoin/master 3f863cf Sebastian Falbesoner: contrib: refactor: simplify block header string routine in linearize-data....
<bitcoin-git> bitcoin/master 254a63e Sebastian Falbesoner: contrib: refactor: replace `hex_switchEndian` in linearize scripts
<bitcoin-git> bitcoin/master 171f6f2 laanwj: Merge bitcoin/bitcoin#24374: contrib: refactor: simplify linearize scripts...
<bitcoin-git> [bitcoin] laanwj merged pull request #24693: builder-keys: Add dunxen (master...2022-03-add-dunxen-builder) https://github.com/bitcoin/bitcoin/pull/24693
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f9aedbc3009d...50c806f001d6
<bitcoin-git> bitcoin/master 50c806f laanwj: Merge bitcoin/bitcoin#24693: builder-keys: Add dunxen
<bitcoin-git> bitcoin/master f93c5d2 Duncan Dean: builder-keys: Add dunxen
<bitcoin-git> [bitcoin] hebasto opened pull request #24715: build, test: Fix test logfile name (master...220330-testlog) https://github.com/bitcoin/bitcoin/pull/24715
<bitcoin-git> [bitcoin] fanquake merged pull request #24690: util: Add inotify_rm_watch to syscall sandbox (AllowFileSystem) (master...220328-sys) https://github.com/bitcoin/bitcoin/pull/24690
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bdbabc50ba6c...f9aedbc3009d
<bitcoin-git> bitcoin/master f05a4cd Hennadii Stepanov: util: Add inotify_rm_watch to syscall sandbox (AllowFileSystem)
<bitcoin-git> bitcoin/master f9aedbc fanquake: Merge bitcoin/bitcoin#24690: util: Add inotify_rm_watch to syscall sandbox...
<bitcoin-git> [bitcoin] laanwj merged pull request #24561: guix: use LIEF 0.12.0 (master...lief_0_12_0) https://github.com/bitcoin/bitcoin/pull/24561
<bitcoin-git> bitcoin/master 3c3bd90 fanquake: test: remove lief install from multiprocess job
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/896beca831d9...bdbabc50ba6c
<bitcoin-git> bitcoin/master 983e0a2 fanquake: contrib: use LIEF 0.12.0 for symbol and security checks
<bitcoin-git> bitcoin/master bdbabc5 laanwj: Merge bitcoin/bitcoin#24561: guix: use LIEF 0.12.0
<bitcoin-git> [bitcoin] fanquake merged pull request #24708: ci: Avoid boost test warnings (master...2203-ci-boost-test-warn-🎈) https://github.com/bitcoin/bitcoin/pull/24708
<bitcoin-git> bitcoin/master fa76b2f MarcoFalke: ci: Avoid boost test warnings
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4fba578294d...896beca831d9
<bitcoin-git> bitcoin/master 896beca fanquake: Merge bitcoin/bitcoin#24708: ci: Avoid boost test warnings
<bitcoin-git> [bitcoin] S3RK closed pull request #23367: Optimize coin selection by dropping BnB upper limit (master...bnb_drop_upper_limit) https://github.com/bitcoin/bitcoin/pull/23367
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24704: compat: remove strnlen back-compat code (master...remove_strlen_back_compat) https://github.com/bitcoin/bitcoin/pull/24704
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f089a0802c34...f4fba578294d
<bitcoin-git> bitcoin/master d4ba2b2 fanquake: compat: remove strnlen back-compat code
<bitcoin-git> bitcoin/master f4fba57 MarcoFalke: Merge bitcoin/bitcoin#24704: compat: remove strnlen back-compat code
<bitcoin-git> [bitcoin] fanquake merged pull request #24692: refactoring: [Net Processing] Follow-ups to #21160 (master...202202_21160_followups) https://github.com/bitcoin/bitcoin/pull/24692
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ecf692b46686...f089a0802c34
<bitcoin-git> bitcoin/master 21154ff John Newbery: net_processing: move CNode data access out of lock
<bitcoin-git> bitcoin/master a40978d John Newbery: [fuzz] Assert that Peer.m_tx_relay.m_relay_txs has been set correctly
<bitcoin-git> bitcoin/master 0bca5f2 John Newbery: [net processing] PushNodeVersion() takes a const Peer&
<bitcoin-git> [bitcoin] ajtowns opened pull request #24714: util/check: Don't use a lambda for Assert/Assume (master...202203-assume) https://github.com/bitcoin/bitcoin/pull/24714

2022-03-29

<bitcoin-git> [bitcoin] Xekyo opened pull request #24712: 2022 03 reduce coin selection iterations (master...2022-03-reduce-coin-selection-iterations) https://github.com/bitcoin/bitcoin/pull/24712
<bitcoin-git> [bitcoin] hebasto opened pull request #24711: wallet: Postpone wallet loading notification for encrypted wallets (master...220329-taproot) https://github.com/bitcoin/bitcoin/pull/24711
<bitcoin-git> [bitcoin] jonatack opened pull request #24710: Add concrete steps in doc/cjdns.md to easily find a friend (master...doc-cjdns-how-to-find-a-friend) https://github.com/bitcoin/bitcoin/pull/24710
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24540: ci: Integrate ccache into MSVC build (master...220312-ccache) https://github.com/bitcoin/bitcoin/pull/24540
<bitcoin-git> bitcoin/master ecf692b MarcoFalke: Merge bitcoin/bitcoin#24540: ci: Integrate ccache into MSVC build
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9e32adbb5c54...ecf692b46686
<bitcoin-git> bitcoin/master 3a53927 Hennadii Stepanov: ci: Integrate ccache into MSVC build
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24708: ci: Avoid boost test warnings (master...2203-ci-boost-test-warn-🎈) https://github.com/bitcoin/bitcoin/pull/24708
<bitcoin-git> [bitcoin] willcl-ark opened pull request #24707: doc: Speed up functional test runs using ramdisk (master...tmpfs-test) https://github.com/bitcoin/bitcoin/pull/24707
<laanwj> for both it's a matter of rebasing our patches under bitcoin-core on the new main branch and doing the subtree incantations; there may be some build system work involved too, though, especially around the ARM special instruction sets
<gribble> https://github.com/bitcoin/bitcoin/issues/24523 | build: Fix Boost.Process test for Boost 1.78 by promag · Pull Request #24523 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] laanwj merged pull request #24523: build: Fix Boost.Process test for Boost 1.78 (master...220222-boost) https://github.com/bitcoin/bitcoin/pull/24523
<bitcoin-git> bitcoin/master 532c64a Hennadii Stepanov: build: Fix Boost.Process test for Boost 1.78
<bitcoin-git> bitcoin/master 9e32adb laanwj: Merge bitcoin/bitcoin#24523: build: Fix Boost.Process test for Boost 1.78
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/565aac2e6fe7...9e32adbb5c54
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24705: ci: note why bdb is disabled in msan jobs (master...note_why_bdb_disabled_msan) https://github.com/bitcoin/bitcoin/pull/24705
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7c72eabb57bd...565aac2e6fe7
<bitcoin-git> bitcoin/master d6c71b0 fanquake: ci: remove explicit --enable-wallet from msan job
<bitcoin-git> bitcoin/master 527eeaf fanquake: ci: note why BDB is disabled for MSAN jobs
<bitcoin-git> bitcoin/master 565aac2 MarcoFalke: Merge bitcoin/bitcoin#24705: ci: note why bdb is disabled in msan jobs
<gribble> https://github.com/bitcoin/bitcoin/issues/24523 | build: Fix Boost.Process test for Boost 1.78 by promag · Pull Request #24523 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #24705: ci: note why bdb is disabled in msan jobs (master...note_why_bdb_disabled_msan) https://github.com/bitcoin/bitcoin/pull/24705
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24641: Re-enable C++20 aggregate initialization for CSerializedNetMsg (master...2203-copy-move-🌺) https://github.com/bitcoin/bitcoin/pull/24641
<bitcoin-git> [bitcoin] fanquake opened pull request #24704: compat: remove strnlen back-compat code (master...remove_strlen_back_compat) https://github.com/bitcoin/bitcoin/pull/24704
<stick> one can still lurk without being on channel via the logs published at https://gnusha.org/bitcoin-core-dev/
<bitcoin-git> [bitcoin] fanquake merged pull request #24633: Bugfix: configure: Quote SUPPRESS_WARNINGS sufficiently to preserve brackets (master...bugfix_suppresswarnings_regex) https://github.com/bitcoin/bitcoin/pull/24633
<bitcoin-git> bitcoin/master 7c72eab fanquake: Merge bitcoin/bitcoin#24633: Bugfix: configure: Quote SUPPRESS_WARNINGS su...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2a3e8fb3592e...7c72eabb57bd
<bitcoin-git> bitcoin/master 556ee6f Luke Dashjr: Bugfix: configure: Quote SUPPRESS_WARNINGS sufficiently to preserve bracke...
<bitcoin-git> bitcoin/master 5a157eb Luke Dashjr: Bugfix: configure: Only avoid -isystem for exact /usr/include path
<gribble> https://github.com/bitcoin/bitcoin/issues/22341 | rpc: add getxpub by Sjors · Pull Request #22341 · bitcoin/bitcoin · GitHub

2022-03-28

<bitcoin-git> [bitcoin] achow101 opened pull request #24699: wallet: Improve AvailableCoins performance by reducing duplicated operations (master...faster-available-coins) https://github.com/bitcoin/bitcoin/pull/24699
<Ademan> I've been lurking this channel for a while via the matrix bridge and just lost access last night or today with this message from the bridge "Could not join #bitcoin-core-dev on 'irc.libera.chat': err_needreggednick". I'm not expecting anybody to accomodate me wanting to lurk via the bridge if there was a reason it was closed off, but on the off chance it was closed off by accident...
<bitcoin-git> [bitcoin] brunoerg opened pull request #24698: test: -peerblockfilters without -blockfilterindex raises an error (master...2022-03-peerblockfilters-init-error) https://github.com/bitcoin/bitcoin/pull/24698
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24697: refactor: Address relay time refactors (master...2203-refactor-addr-relay-time-🌦) https://github.com/bitcoin/bitcoin/pull/24697
<stickies-v> the 23.0 RC Testing Guide is now available on https://github.com/bitcoin-core/bitcoin-devwiki/wiki/23.0-Release-Candidate-Testing-Guide - please reach out if you have any feedback or suggested changes
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24696: ci: Use monterey-xcode-13.3 (master...2203-ci-mac-🕴) https://github.com/bitcoin/bitcoin/pull/24696
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9d00406dc995...2a3e8fb3592e
<bitcoin-git> bitcoin/master faf8c73 MarcoFalke: ci: Use monterey-xcode-13.3
<bitcoin-git> bitcoin/master 2a3e8fb MarcoFalke: Merge bitcoin/bitcoin#24696: ci: Use monterey-xcode-13.3
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24677: refactor: fix wallet and related named args (master...fix_wallet_and_co_named_args) https://github.com/bitcoin/bitcoin/pull/24677
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a13946b8227d...9d00406dc995
<bitcoin-git> bitcoin/master 8b0e776 fanquake: test: fix incorrect named args in coin_selection tests
<bitcoin-git> bitcoin/master 6fc00f7 fanquake: bench: fix incorrect named args in coin_selection bench
<bitcoin-git> bitcoin/master 21db4eb fanquake: test: fix incorrect named args in wallet tests
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24696: ci: Use monterey-xcode-13.3 (master...2203-ci-mac-🕴) https://github.com/bitcoin/bitcoin/pull/24696
<bitcoin-git> [bitcoin] jonatack reopened pull request #24512: 23.x backports (23.x...23.x-onlynet-help-and-doc-improvements) https://github.com/bitcoin/bitcoin/pull/24512
<bitcoin-git> [bitcoin] jonatack closed pull request #24512: 23.x backports (23.x...23.x-onlynet-help-and-doc-improvements) https://github.com/bitcoin/bitcoin/pull/24512