Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ff cleanup: vote_state_update_credit_per_deque #32966

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

AshwinSekar
Copy link
Contributor

Activated mainnet 491.

Fixes #27091

@@ -549,7 +549,7 @@ pub fn process_new_vote_state(
new_root: Option<Slot>,
timestamp: Option<i64>,
epoch: Epoch,
feature_set: Option<&FeatureSet>,
_feature_set: Option<&FeatureSet>,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intentionally leaving this here because the upcoming timely vote credits change will need it

@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #32966 (a29af96) into master (68456fa) will decrease coverage by 0.1%.
Report is 1 commits behind head on master.
The diff coverage is 100.0%.

@@            Coverage Diff            @@
##           master   #32966     +/-   ##
=========================================
- Coverage    81.9%    81.9%   -0.1%     
=========================================
  Files         784      784             
  Lines      212715   212709      -6     
=========================================
- Hits       174426   174370     -56     
- Misses      38289    38339     +50     

@AshwinSekar AshwinSekar requested a review from carllin August 24, 2023 00:52
@AshwinSekar AshwinSekar force-pushed the ff-cleanup-vote-credit branch from f5f2ec6 to 6c6f98b Compare August 24, 2023 20:09
@AshwinSekar AshwinSekar force-pushed the ff-cleanup-vote-credit branch from 6c6f98b to a29af96 Compare August 24, 2023 22:32
@AshwinSekar AshwinSekar merged commit e88d6c6 into solana-labs:master Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Gate: Match vote credit awards for new voting schema with old schema
2 participants