2024-12-09

<bitcoin-git> [bitcoin] achow101 opened pull request #31452: wallet: Migrate non-HD keys to combo() descriptor (master...migrate-nonhd-keys-combo) https://github.com/bitcoin/bitcoin/pull/31452
<bitcoin-git> [bitcoin] achow101 merged pull request #31374: wallet: fix crash during watch-only wallet migration (master...2024_migration_watch-only_crash_fix) https://github.com/bitcoin/bitcoin/pull/31374
<bitcoin-git> bitcoin/master cdd207c furszy: test: add coverage for migrating standalone imported keys
<bitcoin-git> bitcoin/master 932cd1e furszy: wallet: fix crash during watch-only wallet migration
<bitcoin-git> bitcoin/master 297a876 furszy: test: add coverage for migrating watch-only script
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/35000e34cf33...9039d8f1a1df
<bitcoin-git> [bitcoin] furszy opened pull request #31451: wallet: migration, avoid loading legacy wallet after failure when BDB isn't compiled (master...2024_migration_cleanup_after_error) https://github.com/bitcoin/bitcoin/pull/31451
<bitcoin-git> [bitcoin] fanquake opened pull request #31450: guix: disable gcov in base-linux-gcc (master...no_gcov) https://github.com/bitcoin/bitcoin/pull/31450
<bitcoin-git> [bitcoin] l0rinc opened pull request #31449: coins,refactor: Reduce `getblockstats` RPC UTXO overhead estimation (master...l0rinc/coin-fCoinBase-bool) https://github.com/bitcoin/bitcoin/pull/31449
<bitcoin-git> [bitcoin] fanquake opened pull request #31448: fuzz: add cstdlib to FuzzedDataProvider (master...fuzzed_data_clang_20) https://github.com/bitcoin/bitcoin/pull/31448

2024-12-08

<bitcoin-git> [bitcoin] fanquake merged pull request #31433: test: #31212 follow up (spelling, refactor) (master...2024/12/31212_follow_up) https://github.com/bitcoin/bitcoin/pull/31433
<bitcoin-git> bitcoin/master c9fb38a Hodlinator: refactor test: Cleaner combine_logs.py logic
<bitcoin-git> bitcoin/master 41d934c Hodlinator: chore: Typo Overriden -> Overridden
<bitcoin-git> bitcoin/master 35000e3 merge-script: Merge bitcoin/bitcoin#31433: test: #31212 follow up (spelling, refactor)
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/18d0cfb194cc...35000e34cf33
<bitcoin-git> [bitcoin] fanquake merged pull request #31306: ci: Update Clang in "tidy" job (master...241117-tidy) https://github.com/bitcoin/bitcoin/pull/31306
<bitcoin-git> bitcoin/master 31e59d9 Hennadii Stepanov: iwyu: Drop backported mapping
<bitcoin-git> bitcoin/master 18d0cfb merge-script: Merge bitcoin/bitcoin#31306: ci: Update Clang in "tidy" job
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/22723c809a8a...18d0cfb194cc
<bitcoin-git> bitcoin/master fe9bc5a Hennadii Stepanov: ci: Update Clang in "tidy" job
<bitcoin-git> [bitcoin] sipa opened pull request #31444: cluster mempool: add txgraph diagrams/mining/eviction (master...202412_txgraph_index) https://github.com/bitcoin/bitcoin/pull/31444
<bitcoin-git> [bitcoin] fanquake closed pull request #31443: Update gen-bitcoin-conf.sh (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31443
<bitcoin-git> [bitcoincore.org] fanquake closed pull request #1089: Create SECURITY.md (master...patch-1) https://github.com/bitcoin-core/bitcoincore.org/pull/1089
<bitcoin-git> [bitcoincore.org] Wbaker7702 opened pull request #1089: Create SECURITY.md (master...patch-1) https://github.com/bitcoin-core/bitcoincore.org/pull/1089
<bitcoin-git> [bitcoin] TinFe opened pull request #31443: Update gen-bitcoin-conf.sh (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31443

2024-12-07

<bitcoin-git> [bitcoin] fanquake closed pull request #31442: Update README.md (master...Add-comment) https://github.com/bitcoin/bitcoin/pull/31442
<bitcoin-git> [bitcoin] joaopauloriul opened pull request #31442: Update README.md (master...Add-comment) https://github.com/bitcoin/bitcoin/pull/31442
<bitcoin-git> [bitcoin] fanquake closed pull request #31441: Update SECURITY.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31441
<bitcoin-git> [bitcoin] fanquake closed pull request #31440: Create generator-generic-ossf-slsa3-publish.yml (master...master) https://github.com/bitcoin/bitcoin/pull/31440

2024-12-06

