2024-12-05

<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] achow101 pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/886aaf96f94f...ee8cb49df8f6
<bitcoin-git> bitcoin-detached-sigs/28.x ee8cb49 Matthew Zipkin: 28.1rc1: osx signature for rc
<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 6b73369 Lőrinc: coins, refactor: Assume state after SetClean in AddFlags to prevent dangli...
<bitcoin-git> bitcoin/master fc8c282 Lőrinc: coins, refactor: Make AddFlags, SetDirty, SetFresh static
<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 e8a2054 Hodlinator: doc args: Document narrow scope of -color
<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] 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/master 00c1dbd 0xb10c: test: fix MIN macro-redefinition
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/39950e148d80...893ccea7e47d
<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/master 2222aec MarcoFalke: util: Implement ParseISO8601DateTime based on C++20
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ff873a20a7f4...ae69fc37e4ff
<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 c9a7418 Ava Chow: Merge bitcoin/bitcoin#31096: Package validation: accept packages of size 1
<bitcoin-git> bitcoin/master 32fc597 glozow: rpc: Allow single transaction through submitpackage
<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 36dbeba TheCharlatan: rpc: Remove submitblock coinbase pre-check
<bitcoin-git> bitcoin/master e62a8ab TheCharlatan: rpc: Remove submitblock invalid-duplicate precheck
<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 7b267c0 Pieter Wuille: [validation] Add detailed txin/txout information for script error messages
<bitcoin-git> bitcoin/master 146a3d5 Pieter Wuille: [validation] Make script error messages uniform for parallel/single valida...
<bitcoin-git> bitcoin/master 1ac1c33 Pieter Wuille: [checkqueue] support user-defined return type through std::optional
<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/master fa5e706 MarcoFalke: ci: Skip broken Wine64 tests by default
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ebe4cac38bf6...8e02b4805910
<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/main 86e21ec maflcko: Merge pull request #213 from dergoegge/2024-12-inputs
<bitcoin-git> qa-assets/main 9afe691 Niklas Gögge: Add inputs
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/d964b0cfa3dc...86e21ec4af9c
<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 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/master 1927674 merge-script: Merge bitcoin/bitcoin#31387: doc: Use more precise anchor link to codesign...
<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 62f6d9e tdb3: test: simple ordering optimization to reduce runtime
<bitcoin-git> bitcoin/master e043618 merge-script: Merge bitcoin/bitcoin#31396: test: simple reordering to reduce run time
<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 faa16ed MarcoFalke: test: Add missing node.setmocktime(self.mocktime) to p2p_ibd_stalling.py
<bitcoin-git> bitcoin/master eb64611 merge-script: Merge bitcoin/bitcoin#31383: test: Add missing node.setmocktime(self.mockt...
<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 a8e0470 TheCharlatan: build: Set shared linker flags in toolchain file
<bitcoin-git> bitcoin/master 6cd95de merge-script: Merge bitcoin/bitcoin#31395: build: Set shared linker flags in toolchain f...
<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 abeebcc merge-script: Merge bitcoin/bitcoin#31357: cmake: Improve build script correctness
<bitcoin-git> bitcoin/master ab5c63e Hennadii Stepanov: cmake: Build `secp256k1` only when required
<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 16b140f Niklas Gögge: doc: correct libfuzzer-nosan preset flag
<bitcoin-git> bitcoin/master 4c9b138 merge-script: Merge bitcoin/bitcoin#31402: 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 b73d331 Maciej S. Szmigiero: dbwrapper: Bump max file size to 32 MiB
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/68daaea0e487...097c66f61487
<bitcoin-git> bitcoin/master 097c66f merge-script: Merge bitcoin/bitcoin#30039: dbwrapper: Bump LevelDB max file size to 32 M...
<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 e2f2698 Hennadii Stepanov: ci, macos: Install `pkgconf` Homebrew's package
<bitcoin-git> bitcoin/master 14f162d merge-script: Merge bitcoin/bitcoin#31399: ci, macos: Install `pkgconf` Homebrew's packa...
<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 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/master 61e18de Sebastian Falbesoner: doc: ephemeral policy: add missing closing double quote
<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 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/master 299e222 Andre Alves: gen-manpages: implement --skip-missing-binaries
<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 144f98d merge-script: Merge bitcoin/bitcoin#31337: build: Fix coverage builds
<bitcoin-git> bitcoin/master 01a7298 Hennadii Stepanov: build: Avoid using the `-ffile-prefix-map` compiler option
<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/master e8f50c5 fanquake: 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] 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
<bitcoin-git> bitcoin/master 35b898c fanquake: release: target Windows 10 or later
<bitcoin-git> bitcoin/master bf47448 fanquake: test: drop check for Windows < 10
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/733317ba9436...70e20ea024ce
<bitcoin-git> bitcoin/master 398754e fanquake: depends: target Windows 10 when building for mingw-w64
<bitcoin-git> [bitcoin] achow101 merged pull request #31364: refactor: Fix remaining clang-tidy performance-unnecessary-copy-initialization errors (master...l0rinc/performance-unnecessary-copy-initialization) https://github.com/bitcoin/bitcoin/pull/31364
<bitcoin-git> bitcoin/master 3305972 Lőrinc: refactor: Fix remaining clang-tidy performance-unnecessary-copy-initializa...
<bitcoin-git> bitcoin/master 733317b Ava Chow: Merge bitcoin/bitcoin#31364: refactor: Fix remaining clang-tidy performanc...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5a4bc5c03669...733317ba9436
<bitcoin-git> [bitcoin] achow101 merged pull request #31305: refactor: Fix remaining clang-tidy performance-inefficient-vector errors (master...l0rinc/performance-inefficient-vector-operation) https://github.com/bitcoin/bitcoin/pull/31305
<bitcoin-git> bitcoin/master 11f3bc2 Lőrinc: refactor: Reserve vectors in fuzz tests
<bitcoin-git> bitcoin/master 152fefe Lőrinc: refactor: Preallocate PrevectorFillVector(In)Direct without vector resize
<bitcoin-git> bitcoin/master a774c7a Lőrinc: refactor: Fix remaining clang-tidy performance-inefficient-vector errors
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/28fd0bc7316c...5a4bc5c03669
<bitcoin-git> [bitcoin] 0xB10C opened pull request #31377: ci: allow passing extra args to docker build with CI_IMAGE_BUILD_EXTRA_ARGS (master...2024-11-CI_IMAGE_BUILD_EXTRA_ARGS) https://github.com/bitcoin/bitcoin/pull/31377
<bitcoin-git> [bitcoin] achow101 merged pull request #31365: interpreter: Use the same type for SignatureHash in the definition (master...consensus_sighash_int_type) https://github.com/bitcoin/bitcoin/pull/31365
<bitcoin-git> bitcoin/master c288c79 TheCharlatan: interpreter: Use the same type for SignatureHash in the definition
<bitcoin-git> bitcoin/master 28fd0bc Ava Chow: Merge bitcoin/bitcoin#31365: interpreter: Use the same type for SignatureH...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/72ab35a6d09c...28fd0bc7316c
<bitcoin-git> [bitcoin] achow101 merged pull request #31221: ci: Split out native fuzz jobs for macOS and windows (take 2) (master...2024-10-native-fuzz) https://github.com/bitcoin/bitcoin/pull/31221
<bitcoin-git> bitcoin/master 72ab35a Ava Chow: Merge bitcoin/bitcoin#31221: ci: Split out native fuzz jobs for macOS and ...
<bitcoin-git> bitcoin/master b031b79 dergoegge: [ci] Split out native fuzz jobs for macOS and windows
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f7144b24be09...72ab35a6d09c
<bitcoin-git> [bitcoin] darosior opened pull request #31376: Miner: never create a template which exploits the timewarp bug (master...2411_miner_never_timewarp) https://github.com/bitcoin/bitcoin/pull/31376
<bitcoin-git> [bitcoin] ryanofsky opened pull request #31375: multiprocess: Add bitcoin wrapper executable (master...pr/wrap) https://github.com/bitcoin/bitcoin/pull/31375
<gribble> https://github.com/bitcoin/bitcoin/issues/28109 | build: Windows debug cross-build fails with `-O0` · Issue #28109 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] furszy opened 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
<b10c> vasild: I don't think it's limited to these three IPs you mentioned. You probably ask your (home) router for "x9.dummySeed.invalid" during the tests, which might forward it (I'm not sure if my home router implements RFC 2606) to the DNS server of your ISP: https://github.com/bitcoin/bitcoin/pull/31349#issuecomment-2499335672
<gribble> https://github.com/bitcoin/bitcoin/issues/31339 | Avoid internet traffic from tests · Issue #31339 · bitcoin/bitcoin · GitHub

2024-11-25

<bitcoin-git> [bitcoin] theStack opened 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] willcl-ark closed pull request #31369: Update README.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31369
<bitcoin-git> [bitcoin] willcl-ark closed pull request #31370: Update developer-notes.md (master...patch-3) https://github.com/bitcoin/bitcoin/pull/31370
<bitcoin-git> [bitcoin] ijunxyz123 opened pull request #31370: Update developer-notes.md (master...patch-3) https://github.com/bitcoin/bitcoin/pull/31370
<bitcoin-git> [bitcoin] ijunxyz123 opened pull request #31369: Update README.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31369
<bitcoin-git> [bitcoin] fanquake closed pull request #31368: Update COPYING (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31368
<bitcoin-git> [bitcoin] ijunxyz123 opened pull request #31368: Update COPYING (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31368
<bitcoin-git> [bitcoin] hebasto closed pull request #31306: ci: Update Clang in "tidy" job (master...241117-tidy) https://github.com/bitcoin/bitcoin/pull/31306
<bitcoin-git> [bitcoin] l0rinc closed pull request #29473: optimization: Speed up Base58 encoding/decoding by 400%/200% via preliminary byte packing (master...paplorinc/optimize-base58-conversion) https://github.com/bitcoin/bitcoin/pull/29473
<bitcoin-git> [bitcoin] glozow merged pull request #31279: policy: ephemeral dust followups (master...2024-11-eph_dust_followups) https://github.com/bitcoin/bitcoin/pull/31279
<bitcoin-git> bitcoin/master 04a614b Greg Sanders: Rename CheckValidEphemeralTx to PreCheckEphemeralTx
<bitcoin-git> bitcoin/master cbf1a47 Greg Sanders: CheckEphemeralSpends: only compute txid of tx when needed
<bitcoin-git> bitcoin/master 3ed930a Greg Sanders: Have HasDust and PreCheckValidEphemeralTx take CTransaction
<bitcoin-git> [bitcoin] glozow pushed 30 commits to master: https://github.com/bitcoin/bitcoin/compare/2638fdb4f934...f7144b24be09
<bitcoin-git> [bitcoin] dergoegge opened pull request #31367: ci: limit max stack size to 512 KiB (master...2024-11-ci-ulimit-s) https://github.com/bitcoin/bitcoin/pull/31367
<bitcoin-git> [gui-qml] ciegovolador opened pull request #436: gui: add Clock icon in the nav bar refs #393 (main...clock-icon-in-navbar) https://github.com/bitcoin-core/gui-qml/pull/436
<bitcoin-git> [bitcoin] hebasto opened pull request #31366: cmake: Check `-Wno-*` compiler options for `leveldb` target (master...241125-nowarn) https://github.com/bitcoin/bitcoin/pull/31366
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #31365: interpreter: Use the same type for SignatureHash in the definition (master...consensus_sighash_int_type) https://github.com/bitcoin/bitcoin/pull/31365
<gribble> https://github.com/bitcoin/bitcoin/issues/31293 | Discover() will not run if listening on any address with an explicit bind=0.0.0.0 · Issue #31293 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake closed pull request #28226: util/blockstorage: Add `TRACE_RAII`, slightly faster -reindex-chainstate with CBufferedFile (master...2023-08-more-CBufferedFile) https://github.com/bitcoin/bitcoin/pull/28226

2024-11-24

<bitcoin-git> [bitcoin] l0rinc opened pull request #31364: refactor: Fix remaining clang-tidy performance-unnecessary-copy-initialization errors (master...l0rinc/performance-unnecessary-copy-initialization) https://github.com/bitcoin/bitcoin/pull/31364
<bitcoin-git> [bitcoin] sipa opened pull request #31363: cluster mempool: introduce TxGraph (master...202411_txgraph) https://github.com/bitcoin/bitcoin/pull/31363
<bitcoin-git> [bitcoin] l0rinc opened 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] hebasto opened 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] maflcko closed pull request #31354: Update addresstype.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31354
<bitcoin-git> [bitcoin] hebasto opened pull request #31360: depends: Avoid using helper variables in toolchain file (master...241124-vars) https://github.com/bitcoin/bitcoin/pull/31360
<bitcoin-git> [bitcoin] hebasto opened pull request #31359: cmake: Add `CheckLinkerSupportsPIE` module (master...241124-pie) https://github.com/bitcoin/bitcoin/pull/31359
<bitcoin-git> [gui-qml] hebasto merged pull request #428: Migrate to PageStacks (main...pagestack-migration) https://github.com/bitcoin-core/gui-qml/pull/428
<bitcoin-git> gui-qml/main 7ba2f62 jarolrod: qml: declare OnboardingWizard file, reintroduce as PageStack
<bitcoin-git> gui-qml/main d49b888 jarolrod: qml: Introduce PageStack control
<bitcoin-git> gui-qml/main f0e5951 jarolrod: qml: Swap existing StackViews for PageStack
<bitcoin-git> [gui-qml] hebasto pushed 5 commits to main: https://github.com/bitcoin-core/gui-qml/compare/15c1f39ddb71...574817b3b95a

2024-11-23

<yancy> Hello, I posted a question on stackexchange 3 or 4 days ago. It's been upvoted however still unanswered. I figure someone in this room probably knows the answer: https://bitcoin.stackexchange.com/questions/124799/how-does-bitcoin-core-wallet-calculate-the-weight-of-each-input-before-its-spen
<bitcoin-git> [bitcoin] hebasto opened pull request #31358: depends, refactor: Avoid hardcoding `host_prefix` in toolchain file (master...241122-toolchain) https://github.com/bitcoin/bitcoin/pull/31358
<bitcoin-git> [bitcoin] hebasto opened pull request #31357: cmake: Improve build script correctness (master...241123-no-targets) https://github.com/bitcoin/bitcoin/pull/31357
<bitcoin-git> [bitcoin] hebasto closed pull request #31300: depends: Update minimum required CMake version (master...241116-deps-cmake) https://github.com/bitcoin/bitcoin/pull/31300
<bitcoin-git> [bitcoin] andremralves opened 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] karurung opened pull request #31354: Update addresstype.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31354

2024-11-22

<bitcoin-git> [bitcoin] jonatack opened pull request #31353: rpc, cli: add getbalances#total, and use it for -getinfo (master...2024-11-total-wallet-balance) https://github.com/bitcoin/bitcoin/pull/31353
<bitcoin-git> [gui-qml] johnny9 opened pull request #435: Request Payment page (main...request-payment-form) https://github.com/bitcoin-core/gui-qml/pull/435
<bitcoin-git> [bitcoin] yancyribbens opened pull request #31352: Add coin-grinder example test (master...add-coin-grinder-example) https://github.com/bitcoin/bitcoin/pull/31352
<bitcoin-git> [bitcoin] vasild opened pull request #31349: ci: detect outbound internet traffic generated while running tests (master...test_log_internet_traffic) https://github.com/bitcoin/bitcoin/pull/31349
<bitcoin-git> [bitcoin] maflcko closed pull request #31182: ci: Place datadirs for tests under tmpfs (master...2410-ci-tmpfs) https://github.com/bitcoin/bitcoin/pull/31182
<bitcoin-git> [bitcoin] Sjors opened pull request #31346: Set notifications m_tip_block in LoadChainTip() (master...2024/11/init_m_tip_block) https://github.com/bitcoin/bitcoin/pull/31346
<bitcoin-git> [bitcoin] Sjors closed pull request #31297: mining: add early return to waitTipChanged() (master...2024/11/waittipchanged) https://github.com/bitcoin/bitcoin/pull/31297
<bitcoin-git> [bitcoin] achow101 merged pull request #31338: test: Deduplicate assert_mempool_contents() (master...2024/11/dedup_assert_mempool_contents) https://github.com/bitcoin/bitcoin/pull/31338
<bitcoin-git> bitcoin/master a0eafc1 Hodlinator: functional test: Deduplicate assert_mempool_contents()
<bitcoin-git> bitcoin/master 2638fdb Ava Chow: Merge bitcoin/bitcoin#31338: test: Deduplicate assert_mempool_contents()
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/17834bd1976d...2638fdb4f934

