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

Fix Status Checks For Double Deposits #12318

Merged
merged 3 commits into from
Apr 21, 2023

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Apr 21, 2023

What type of PR is this?

Bug Fix

What does this PR do? Why is it needed?

In the event of double deposits, we incorrectly overwrite the validator status for pending validators. This PR fixes that and adds in a regression test for it.

Which issues(s) does this PR fix?

Fixes #12317

Other notes for review

@nisdas nisdas requested a review from a team as a code owner April 21, 2023 03:37
@nisdas nisdas requested review from rauljordan, potuz and rkapka April 21, 2023 03:37
@nisdas nisdas added the Ready For Review A pull request ready for code review label Apr 21, 2023
Copy link
Member

@prestonvanloon prestonvanloon left a comment

Choose a reason for hiding this comment

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

LGTM -- Thank you!

@prylabs-bulldozer prylabs-bulldozer bot merged commit 97a32e1 into develop Apr 21, 2023
@delete-merged-branch delete-merged-branch bot deleted the fixIncorrectValidatorStatus branch April 21, 2023 12:09
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.

The validator client stays PARTIALLY_DEPOSITED after properly funded 32 ETH via multiple transactions
2 participants