<bitcoin-git> [bitcoin] Xlabjun opened pull request #31441: Update SECURITY.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31441
<bitcoin-git> [bitcoin] Xlabjun opened pull request #31440: Create generator-generic-ossf-slsa3-publish.yml (master...master) https://github.com/bitcoin/bitcoin/pull/31440
<bitcoin-git> [bitcoin] mzumsande opened pull request #31439: validation: In case of a continued reindex, only activate chain in the end (master...202412_reindex_interrupt) https://github.com/bitcoin/bitcoin/pull/31439
<bitcoin-git> [bitcoin] fanquake closed pull request #31438: Update README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31438
<bitcoin-git> [bitcoin] EMOTICON-1 opened pull request #31438: Update README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31438
<bitcoin-git> [bitcoin] instagibbs opened pull request #31437: func test: Expand tx download preference tests (master...2024-12-inv_priority_tiebreaker) https://github.com/bitcoin/bitcoin/pull/31437
<bitcoin-git> [bitcoin] fanquake merged pull request #31072: refactor: Clean up messy strformat and bilingual_str usages (master...pr/bfmt) https://github.com/bitcoin/bitcoin/pull/31072
<bitcoin-git> bitcoin/master 0580219 Ryan Ofsky: refactor: Avoid concatenation of format strings
<bitcoin-git> bitcoin/master 831d2bf Ryan Ofsky: refactor: Don't embed translated string in untranslated string.
<bitcoin-git> bitcoin/master 006e4d1 Ryan Ofsky: refactor: Use + instead of strformat to concatenate translated & untransla...
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b1f0f3c288af...22723c809a8a
<bitcoin-git> [bitcoin] glozow merged pull request #31406: test: fix `test_invalid_tx_in_compactblock` in `p2p_compactblocks` (master...2024-12-fix-test-p2pcompactblocks) https://github.com/bitcoin/bitcoin/pull/31406
<bitcoin-git> bitcoin/master ee1b9be brunoerg: test: replace `is not` to `!=` when comparing block hash
<bitcoin-git> bitcoin/master b1f0f3c glozow: Merge bitcoin/bitcoin#31406: test: fix `test_invalid_tx_in_compactblock` i...
<bitcoin-git> bitcoin/master 7239ddb brunoerg: test: make sure node has all transactions
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1a35447595d5...b1f0f3c288af
<bitcoin-git> [bitcoin] maflcko opened pull request #31435: lint: Move assertion linter into lint runner (master...2412-lint-assert) https://github.com/bitcoin/bitcoin/pull/31435
<bitcoin-git> [bitcoin] hebasto opened pull request #31434: test, univalue: Specify path to tests instead of hardcoding (master...241206-unitester) https://github.com/bitcoin/bitcoin/pull/31434
<bitcoin-git> [bitcoin] fanquake merged pull request #31417: test: Avoid F541 (f-string without any placeholders) (master...2412-F541) https://github.com/bitcoin/bitcoin/pull/31417
<bitcoin-git> bitcoin/master fae7639 MarcoFalke: test: Avoid F541 (f-string without any placeholders)
<bitcoin-git> bitcoin/master 1a35447 merge-script: Merge bitcoin/bitcoin#31417: test: Avoid F541 (f-string without any placeh...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eb2ebe6f30ac...1a35447595d5
<bitcoin-git> [bitcoin] fanquake merged pull request #31231: cmake: Fix `IF_CHECK_PASSED` option handling (master...241106-cmake-fix) https://github.com/bitcoin/bitcoin/pull/31231
<bitcoin-git> bitcoin/master eb2ebe6 merge-script: Merge bitcoin/bitcoin#31231: cmake: Fix `IF_CHECK_PASSED` option handling
<bitcoin-git> bitcoin/master 97a18c8 Hennadii Stepanov: cmake: Fix `IF_CHECK_PASSED` option handling
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5b283fa1477d...eb2ebe6f30ac
<bitcoin-git> [bitcoin] fanquake merged pull request #31431: util: use explicit cast in MultiIntBitSet::Fill() (master...fuzz_bitset_silence_warning) https://github.com/bitcoin/bitcoin/pull/31431
<bitcoin-git> bitcoin/master edb41e4 Vasil Dimov: util: use explicit cast in MultiIntBitSet::Fill()
<bitcoin-git> bitcoin/master 5b283fa merge-script: Merge bitcoin/bitcoin#31431: util: use explicit cast in MultiIntBitSet::Fi...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2eccb8bc5e22...5b283fa1477d
<zzz123> bbl - in the interim give https://x.com/123456/status/1864931738108998074 a peek. i'm banned from the mailing list and github. blackballed in bitcoin. sad. i just want credit, man.
<zzz123> someone evidently tested it against one of the antpool machines; triggering their security team to lose their minds: https://github.com/bitcoin/bitcoin/issues/27623

2024-12-05

<bitcoin-git> [bitcoin] hodlinator opened pull request #31433: test: #31212 follow up (spelling, refactor) (master...2024/12/31212_follow_up) https://github.com/bitcoin/bitcoin/pull/31433
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31248: test: Rework wallet_migration.py to use previous releases (master...migratewallet-prev-rels) https://github.com/bitcoin/bitcoin/pull/31248
<bitcoin-git> bitcoin/master 55347a5 Ava Chow: test: Rework migratewallet to use previous release (v28.0)
<bitcoin-git> bitcoin/master 2eccb8b Ryan Ofsky: Merge bitcoin/bitcoin#31248: test: Rework wallet_migration.py to use previ...
<bitcoin-git> bitcoin/master f42ec0f Ava Chow: wallet: Check specified wallet exists before migration
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6d973f86f755...2eccb8bc5e22
<bitcoin-git> [bitcoin] fanquake merged pull request #31408: test: Avoid logging error when logging error (master...2412-test-log-err) https://github.com/bitcoin/bitcoin/pull/31408
<bitcoin-git> bitcoin/master 6d973f8 merge-script: Merge bitcoin/bitcoin#31408: test: Avoid logging error when logging error
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6a1e613e853d...6d973f86f755
<bitcoin-git> bitcoin/master cccca8a MarcoFalke: test: Avoid logging error when logging error
<bitcoin-git> [bitcoin] fanquake merged pull request #31427: lint: bump MLC to v0.19.0 (master...bump-mlc) https://github.com/bitcoin/bitcoin/pull/31427
<bitcoin-git> bitcoin/master 6a1e613 merge-script: Merge bitcoin/bitcoin#31427: lint: bump MLC to v0.19.0
<bitcoin-git> bitcoin/master 811a65d willcl-ark: lint: bump MLC to v0.19.0
<bitcoin-git> bitcoin/master f6afca4 willcl-ark: lint: use clearer wording on error message
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/083770adbe7d...6a1e613e853d
<bitcoin-git> [bitcoin] vasild opened pull request #31431: util: use explicit cast in MultiIntBitSet::Fill() (master...fuzz_bitset_silence_warning) https://github.com/bitcoin/bitcoin/pull/31431
<gribble`> https://github.com/bitcoin/bitcoin/issues/31093 | Introduce `g_fuzzing` global for fuzzing checks by dergoegge · Pull Request #31093 · bitcoin/bitcoin · GitHub
<dergoegge> vasild: i ran into the same issue on an early draft of #31093 (https://github.com/bitcoin/bitcoin/pull/31093#issuecomment-2416333030)
<bitcoin-git> [bitcoin] hebasto opened pull request #31429: cmake: Support user-defined C++ standard (master...241205-standard) https://github.com/bitcoin/bitcoin/pull/31429
<_aj_> (VCs are going to be so excited that bitcoin-core-dev is finally focussed on LPs)
<glozow> sipa: I think https://github.com/bitcoin-core/bitcoin-devwiki/wiki/%5BP2P%5D-known-TxOrphanage-problems is the most comprehensive explainer for the problems we are looking at solving
<gribble`> https://github.com/bitcoin/bitcoin/issues/31385 | package validation: relax the package-not-child-with-unconfirmed-parents rule by glozow · Pull Request #31385 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/28031 | Package Relay 1/3: Introduce TxDownloadManager and improve orphan-handling by glozow · Pull Request #28031 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/31397 | p2p: track and use all potential peers for orphan resolution by glozow · Pull Request #31397 · bitcoin/bitcoin · GitHub
<glozow> I've put up the next PR for making orphan resolution more robust by trying with all candidate peers, #31397. It is getting some review (thanks!!). We have a meeting 2h from now in #bitcoin-core-pr-reviews. I'm also happy to do a video call walkthrough if enough people are interested? lmk.
<gribble`> https://github.com/bitcoin/bitcoin/issues/30328 | wallet: Remove IsMine from migration code by achow101 · Pull Request #30328 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/31378 | wallet: fix crash during migration due to invalid multisig descriptors by furszy · Pull Request #31378 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/31374 | wallet: fix crash during watch-only wallet migration by furszy · Pull Request #31374 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/31243 | descriptor: Move filling of keys from `DescriptorImpl::MakeScripts` to `PubkeyProvider::GetPubKey` by achow101 · Pull Request #31243 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/31242 | wallet, desc spkm: Return SigningProvider only if we have the privkey by achow101 · Pull Request #31242 · bitcoin/bitcoin · GitHub
<sipa> perhaps also an interesting update that won't affect things in the too near future: during bitcoin research week at chaincode, some researchers came up with an idea for how optimal cluster linearization may be doable in polynomial time
<bitcoin-git> [bitcoin] maflcko opened pull request #31428: ci: Allow build dir on CI host (master...2412-ci-build) https://github.com/bitcoin/bitcoin/pull/31428
<gribble`> https://github.com/bitcoin/bitcoin/issues/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/31363 | cluster mempool: introduce TxGraph by sipa · Pull Request #31363 · bitcoin/bitcoin · GitHub
<fanquake> If also suggest that if someone wants to re-add it to oss-fuzz, to bot re-add it to the bitcoin-core project, but keep it separate
<achow101> For future reference, I just copy-paste from https://github.com/bitcoin-core/bitcoin-devwiki/wiki/IRC-Meeting-Cheat-Sheet which should be editable by everyone in the org
<achow101> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge fanquake fjahr furszy gleb glozow hebasto instagibbs jarolrod jonatack josibake kanzure laanwj LarryRuane lightlike luke-jr maflcko maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark
<bitcoin-git> [bitcoin] glozow merged pull request #31414: test: orphan parent is re-requested from 2nd peer (master...2024-12-double-request-orphan-parent) https://github.com/bitcoin/bitcoin/pull/31414
<bitcoin-git> bitcoin/master 083770a glozow: Merge bitcoin/bitcoin#31414: test: orphan parent is re-requested from 2nd ...
<bitcoin-git> bitcoin/master 0f84cdd Greg Sanders: func: test orphan parent is re-requested from 2nd peer
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e8cc790fe2a2...083770adbe7d
<bitcoin-git> [bitcoin] willcl-ark opened pull request #31427: lint: bump MLC to v0.19.0 (master...bump-mlc) https://github.com/bitcoin/bitcoin/pull/31427
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #31425: RFC: Riscv bare metal CI job (master...bare_metal_support) https://github.com/bitcoin/bitcoin/pull/31425
<bitcoin-git> [bitcoin] vasild opened pull request #31424: build: enable libc++ and libstdc++ hardening (master...libc_hardening) https://github.com/bitcoin/bitcoin/pull/31424
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v28.1rc1: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v28.1rc1
<bitcoin-git> bitcoin-detached-sigs/28.x f79e2ce Ava Chow: 28.1: win signature for rc1
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/ee8cb49df8f6...f79e2ce472db

2024-12-04

<bitcoin-git> bitcoin-detached-sigs/28.x ee8cb49 Matthew Zipkin: 28.1rc1: osx signature for rc
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/886aaf96f94f...ee8cb49df8f6
<bitcoin-git> [bitcoin] willcl-ark closed pull request #31411: cmake: use python from venv if available (master...use-python-venv) https://github.com/bitcoin/bitcoin/pull/31411
<bitcoin-git> [bitcoin] achow101 merged pull request #30445: test: addrman: tried 3 times and never a success so `isTerrible=true` (master...2024-07-test-addrman-isterrible) https://github.com/bitcoin/bitcoin/pull/30445
<bitcoin-git> bitcoin/master e8cc790 Ava Chow: Merge bitcoin/bitcoin#30445: test: addrman: tried 3 times and never a succ...
<bitcoin-git> bitcoin/master 1807df3 brunoerg: test: addrman: tried 3 times and never a success so `isTerrible=true`
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/17372d788e6c...e8cc790fe2a2
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30906: refactor: prohibit direct flags access in CCoinsCacheEntry and remove invalid tests (master...l0rinc/hide-coin-flags) https://github.com/bitcoin/bitcoin/pull/30906
<bitcoin-git> bitcoin/master cd0498e Lőrinc: coins, refactor: Split up AddFlags to remove invalid states
<bitcoin-git> bitcoin/master fc8c282 Lőrinc: coins, refactor: Make AddFlags, SetDirty, SetFresh static
<bitcoin-git> bitcoin/master 6b73369 Lőrinc: coins, refactor: Assume state after SetClean in AddFlags to prevent dangli...
<bitcoin-git> [bitcoin] ryanofsky pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/11f68cc81084...17372d788e6c
<bitcoin-git> [bitcoin] achow101 merged pull request #31212: util: Improve documentation and negation of args (master...2024/11/invalid_args) https://github.com/bitcoin/bitcoin/pull/31212
<bitcoin-git> bitcoin/master 6ff9662 Hodlinator: scripted-diff: Avoid printing version information for -noversion
<bitcoin-git> bitcoin/master 12f8d84 Hodlinator: args: Disallow -nodatadir
<bitcoin-git> bitcoin/master e8a2054 Hodlinator: doc args: Document narrow scope of -color
<bitcoin-git> [bitcoin] achow101 pushed 15 commits to master: https://github.com/bitcoin/bitcoin/compare/893ccea7e47d...11f68cc81084
<bitcoin-git> [bitcoin] furszy opened pull request #31423: wallet: migration, don't create spendable wallet from a watch-only legacy wallet (master...2024_migration_watch-only_migration) https://github.com/bitcoin/bitcoin/pull/31423
<bitcoin-git> [bitcoin] fanquake opened pull request #31422: [27.x] More backports (27.x...some_more_27_backports) https://github.com/bitcoin/bitcoin/pull/31422
<bitcoin-git> bitcoin/master 893ccea merge-script: Merge bitcoin/bitcoin#31419: test: fix MIN macro redefinition
<bitcoin-git> [bitcoin] fanquake merged pull request #31419: test: fix MIN macro redefinition (master...2024-12-fix-MIN-macro-redefined) https://github.com/bitcoin/bitcoin/pull/31419
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/39950e148d80...893ccea7e47d
<bitcoin-git> bitcoin/master 00c1dbd 0xb10c: test: fix MIN macro-redefinition
<bitcoin-git> [bitcoin] hebasto opened pull request #31421: cmake: Improve compatibility with Python version managers (master...241204-python) https://github.com/bitcoin/bitcoin/pull/31421
<bitcoin-git> [bitcoin] fanquake closed pull request #31356: Add and use `satToBtc` and `btcToSat` util functions (master...btc-to-sat) https://github.com/bitcoin/bitcoin/pull/31356
<bitcoin-git> [bitcoin] wfzyx opened pull request #31420: test: implements helper functions for unit conversion (master...31345-conversion-util-functions) https://github.com/bitcoin/bitcoin/pull/31420
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31295: refactor: Prepare compile-time check of bilingual format strings (master...2411-trans-fmt-prepare) https://github.com/bitcoin/bitcoin/pull/31295
<bitcoin-git> bitcoin/master fa3e074 MarcoFalke: refactor: Tidy fixups
<bitcoin-git> bitcoin/master fa72646 MarcoFalke: move-only: Detail_CheckNumFormatSpecifiers and G_TRANSLATION_FUN
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ae69fc37e4ff...39950e148d80
<bitcoin-git> bitcoin/master faff840 MarcoFalke: refactor: Pick translated string after format
<bitcoin-git> [bitcoin] 0xB10C opened pull request #31419: test: fix MIN macro redefinition (master...2024-12-fix-MIN-macro-redefined) https://github.com/bitcoin/bitcoin/pull/31419
<bitcoin-git> [bitcoin] fanquake pushed tag v28.1rc1: https://github.com/bitcoin/bitcoin/compare/v28.1rc1
<bitcoin-git> [bitcoin] fanquake merged pull request #31104: [28.x] Backports & 28.1rc1 (28.x...28_some_backports) https://github.com/bitcoin/bitcoin/pull/31104
<bitcoin-git> bitcoin/28.x b917334 Martin Zumsande: test: add missing sync to feature_fee_estimation.py
<bitcoin-git> bitcoin/28.x f072721 Marnix: doc: add testnet4 section header for config file
<bitcoin-git> [bitcoin] fanquake pushed 14 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/89522379d16a...d6b225f16525
<bitcoin-git> bitcoin/28.x 6643fd2 Ava Chow: doc: Archive 28.0 release notes
<bitcoin-git> [bitcoin] maflcko opened pull request #31417: test: Avoid F541 (f-string without any placeholders) (master...2412-F541) https://github.com/bitcoin/bitcoin/pull/31417
<bitcoin-git> [bitcoin] fanquake merged pull request #31391: util: Drop boost posix_time in ParseISO8601DateTime (master...2411-less-boost-time) https://github.com/bitcoin/bitcoin/pull/31391
<bitcoin-git> bitcoin/master faf70cc MarcoFalke: Remove wallet::ParseISO8601DateTime, use ParseISO8601DateTime instead
<bitcoin-git> bitcoin/master ae69fc3 merge-script: Merge bitcoin/bitcoin#31391: util: Drop boost posix_time in ParseISO8601Da...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ff873a20a7f4...ae69fc37e4ff
<bitcoin-git> bitcoin/master 2222aec MarcoFalke: util: Implement ParseISO8601DateTime based on C++20
<bitcoin-git> [bitcoin] maflcko opened pull request #31416: doc: Fix incorrect send RPC docs (master...2412-doc-rpc) https://github.com/bitcoin/bitcoin/pull/31416

