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
BLS should be transparent to the validators so that no extra steps are needed to become a Babylon validator compared with other Cosmos-based chains. To achieve this, some changes are needed:
move BLS key from priv_validator_key.json to a separate file priv_validator_bls.json (compatible with Horcrux)
ensure the BLS key file is created atomically with priv_validator_key.json and remove create-bls-key cmd
The text was updated successfully, but these errors were encountered:
BLS should be transparent to the validators so that no extra steps are needed to become a Babylon validator compared with other Cosmos-based chains. To achieve this, some changes are needed:
priv_validator_key.json
to a separate filepriv_validator_bls.json
(compatible with Horcrux)priv_validator_key.json
and remove create-bls-key cmdThe text was updated successfully, but these errors were encountered: