2023-04-05

<bitcoin-git> bitcoin/master fa584b4 MarcoFalke: test: Remove windows workaround in authproxy
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/27ad26de2fca...9ec30db88865
<bitcoin-git> [bitcoin] fanquake merged pull request #27317: log: Check that the timestamp string is non-empty to avoid undefined behavior (master...2023_04_FixTimestampPotentialUB) https://github.com/bitcoin/bitcoin/pull/27317
<bitcoin-git> bitcoin/master 27ad26d fanquake: Merge bitcoin/bitcoin#27317: log: Check that the timestamp string is non-e...
<bitcoin-git> bitcoin/master 73f4eb5 John Moffett: Check that the Timestamp String is valid
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8c3cc4cad3c1...27ad26de2fca
<bitcoin-git> [bitcoin] fanquake merged pull request #27420: build: remove ancient unused define (master...remove-win-define) https://github.com/bitcoin/bitcoin/pull/27420
<bitcoin-git> bitcoin/master 8c3cc4c fanquake: Merge bitcoin/bitcoin#27420: build: remove ancient unused define
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/23a899b27c0b...8c3cc4cad3c1
<bitcoin-git> bitcoin/master 9fbc5fc Cory Fields: build: remove ancient unused define
<bitcoin-git> [bitcoin] fanquake merged pull request #26832: compat: move (win) S_* defines into bdb (master...dont_exclude_stat_win_bdb) https://github.com/bitcoin/bitcoin/pull/26832
<bitcoin-git> bitcoin/master 23a899b fanquake: Merge bitcoin/bitcoin#26832: compat: move (win) S_* defines into bdb
<bitcoin-git> bitcoin/master 54e4061 fanquake: refactor: don't avoid sys/types.h on when building for Windows
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/49b87bfe7e27...23a899b27c0b
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #27422: test: add coverage to rpc_scantxoutset.py (master...2023-04-test-coverage-rpc_scantxoutset) https://github.com/bitcoin/bitcoin/pull/27422
<btcdev> with the official bitcoin client i think
<sipa> Bitcoin Core is only one implementation of the Bitcoin protocol, so this is not the place to discuss protocol changes like that. You'll need to write a proposal, and get widespread agreement from the entire community to adopt it.
<sipa> If you actually want to propose a protocol change to get your coins back, the procedure would be to discuss it first on the bitcoin-dev mailing list.
<btcdev> where then? is not this for bitcoin core dev? like maintenance of the gitcoin source code by issuing patchs and things like that?
<sipa> No, that site is about further questions on how Bitcoin works.
<btcdev> to discuss that patch is the bitcoin.stackexchange.com then
<sipa> If you have further questions, see https://bitcoin.stackexchange.com or any number of online forums.
<sipa> Bitcoin funds are not tied to any email address.
<btcdev> i know this is bitcoin dev, i thought maybe you can issue a patch
<sipa> This channel is about development of the Bitcoin Core software.
<btcdev> i have basic understanding of how the bitcoin network works
<btcdev> hi guys i am a software developer, i mined some btc when it was worth around 1 usd, but for some reason truecrypt software did not work, and so i lost access to the private keys of my btcs, i have some emails on my email account detailing some btc transfers that i did accidentally from the official bitcoin wallet client to some addresses by mistake

2023-04-04

<pinheadmz> harding not sure about that ...? bitcoin-24.0.1-arm64-apple-darwin.dmg only has the GUI I think, for example
<harding> pinheadmz: also, I think we only ship archives that include both bitcoind and bitcoin-qt.
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26028: More verbose warning for multiple network argument error. (master...network-argument-collision-verbosity) https://github.com/bitcoin/bitcoin/pull/26028
<bitcoin-git> [bitcoin] theuni opened pull request #27420: build: remove ancient unused define (master...remove-win-define) https://github.com/bitcoin/bitcoin/pull/27420
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27419: refactor: Extract common/args from util/system (master...splitSystemArgs) https://github.com/bitcoin/bitcoin/pull/27419
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27418: test: Remove windows workaround in authproxy (master...2304-test-win-no-work-) https://github.com/bitcoin/bitcoin/pull/27418
<bitcoin-git> [bitcoin] fanquake merged pull request #27389: test: refactor: replace unnecessary `BytesIO` uses (master...202204-test-nuke_bytesio) https://github.com/bitcoin/bitcoin/pull/27389
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/369d4c03b708...49b87bfe7e27
<bitcoin-git> bitcoin/master f842ed9 Sebastian Falbesoner: test: refactor: replace unnecessary `BytesIO` uses
<bitcoin-git> bitcoin/master 49b87bf fanquake: Merge bitcoin/bitcoin#27389: test: refactor: replace unnecessary `BytesIO`...
<bitcoin-git> [bitcoin] meglio opened pull request #27414: doc: Add example of how to mix private and public keys in descriptors (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27414

2023-04-03

<bitcoin-git> [bitcoin] brunoerg opened pull request #27412: logging, net: add ASN from peers on logs (master...2023-03-asmap-log) https://github.com/bitcoin/bitcoin/pull/27412
<bitcoin-git> [bitcoin] mzumsande closed pull request #26343: p2p: Don't require services from `ADDR_FETCH` peers (master...202210_addrfetch_servicebits) https://github.com/bitcoin/bitcoin/pull/26343
<bitcoin-git> [bitcoin] mzumsande opened 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] ryanofsky opened pull request #27409: Make GUI and CLI tools use the same datadir (master...pr/1data) https://github.com/bitcoin/bitcoin/pull/27409
<bitcoin-git> [bitcoin] fanquake merged pull request #27254: refactor: Extract util/fs from util/system (master...splitSystemFs) https://github.com/bitcoin/bitcoin/pull/27254
<bitcoin-git> bitcoin/master 18fb363 Ben Woosley: refactor: Extract util/fs_helpers from util/system
<bitcoin-git> bitcoin/master 106b46d TheCharlatan: Add missing fs.h includes
<bitcoin-git> bitcoin/master b202b3d TheCharlatan: Add missing cstddef include in assumptions.h
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/5150e280103d...369d4c03b708
<bitcoin-git> [bitcoin] dergoegge opened pull request #27407: net, refactor: Privatise CNode send queue (master...2023-04-cnode-priv-send-🐍) https://github.com/bitcoin/bitcoin/pull/27407
<bitcoin-git> [bitcoin] fanquake opened pull request #27406: depends: add `NO_HARDEN=` option (master...depends_add_HARDEN) https://github.com/bitcoin/bitcoin/pull/27406
<gribble> https://github.com/bitcoin/bitcoin/issues/26261 | p2p: cleanup `LookupIntern`, `Lookup` and `LookupHost` by brunoerg · Pull Request #26261 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27405: Use steady clock instead of system clock to measure durations (master...2304-steady-over-millis-) https://github.com/bitcoin/bitcoin/pull/27405
<bitcoin-git> [bitcoin] fanquake opened pull request #27404: ci: use clang-16 in tidy task (master...clang_16_tidy_task) https://github.com/bitcoin/bitcoin/pull/27404
<bitcoin-git> [bitcoin] martinus opened pull request #27401: tracepoints: Disables `-Wgnu-zero-variadic-macro-arguments` to compile without warnings (master...2023-04-no-tracepoint-warnings) https://github.com/bitcoin/bitcoin/pull/27401

2023-04-02

<dviola> the wallet.dat was created when I was using my own bitcoin builds, just moved it to bitcoin-qt from arch later on
<dviola> luke-jr: I was just going to ask you actually, I see you're one of the bitcoin-qt maintainers in gentoo
<dviola> looks like archlinux is building bitcoin-qt with --with-incompatible-bdb BDB_LIBS="-ldb_cxx-5.3" BDB_CFLAGS="-I/usr/include/db5.3"
<vasild> stratospher[m]: What do you mean by "Tor-only network"? (https://github.com/bitcoin/bitcoin/pull/27374)
<bitcoin-git> [bitcoin] fanquake merged pull request #27382: miniscript: explicit cast instead of comparing integers of different signs (master...miniscript_comp_int_size) https://github.com/bitcoin/bitcoin/pull/27382
<bitcoin-git> bitcoin/master 5150e28 fanquake: Merge bitcoin/bitcoin#27382: miniscript: explicit cast instead of comparin...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a8649984d862...5150e280103d
<bitcoin-git> bitcoin/master 9a54d88 Antoine Poinsot: miniscript: explicit cast instead of comparing integers of different signs
<bitcoin-git> [bitcoin] fanquake merged pull request #27387: depends, doc: Document `NO_USDT` option (master...230401-usdt) https://github.com/bitcoin/bitcoin/pull/27387
<bitcoin-git> bitcoin/master c9aace2 Hennadii Stepanov: depends, doc: Document `NO_USDT` option
<bitcoin-git> bitcoin/master a864998 fanquake: Merge bitcoin/bitcoin#27387: depends, doc: Document `NO_USDT` option
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/88134fcee998...a8649984d862
<bitcoin-git> [bitcoin] fanquake merged pull request #27378: test: Remove python3.5 workaround (master...2303-test-py35-no-) https://github.com/bitcoin/bitcoin/pull/27378
<bitcoin-git> bitcoin/master 88134fc fanquake: Merge bitcoin/bitcoin#27378: test: Remove python3.5 workaround
<bitcoin-git> bitcoin/master fae66fc MarcoFalke: test: Remove python3.5 workaround in authproxy
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8e9e2b4cb36d...88134fcee998
<bitcoin-git> [bitcoin] fanquake merged pull request #27379: net processing: #26140 follow-ups (master...2023-03-26140-followup) https://github.com/bitcoin/bitcoin/pull/27379
<bitcoin-git> bitcoin/master 8e9e2b4 fanquake: Merge bitcoin/bitcoin#27379: net processing: #26140 follow-ups
<bitcoin-git> bitcoin/master 3fa4c54 dergoegge: [net processing] Pass TxRelay to FindTxForGetData instead of Peer
<bitcoin-git> bitcoin/master c85ee76 dergoegge: [net processin] Don't take cs_main in FindTxForGetData
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bc49a477dec9...8e9e2b4cb36d

2023-04-01

<bitcoin-git> [gui] hebasto closed pull request #716: Adjust plural forms for translations (master...230301-plurals) https://github.com/bitcoin-core/gui/pull/716
<bitcoin-git> [gui] hebasto merged pull request #724: Update translation source file for v25.0 string freeze (master...230331-tr) https://github.com/bitcoin-core/gui/pull/724
<bitcoin-git> bitcoin/master 5a4fe55 Luke Dashjr: GUI: Intro: Support translating caption of data directory chooser
<bitcoin-git> bitcoin/master 3868ba3 Luke Dashjr: GUI: Support translating peer network names
<bitcoin-git> bitcoin/master f1f9811 Luke Dashjr: GUI: Support translating address type dropdown entries
<bitcoin-git> [bitcoin] hebasto pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/a0d37d1d230b...bc49a477dec9
<gribble> https://github.com/bitcoin/bitcoin/issues/27231 | Fix logging RPC and -debugexclude with 0/none values, add test coverage, improve docs by jonatack · Pull Request #27231 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] theStack opened pull request #27389: test: refactor: replace unnecessary `BytesIO` uses (master...202204-test-nuke_bytesio) https://github.com/bitcoin/bitcoin/pull/27389
<darosior> scg: committing to a 0x00....00 in case of out-of-bound SIGHASH_SINGLE was intentional for Segwit: https://github.com/bitcoin/bips/blob/master/bip-0143.mediawiki#cite_note-7
<bitcoin-git> [bitcoin] hebasto opened pull request #27387: depends, doc: Document `NO_USDT` option (master...230401-usdt) https://github.com/bitcoin/bitcoin/pull/27387
<bitcoin-git> [bitcoin] DevAgrawal1112 opened pull request #27386: #24049 Issue: Update nScore datatype (master...DevAgrawal1112/issue24049) https://github.com/bitcoin/bitcoin/pull/27386

2023-03-31

<bitcoin-git> [bitcoin] jonatack opened pull request #27385: net: extract Network and BIP155Network logic to node/network (master...2023-04-extract-network) https://github.com/bitcoin/bitcoin/pull/27385
<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/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/26687 | Unable to create PSBT for legacy watchonly wallets in the GUI · Issue #26687 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #27274: refactor: remove unused param from legacy pubkey interface (master...remove-unused-params) https://github.com/bitcoin/bitcoin/pull/27274
<bitcoin-git> bitcoin/master 1869310 Bushstar: refactor: remove unused param from legacy pubkey
<bitcoin-git> bitcoin/master a0d37d1 fanquake: Merge bitcoin/bitcoin#27274: refactor: remove unused param from legacy pub...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c2bb2b54cc7...a0d37d1d230b
<bitcoin-git> [bitcoin] darosior opened pull request #27382: miniscript: explicit cast instead of comparing integers of different signs (master...miniscript_comp_int_size) https://github.com/bitcoin/bitcoin/pull/27382
<bitcoin-git> [bitcoin] fanquake closed pull request #22417: util/system: Close non-std fds when execing slave processes (master...bpchild_closefds) https://github.com/bitcoin/bitcoin/pull/22417
<bitcoin-git> [bitcoin] fanquake merged pull request #27376: ci: Remove second user account (master...2303-ci-no-non-root-) https://github.com/bitcoin/bitcoin/pull/27376
<bitcoin-git> bitcoin/master fafe3a8 MarcoFalke: ci: Remove second user account
<bitcoin-git> bitcoin/master 5c2bb2b fanquake: Merge bitcoin/bitcoin#27376: ci: Remove second user account
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/47184cfa2f62...5c2bb2b54cc7
<bitcoin-git> [gui] hebasto opened pull request #724: Update translation source file for v25.0 string freeze (master...230331-tr) https://github.com/bitcoin-core/gui/pull/724
<bitcoin-git> [bitcoin] dergoegge opened pull request #27379: #26140 follow-ups (master...2023-03-26140-followup) https://github.com/bitcoin/bitcoin/pull/27379
<bitcoin-git> [bitcoin] fanquake merged pull request #27362: test: remove `GetRNGState` lsan suppression (master...prune_lsan) https://github.com/bitcoin/bitcoin/pull/27362
<bitcoin-git> bitcoin/master 71b3e9b fanquake: sanitizers: remove GetRNGState lsan suppression
<bitcoin-git> bitcoin/master 47184cf fanquake: Merge bitcoin/bitcoin#27362: test: remove `GetRNGState` lsan suppression
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6b9fedd22118...47184cfa2f62
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27378: test: Remove python3.5 workaround (master...2303-test-py35-no-) https://github.com/bitcoin/bitcoin/pull/27378
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27376: ci: Remove second user account (master...2303-ci-no-non-root-) https://github.com/bitcoin/bitcoin/pull/27376

2023-03-30

<bitcoin-git> [bitcoin] pinheadmz opened pull request #27375: net: support unix domain sockets for -proxy (master...tor-unix-domain-socket) https://github.com/bitcoin/bitcoin/pull/27375
<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/27101 | Support JSON-RPC 2.0 when requested by client by pinheadmz · Pull Request #27101 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27039 | blockstorage: do not flush block to disk if it is already there by pinheadmz · Pull Request #27039 · bitcoin/bitcoin · GitHub
<glozow> Reminder that the 25.0 feature freeze is in 2 days. Maybe take a look at that board and the 25.0 milestone PRs if there's a feature you want in 25.0: https://github.com/bitcoin/bitcoin/milestone/56
<glozow> https://github.com/orgs/bitcoin/projects/1 anything to add, remove, or merge?
<glozow> #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 Mar 30 19:00:44 2023 UTC. The chair is glozow. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<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
<glozow> #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 Mar 30 18:00:03 2023 UTC. The chair is glozow. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] fanquake merged pull request #27361: guix: use python-minimal (3.9) (master...python_minimal_bootstrap) https://github.com/bitcoin/bitcoin/pull/27361
<bitcoin-git> bitcoin/master d0e571e fanquake: guix: use python-minimal (3.9)
<bitcoin-git> bitcoin/master 6b9fedd fanquake: Merge bitcoin/bitcoin#27361: guix: use python-minimal (3.9)
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/45be6af694b7...6b9fedd22118
<bitcoin-git> [bitcoin] fanquake merged pull request #27333: ci: cleanup of CI_EXEC & CI_EXEC_ROOT (master...bitcoin#27321) https://github.com/bitcoin/bitcoin/pull/27333
<bitcoin-git> bitcoin/master b5ef141 Vasil Stoyanov: ci: cleanup of CI_EXEC & CI_EXEC_ROOT (refs #27321)
<bitcoin-git> bitcoin/master 45be6af fanquake: Merge bitcoin/bitcoin#27333: ci: cleanup of CI_EXEC & CI_EXEC_ROOT
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/328087d16f43...45be6af694b7
<bitcoin-git> [bitcoin] glozow merged pull request #27350: test: refactor: dedup mempool_package_limits.py subtests via decorator (master...202303-test-package_limit_use_decorator) https://github.com/bitcoin/bitcoin/pull/27350
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d4833e9c49b7...328087d16f43
<bitcoin-git> bitcoin/master 72f25e2 Sebastian Falbesoner: test: refactor: use Satoshis for fees in mempool_package_limits.py
<bitcoin-git> bitcoin/master e669833 Sebastian Falbesoner: test: dedup package limit checks via decorator in mempool_package_limits.py
<bitcoin-git> bitcoin/master 328087d glozow: Merge bitcoin/bitcoin#27350: test: refactor: dedup mempool_package_limits....
<bitcoin-git> [bitcoin] glozow merged pull request #26140: refactor: Move CNodeState members guarded by g_msgproc_mutex to Peer (master...2022-09-move-cnodestate-msgproc-members) https://github.com/bitcoin/bitcoin/pull/26140
<bitcoin-git> bitcoin/master d8c0d1c dergoegge: [net processing] Move nUnconnectingHeaders from CNodeState to Peer
<bitcoin-git> bitcoin/master 5f80d8d dergoegge: [net processing] Annotate nUnconnectingHeaders as guarded by g_msgproc_mut...
<bitcoin-git> bitcoin/master 1d87137 dergoegge: [validation] Annotate ChainstateManager::m_best_header as guarded by cs_ma...
<bitcoin-git> [bitcoin] glozow pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/84f4ac39fda7...d4833e9c49b7
<bitcoin-git> [bitcoin] stratospher opened pull request #27374: p2p: skip netgroup diversity of new connections for tor/i2p/cjdns (master...followup-27264) https://github.com/bitcoin/bitcoin/pull/27374
<bitcoin-git> [bitcoin] fanquake merged pull request #27363: ci: use LLVM/clang-16 in native_fuzz (ASAN) job (master...native_fuzz_llvm_16) https://github.com/bitcoin/bitcoin/pull/27363
<bitcoin-git> bitcoin/master a634c28 fanquake: ci: use LLVM/clang-16 in native_fuzz (ASAN) job
<bitcoin-git> bitcoin/master 84f4ac3 fanquake: Merge bitcoin/bitcoin#27363: ci: use LLVM/clang-16 in native_fuzz (ASAN) j...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5241b8bdff02...84f4ac39fda7
<bitcoin-git> [bitcoin] fanquake merged pull request #27368: refactor: Drop no longer used `CNetMsgMaker` instances (master...230330-msgmaker) https://github.com/bitcoin/bitcoin/pull/27368
<bitcoin-git> bitcoin/master 5241b8b fanquake: Merge bitcoin/bitcoin#27368: refactor: Drop no longer used `CNetMsgMaker` ...
<bitcoin-git> bitcoin/master ea7ec78 Hennadii Stepanov: refactor: Drop no longer used `CNetMsgMaker` instances
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8e7179aa1325...5241b8bdff02
<bitcoin-git> [bitcoin] hebasto opened pull request #27368: refactor: Drop no longer used `CNetMsgMaker` instances (master...230330-msgmaker) https://github.com/bitcoin/bitcoin/pull/27368
<bitcoin-git> [bitcoin] fanquake closed pull request #27367: Merge bitcoin/bitcoin#27247: [24.x] Bump version to v24.1rc1 (master...SHIT) https://github.com/bitcoin/bitcoin/pull/27367
<bitcoin-git> [bitcoin] Doodoobrown23 opened pull request #27367: Merge bitcoin/bitcoin#27247: [24.x] Bump version to v24.1rc1 (master...SHIT) https://github.com/bitcoin/bitcoin/pull/27367

2023-03-29

<bitcoin-git> [bitcoin] fanquake opened pull request #27364: ci: set docker run --ulimit to workaround Valgrind assertion (master...native_fuzz_valgrind_docker_ulimit) https://github.com/bitcoin/bitcoin/pull/27364
<bitcoin-git> [bitcoin] fanquake opened pull request #27363: ci: use LLVM/clang-16 in native_fuzz (ASAN) job (master...native_fuzz_llvm_16) https://github.com/bitcoin/bitcoin/pull/27363
<bitcoin-git> [bitcoin] fanquake opened pull request #27362: test: remove `GetRNGState` lsan suppression (master...prune_lsan) https://github.com/bitcoin/bitcoin/pull/27362
<bitcoin-git> [bitcoin] fanquake opened pull request #27361: guix: use python-minimal (3.9) (master...python_minimal_bootstrap) https://github.com/bitcoin/bitcoin/pull/27361
<bitcoin-git> [bitcoin] fanquake opened pull request #27360: ci: use LLVM/clang-16 in ASAN job (master...asan_llvm_16) https://github.com/bitcoin/bitcoin/pull/27360
<bitcoin-git> [bitcoin] fanquake merged pull request #27345: guix: use GCC tool wrappers (master...guix_depends_use_gcc_wrappers) https://github.com/bitcoin/bitcoin/pull/27345
<bitcoin-git> bitcoin/master 8e7179a fanquake: Merge bitcoin/bitcoin#27345: guix: use GCC tool wrappers
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c0311b1dda27...8e7179aa1325
<bitcoin-git> bitcoin/master 4133c81 fanquake: guix: use gcc tool wrappers
<bitcoin-git> [bitcoin] fanquake merged pull request #27349: test: use address_to_scriptpubkey instead of RPC call (master...use-address_to_scriptpubkey) https://github.com/bitcoin/bitcoin/pull/27349
<bitcoin-git> bitcoin/master 4142d19 ismaelsadeeq: refactor: move address_to_scriptpubkey to address.py
<bitcoin-git> bitcoin/master e47ce42 ismaelsadeeq: refactor: use address_to_scriptpubkey to retrieve addresses scriptpubkey
<bitcoin-git> bitcoin/master c0311b1 fanquake: Merge bitcoin/bitcoin#27349: test: use address_to_scriptpubkey instead of ...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/68828288e5d3...c0311b1dda27
<bitcoin-git> [bitcoin] fanquake closed pull request #23020: fix: contrib: allow multi-sig binary verification (master...2021-09-binary-verify) https://github.com/bitcoin/bitcoin/pull/23020

2023-03-28

<bitcoin-git> [bitcoin] theuni opened pull request #27358: contrib: allow multi-sig binary verification v2 (master...achow-direct-bins-gpg-parse) https://github.com/bitcoin/bitcoin/pull/27358
<bitcoin-git> [bitcoin] dimitaracev opened pull request #27357: validation: Move warningcache to ChainstateManager and rename to m_warningcache (master...refactor-move-warningcache-to-chainstatemanager) https://github.com/bitcoin/bitcoin/pull/27357
<gribble> https://github.com/bitcoin/bitcoin/issues/23030 | src/randomenv.cpp: fix uclibc build by ffontaine · Pull Request #23030 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] pinheadmz closed pull request #27273: system: allow GUI to initialize default data dir (master...conf-file) https://github.com/bitcoin/bitcoin/pull/27273
<bitcoin-git> [bitcoin] fanquake merged pull request #27318: test: wallet_create_tx.py fix race (master...2022_walletcreatetx_fix_race) https://github.com/bitcoin/bitcoin/pull/27318
<bitcoin-git> bitcoin/master 8aab515 furszy: test: wallet_create_tx.py fix race
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/220008604f15...68828288e5d3
<bitcoin-git> bitcoin/master 6882828 fanquake: Merge bitcoin/bitcoin#27318: test: wallet_create_tx.py fix race
<pinheadmz_> BlueMatt[m] checking in on https://github.com/bitcoin-core/bitcoincore.org/pull/826 -- whats the process like for upgrading the website server?
<bitcoin-git> [bitcoin] fanquake merged pull request #27298: ci: Use TSan new runtime (llvm-16, take 3) (master...2303-ci-tsan-v2-llvm-16-take-3-🌡) https://github.com/bitcoin/bitcoin/pull/27298
<bitcoin-git> bitcoin/master 2200086 fanquake: Merge bitcoin/bitcoin#27298: ci: Use TSan new runtime (llvm-16, take 3)
<bitcoin-git> bitcoin/master faf4aca MarcoFalke: ci: Use TSan new runtime (llvm-16, take 3)
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d31d769b7b5...220008604f15
<bitcoin-git> [bitcoin] fanquake merged pull request #27344: fuzz: Remove legacy int parse fuzz tests (master...2303-no-fuzz-legacy-🛌) https://github.com/bitcoin/bitcoin/pull/27344
<bitcoin-git> bitcoin/master faf8dc4 MarcoFalke: fuzz: Remove legacy int parse fuzz tests
<bitcoin-git> bitcoin/master 8d31d76 fanquake: Merge bitcoin/bitcoin#27344: fuzz: Remove legacy int parse fuzz tests
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d254f942a569...8d31d769b7b5
<bitcoin-git> [bitcoin] fanquake merged pull request #27324: net: #27257 follow-ups (master...2023-03-27257-followup) https://github.com/bitcoin/bitcoin/pull/27324
<bitcoin-git> bitcoin/master b5a85b3 dergoegge: [net] Delete CNetMessage copy constructor/assignment op
<bitcoin-git> bitcoin/master cd0c8ee dergoegge: [net] Pass nRecvFloodSize to CNode
<bitcoin-git> bitcoin/master 860402e dergoegge: [net] Remove trivial GetConnectionType() getter
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/86e7410b22d5...d254f942a569
<bitcoin-git> bitcoin/master f8abcb3 Martin Zumsande: test: Fix intermittent failure in ChainStateManager tests
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b759cefe936e...86e7410b22d5
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27353: refactor (tidy): Fixes after enable-debug configure (master...clangTidyDebug) https://github.com/bitcoin/bitcoin/pull/27353
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27353: refactor (tidy): Fixes after enable-debug configure (master...clangTidyDebug) https://github.com/bitcoin/bitcoin/pull/27353
<bitcoin-git> bitcoin/master 86e7410 fanquake: Merge bitcoin/bitcoin#27348: test: fix intermittent failure in ChainStateM...
<bitcoin-git> [bitcoin] fanquake merged pull request #27348: test: fix intermittent failure in ChainStateManager tests (master...202303_testfix_assumeutxo) https://github.com/bitcoin/bitcoin/pull/27348
<_aj_> there wasn't an announcement about 24.1rc1 on bitcoin-core-dev list?
<bitcoin-git> [bitcoin] apoelstra opened pull request #27351: wallet: add `seeds` argument to `importdescriptors` (master...2023-03--codex32) https://github.com/bitcoin/bitcoin/pull/27351

2023-03-27

<bitcoin-git> [bitcoin] theStack opened pull request #27350: test: refactor: dedup mempool_package_limits.py subtests via decorator (master...202303-test-package_limit_use_decorator) https://github.com/bitcoin/bitcoin/pull/27350
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #27349: refactor: use address_to_scriptpubkey instead of RPC call (master...use-address_to_scriptpubkey) https://github.com/bitcoin/bitcoin/pull/27349
<bitcoin-git> [bitcoin] mzumsande opened pull request #27348: test: fix intermittent failure in ChainStateManager tests (master...202303_testfix_assumeutxo) https://github.com/bitcoin/bitcoin/pull/27348
<bitcoin-git> [bitcoin] pinheadmz closed pull request #27303: system: cache config file path before potentially updating datadir (master...cache-conf-file) https://github.com/bitcoin/bitcoin/pull/27303
<bitcoin-git> [bitcoin] vstoyanov reopened pull request #27333: ci: cleanup of CI_EXEC & CI_EXEC_ROOT (refs #27321) (master...bitcoin#27321) https://github.com/bitcoin/bitcoin/pull/27333
<bitcoin-git> [bitcoin] fanquake merged pull request #27301: depends: make fontconfig build under clang-16 (master...fontconfig_2_14_2) https://github.com/bitcoin/bitcoin/pull/27301
<bitcoin-git> bitcoin/master 9cbc1c2 fanquake: depends: make fontconfig build under clang-16
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ff26406b2bb1...b759cefe936e
<bitcoin-git> bitcoin/master b759cef fanquake: Merge bitcoin/bitcoin#27301: depends: make fontconfig build under clang-16
<bitcoin-git> [bitcoin] vstoyanov closed pull request #27333: ci: cleanup of CI_EXEC & CI_EXEC_ROOT (refs #27321) (master...bitcoin#27321) https://github.com/bitcoin/bitcoin/pull/27333
<dviola> text sometimes disappears from my bitcoin-qt on archlinux, can't reproduce it on gentoo
<dviola> is the embedded "ruboto mono" font used internally by bitcoin-qt?
<bitcoin-git> [gui] hebasto closed pull request #540: network graph - show/hide panels based on window width/height (master...1643654791-show-hide-gui-elements-based-on-size) https://github.com/bitcoin-core/gui/pull/540
<bitcoin-git> [gui] hebasto closed pull request #559: Network graph improvements (master...NetworkGraphImprovements) https://github.com/bitcoin-core/gui/pull/559
<bitcoin-git> [gui] hebasto closed pull request #560: Make error message layout consistent (master...3_error_message_addr) https://github.com/bitcoin-core/gui/pull/560
<bitcoin-git> [gui] hebasto closed pull request #562: Warn when sending to already-used Bitcoin addresses (master...wallet_warn_reuse_gui) https://github.com/bitcoin-core/gui/pull/562
<bitcoin-git> [gui] hebasto merged pull request #693: Fix segfault when shutdown during wallet open (master...2022_12_29_FixSegfaultOnCloseWalletPopup) https://github.com/bitcoin-core/gui/pull/693
<bitcoin-git> bitcoin/master ff26406 Hennadii Stepanov: Merge bitcoin-core/gui#693: Fix segfault when shutdown during wallet open
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/20bd59134506...ff26406b2bb1
<bitcoin-git> bitcoin/master 9a1d73f John Moffett: Fix segfault when shutdown during wallet open
<bitcoin-git> [bitcoin] apoelstra closed pull request #27337: wallet: allow importing descriptors that have no xprivs, even in a privkey-enabled wallet (master...2023-03--wallet-error) https://github.com/bitcoin/bitcoin/pull/27337
<bitcoin-git> [bitcoin] fanquake reopened pull request #27301: depends: fontconfig 2.14.2 (master...fontconfig_2_14_2) https://github.com/bitcoin/bitcoin/pull/27301
<bitcoin-git> [bitcoin] fanquake closed pull request #27301: depends: fontconfig 2.14.2 (master...fontconfig_2_14_2) https://github.com/bitcoin/bitcoin/pull/27301
<bitcoin-git> [bitcoin] fanquake merged pull request #27314: build, qt: Fix handling of `CXX=clang++` when building `qt` package (master...230323-qt-clang) https://github.com/bitcoin/bitcoin/pull/27314
<bitcoin-git> bitcoin/master 25e8fe7 Hennadii Stepanov: build, qt: Fix handling of `CXX=clang++` when building `qt` package
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b968424c2582...20bd59134506
<bitcoin-git> bitcoin/master 20bd591 fanquake: Merge bitcoin/bitcoin#27314: build, qt: Fix handling of `CXX=clang++` when...
<bitcoin-git> [bitcoin] fanquake opened pull request #27345: guix: use GCC tool wrappers (master...guix_depends_use_gcc_wrappers) https://github.com/bitcoin/bitcoin/pull/27345
<bitcoin-git> [bitcoin] fanquake reopened pull request #27301: depends: fontconfig 2.14.2 (master...fontconfig_2_14_2) https://github.com/bitcoin/bitcoin/pull/27301
<bitcoin-git> [bitcoin] fanquake closed pull request #27301: depends: fontconfig 2.14.2 (master...fontconfig_2_14_2) https://github.com/bitcoin/bitcoin/pull/27301
<bitcoin-git> [gui] hebasto closed pull request #611: test, refactor: Use the same shutdown path as in bitcoin-qt binary (master...220530-exec2) https://github.com/bitcoin-core/gui/pull/611
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27344: fuzz: Remove legacy int parse fuzz tests (master...2303-no-fuzz-legacy-🛌) https://github.com/bitcoin/bitcoin/pull/27344
<bitcoin-git> [gui] hebasto closed pull request #634: [WIP/Draft] Add Address tab (master...address_tab) https://github.com/bitcoin-core/gui/pull/634
<bitcoin-git> [bitcoin] fanquake merged pull request #27326: guix: combine and document `enable_werror` (master...guix_glibc_simplify_werror) https://github.com/bitcoin/bitcoin/pull/27326
<bitcoin-git> bitcoin/master 4becee3 fanquake: guix: combine and document enable_werror
<bitcoin-git> bitcoin/master b968424 fanquake: Merge bitcoin/bitcoin#27326: guix: combine and document `enable_werror`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7fbc70395c9a...b968424c2582
<bitcoin-git> [bitcoin] fanquake merged pull request #27296: guix: import/sync python-lief (0.12.3) package definition from upstream (master...import_lief_curr_upstream) https://github.com/bitcoin/bitcoin/pull/27296
<bitcoin-git> bitcoin/master 7fbc703 fanquake: Merge bitcoin/bitcoin#27296: guix: import/sync python-lief (0.12.3) packag...
<bitcoin-git> bitcoin/master 24f26e0 fanquake: guix: use cmake-minimal for python-lief
<bitcoin-git> bitcoin/master 43d8173 fanquake: guix: import LIEF from upstream (0.12.3)
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/396306755532...7fbc70395c9a
<bitcoin-git> [gui] hebasto closed pull request #666: [WIP] GUI: exception safe drop-in replacement for QTimer::singleShot (master...2022_gui_safe_connect_qtimer) https://github.com/bitcoin-core/gui/pull/666
<bitcoin-git> [bitcoin] fanquake merged pull request #26642: clang-tidy: Add more `performance-*` checks and related fixes (master...221205-ci-tidy) https://github.com/bitcoin/bitcoin/pull/26642
<bitcoin-git> bitcoin/master 2400437 Hennadii Stepanov: clang-tidy: Add `performance-type-promotion-in-math-fn` check
<bitcoin-git> bitcoin/master 516b75f Hennadii Stepanov: clang-tidy: Add `performance-faster-string-find` check
<bitcoin-git> bitcoin/master 7e975e6 Hennadii Stepanov: clang-tidy: Add `performance-inefficient-vector-operation` check
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/3e835ca95863...396306755532
<bitcoin-git> [bitcoin] fanquake reopened pull request #27301: depends: fontconfig 2.14.2 (master...fontconfig_2_14_2) https://github.com/bitcoin/bitcoin/pull/27301
<bitcoin-git> [bitcoin] fanquake merged pull request #27328: depends: fix osx build with clang 16 (master...fix-depends-clang-16) https://github.com/bitcoin/bitcoin/pull/27328
<bitcoin-git> bitcoin/master 87afcb0 Cory Fields: depends: fix osx build with clang 16
<bitcoin-git> bitcoin/master 3e835ca fanquake: Merge bitcoin/bitcoin#27328: depends: fix osx build with clang 16
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad62bd5d6a7b...3e835ca95863
<bitcoin-git> [bitcoin] fanquake closed pull request #25136: Torcontrol opt check (master...torcontrol_opt_check) https://github.com/bitcoin/bitcoin/pull/25136
<bitcoin-git> [bitcoin] fanquake merged pull request #27312: depends: qrencode 4.1.1 (master...qrencode_4_1_1) https://github.com/bitcoin/bitcoin/pull/27312
<bitcoin-git> bitcoin/master eb1c3ad fanquake: depends: qrencode 4.1.1
<bitcoin-git> bitcoin/master ad62bd5 fanquake: Merge bitcoin/bitcoin#27312: depends: qrencode 4.1.1
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e352f5ab6b60...ad62bd5d6a7b
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27340: ci: Use Cirrus CI dockerfile env (master...2303-ci-env-🏺) https://github.com/bitcoin/bitcoin/pull/27340
<bitcoin-git> [bitcoin] apoelstra opened pull request #27337: wallet: allow importing descriptors that have no xprivs, even in a privkey-enabled wallet (master...2023-03--wallet-error) https://github.com/bitcoin/bitcoin/pull/27337

2023-03-26

<andytoshi> achow101: https://github.com/bitcoin/bitcoin/blob/master/src/wallet/wallet.cpp#L3599-L3602 i think this code should check whether a spookyman already exists with this ID
<bitcoin-git> [bitcoin] EthanHeilman opened pull request #27335: Fixes compile errors in MSVC build #27332 (master...fixmsvc) https://github.com/bitcoin/bitcoin/pull/27335
<bitcoin-git> [bitcoin] martinus closed pull request #23169: fix initialization in FastRandomContext: removes undefined behavior & uninitialized read (master...2021-10-fix-Wmaybe-uninitialized-warnings) https://github.com/bitcoin/bitcoin/pull/23169
<bitcoin-git> [bitcoin] martinus opened pull request #27334: util: implement `noexcept` move assignment & move ctor for `prevector` (master...2023-03-prevector-move) https://github.com/bitcoin/bitcoin/pull/27334
<martinus> In prevector.h, the destructor calls "_union.indirect_contents.indirect = nullptr;". Any particular reason why this is done? It's done that ever since https://github.com/bitcoin/bitcoin/pull/6914/ was merged in 2015
<bitcoin-git> [bitcoin] vstoyanov opened pull request #27333: ci: cleanup of CI_EXEC & CI_EXEC_ROOT (refs #27321) (master...bitcoin#27321) https://github.com/bitcoin/bitcoin/pull/27333
<darosior> andytoshi: don't know if you seen it, but slightly related: https://github.com/bitcoin/bitcoin/issues/19151
<bitcoin-git> [bitcoin] aureleoules closed pull request #26858: wallet: Use defined purposes instead of inlining (master...2023-01-purpose-refactor) https://github.com/bitcoin/bitcoin/pull/26858

2023-03-25

<_aj_> andytoshi: char s[7] = "bitcoin"; errors with "initializer-string for char array is too long" in c++ apparently
<andytoshi> i suspect it's a bit more subtle ... if you do `unsigned char s[8s = "bitcoin";` it'll include the terminator. if you do `unsigned char s[7] = "bitcoin"` it'll silently chop it off .. if you do `unsigned char s[] = "bitcoin"` it'll include it, same as [8]
<andytoshi> i was searching for 'Bitcoin seed' but the code uses {'B','i','t','c','o','i','n',' ','s','e','e','d'}
<andytoshi> does bitcoin core do the "Master key generation" described in BIP 32 anywhere?
<bitcoin-git> [bitcoin] martinus opened pull request #27331: refactor: extract CCheckQueue's data handling into a separate container "Bag" (master...2023-03-bag) https://github.com/bitcoin/bitcoin/pull/27331
<vasild> Can I have https://github.com/hebasto/bitcoin/pull/10 added to "high prio for review"?

2023-03-24

<bitcoin-git> [bitcoin] mxaddict closed pull request #27329: Added clangd .cache and compile_commands.json to .gitignore (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27329
<bitcoin-git> [bitcoin] mxaddict opened pull request #27329: Added clangd .cache and compile_commands.json to .gitignore (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27329
<bitcoin-git> [bitcoin] theuni opened pull request #27328: depends: fix osx build with clang 16 (master...fix-depends-clang-16) https://github.com/bitcoin/bitcoin/pull/27328
<bitcoin-git> [gui] pinheadmz opened pull request #723: Flag addresses as "active" (or not) (master...used-addr-ui-gui) https://github.com/bitcoin-core/gui/pull/723
<bitcoin-git> [bitcoin] pinheadmz closed pull request #27327: I want more bitcoins! Haven't had time to buy at $0.2 😒 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27327
<bitcoin-git> [bitcoin] SValentyn opened pull request #27327: I want more bitcoins! Haven't had time to buy at $0.2 😒 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27327
<bitcoin-git> [bitcoin] fanquake opened pull request #27326: guix: combine and document `enable_werror` (master...guix_glibc_simplify_werror) https://github.com/bitcoin/bitcoin/pull/27326
<bitcoin-git> [bitcoin] theStack opened pull request #27325: test: various `converttopsbt` check cleanups in rpc_psbt.py (master...test_psbt_cleanups) https://github.com/bitcoin/bitcoin/pull/27325
<bitcoin-git> [bitcoin] dergoegge opened pull request #27324: net: #27257 follow-ups (master...2023-03-27257-followup) https://github.com/bitcoin/bitcoin/pull/27324
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #27323: ci: Add missing libclang-rt-dev package (master...2303-ci-missing-pkg-💜) https://github.com/bitcoin/bitcoin/pull/27323
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27323: ci: Add missing libclang-rt-dev package (master...2303-ci-missing-pkg-💜) https://github.com/bitcoin/bitcoin/pull/27323
<bitcoin-git> [bitcoin] jonatack opened pull request #27322: move-only: IsDeprecatedRPCEnabled to rpc/util to fix CI builds when called from wallet (master...2023-03-fix-IsDeprecatedRPCEnabled-build-errors) https://github.com/bitcoin/bitcoin/pull/27322
<bitcoin-git> [bitcoin] fanquake merged pull request #27028: ci: Cache more stuff in the ci images: msan, iwyu, pip, sdks (master...2301-ci-cache-apt-🚴) https://github.com/bitcoin/bitcoin/pull/27028
<bitcoin-git> bitcoin/master faa0839 MarcoFalke: ci: Cache more stuff in the ci images: msan, iwyu, pip, sdks
<bitcoin-git> bitcoin/master e352f5a fanquake: Merge bitcoin/bitcoin#27028: ci: Cache more stuff in the ci images: msan, ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/873a5062db0a...e352f5ab6b60
<bitcoin-git> [bitcoin] fanquake merged pull request #27269: test: Support decoding segwit address in address_to_scriptpubkey() (master...add-bech32-testnet-address-to-scriptpubkey) https://github.com/bitcoin/bitcoin/pull/27269
<bitcoin-git> bitcoin/master d178082 ismaelsadeeq: test: add bech32 decoding support to address_to_scriptpubkey()
<bitcoin-git> bitcoin/master 873a506 fanquake: Merge bitcoin/bitcoin#27269: test: Support decoding segwit address in addr...
<bitcoin-git> bitcoin/master aac8793 ismaelsadeeq: test: test_bech32_decode in address.py
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/630756cac073...873a5062db0a

2023-03-23

<gribble> https://github.com/bitcoin/bitcoin/issues/26715 | Introduce `MockableDatabase` for wallet unit tests by achow101 · Pull Request #26715 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26644 | wallet: bugfix, wallet_load_ckey unit test fails with bdb by furszy · Pull Request #26644 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] achow101 merged pull request #26957: bench: update logging benchmarks (master...2023-01-update-logging-benchmarks) https://github.com/bitcoin/bitcoin/pull/26957
<bitcoin-git> bitcoin/master 4684aa8 Larry Ruane: bench: allow logging benchmarks to be order-independent
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/23056436461a...630756cac073
<bitcoin-git> bitcoin/master 4b3fdbf Jon Atack: bench: update logging benchmark naming for clarity
<bitcoin-git> bitcoin/master 102b203 Jon Atack: bench: order the logging benchmark code by output
<bitcoin-git> [bitcoin] brunoerg closed pull request #23475: wallet: add config to prioritize a solution that doesn't create change in coin selection (master...2021-11-coinselection-option) https://github.com/bitcoin/bitcoin/pull/23475