2024-12-03

<bitcoin-git> [bitcoin] achow101 merged pull request #31313: refactor: Clamp worker threads in ChainstateManager constructor (master...chainstatemanagerArgs) https://github.com/bitcoin/bitcoin/pull/31313
<bitcoin-git> bitcoin/master 8f85d36 TheCharlatan: refactor: Clamp worker threads in ChainstateManager constructor
<bitcoin-git> bitcoin/master ff873a2 Ava Chow: Merge bitcoin/bitcoin#31313: refactor: Clamp worker threads in ChainstateM...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c9a7418a8df0...ff873a20a7f4
<bitcoin-git> [bitcoin] achow101 merged pull request #31096: Package validation: accept packages of size 1 (master...2024-10-submitpackage-singleton) https://github.com/bitcoin/bitcoin/pull/31096
<bitcoin-git> bitcoin/master 32fc597 glozow: rpc: Allow single transaction through submitpackage
<bitcoin-git> bitcoin/master c9a7418 Ava Chow: Merge bitcoin/bitcoin#31096: Package validation: accept packages of size 1
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6f24662eb969...c9a7418a8df0
<bitcoin-git> [bitcoin] achow101 merged pull request #31175: rpc: Remove submitblock pre-checks (master...submitblock_prechecks) https://github.com/bitcoin/bitcoin/pull/31175
<bitcoin-git> bitcoin/master e62a8ab TheCharlatan: rpc: Remove submitblock invalid-duplicate precheck
<bitcoin-git> bitcoin/master 36dbeba TheCharlatan: rpc: Remove submitblock coinbase pre-check
<bitcoin-git> bitcoin/master 1f7fc73 TheCharlatan: rpc: Remove submitblock duplicate pre-check
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/3867d2421ae4...6f24662eb969
<bitcoin-git> [bitcoin] achow101 merged pull request #31112: Improve parallel script validation error debug logging (master...202410_parcheck_debug) https://github.com/bitcoin/bitcoin/pull/31112
<bitcoin-git> bitcoin/master 1ac1c33 Pieter Wuille: [checkqueue] support user-defined return type through std::optional
<bitcoin-git> bitcoin/master 146a3d5 Pieter Wuille: [validation] Make script error messages uniform for parallel/single valida...
<bitcoin-git> bitcoin/master 7b267c0 Pieter Wuille: [validation] Add detailed txin/txout information for script error messages
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/8e02b4805910...3867d2421ae4
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31284: ci: Skip broken Wine64 tests by default (master...2411-less-wine) https://github.com/bitcoin/bitcoin/pull/31284
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ebe4cac38bf6...8e02b4805910
<bitcoin-git> bitcoin/master fa5e706 MarcoFalke: ci: Skip broken Wine64 tests by default
<bitcoin-git> bitcoin/master 8e02b48 Ryan Ofsky: Merge bitcoin/bitcoin#31284: ci: Skip broken Wine64 tests by default
<bitcoin-git> [bitcoin] BrandonOdiwuor opened pull request #31415: test: fix TestShell initialization and reset() (master...testshell-fix) https://github.com/bitcoin/bitcoin/pull/31415
<bitcoin-git> [bitcoin] instagibbs opened pull request #31414: func: test orphan parent is re-requested from 2nd peer (master...2024-12-double-request-orphan-parent) https://github.com/bitcoin/bitcoin/pull/31414
<bitcoin-git> [bitcoin] maflcko opened pull request #31413: rpc: Remove deprecated dummy alias for listtransactions::label (master...2412-rpc-no-depr-arg-names) https://github.com/bitcoin/bitcoin/pull/31413
<bitcoin-git> [bitcoin] maflcko closed pull request #31412: rpc: Remove deprecated RPC arg names (master...2412-rpc-no-depr-arg-names) https://github.com/bitcoin/bitcoin/pull/31412
<bitcoin-git> [bitcoin] maflcko opened pull request #31412: rpc: Remove deprecated RPC arg names (master...2412-rpc-no-depr-arg-names) https://github.com/bitcoin/bitcoin/pull/31412
<bitcoin-git> [bitcoin] willcl-ark opened pull request #31411: cmake: use python from venv if available (master...use-python-venv) https://github.com/bitcoin/bitcoin/pull/31411
<bitcoin-git> [bitcoin] hebasto opened pull request #31410: qa: Fix `wallet_multiwallet.py` (master...241203-multiwallet) https://github.com/bitcoin/bitcoin/pull/31410
<bitcoin-git> [bitcoin] willcl-ark closed pull request #26693: build: special instruction check script (master...18603_si_check) https://github.com/bitcoin/bitcoin/pull/26693
<bitcoin-git> [bitcoin] maflcko opened pull request #31408: test: Avoid logging error when logging error (master...2412-test-log-err) https://github.com/bitcoin/bitcoin/pull/31408

2024-12-02

