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

The validator client stays PARTIALLY_DEPOSITED after properly funded 32 ETH via multiple transactions #12317

Closed
sihoang opened this issue Apr 20, 2023 · 0 comments · Fixed by #12318
Assignees
Labels
Bug Something isn't working

Comments

@sihoang
Copy link

sihoang commented Apr 20, 2023

🐞 Bug Report

Description

The validator status is not updated to PENDING from PARTIALLY_DEPOSITED though it's properly funded via multiple transactions, for example: funded by 2 transactions - 16 eth each.

Has this worked before in a previous version?

I experience the same behavior on 4.0.2 and the latest 4.0.3. I did not try earlier versions.

🔬 Minimal Reproduction

Create a new validator.
Init the deposit process.
Deposit partially i.e. < 32 eth.
I don't know if the duration between the deposits or the amount has any effect, but for me I have 2 deposits - 16 ETH each and they are about 12 hours apart.

I also restart the execution, the consensus, the validator client and the machine after finish depositing - hope it reflects the latest state and avoids cache issues.

🔥 Error

There is no error. However, the validator status has been PARTIALLY_DEPOSITED for more than 2 days after being properly funded. The expected behavior is PENDING - I guess.




time="2023-04-20 23:55:09" level=info msg="Validator status" activationEpoch=18446744073709551615 index=... prefix=validator pubKey=... status="PARTIALLY_DEPOSITED"

🌍 Your Environment

Operating System:

  
Linux
Geth 1.11.6
  

What version of Prysm are you running? (Which release)

  
4.0.2
4.0.3
  

Anything else relevant (validator index / public key)?
I shared the validator index with Preston on Discord. He thinks it's an API bug and the validator status will resolve itself once the activation comes.

@prestonvanloon prestonvanloon self-assigned this Apr 20, 2023
@prestonvanloon prestonvanloon added the Bug Something isn't working label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants