forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 845
Open
Description
Problem
We are unable to spin up clusters where the vote_state_v4 feature flag is not active (e.g. cluster_type == MainnetBeta)
To repro: solana-test-validator --deactivate-feature Gx4XFcrVMt4HUvPzTpTSVkdDVgcDSjKhDN1RqRS6KDuZ - no slots will be finalized.
We've seen similar reports from users running local clusters (e.g. fd / jito)
agave/runtime/src/genesis_utils.rs
Line 351 in 9992b9c
| let validator_vote_account = vote_state::create_v4_account_with_authorized( |
agave/runtime/src/genesis_utils.rs
Line 198 in 9992b9c
| let vote_account = vote_state::create_v4_account_with_authorized( |
Proposed Solution
We should feature gate initial vote account creation to create v3 accounts if the feature is not active
Metadata
Metadata
Assignees
Labels
No labels