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

v1.14: Relax gossip to banking stage filtering to allow refreshed votes (backport of #31879) #31906

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented May 31, 2023

This is an automatic backport of pull request #31879 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

@AshwinSekar AshwinSekar force-pushed the mergify/bp/v1.14/pr-31879 branch from fd9c2e7 to c8fe37d Compare June 1, 2023 00:08
@AshwinSekar AshwinSekar force-pushed the mergify/bp/v1.14/pr-31879 branch from c8fe37d to 769f7e1 Compare June 1, 2023 00:22
@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Merging #31906 (769f7e1) into v1.14 (2d610ee) will increase coverage by 0.0%.
The diff coverage is 97.4%.

@@           Coverage Diff            @@
##            v1.14   #31906    +/-   ##
========================================
  Coverage    82.1%    82.1%            
========================================
  Files         665      665            
  Lines      185294   185368    +74     
========================================
+ Hits       152204   152308   +104     
+ Misses      33090    33060    -30     

@AshwinSekar AshwinSekar requested a review from steviez June 1, 2023 02:45
Comment on lines +244 to +247

pub fn last_voted_slot(&self) -> Option<Slot> {
self.lockouts.back().map(|l| l.slot)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

For sake of paper trail, this was the extra bit needed for v1.14 BP in comparison to original PR

@AshwinSekar AshwinSekar merged commit de5faf8 into v1.14 Jun 1, 2023
@AshwinSekar AshwinSekar deleted the mergify/bp/v1.14/pr-31879 branch June 1, 2023 16:57
bw-solana pushed a commit to bw-solana/solana that referenced this pull request Jan 10, 2025
…es (backport of solana-labs#31879) (solana-labs#31906)

Relax gossip to banking stage filtering to allow refreshed votes (solana-labs#31879)

(cherry picked from commit 1b79875)

Co-authored-by: Ashwin Sekar <[email protected]>
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.

2 participants