Skip to content

Bump solana-vote-interface to v2.2.3#5579

Merged
mergify[bot] merged 1 commit intoanza-xyz:masterfrom
jstarry:bump-vote-interface
Mar 31, 2025
Merged

Bump solana-vote-interface to v2.2.3#5579
mergify[bot] merged 1 commit intoanza-xyz:masterfrom
jstarry:bump-vote-interface

Conversation

@jstarry
Copy link
Copy Markdown

@jstarry jstarry commented Mar 31, 2025

Problem

Firedancer's fuzzing framework has to special case handling of VoteState::lockout because it is allowed to overflow. This can't happen on a normal cluster.

Summary of Changes

Bring in a fix for solana-vote-interface which prevents VoteState::lockout from overflowing: anza-xyz/solana-sdk#92

Fixes #

@jstarry jstarry added the v2.2 label Mar 31, 2025
@jstarry jstarry requested a review from AshwinSekar March 31, 2025 17:43
@mergify
Copy link
Copy Markdown

mergify Bot commented Mar 31, 2025

Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis.

@jstarry jstarry added the automerge automerge Merge this Pull Request automatically once CI passes label Mar 31, 2025
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.4%. Comparing base (a0717a1) to head (97341fa).
Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5579   +/-   ##
=======================================
  Coverage    83.3%    83.4%           
=======================================
  Files         827      827           
  Lines      373615   373613    -2     
=======================================
+ Hits       311574   311624   +50     
+ Misses      62041    61989   -52     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mergify mergify Bot merged commit 135d3f8 into anza-xyz:master Mar 31, 2025
60 checks passed
mergify Bot pushed a commit that referenced this pull request Mar 31, 2025
(cherry picked from commit 135d3f8)

# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	programs/sbf/Cargo.lock
#	svm/examples/Cargo.lock
@jstarry jstarry deleted the bump-vote-interface branch March 31, 2025 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge automerge Merge this Pull Request automatically once CI passes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants