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

[Feature] Introduce CanaryV0 Network #2463

Merged
merged 9 commits into from
May 23, 2024

Conversation

raychu86
Copy link
Contributor

@raychu86 raychu86 commented May 22, 2024

Motivation

This PR introduces a new CanaryV0 network in the same way TestnetV0 was introduced via #2414.

This now gives snarkVM the ability to run 3 separate networks:

  • MainnetV0
  • TestnetV0
  • CanaryV0

The sister PR can be found here - AleoNet/snarkOS#3269

const REMOTE_URL: &str = "https://s3-us-west-1.amazonaws.com/testnet-v1.parameters";

// BondPublic
impl_remote!(BondPublicProver, REMOTE_URL, "resources/", "bond_public", "prover");

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?

Copy link
Contributor Author

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.

@raychu86 raychu86 changed the title [Feature] Introduce TestnetV1 Network [Feature] Introduce CanaryV0 Network May 23, 2024
@howardwu howardwu merged commit 0bd71b5 into AleoNet:mainnet-staging May 23, 2024
zosorock added a commit that referenced this pull request May 24, 2024
This reverts commit 0bd71b5, reversing
changes made to f6ace91.
vicsn added a commit to ProvableHQ/snarkVM that referenced this pull request May 28, 2024
vicsn added a commit that referenced this pull request May 28, 2024
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

Successfully merging this pull request may close these issues.

3 participants