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

Stop early PendingExits #7772

Merged
merged 5 commits into from
Nov 11, 2020

Conversation

potuz
Copy link
Contributor

@potuz potuz commented Nov 11, 2020

In PendingExits the pool may process thousands of exits and then cut them to 16 which is the current maximum that can be included in the slot. This PR stops the processing when that maximum is reached.

Found in the process of viewing #7766

@potuz potuz requested a review from a team as a code owner November 11, 2020 02:54
@rauljordan rauljordan mentioned this pull request Nov 11, 2020
4 tasks
@codecov
Copy link

codecov bot commented Nov 11, 2020

Codecov Report

Merging #7772 (3e3b0a6) into master (06902c6) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #7772   +/-   ##
=======================================
  Coverage   62.21%   62.21%           
=======================================
  Files         429      429           
  Lines       30340    30340           
=======================================
+ Hits        18875    18876    +1     
+ Misses       8531     8528    -3     
- Partials     2934     2936    +2     

@rauljordan rauljordan added the Ready For Review A pull request ready for code review label Nov 11, 2020
@prylabs-bulldozer prylabs-bulldozer bot merged commit 25118fb into prysmaticlabs:master Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants