-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Feature] Introduce CanaryV0
Network
#2463
Conversation
parameters/src/testnet_v1/mod.rs
Outdated
const REMOTE_URL: &str = "https://s3-us-west-1.amazonaws.com/testnet-v1.parameters"; | ||
|
||
// BondPublic | ||
impl_remote!(BondPublicProver, REMOTE_URL, "resources/", "bond_public", "prover"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how are these parameters generated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These parameters are generated with the scripts in parameters/scripts/canary/credits.sh
These parameters are deterministically generated based on the SRS, so everyone should derive the same keys.
TestnetV1
NetworkCanaryV0
Network
…netv1"" This reverts commit a129de0.
Motivation
This PR introduces a new
CanaryV0
network in the same wayTestnetV0
was introduced via #2414.This now gives
snarkVM
the ability to run 3 separate networks:The sister PR can be found here - AleoNet/snarkOS#3269