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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Currently we handle generator keys in the config file under generations.generator, and it is decrypted using an endpoint.
We also allow to setup multiple generator in a node.
We need to have keys for both ed25519 and BLS, we need to consider if we should or how we should change the key management for validator.
Motivation
Support ed25519 and BLS key from different passphrases
Simplify and make key management consistent
Not storing passphrase in the config
Support setting up multiple validators for testing
Description
Currently we handle generator keys in the config file under generations.generator, and it is decrypted using an endpoint.
We also allow to setup multiple generator in a node.
We need to have keys for both ed25519 and BLS, we need to consider if we should or how we should change the key management for validator.
Motivation
Tasks
The text was updated successfully, but these errors were encountered: