You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Wait a few epochs.
Stop the validator client.
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
The text was updated successfully, but these errors were encountered:
Has this worked before in a previous version?
Probably not
🔬 Minimal Reproduction
--enable-minimal-slashing-protection
flag, and without specifying any proposer setting (so, for example, without specifying the--suggested-fee-recipient
flag).Error
Expected: No error
Platform(s)
Mac (Apple Silicon)
What version of Prysm are you running? (Which release)
develop
The text was updated successfully, but these errors were encountered: