MystenLabs / mysticeti

Mysticeti: Low-Latency DAG Consensus with Fast Commit Path
Apache License 2.0
55 stars 29 forks source link

[orchestrator] [Future request] Populate key pairs #5

Open andll opened 1 year ago

andll commented 1 year ago

Core::signer and Committee::authorities are currently populated with a dummy keypair even for production. We want to generate unique keys and pass it to committee/core

asonnino commented 1 year ago

This is not strictly related to the orchestrator, right? It is more of a genesis issue where we should be able to accommodate both benchmark and production keys

andll commented 1 year ago

I am not sure what production genesis ceremony will look like, but ideally we want to use different keys in test setup, just in case it will surface any issues (unlikely, but still possible)