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

Validator client: Could not convert complete database to minimal when no proposer setting is found. #13690

Closed
nalepae opened this issue Mar 6, 2024 · 1 comment · Fixed by #13691
Assignees
Labels
Bug Something isn't working

Comments

@nalepae
Copy link
Contributor

nalepae commented Mar 6, 2024

Has this worked before in a previous version?

Probably not

🔬 Minimal Reproduction

  1. Start a validator client with at least one key, without the --enable-minimal-slashing-protection flag, and without specifying any proposer setting (so, for example, without specifying the --suggested-fee-recipient flag).
  2. Wait a few epochs.
  3. Stop the validator client.
  4. Convert the complete, boltDB database in a minimal, filesystem one. Example of command:
validator db convert-complete-to-minimal --source-data-dir /Users/manu/Library/Eth2 --target-data-dir /Users/manu/Library/Eth2

Error

[2024-03-06 10:12:58] FATAL db: Could not convert database error=could not get proposer settings from source database: no proposer settings found in bucket

Expected: No error

Platform(s)

Mac (Apple Silicon)

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

develop

@nalepae nalepae added the Bug Something isn't working label Mar 6, 2024
@nalepae nalepae self-assigned this Mar 6, 2024
@nalepae
Copy link
Contributor Author

nalepae commented Mar 6, 2024

This issue also happens in the minimal, filesystem --> complete, boltDB way.

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
1 participant