2024-11-21

<gribble> https://github.com/bitcoin/bitcoin/issues/1045245 | HTTP Error 404: Not Found
<fjahr> he was even here and discussed it a while ago: https://bitcoin-irc.chaincode.com/bitcoin-core-dev/2024-08-11#1045245
<bitcoin-git> [bitcoin] theStack opened pull request #31343: test: avoid internet traffic in rpc_net.py (master...202411-test-avoid_internet_connection_in_rpc_net) https://github.com/bitcoin/bitcoin/pull/31343
<bitcoin-git> [bitcoin] willcl-ark closed pull request #31342: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/31342
<bitcoin-git> [bitcoin] Parkeragan opened pull request #31342: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/31342
<bitcoin-git> [gui-qml] jarolrod opened pull request #434: Move various state computations from the UI to the NodeModel (main...compute-states-in-nodemodel) https://github.com/bitcoin-core/gui-qml/pull/434
<bitcoin-git> [bitcoin] fanquake closed pull request #31341: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/31341
<bitcoin-git> [bitcoin] Parkeragan opened pull request #31341: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/31341
<bitcoin-git> [bitcoin] theStack opened pull request #31340: test: add missing segwitv1 test cases to `script_standard_tests` (master...202411-test-add_missing_segwitv1_test_cases) https://github.com/bitcoin/bitcoin/pull/31340
<b10c> and https://bitcoin-data.github.io/non-standard-transactions (which is a bit outdated by now)
<hodlinator> related: anyone know whether pools actually respect somewhat default (in Bitcoin Core) feerate limits and standardness rules, or do they just turn all of that to zero/off to be able to see as many transactions as possible?
<gribble> https://github.com/bitcoin/bitcoin/issues/20160 | Proposed Timeline for Legacy Wallet and BDB removal · Issue #20160 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31248 | test: Rework wallet_migration.py to use previous releases by achow101 · Pull Request #31248 · bitcoin/bitcoin · GitHub
<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/31247 | psbt: MuSig2 Fields by achow101 · Pull Request #31247 · 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
<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] fanquake merged pull request #31333: fuzz: Implement G_TEST_GET_FULL_NAME (master...2024/11/named_fuzz_dirs) https://github.com/bitcoin/bitcoin/pull/31333
<bitcoin-git> bitcoin/master 17834bd merge-script: Merge bitcoin/bitcoin#31333: fuzz: Implement G_TEST_GET_FULL_NAME
<bitcoin-git> bitcoin/master 92d3d69 Hodlinator: fuzz: Implement G_TEST_GET_FULL_NAME
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cf5772278889...17834bd1976d
<bitcoin-git> [bitcoin] fanquake merged pull request #31335: macOS: swap docs & CI from pkg-config to pkgconf (master...pkg_config_to_pkg_conf) https://github.com/bitcoin/bitcoin/pull/31335
<bitcoin-git> bitcoin/master cf57722 merge-script: Merge bitcoin/bitcoin#31335: macOS: swap docs & CI from pkg-config to pkgc...
<bitcoin-git> bitcoin/master fe3457c fanquake: ci: note that we should install pkgconf in future
<bitcoin-git> bitcoin/master 8d20348 fanquake: doc: migrate from pkg-config to pkgconf in macOS build docs