2024-12-27

<bitcoin-git> [bitcoin] brunoerg opened pull request #31577: fuzz: fuzz `max_ret_len` for `DecodeBase58`/`DecodeBase58Check` (master...2024-12-fuzz-base-encode-decode) https://github.com/bitcoin/bitcoin/pull/31577
<bitcoin-git> [bitcoin] hebasto opened pull request #31576: test: Move `script_assets_tests` into its own suite (master...241227-test-assets) https://github.com/bitcoin/bitcoin/pull/31576
<bitcoin-git> [bitcoin] SecondPort opened pull request #31575: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue-1) https://github.com/bitcoin/bitcoin/pull/31575
<bitcoin-git> [bitcoin] SecondPort closed pull request #31574: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue) https://github.com/bitcoin/bitcoin/pull/31574
<bitcoin-git> [bitcoin] SecondPort reopened pull request #31574: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue) https://github.com/bitcoin/bitcoin/pull/31574
<bitcoin-git> [bitcoin] SecondPort closed pull request #31574: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue) https://github.com/bitcoin/bitcoin/pull/31574
<bitcoin-git> [bitcoin] SecondPort opened pull request #31574: Fix memory issue during chainstate initialization on 2GB box (master...fix-memory-issue) https://github.com/bitcoin/bitcoin/pull/31574
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31534: coins: warn on shutdown for big UTXO set flushes (master...l0rinc/warn-big-flush) https://github.com/bitcoin/bitcoin/pull/31534
<bitcoin-git> bitcoin/master 5709718 Lőrinc: coins: warn on shutdown for big UTXO set flushes
<bitcoin-git> bitcoin/master 9355578 Ryan Ofsky: Merge bitcoin/bitcoin#31534: coins: warn on shutdown for big UTXO set flus...
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f95fb793726b...9355578a7797
<bitcoin-git> [bitcoin] ryanofsky merged pull request #28521: net, net_processing: additional and consistent disconnect logging (master...2023/09/more_net_log) https://github.com/bitcoin/bitcoin/pull/28521
<bitcoin-git> bitcoin/master ad22442 Sjors Provoost: net: additional disconnection logging
<bitcoin-git> bitcoin/master 937ef9e Sjors Provoost: net_processing: use CNode::DisconnectMsg helper
<bitcoin-git> bitcoin/master 1d01ad4 Sjors Provoost: net: add LogIP() helper, use in net_processing
<bitcoin-git> [bitcoin] ryanofsky pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/fc7b21484703...f95fb793726b
<bitcoin-git> [bitcoin] jaeheonshim opened pull request #31572: refactor: Remove redundant edge case in fee rate rounding logic (master...2412-refactor-fee-rate-rounding) https://github.com/bitcoin/bitcoin/pull/31572

2024-12-26

<bitcoin-git> [bitcoin] brunoerg opened pull request #31570: test: descriptor: fix test for `MaxSatisfactionWeight` (master...2024-12-descriptor-fix-test) https://github.com/bitcoin/bitcoin/pull/31570
<bitcoin-git> [bitcoin] fanquake closed pull request #31569: fix: typos in documentation files (master...master) https://github.com/bitcoin/bitcoin/pull/31569
<bitcoin-git> [bitcoin] vtjl10 opened pull request #31569: fix: typos in documentation files (master...master) https://github.com/bitcoin/bitcoin/pull/31569
<laanwj> brunoerg the parsing functions in bitcoin core have historically been super lenient with validation, giving them stricter and more well-defined behavior has been an ongoing struggle, especially as it's often hard to know if someone is relying on that and it would subtly break the RPC or command line interface (from their point of view)
<gribble> https://github.com/bitcoin/bitcoin/issues/1075847 | HTTP Error 404: Not Found

2024-12-25

<bitcoin-git> [bitcoin] lucasbalieiro closed pull request #31567: test: add unit tests for SigningResultString function (master...test/common-signmessage) https://github.com/bitcoin/bitcoin/pull/31567

2024-12-24

<bitcoin-git> [bitcoin] lucasbalieiro opened pull request #31567: test: add unit tests for SigningResultString function (master...test/common-signmessage) https://github.com/bitcoin/bitcoin/pull/31567
<bitcoin-git> [bitcoin] lucasbalieiro closed pull request #31566: [WIP] test: add unit tests for SigningResultString function (master...test/common-signmessage) https://github.com/bitcoin/bitcoin/pull/31566
<bitcoin-git> [bitcoin] lucasbalieiro opened pull request #31566: test: add unit tests for SigningResultString function (master...test/common-signmessage) https://github.com/bitcoin/bitcoin/pull/31566
<bitcoin-git> [bitcoin] Sjors opened pull request #31564: Add checkblock RPC and checkBlock() to Mining interface (master...2024/12/check-block) https://github.com/bitcoin/bitcoin/pull/31564
<bitcoin-git> [bitcoin] maflcko opened pull request #31563: rpc: Extend scope of validation mutex in generatetoaddress (master...2412-generatetoaddress-missing-lock) https://github.com/bitcoin/bitcoin/pull/31563
<bitcoin-git> [bitcoin] theStack opened pull request #31560: rpc: allow writing UTXO set to a named pipe, introduce dump_to_sqlite.sh script (master...202412-dumptxoutset-allow_write_to_named_pipe) https://github.com/bitcoin/bitcoin/pull/31560

2024-12-23

<bitcoin-git> [bitcoin] mzumsande opened pull request #31556: validation: Send correct notification during snapshot completion (master...202412_assumeutxo_wallet) https://github.com/bitcoin/bitcoin/pull/31556
<bitcoin-git> [bitcoin] brunoerg opened pull request #31555: descriptor: remove unreachable verification for `pkh` (master...2024-12-descriptor-unreachable) https://github.com/bitcoin/bitcoin/pull/31555

2024-12-22

<bitcoin-git> [bitcoin] sipa opened pull request #31553: cluster mempool: add TxGraph reorg functionality (master...202412_txgraph_trim) https://github.com/bitcoin/bitcoin/pull/31553

2024-12-21

<bitcoin-git> [bitcoin] hebasto opened pull request #31552: depends: Update capnproto to 1.1.0 (master...241221-capnp) https://github.com/bitcoin/bitcoin/pull/31552
<bitcoin-git> [bitcoin] l0rinc opened pull request #31551: optimization: bulk reads(27%)/writes(290%) in [undo]block [de]serialization (master...l0rinc/bulk-block-read-write) https://github.com/bitcoin/bitcoin/pull/31551

2024-12-20

<bitcoin-git> [bitcoin] marcofleon opened pull request #31549: fuzz: Abort if system time is called without mock time being set (master...2024/12/fuzz-set-mocktime) https://github.com/bitcoin/bitcoin/pull/31549
<bitcoin-git> [bitcoin] maflcko opened pull request #31548: fuzz: Abort when global PRNG is used before SeedRand::ZEROS (master...2412-fuzz-abort-g-rng) https://github.com/bitcoin/bitcoin/pull/31548
<bitcoin-git> [bitcoin] fanquake merged pull request #31529: guix: latest 2.31 glibc (master...glibc_2_31_latest) https://github.com/bitcoin/bitcoin/pull/31529
<bitcoin-git> bitcoin/master 23b8a42 fanquake: guix: bump glibc 2.31 to 7b27c450c34563a28e634cccb399cd415e71ebfe
<bitcoin-git> bitcoin/master b871020 fanquake: guix: disable timezone tools & profiling in glibc
<bitcoin-git> bitcoin/master fc7b214 merge-script: Merge bitcoin/bitcoin#31529: guix: latest 2.31 glibc
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/273440d5c9dc...fc7b21484703
<bitcoin-git> [bitcoin] fanquake merged pull request #31535: doc: Install `py3-zmq` port on OpenBSD for `interface_zmq.py` (master...241218-openbsd-pyzmq) https://github.com/bitcoin/bitcoin/pull/31535
<bitcoin-git> bitcoin/master be1a2e5 Hennadii Stepanov: doc: Install `py3-zmq` port on OpenBSD for `interface_zmq.py`
<bitcoin-git> bitcoin/master 273440d merge-script: Merge bitcoin/bitcoin#31535: doc: Install `py3-zmq` port on OpenBSD for `i...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4cdf50c4ba81...273440d5c9dc
<bitcoin-git> [bitcoin] fanquake merged pull request #31544: cmake: Remove unused `BUILD_TESTING` variable from "dev-mode" preset (master...241219-unused) https://github.com/bitcoin/bitcoin/pull/31544
<bitcoin-git> bitcoin/master e196190 Hennadii Stepanov: cmake: Remove unused `BUILD_TESTING` variable from "dev-mode" preset
<bitcoin-git> bitcoin/master 4cdf50c merge-script: Merge bitcoin/bitcoin#31544: cmake: Remove unused `BUILD_TESTING` variable...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bb57017b2945...4cdf50c4ba81
<bitcoin-git> [bitcoin] l0rinc opened pull request #31547: build: Use character literals for generated headers to avoid narrowing (master...l0rinc/GenerateHeaderFromJson-character-literal) https://github.com/bitcoin/bitcoin/pull/31547
<bitcoin-git> [bitcoin] 0xB10C closed 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] 0xB10C opened pull request #31545: ci: optionally use local docker build cache (master...2024-11-ci-optional-local-docker-build-cache) https://github.com/bitcoin/bitcoin/pull/31545

2024-12-19

<bitcoin-git> [bitcoin] hebasto opened pull request #31544: cmake: Remove unused `BUILD_TESTING` variable from "dev-mode" preset (master...241219-unused) https://github.com/bitcoin/bitcoin/pull/31544
<bitcoin-git> [gui-qml] hebasto merged pull request #440: wallet, tests: Avoid stringop-overflow warning in PollutePubKey (main...241216-stringop-overflow) https://github.com/bitcoin-core/gui-qml/pull/440
<bitcoin-git> gui-qml/main b4bebc3 Hennadii Stepanov: Merge bitcoin-core/gui-qml#440: wallet, tests: Avoid stringop-overflow war...
<bitcoin-git> [gui-qml] hebasto pushed 2 commits to main: https://github.com/bitcoin-core/gui-qml/compare/be23a6e23252...b4bebc316e76
<bitcoin-git> gui-qml/main 62468fe Ava Chow: wallet, tests: Avoid stringop-overflow warning in PollutePubKey
<hebasto> a half of Bitcoin Design community are expecting it as well :)
<dviola> is https://github.com/bitcoin/bitcoin/pull/30997 planned for bitcoin core 29.x?
<bitcoin-git> [bitcoin] hebasto opened pull request #31543: cmake: Always provide `RPATH` on NetBSD (master...241219-netbsd-rpath) https://github.com/bitcoin/bitcoin/pull/31543
<bitcoin-git> [bitcoin] maflcko opened pull request #31542: test: Embed univalue json tests in binary (master...2412-univalue-json-tests) https://github.com/bitcoin/bitcoin/pull/31542
<bitcoin-git> [bitcoin] hebasto opened pull request #31541: qa: Use `sys.executable` when invoking other Python scripts (master...241219-qa-signers) https://github.com/bitcoin/bitcoin/pull/31541
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31521: fuzz: Fix misplaced SeedRand::ZEROS (master...2412-fuzz-zero) https://github.com/bitcoin/bitcoin/pull/31521
<bitcoin-git> bitcoin/master fadd568 MarcoFalke: fuzz: Fix misplaced SeedRand::ZEROS
<bitcoin-git> bitcoin/master bb57017 Ryan Ofsky: Merge bitcoin/bitcoin#31521: fuzz: Fix misplaced SeedRand::ZEROS
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5bbbc0d0eeb8...bb57017b2945
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31325: Make m_tip_block std::optional (master...2024/11/m_tip_block) https://github.com/bitcoin/bitcoin/pull/31325
<bitcoin-git> bitcoin/master e058544 Sjors Provoost: Make m_tip_block an std::optional
<bitcoin-git> bitcoin/master 81cea5d Sjors Provoost: Ensure m_tip_block is never ZERO
<bitcoin-git> bitcoin/master 5bbbc0d Ryan Ofsky: Merge bitcoin/bitcoin#31325: Make m_tip_block std::optional
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c1252b14d714...5bbbc0d0eeb8
<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
<gribble> https://github.com/bitcoin/bitcoin/issues/30595 | kernel: Introduce initial C header API by TheCharlatan · Pull Request #30595 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31382 | kernel: Flush in ChainstateManager destructor by TheCharlatan · Pull Request #31382 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31483 | kernel: Move kernel-related cache constants to kernel cache by TheCharlatan · Pull Request #31483 · bitcoin/bitcoin · GitHub
<fjahr> #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 marcofleon maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark
<bitcoin-git> [bitcoin] maflcko opened pull request #31540: refactor: std::span compat fixes (master...2412-span-prep) https://github.com/bitcoin/bitcoin/pull/31540
<bitcoin-git> [bitcoin] l0rinc opened pull request #31539: optimization: buffer reads/writes in [undo]blocks (master...l0rinc/buffered-block-read-write) https://github.com/bitcoin/bitcoin/pull/31539
<bitcoin-git> [bitcoin] maflcko closed pull request #31538: doc: fix 404 URL (master...master) https://github.com/bitcoin/bitcoin/pull/31538
<bitcoin-git> [bitcoin] goodfirm opened pull request #31538: doc: fix 404 URL (master...master) https://github.com/bitcoin/bitcoin/pull/31538

2024-12-18

<bitcoin-git> [bitcoin] hebasto opened pull request #31537: Do not print "Reducing -maxconnections..." warning in tests (master...241218-maxconn-warn) https://github.com/bitcoin/bitcoin/pull/31537
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31520: #31318 followups (master...2024/12/pr-31318-followups) https://github.com/bitcoin/bitcoin/pull/31520
<bitcoin-git> bitcoin/master 4f06ae0 Sjors Provoost: refactor: fix typo in node/types.h
<bitcoin-git> bitcoin/master c1252b1 Ryan Ofsky: Merge bitcoin/bitcoin#31520: #31318 followups
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fa0c473d4c82...c1252b14d714
<bitcoin-git> bitcoin/master 366fbf1 Sjors Provoost: test: drop extraneous bracket in mining util
<bitcoin-git> [bitcoin] hebasto opened pull request #31535: doc: Install `py3-zmq` port on OpenBSD for `interface_zmq.py` (master...241218-openbsd-pyzmq) https://github.com/bitcoin/bitcoin/pull/31535
<bitcoin-git> bitcoin/master c991cea Sjors Provoost: Remove processNewBlock() from mining interface
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31196: Prune mining interface (master...2024/10/mining-drop-processnewblock) https://github.com/bitcoin/bitcoin/pull/31196
<bitcoin-git> bitcoin/master bfc4e02 Sjors Provoost: Remove testBlockValidity() from mining interface
<bitcoin-git> bitcoin/master 9a47852 Sjors Provoost: Remove getTransactionsUpdated() from mining interface
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ea53568a0685...fa0c473d4c82
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31393: refactor: Move GuessVerificationProgress into ChainstateManager (master...2411-mv-gvp) https://github.com/bitcoin/bitcoin/pull/31393
<bitcoin-git> bitcoin/master ea53568 Ryan Ofsky: Merge bitcoin/bitcoin#31393: refactor: Move GuessVerificationProgress into...
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/477b35746074...ea53568a0685
<bitcoin-git> bitcoin/master facb4d0 MarcoFalke: refactor: Move GuessVerificationProgress into ChainstateManager
<bitcoin-git> [bitcoin] l0rinc opened pull request #31534: coins: warn on shutdown for big UTXO set flushes (master...l0rinc/warn-big-flush) https://github.com/bitcoin/bitcoin/pull/31534
<bitcoin-git> [bitcoin] mzumsande opened pull request #31533: fuzz: Add fuzz target for block index tree and related validation events (master...202412_fuzz_checkblockindex_pr) https://github.com/bitcoin/bitcoin/pull/31533
<darosior> development phase. Didn't want to commit to it publicly before actually doing it, but since you ask i plan on writing a draft BIP soon. I think a logical follow-up would be to implement the changes in bitcoin-inquisition. Then, well, we'll see. That's already a bunch of work to do before deciding what to focus on next.
<Chris_Stewart_5> to bitcoin-wizards i suppose!
<bitcoin-git> [bitcoin] A-Manning opened pull request #31531: rpc: Add signet_challenge field to getblockchaininfo and getmininginfo (master...signet-rpc) https://github.com/bitcoin/bitcoin/pull/31531
<Chris_Stewart_5> Ok cool I would like to start a working group for worst case block validation. I can't edit this wiki page so def have to talk to someone. https://github.com/bitcoin-core/bitcoin-devwiki/wiki/Working-Groups .
<bitcoin-git> [bitcoin] l0rinc closed pull request #31528: doc: emphasize that `Assume` always evaluates (master...l0rinc/document-assume-evaluation) https://github.com/bitcoin/bitcoin/pull/31528
<bitcoin-git> [bitcoin] maflcko closed pull request #31530: doc: correct comment (master...master) https://github.com/bitcoin/bitcoin/pull/31530
<bitcoin-git> [bitcoin] jjjike2021 opened pull request #31530: doc: correct comment (master...master) https://github.com/bitcoin/bitcoin/pull/31530
<bitcoin-git> [bitcoin] fanquake opened pull request #31529: guix: latest 2.31 glibc (master...glibc_2_31_latest) https://github.com/bitcoin/bitcoin/pull/31529
<bitcoin-git> [bitcoin] l0rinc opened pull request #31528: doc: emphasize that `Assume` always evaluates (master...l0rinc/document-assume-evaluation) https://github.com/bitcoin/bitcoin/pull/31528
<bitcoin-git> [bitcoin] hebasto opened pull request #31526: doc: Install `net/py-pyzmq` port on FreeBSD for `interface_zmq.py` (master...241218-freebsd-pyzmq) https://github.com/bitcoin/bitcoin/pull/31526
<bitcoin-git> [bitcoin] maflcko closed pull request #31525: Correct typo in "OLD_CMAKE_REQURED_FLAGS" (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31525
<bitcoin-git> [bitcoin] savvar9991 opened pull request #31525: Correct typo in "OLD_CMAKE_REQURED_FLAGS" (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31525
<bitcoin-git> [bitcoin] maflcko opened pull request #31524: refactor: Allow std::byte in Read(LE/BE) (master...2412-more-byte) https://github.com/bitcoin/bitcoin/pull/31524
<bitcoin-git> [bitcoin] hebasto closed 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] maflcko closed pull request #31523: docs: Improve wording in benchmarking Update benchmarking.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31523
<bitcoin-git> [bitcoin] barajeel opened pull request #31523: docs: Improve wording in benchmarking Update benchmarking.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31523
<bitcoin-git> [bitcoin] maflcko opened pull request #31522: ci: Enable DEBUG=1 for one GCC-12 build to catch 117966 regressions (master...2412-ci-gcc-debug) https://github.com/bitcoin/bitcoin/pull/31522
<bitcoin-git> [bitcoin] maflcko opened pull request #31521: fuzz: Fix misplaced SeedRand::ZEROS (master...2412-fuzz-zero) https://github.com/bitcoin/bitcoin/pull/31521
<bitcoin-git> [bitcoin] Sjors opened pull request #31520: #31318 followups (master...2024/12/pr-31318-followups) https://github.com/bitcoin/bitcoin/pull/31520

2024-12-17

<achow101> I won't be able to run the IRC meeting this week, so someone else should run it. Cheat sheet at https://github.com/bitcoin-core/bitcoin-devwiki/wiki/IRC-Meeting-Cheat-Sheet
<bitcoin-git> [bitcoin] maflcko closed pull request #29119: refactor: Use std::span over Span (master...2312-std-span-) https://github.com/bitcoin/bitcoin/pull/29119
<bitcoin-git> [bitcoin] maflcko opened pull request #31519: refactor: Use std::span over Span (master...2412-span) https://github.com/bitcoin/bitcoin/pull/31519
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v28.1rc2: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v28.1rc2
<bitcoin-git> bitcoin-detached-sigs/28.x d95d8c4 Ava Chow: 28.1: win signature for rc2
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/1a07dc3f699b...d95d8c47d635
<bitcoin-git> bitcoin-detached-sigs/28.x 1a07dc3 Matthew Zipkin: 28.1rc2: osx signature for rc2
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/f79e2ce472db...1a07dc3f699b
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31493: refactor: Use immediate lambda to work around GCC bug 117966 (master...2412-gcc-workaround) https://github.com/bitcoin/bitcoin/pull/31493
<bitcoin-git> bitcoin/master fa9e048 MarcoFalke: refactor: Use immediate lambda to work around GCC bug 117966
<bitcoin-git> bitcoin/master 477b357 Ryan Ofsky: Merge bitcoin/bitcoin#31493: refactor: Use immediate lambda to work around...
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a60d5702fd5c...477b35746074
<bitcoin-git> [bitcoin] achow101 pushed tag v28.1rc2: https://github.com/bitcoin/bitcoin/compare/v28.1rc2
<bitcoin-git> [bitcoin] achow101 merged pull request #31469: [28.x] 28.1rc2 backports (28.x...28.1rc2-backports) https://github.com/bitcoin/bitcoin/pull/31469
<bitcoin-git> bitcoin/28.x 2835158 fanquake: fuzz: add cstdlib to FuzzedDataProvider
<bitcoin-git> bitcoin/28.x b8112cf Vasil Dimov: util: use explicit cast in MultiIntBitSet::Fill()
<bitcoin-git> bitcoin/28.x 227642d 0xb10c: test: fix MIN macro-redefinition
<bitcoin-git> [bitcoin] achow101 pushed 11 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/d6b225f16525...6db725662d9e
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31486: fuzz: Abort when using global PRNG without re-seed (master...2412-fuzz-rng-abort) https://github.com/bitcoin/bitcoin/pull/31486
<bitcoin-git> bitcoin/master fa7809a MarcoFalke: fuzz: Add missing SeedRandomStateForTest(SeedRand::ZEROS)
<bitcoin-git> bitcoin/master fa18acb MarcoFalke: fuzz: Abort when using global PRNG without re-seed
<bitcoin-git> bitcoin/master fae63bf MarcoFalke: fuzz: Clarify that only SeedRandomStateForTest(SeedRand::ZEROS) is allowed
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a95a8ba3a3f4...a60d5702fd5c
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31197: refactor: mining interface 30955 followups (master...2024/10/pr30955-followups) https://github.com/bitcoin/bitcoin/pull/31197
<bitcoin-git> bitcoin/master 39d3b53 Sjors Provoost: Rename merkle branch to path
<bitcoin-git> bitcoin/master 2e81791 Sjors Provoost: Drop TransactionMerklePath default position arg
<bitcoin-git> bitcoin/master 4d57288 Sjors Provoost: refactor: use CTransactionRef in submitSolution
<bitcoin-git> [bitcoin] ryanofsky pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/cd3d9fa5ea87...a95a8ba3a3f4
<bitcoin-git> [bitcoin] maflcko closed pull request #31518: Fix (master...fix) https://github.com/bitcoin/bitcoin/pull/31518
<bitcoin-git> [bitcoin] romashka-btc opened pull request #31518: Fix (master...fix) https://github.com/bitcoin/bitcoin/pull/31518
<bitcoin-git> [bitcoin] glozow closed pull request #31517: Correct spelling and grammar improvements (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31517
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31318: Drop script_pub_key arg from createNewBlock (master...2024/11/no-script_pub_key) https://github.com/bitcoin/bitcoin/pull/31318
<bitcoin-git> bitcoin/master 52fd151 Sjors Provoost: test: drop scriptPubKeyIn arg from CreateNewBlock
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/785486a97558...cd3d9fa5ea87
<bitcoin-git> bitcoin/master 7ab733e Sjors Provoost: rpc: rename coinbase_script to coinbase_output_script
<bitcoin-git> bitcoin/master ff41b9e Sjors Provoost: Drop script_pub_key arg from createNewBlock
<bitcoin-git> [leveldb-subtree] maflcko opened pull request #45: [jumbo] Add begin()/end() to Slice. (bitcoin-fork...bitcoin-fork) https://github.com/bitcoin-core/leveldb-subtree/pull/45
<bitcoin-git> [bitcoin] savvar9991 opened pull request #31517: Correct spelling and grammar improvements (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31517
<bitcoin-git> [bitcoin] savvar9991 closed pull request #31516: Update build-osx.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31516
<bitcoin-git> [bitcoin] savvar9991 opened pull request #31516: Update build-osx.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31516
<bitcoin-git> [bitcoin] fanquake merged pull request #31489: fuzz: Fix test_runner error reporting (master...2412-fuzz-err) https://github.com/bitcoin/bitcoin/pull/31489
<bitcoin-git> bitcoin/master fa0e30b MarcoFalke: fuzz: Fix test_runner error reporting
<bitcoin-git> bitcoin/master 785486a merge-script: Merge bitcoin/bitcoin#31489: fuzz: Fix test_runner error reporting
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1251a2364202...785486a97558
<bitcoin-git> [bitcoin] fanquake merged pull request #31458: build: use `-mbig-obj` for Windows debug builds (master...win_debug_O0_big_obj) https://github.com/bitcoin/bitcoin/pull/31458
<bitcoin-git> bitcoin/master 1251a23 merge-script: Merge bitcoin/bitcoin#31458: build: use `-mbig-obj` for Windows debug buil...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d2136d32bb47...1251a2364202
<bitcoin-git> bitcoin/master 2b9ff4a fanquake: build: use `-mbig-obj` for mingw-w64 Debug builds
<bitcoin-git> [bitcoin] fanquake merged pull request #31502: depends: Fix `CXXFLAGS` on NetBSD (master...241214-cxxflags-netbsd) https://github.com/bitcoin/bitcoin/pull/31502
<bitcoin-git> bitcoin/master d2136d3 merge-script: Merge bitcoin/bitcoin#31502: depends: Fix `CXXFLAGS` on NetBSD
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/58436d4af381...d2136d32bb47
<bitcoin-git> bitcoin/master a10bb40 Hennadii Stepanov: depends: Fix CXXFLAGS on NetBSD
<bitcoin-git> bitcoin/master 46e207d Hennadii Stepanov: cmake: Link `bitcoin_consensus` as a library
<bitcoin-git> bitcoin/master 58436d4 merge-script: Merge bitcoin/bitcoin#31503: cmake: Link `bitcoin_consensus` as a library
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/38dcf0f98271...58436d4af381
<bitcoin-git> [bitcoin] fanquake merged pull request #31503: cmake: Link `bitcoin_consensus` as a library (master...241215-linking) https://github.com/bitcoin/bitcoin/pull/31503
<bitcoin-git> [bitcoin] fanquake merged pull request #31498: depends: Ignore prefix directory on OpenBSD (master...241214-ignore-amd) https://github.com/bitcoin/bitcoin/pull/31498
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b042c4f0538c...38dcf0f98271
<bitcoin-git> bitcoin/master 3353d4a Hennadii Stepanov: depends: Ignore prefix directory on OpenBSD
<bitcoin-git> bitcoin/master 38dcf0f merge-script: Merge bitcoin/bitcoin#31498: depends: Ignore prefix directory on OpenBSD
<bitcoin-git> [bitcoin] scgbckbone opened pull request #31514: allow lable for external descriptor & disallow label for ranged descriptors (master...ProcessDescriptorImport_fixes) https://github.com/bitcoin/bitcoin/pull/31514
<bitcoin-git> [bitcoin] fanquake closed pull request #31513: Fix spelling and formatting issues (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31513
<bitcoin-git> [bitcoin] savvar9991 opened pull request #31513: Fix spelling and formatting issues (master...fix-typo) https://github.com/bitcoin/bitcoin/pull/31513

2024-12-16

<bitcoin-git> [bitcoin] fanquake closed pull request #31511: Create bitcoin (master...master) https://github.com/bitcoin/bitcoin/pull/31511
<bitcoin-git> [bitcoin] hannahz12 opened pull request #31511: Create bitcoin (master...master) https://github.com/bitcoin/bitcoin/pull/31511
<bitcoin-git> [bitcoin] pinheadmz closed pull request #31510: test: fix TestShell initialization for cmake build directory (master...testshell-cmake) https://github.com/bitcoin/bitcoin/pull/31510
<bitcoin-git> [bitcoin] pinheadmz opened pull request #31510: test: fix TestShell initialization for cmake build directory (master...testshell-cmake) https://github.com/bitcoin/bitcoin/pull/31510
<bitcoin-git> [bitcoin] maflcko closed pull request #31508: Fix typos and improve consistency in documentation (master...fix/typos) https://github.com/bitcoin/bitcoin/pull/31508
<bitcoin-git> [bitcoin] Dimitrolito opened pull request #31508: Fix typos and improve consistency in documentation (master...fix/typos) https://github.com/bitcoin/bitcoin/pull/31508
<bitcoin-git> [bitcoin] hebasto opened pull request #31507: [POC] build: Use clang-cl to build on Windows natively (master...241216-clang-cl) https://github.com/bitcoin/bitcoin/pull/31507
<bitcoin-git> [bitcoin] fanquake closed pull request #31501: Fix Broken Link in bitcoinconsensus.h Documentation (master...master) https://github.com/bitcoin/bitcoin/pull/31501
<bitcoin-git> [gui-qml] hebasto opened pull request #440: wallet, tests: Avoid stringop-overflow warning in PollutePubKey (main...241216-stringop-overflow) https://github.com/bitcoin-core/gui-qml/pull/440
<bitcoin-git> gui-qml/main 50c5f87 johnny9: qml: Protect m_wallets in WalletQmlController with QMutex
<bitcoin-git> [gui-qml] hebasto merged pull request #417: Introduce WalletModel and loadWallet functionality (main...wallet-model) https://github.com/bitcoin-core/gui-qml/pull/417
<bitcoin-git> [gui-qml] hebasto pushed 4 commits to main: https://github.com/bitcoin-core/gui-qml/compare/574817b3b95a...be23a6e23252
<bitcoin-git> gui-qml/main b41a0e4 johnny9: qml: Introduce WalletModel and loadWallet functionality
<bitcoin-git> gui-qml/main ec3e68e johnny9: qml: Move setSelectedWallet work to worker QThread
<gribble> https://github.com/bitcoin/bitcoin/issues/31325 | Make m_tip_block std::optional by Sjors · Pull Request #31325 · bitcoin/bitcoin · GitHub

2024-12-15

<bitcoin-git> [bitcoin] hebasto opened pull request #31504: cmake: De-duplicate libraries on link lines opportunistically (master...241215-duplicate) https://github.com/bitcoin/bitcoin/pull/31504
<bitcoin-git> [bitcoin] hebasto opened pull request #31503: cmake: Link `bitcoin_consensus` as a library (master...241215-linking) https://github.com/bitcoin/bitcoin/pull/31503

2024-12-14

<bitcoin-git> [bitcoin] hebasto opened pull request #31502: depends: Fix `CXXFLAGS` on NetBSD (master...241214-cxxflags-netbsd) https://github.com/bitcoin/bitcoin/pull/31502
<bitcoin-git> [bitcoin] futreall opened pull request #31501: Fix Broken Link in bitcoinconsensus.h Documentation (master...master) https://github.com/bitcoin/bitcoin/pull/31501
<bitcoin-git> [bitcoin] hebasto opened pull request #31500: depends: Fix compiling `libevent` package on NetBSD (master...241214-libevent-netbsd) https://github.com/bitcoin/bitcoin/pull/31500
<bitcoin-git> [bitcoin] hebasto opened pull request #31498: depends: Ignore prefix directory on OpenBSD (master...241214-ignore-amd) https://github.com/bitcoin/bitcoin/pull/31498
<bitcoin-git> [bitcoin] yancyribbens opened pull request #31497: Remove unused variable assignment (master...remove-unused-var-assighnment) https://github.com/bitcoin/bitcoin/pull/31497

2024-12-13

<bitcoin-git> [bitcoin] achow101 merged pull request #31223: net, init: derive default onion port if a user specified a -port (master...202410_portplus1) https://github.com/bitcoin/bitcoin/pull/31223
<bitcoin-git> bitcoin/master 1dd3af8 Martin Zumsande: Add release note for #31223
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d73f37dda221...b042c4f0538c
<bitcoin-git> bitcoin/master 0e2b12b Martin Zumsande: net, init: derive default onion port if a user specified a -port
<bitcoin-git> bitcoin/master 997757d Martin Zumsande: test: add functional test for -port behavior
<bitcoin-git> [bitcoin] hodlinator closed pull request #31496: refactor: Make CCoinsCacheEntry::Flags enum private (master...2024/12/30906_followup) https://github.com/bitcoin/bitcoin/pull/31496
<bitcoin-git> [bitcoin] hodlinator opened pull request #31496: refactor: Make CCoinsCacheEntry::Flags enum private (master...2024/12/30906_followup) https://github.com/bitcoin/bitcoin/pull/31496
<bitcoin-git> [bitcoin] achow101 closed pull request #30328: wallet: Remove IsMine from migration code (master...migrate-inline-ismine) https://github.com/bitcoin/bitcoin/pull/30328
<bitcoin-git> [bitcoin] achow101 opened pull request #31495: wallet: Utilize IsMine() and CanProvide() in migration to cover edge cases (master...migrate-corner-case-scripts) https://github.com/bitcoin/bitcoin/pull/31495
<bitcoin-git> [bitcoin] maflcko opened pull request #31493: refactor: Use immediate lambda to work around GCC bug 117966 (master...2412-gcc-workaround) https://github.com/bitcoin/bitcoin/pull/31493
<bitcoin-git> [bitcoin] andremralves reopened pull request #31492: Execute Discover() when bind=0.0.0.0 or :: is set (master...discover-bind) https://github.com/bitcoin/bitcoin/pull/31492
<bitcoin-git> [bitcoin] andremralves closed pull request #31492: Execute Discover() when bind=0.0.0.0 or :: is set (master...discover-bind) https://github.com/bitcoin/bitcoin/pull/31492
<bitcoin-git> [bitcoin] andremralves opened pull request #31492: Execute Discover() when bind=0.0.0.0 or :: is set (master...discover-bind) https://github.com/bitcoin/bitcoin/pull/31492
<bitcoin-git> [bitcoin] l0rinc opened pull request #31490: refactor: Cache blockundo serialized size for consecutive calls (master...l0rinc/undo) https://github.com/bitcoin/bitcoin/pull/31490
<bitcoin-git> [bitcoin] maflcko opened pull request #31489: fuzz: Fix test_runner error reporting (master...2412-fuzz-err) https://github.com/bitcoin/bitcoin/pull/31489
<bitcoin-git> [bitcoin] wfzyx closed 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 #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/master 37946c0 Sjors Provoost: Set notifications m_tip_block in LoadChainTip()
<bitcoin-git> bitcoin/master d73f37d Ryan Ofsky: Merge bitcoin/bitcoin#31346: Set notifications m_tip_block in LoadChainTip...
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/78f1bff7099b...d73f37dda221
<bitcoin-git> [bitcoin] maflcko opened pull request #31486: fuzz: Abort when using global PRNG without re-seed (master...2412-fuzz-rng-abort) https://github.com/bitcoin/bitcoin/pull/31486
<bitcoin-git> [bitcoin] fanquake merged pull request #31477: ci: Bump centos gcc to 12 (master...2412-ci-centos-gcc) https://github.com/bitcoin/bitcoin/pull/31477
<bitcoin-git> bitcoin/master fa47baa MarcoFalke: ci: Bump centos gcc
<bitcoin-git> bitcoin/master 78f1bff merge-script: Merge bitcoin/bitcoin#31477: ci: Bump centos gcc to 12
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/84890e0291f0...78f1bff7099b
<bitcoin-git> [bitcoin] fanquake merged pull request #31484: depends: update capnproto to 1.0.2 (master...freebsd_capnproto) https://github.com/bitcoin/bitcoin/pull/31484
<bitcoin-git> bitcoin/master 5cd9e95 fanquake: depends: update capnproto to 1.0.2
<bitcoin-git> bitcoin/master 84890e0 merge-script: Merge bitcoin/bitcoin#31484: depends: update capnproto to 1.0.2
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d5ab5a47f0e6...84890e0291f0
<bitcoin-git> [bitcoin] fanquake merged 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/master 62b2d23 Ava Chow: wallet: Migrate non-HD keys to combo() descriptor
<bitcoin-git> bitcoin/master d5ab5a4 merge-script: Merge bitcoin/bitcoin#31452: wallet: Migrate non-HD keys to combo() descri...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/beac62e541c8...d5ab5a47f0e6

2024-12-12

<bitcoin-git> [bitcoin] ryanofsky merged pull request #31480: refactor: Fix "modernize-use-starts-ends-with" clang-tidy warning (master...241212-tidy) https://github.com/bitcoin/bitcoin/pull/31480
<bitcoin-git> bitcoin/master df27ee9 Hennadii Stepanov: refactor: Fix "modernize-use-starts-ends-with" clang-tidy warning
<bitcoin-git> bitcoin/master beac62e Ryan Ofsky: Merge bitcoin/bitcoin#31480: refactor: Fix "modernize-use-starts-ends-with...
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/435ad572a1af...beac62e541c8
<bitcoin-git> [bitcoin] fanquake opened pull request #31484: depends: update capnproto to 1.0.2 (master...freebsd_capnproto) https://github.com/bitcoin/bitcoin/pull/31484
<dergoegge> I suggested it in the kernel wg (maybe it came up before as well not sure) because i saw: https://github.com/taproot-wizards/bitcoin-script-hints.nvim
<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/31397 | p2p: track and use all potential peers for orphan resolution by glozow · Pull Request #31397 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30983 | RFC: Multiprocess binaries and packaging options · Issue #30983 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31455 | multiprocess: build failure on Alpine with depends & `DEBUG=1` · Issue #31455 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31098 | Stratum v2 via IPC Mining Interface tracking issue · Issue #31098 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/29409 | multiprocess: Add capnp wrapper for Chain interface by ryanofsky · Pull Request #29409 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31375 | multiprocess: Add bitcoin wrapper executable by ryanofsky · Pull Request #31375 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30437 | multiprocess: add bitcoin-mine test program by ryanofsky · Pull Request #30437 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31197 | refactor: mining interface 30955 followups by Sjors · Pull Request #31197 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31196 | Prune mining interface by Sjors · Pull Request #31196 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31346 | Set notifications m_tip_block in LoadChainTip() by Sjors · Pull Request #31346 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31318 | Drop script_pub_key arg from createNewBlock by Sjors · Pull Request #31318 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31098 | Stratum v2 via IPC Mining Interface tracking issue · Issue #31098 · 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/31423 | wallet: migration, dont create spendable wallet from a watch-only legacy wallet by furszy · Pull Request #31423 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31451 | wallet: migration, avoid loading legacy wallet after failure when BDB isnt compiled by furszy · Pull Request #31451 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31452 | wallet: Migrate non-HD keys to combo() descriptor by achow101 · Pull Request #31452 · 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/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
<gribble> https://github.com/bitcoin/bitcoin/issues/31244 | descriptors: MuSig2 by achow101 · Pull Request #31244 · 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/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31444 | cluster mempool: add txgraph diagrams/mining/eviction by sipa · Pull Request #31444 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31363 | cluster mempool: introduce TxGraph by sipa · Pull Request #31363 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31425 | RFC: Riscv bare metal CI job by TheCharlatan · Pull Request #31425 · bitcoin/bitcoin · GitHub
<TheCharlatan> I added a debug callback in the kernel C API that hooks into the script interpreter and can provided a trace of the execution of a script here: https://github.com/TheCharlatan/bitcoin/commit/997c2ccc920adb0d1c9d8e82dbe94374cfb3c78b
<gribble> https://github.com/bitcoin/bitcoin/issues/31483 | kernel: Move kernel-related cache constants to kernel cache by TheCharlatan · Pull Request #31483 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31382 | kernel: Flush in ChainstateManager destructor by TheCharlatan · Pull Request #31382 · 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 marcofleon maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #31483: kernel: Move kernel-related cache constants to kernel cache (master...kernel_cache_sizes) https://github.com/bitcoin/bitcoin/pull/31483
<bitcoin-git> [bitcoin] fanquake merged pull request #31479: lint: Disable signature output in git log (master...2024/12/lint_git_log_sig_fix) https://github.com/bitcoin/bitcoin/pull/31479
<bitcoin-git> bitcoin/master e2d3372 Hodlinator: lint: Disable signature output in git log
<bitcoin-git> bitcoin/master 435ad57 merge-script: Merge bitcoin/bitcoin#31479: lint: Disable signature output in git log
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea9e64ff3cb0...435ad572a1af
<bitcoin-git> [bitcoin] maflcko opened pull request #31481: fuzz: Faster leak check, and SeedRand::ZEROS before every input (master...2412-fuzz-stable-fast) https://github.com/bitcoin/bitcoin/pull/31481
<bitcoin-git> [bitcoin] hebasto opened pull request #31480: refactor: Fix "modernize-use-starts-ends-with" clang-tidy warning (master...241212-tidy) https://github.com/bitcoin/bitcoin/pull/31480
<bitcoin-git> [bitcoin] fanquake merged pull request #31461: depends: add `-g` to *BSD_debug flags (master...dash_g_bsd) https://github.com/bitcoin/bitcoin/pull/31461
<bitcoin-git> bitcoin/master ea9e64f merge-script: Merge bitcoin/bitcoin#31461: depends: add `-g` to *BSD_debug flags
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/29ddee1796a6...ea9e64ff3cb0
<bitcoin-git> bitcoin/master b7ec69c fanquake: depends: add -g to *BSD_debug flags
<bitcoin-git> [bitcoin] fanquake merged pull request #31478: docs: remove repetitive words (master...master) https://github.com/bitcoin/bitcoin/pull/31478
<bitcoin-git> bitcoin/master 015aad8 RiceChuan: docs: remove repetitive words
<bitcoin-git> bitcoin/master 29ddee1 merge-script: Merge bitcoin/bitcoin#31478: docs: remove repetitive words
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62bd61de110b...29ddee1796a6
<bitcoin-git> [bitcoin] hodlinator opened pull request #31479: lint: Disable signature output in git log (master...2024/12/lint_git_log_sig_fix) https://github.com/bitcoin/bitcoin/pull/31479
<bitcoin-git> [bitcoin] RiceChuan opened pull request #31478: docs: (master...master) https://github.com/bitcoin/bitcoin/pull/31478
<bitcoin-git> [bitcoin] maflcko opened pull request #31477: ci: Bump centos gcc to 12 (master...2412-ci-centos-gcc) https://github.com/bitcoin/bitcoin/pull/31477

2024-12-11

<bitcoin-git> [qa-assets] maflcko merged pull request #214: Add Murch’s inputs 2024-12 (main...2024-12-Murchs-inputs) https://github.com/bitcoin-core/qa-assets/pull/214
<bitcoin-git> qa-assets/main 20dd55d Murch: Add Murch’s inputs 2024-12
<bitcoin-git> qa-assets/main 5c026e2 maflcko: Merge pull request #214 from murchandamus/2024-12-Murchs-inputs
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/86e21ec4af9c...5c026e2a97b5
<bitcoin-git> [qa-assets] brunoerg opened pull request #215: add inputs for spkm_migration target (main...2024-12-spkm-migration) https://github.com/bitcoin-core/qa-assets/pull/215
<bitcoin-git> [bitcoin] achow101 opened pull request #31469: [28.x] 28.1rc2 backports (28.x...28.1rc2-backports) https://github.com/bitcoin/bitcoin/pull/31469
<bitcoin-git> [bitcoincore.org] achow101 closed pull request #1091: Replaced Outdated Logos with Latest (master...master) https://github.com/bitcoin-core/bitcoincore.org/pull/1091