<bitcoin-git> [bitcoin] achow101 opened pull request #31407: guix: Notarize MacOS app bundle and codesign all MacOS and Windows binaries (master...macos-notarization) https://github.com/bitcoin/bitcoin/pull/31407
<bitcoin-git> [bitcoin] brunoerg opened pull request #31406: test: fix `test_invalid_tx_in_compactblock` in `p2p_compactblocks` (master...2024-12-fix-test-p2pcompactblocks) https://github.com/bitcoin/bitcoin/pull/31406
<bitcoin-git> [bitcoin] mzumsande opened pull request #31405: validation: stricter internal handling of invalid blocks (master...202411_stricter_invalidblock_handling) https://github.com/bitcoin/bitcoin/pull/31405
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/d964b0cfa3dc...86e21ec4af9c
<bitcoin-git> qa-assets/main 9afe691 Niklas Gögge: Add inputs
<bitcoin-git> qa-assets/main 86e21ec maflcko: Merge pull request #213 from dergoegge/2024-12-inputs
<bitcoin-git> [qa-assets] maflcko merged pull request #213: Add inputs (main...2024-12-inputs) https://github.com/bitcoin-core/qa-assets/pull/213
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30991: test: enable running independent functional test sub-tests (master...09-2024-run-ind-functional-test) https://github.com/bitcoin/bitcoin/pull/30991
<bitcoin-git> bitcoin/master ebe4cac Ryan Ofsky: Merge bitcoin/bitcoin#30991: test: enable running independent functional t...
<bitcoin-git> bitcoin/master 409d0d6 ismaelsadeeq: test: enable running individual independent functional test methods
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/192767410072...ebe4cac38bf6
<bitcoin-git> [bitcoin] furszy opened pull request #31404: [RFC] descriptors: inference process, do not return unparsable multisig descriptors (master...2024_descriptors_infer_multisig) https://github.com/bitcoin/bitcoin/pull/31404
<bitcoin-git> [bitcoin] darosior closed pull request #29158: PoC: fuzz chainstate and block managers (master...2309_fuzz_chainstate) https://github.com/bitcoin/bitcoin/pull/29158
<bitcoin-git> [qa-assets] sdaftuar closed pull request #212: Initial corpus for ephemeral_package_eval (main...2024-11-ephemeral) https://github.com/bitcoin-core/qa-assets/pull/212
<bitcoin-git> [bitcoin] fanquake merged pull request #31387: doc: Use more precise anchor link to codesigning docs (master...docs-codesigning) https://github.com/bitcoin/bitcoin/pull/31387
<bitcoin-git> bitcoin/master 1927674 merge-script: Merge bitcoin/bitcoin#31387: doc: Use more precise anchor link to codesign...
<bitcoin-git> bitcoin/master 19f49c7 Jeremy Rand: doc: Use more precise anchor link to codesigning docs
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e043618d44d4...192767410072
<bitcoin-git> [bitcoin] fanquake merged pull request #31396: test: simple reordering to reduce run time (master...20241130_optimize_test_position) https://github.com/bitcoin/bitcoin/pull/31396
<bitcoin-git> bitcoin/master e043618 merge-script: Merge bitcoin/bitcoin#31396: test: simple reordering to reduce run time
<bitcoin-git> bitcoin/master 62f6d9e tdb3: test: simple ordering optimization to reduce runtime
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a25b892ab1f8...e043618d44d4
<bitcoin-git> [bitcoin] fanquake merged pull request #31386: doc: Use more precise anchor links to Xcode SDK extraction (master...docs-macos-tarball) https://github.com/bitcoin/bitcoin/pull/31386
<bitcoin-git> bitcoin/master 8bf1b30 Jeremy Rand: doc: Use more precise anchor links to Xcode SDK extraction
<bitcoin-git> bitcoin/master a25b892 merge-script: Merge bitcoin/bitcoin#31386: doc: Use more precise anchor links to Xcode S...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eb646111cdca...a25b892ab1f8
<bitcoin-git> [bitcoin] fanquake merged pull request #31383: test: Add missing node.setmocktime(self.mocktime) to p2p_ibd_stalling.py (master...2411-test-mock) https://github.com/bitcoin/bitcoin/pull/31383
<bitcoin-git> bitcoin/master eb64611 merge-script: Merge bitcoin/bitcoin#31383: test: Add missing node.setmocktime(self.mockt...
<bitcoin-git> bitcoin/master faa16ed MarcoFalke: test: Add missing node.setmocktime(self.mocktime) to p2p_ibd_stalling.py
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6cd95de2e025...eb646111cdca
<bitcoin-git> [bitcoin] maflcko opened pull request #31403: test: Call generate RPCs through test framework only (master...2412-test-gen) https://github.com/bitcoin/bitcoin/pull/31403
<bitcoin-git> [bitcoin] fanquake merged pull request #31395: build: Set shared linker flags in toolchain file (master...toolchain_set_shared_linker_flags) https://github.com/bitcoin/bitcoin/pull/31395
<bitcoin-git> bitcoin/master 6cd95de merge-script: Merge bitcoin/bitcoin#31395: build: Set shared linker flags in toolchain f...
<bitcoin-git> bitcoin/master a8e0470 TheCharlatan: build: Set shared linker flags in toolchain file
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/abeebccc4809...6cd95de2e025
<bitcoin-git> [bitcoin] fanquake closed pull request #31240: doc: Fix dead links to mailing list archives (master...fix-mailing-list-links) https://github.com/bitcoin/bitcoin/pull/31240
<bitcoin-git> [qa-assets] dergoegge opened pull request #213: Add inputs (main...2024-12-inputs) https://github.com/bitcoin-core/qa-assets/pull/213
<bitcoin-git> [bitcoin] fanquake merged pull request #31357: cmake: Improve build script correctness (master...241123-no-targets) https://github.com/bitcoin/bitcoin/pull/31357
<bitcoin-git> bitcoin/master 76a3a54 Hennadii Stepanov: cmake: Ensure script correctness when no targets are specified
<bitcoin-git> bitcoin/master ab5c63e Hennadii Stepanov: cmake: Build `secp256k1` only when required
<bitcoin-git> bitcoin/master abeebcc merge-script: Merge bitcoin/bitcoin#31357: cmake: Improve build script correctness
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4c9b13841c44...abeebccc4809
<bitcoin-git> [bitcoin] fanquake merged pull request #31402: doc: correct libfuzzer-nosan preset flag (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31402
<bitcoin-git> bitcoin/master 4c9b138 merge-script: Merge bitcoin/bitcoin#31402: doc: correct libfuzzer-nosan preset flag
<bitcoin-git> bitcoin/master 16b140f Niklas Gögge: doc: correct libfuzzer-nosan preset flag
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da4f4fac8dfa...4c9b13841c44
<bitcoin-git> [bitcoin] fanquake merged pull request #31361: cmake, qt: Use absolute paths for includes in MOC-generated files (master...241124-moc) https://github.com/bitcoin/bitcoin/pull/31361
<bitcoin-git> bitcoin/master da4f4fa merge-script: Merge bitcoin/bitcoin#31361: cmake, qt: Use absolute paths for includes in...
<bitcoin-git> bitcoin/master 6f4128e Hennadii Stepanov: cmake, qt: Use absolute paths for includes in MOC-generated files
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/097c66f61487...da4f4fac8dfa
<bitcoin-git> [bitcoin] dergoegge opened pull request #31402: doc: correct libfuzzer-nosan preset flag (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31402
<bitcoin-git> [bitcoin] fanquake merged pull request #30039: dbwrapper: Bump LevelDB max file size to 32 MiB to avoid system slowdown from high disk cache flush rate (master...dbwrapper-bump-max-file-size) https://github.com/bitcoin/bitcoin/pull/30039
<bitcoin-git> bitcoin/master 097c66f merge-script: Merge bitcoin/bitcoin#30039: dbwrapper: Bump LevelDB max file size to 32 M...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/68daaea0e487...097c66f61487
<bitcoin-git> bitcoin/master b73d331 Maciej S. Szmigiero: dbwrapper: Bump max file size to 32 MiB
<bitcoin-git> [bitcoin] fanquake merged pull request #31390: Remove `src/config` directory (master...241128-config-dir) https://github.com/bitcoin/bitcoin/pull/31390
<bitcoin-git> bitcoin/master 935973b Hennadii Stepanov: Remove `src/config` directory
<bitcoin-git> bitcoin/master 68daaea merge-script: Merge bitcoin/bitcoin#31390: Remove `src/config` directory
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/14f162dc5c82...68daaea0e487
<bitcoin-git> [bitcoin] fanquake merged pull request #31399: ci, macos: Install `pkgconf` Homebrew's package (master...241201-ci-macos) https://github.com/bitcoin/bitcoin/pull/31399
<bitcoin-git> bitcoin/master 14f162d merge-script: Merge bitcoin/bitcoin#31399: ci, macos: Install `pkgconf` Homebrew's packa...
<bitcoin-git> bitcoin/master e2f2698 Hennadii Stepanov: ci, macos: Install `pkgconf` Homebrew's package
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dbc8ba12f3b3...14f162dc5c82
<bitcoin-git> [bitcoin] achow101 closed pull request #31401: Create till update my friend (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31401
<bitcoin-git> [bitcoin] Princeprince559 opened pull request #31401: Create till update my friend (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31401

2024-12-01

<bitcoin-git> [bitcoin] hebasto opened pull request #31399: ci, macos: Install `pkgconf` Homebrew's package (master...241201-ci-macos) https://github.com/bitcoin/bitcoin/pull/31399
<bitcoin-git> [bitcoin] theStack opened pull request #31398: wallet: refactor: various master key encryption cleanups (master...202411-wallet-encryption_cleanups) https://github.com/bitcoin/bitcoin/pull/31398

2024-11-30

<bitcoin-git> [bitcoin] glozow opened pull request #31397: p2p: track and use all potential peers for orphan resolution (master...2024-11-multi-orphan) https://github.com/bitcoin/bitcoin/pull/31397
<bitcoin-git> [bitcoin] tdb3 opened pull request #31396: test: simple ordering optimization to reduce runtime (master...20241130_optimize_test_position) https://github.com/bitcoin/bitcoin/pull/31396
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #31395: build: Set shared linker flags in toolchain file (master...toolchain_set_shared_linker_flags) https://github.com/bitcoin/bitcoin/pull/31395

2024-11-29

<bitcoin-git> [bitcoin] arik-so closed pull request #30964: Disable RBF Rule 2 (master...disable-rbf-rule-2) https://github.com/bitcoin/bitcoin/pull/30964
<bitcoin-git> [bitcoin] hebasto opened pull request #31394: [POC] cmake: Introduce LLVM's Source-based Code Coverage reports (master...241129-llvm-coverage) https://github.com/bitcoin/bitcoin/pull/31394
<bitcoin-git> [bitcoin] glozow merged pull request #31371: doc, test: more ephemeral dust follow-ups (master...202411-test-introduce_create_ephemeral_dust_package-helper) https://github.com/bitcoin/bitcoin/pull/31371
<bitcoin-git> bitcoin/master 61e18de Sebastian Falbesoner: doc: ephemeral policy: add missing closing double quote
<bitcoin-git> bitcoin/master 160799d Sebastian Falbesoner: test: refactor: introduce `create_ephemeral_dust_package` helper
<bitcoin-git> bitcoin/master dbc8ba1 glozow: Merge bitcoin/bitcoin#31371: doc, test: more ephemeral dust follow-ups
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7590e93bc73b...dbc8ba12f3b3
<bitcoin-git> [bitcoin] maflcko opened pull request #31393: refactor: Move GuessVerificationProgress into ChainstateManager (master...2411-mv-gvp) https://github.com/bitcoin/bitcoin/pull/31393

2024-11-28

<gribble> https://github.com/bitcoin/bitcoin/issues/26749 | refactor: Use move semantics instead of custom swap functions by hebasto · Pull Request #26749 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] maflcko opened pull request #31391: util: Drop boost posix_time in ParseISO8601DateTime (master...2411-less-boost-time) https://github.com/bitcoin/bitcoin/pull/31391
<bitcoin-git> [bitcoin] hebasto opened pull request #31390: Remove `src/config` directory (master...241128-config-dir) https://github.com/bitcoin/bitcoin/pull/31390
<bitcoin-git> [bitcoin] JeremyRand opened pull request #31387: doc: Use more precise anchor link to codesigning docs (master...docs-codesigning) https://github.com/bitcoin/bitcoin/pull/31387
<bitcoin-git> [bitcoin] JeremyRand opened pull request #31386: doc: Use more precise anchor links to Xcode SDK extraction (master...docs-macos-tarball) https://github.com/bitcoin/bitcoin/pull/31386
<bitcoin-git> [bitcoin] glozow opened pull request #31385: package validation: relax the package-not-child-with-unconfirmed-parents rule (master...2024-11-relax-unconf) https://github.com/bitcoin/bitcoin/pull/31385

2024-11-27

<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #31384: mining: bugfix: Fix duplicate tx coinbase weight reservation (master...11-2024-fix-duplicate-coinbase-reservation-bug) https://github.com/bitcoin/bitcoin/pull/31384
<bitcoin-git> [bitcoin] achow101 merged pull request #30986: contrib: skip missing binaries in gen-manpages (master...fix-gen-manpages) https://github.com/bitcoin/bitcoin/pull/30986
<bitcoin-git> bitcoin/master 299e222 Andre Alves: gen-manpages: implement --skip-missing-binaries
<bitcoin-git> bitcoin/master ee61853 Andre: gen-manpages: Prompt error if no binaries are found
<bitcoin-git> bitcoin/master 7590e93 Ava Chow: Merge bitcoin/bitcoin#30986: contrib: skip missing binaries in gen-manpages
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b2af068825c0...7590e93bc73b
<bitcoin-git> [bitcoin] achow101 merged pull request #30708: rpc: add getdescriptoractivity (master...2024-08-getdescriptoractivity) https://github.com/bitcoin/bitcoin/pull/30708
<bitcoin-git> bitcoin/master 25fe087 James O'Beirne: rpc: move-only: move ScriptPubKeyDoc to utils
<bitcoin-git> bitcoin/master 811f76f James O'Beirne: rpc: add getdescriptoractivity
<bitcoin-git> bitcoin/master ee3ce6a James O'Beirne: test: rpc: add no address case for getdescriptoractivity
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/144f98db85eb...b2af068825c0
<achow101> I will not be present for tomorrow's meeting. If someone else would like to run it, cheat sheet is https://github.com/bitcoin-core/bitcoin-devwiki/wiki/IRC-Meeting-Cheat-Sheet
<bitcoin-git> [bitcoin] yancyribbens closed pull request #31352: Add coin-grinder example test (master...add-coin-grinder-example) https://github.com/bitcoin/bitcoin/pull/31352
<bitcoin-git> [bitcoin] fanquake merged pull request #31337: build: Fix coverage builds (master...241120-prefix-map) https://github.com/bitcoin/bitcoin/pull/31337
<bitcoin-git> bitcoin/master 01a7298 Hennadii Stepanov: build: Avoid using the `-ffile-prefix-map` compiler option
<bitcoin-git> bitcoin/master 144f98d merge-script: Merge bitcoin/bitcoin#31337: build: Fix coverage builds
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/efdb49afb9e2...144f98db85eb
<bitcoin-git> [bitcoin] l0rinc closed pull request #31362: kernel, refactor: Replace `goto` with RAII in `bitcoin-chainstate` (master...l0rinc/remove-goto) https://github.com/bitcoin/bitcoin/pull/31362
<bitcoin-git> [bitcoin] maflcko opened pull request #31383: test: Add missing node.setmocktime(self.mocktime) to p2p_ibd_stalling.py (master...2411-test-mock) https://github.com/bitcoin/bitcoin/pull/31383
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #31382: kernel: Flush in ChainstateManager destructor (master...chainman_flush_destructor) https://github.com/bitcoin/bitcoin/pull/31382
<bitcoin-git> [bitcoin] willcl-ark closed pull request #31381: Update init.md (master...master) https://github.com/bitcoin/bitcoin/pull/31381
<bitcoin-git> [bitcoin] sky-coderay opened pull request #31381: Update init.md (master...master) https://github.com/bitcoin/bitcoin/pull/31381
<bitcoin-git> [bitcoin] fanquake merged pull request #31323: guix: swap `moreutils` for just `sponge` (master...moreutils_just_sponge) https://github.com/bitcoin/bitcoin/pull/31323
<bitcoin-git> bitcoin/master efdb49a merge-script: Merge bitcoin/bitcoin#31323: guix: swap `moreutils` for just `sponge`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/70e20ea024ce...efdb49afb9e2
<bitcoin-git> bitcoin/master e8f50c5 fanquake: guix: swap moreutils for just sponge
<bitcoin-git> [bitcoin] hebasto opened pull request #31379: cmake: Fix passing `APPEND_*FLAGS` to `secp256k1` subtree (master...241127-append-cflags) https://github.com/bitcoin/bitcoin/pull/31379
<andrewtoth> It's notarized by Bitcoin Core Code Signing Association
<andrewtoth> achow101: rc1 worked, I could open it after unzipping and downloading. rc2 did not work. ran spctl -a -vvv -t install Bitcoin-Qt.app, showed accepted for rc1, rejected for rc2

2024-11-26

<bitcoin-git> [bitcoin] furszy opened pull request #31378: wallet: fix crash during migration due to invalid multisig descriptors (master...2024_wallet_migration_multisig_crash) https://github.com/bitcoin/bitcoin/pull/31378
<bitcoin-git> [bitcoin] hebasto reopened pull request #31306: ci: Update Clang in "tidy" job (master...241117-tidy) https://github.com/bitcoin/bitcoin/pull/31306
<bitcoin-git> [bitcoin] achow101 merged pull request #31172: build: increase minimum supported Windows to 10.0 (master...min_windows_10) https://github.com/bitcoin/bitcoin/pull/31172