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
Halo currently auto-generates priv_validator_state.json if it doesn't exist on startup.
Halo however crashes if voter_state.json doesn't exist on startup.
We should align the behaviour and make it easier for operators.
Proposed Solution
Auto-generate voter_state.json if it doesn't exist on startup. Log info level if it was created.
The text was updated successfully, but these errors were encountered:
Problem to Solve
Halo currently auto-generates
priv_validator_state.json
if it doesn't exist on startup.Halo however crashes if
voter_state.json
doesn't exist on startup.We should align the behaviour and make it easier for operators.
Proposed Solution
Auto-generate
voter_state.json
if it doesn't exist on startup. Log info level if it was created.The text was updated successfully, but these errors were encountered: