[31.x] Backports #34942

pull fanquake wants to merge 2 commits into bitcoin:31.x from fanquake:31_x_more_backports changing 4 files +2 −11
  1. fanquake commented at 4:34 am on March 28, 2026: member

    Backports:

  2. fuzz: Remove unused g_setup pointers
    These are unused and removing them avoids clang warnings like:
    
    src/test/fuzz/deserialize.cpp:42:26: error: variable g_setup set but not used [-Werror,-Wunused-but-set-variable]
    
    Github-Pull: #34918
    Rebased-From: fabbfec3b00c138a28034a4f5594305d2220b9bb
    c767095cd9
  3. fanquake added this to the milestone 31.0 on Mar 28, 2026
  4. DrahtBot added the label Backport on Mar 28, 2026
  5. DrahtBot commented at 4:35 am on March 28, 2026: contributor

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    Reviews

    See the guideline for information on the review process. A summary of reviews will appear here.

  6. fanquake renamed this:
    fuzz: Remove unused g_setup pointers
    [31.x] Backports
    on Mar 28, 2026
  7. fuzz: Use CAmount for storing best_waste
    Waste is a CAmount, which is an int64_t. This will overflow an int, so
    `best_waste` should also be a `CAmount`.
    
    Github-Pull: #34939
    Rebased-From: 890a09b1e49925315a5636f29cc5af36928fe092
    683f9034eb


fanquake DrahtBot

Labels
Backport

Milestone
31.0


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-03-31 12:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me