Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-release key generation #476

Open
jannikluhn opened this issue Jul 2, 2024 · 1 comment
Open

Pre-release key generation #476

jannikluhn opened this issue Jul 2, 2024 · 1 comment

Comments

@jannikluhn
Copy link
Contributor

The public keyper set successfully completed eon DKG, but they don't generate decryption keys yet as not mainnet validators are registered. However, we would like to validate that decryption key generation works and is performant enough. To enable us doing this, we could temporarily disable the proposer check (eg if (proposer_is_registered || local_time < August 10th)) { generate_decryption_key() }). This would make the keypers generate decryption keys, but safely fall back to the protocol-defined rules sometime before the official release. Later, we can remove this condition.

@fredo
Copy link
Contributor

fredo commented Jul 2, 2024

I would prefer an earlier cutoff. Maybe Sunday night.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants