v2.2: Bump solana-vote-interface to v2.2.3 (backport of #5579)#5590
v2.2: Bump solana-vote-interface to v2.2.3 (backport of #5579)#5590
Conversation
(cherry picked from commit 135d3f8) # Conflicts: # Cargo.lock # Cargo.toml # programs/sbf/Cargo.lock # svm/examples/Cargo.lock
|
Cherry-pick of 135d3f8 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
|
The Firedancer team maintains a line-for-line reimplementation of the |
|
This version bump brings in the following sdk changes:
The main motivation for the version bump is the change in anza-xyz/solana-sdk#92 as described in the PR description. The other changes are low risk. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2.2 #5590 +/- ##
=======================================
Coverage 83.3% 83.3%
=======================================
Files 805 805
Lines 371684 371683 -1
=======================================
+ Hits 309948 309982 +34
+ Misses 61736 61701 -35 🚀 New features to boost your workflow:
|
Problem
Firedancer's fuzzing framework has to special case handling of
VoteState::lockoutbecause it is allowed to overflow. This can't happen on a normal cluster.Summary of Changes
Bring in a fix for
solana-vote-interfacewhich preventsVoteState::lockoutfrom overflowing: anza-xyz/solana-sdk#92Fixes #
This is an automatic backport of pull request #5579 done by [Mergify](https://mergify.com).