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

Devnet/Mainnet dry-run regression testing #15581

Open
deepthiskumar opened this issue Apr 29, 2024 · 2 comments
Open

Devnet/Mainnet dry-run regression testing #15581

deepthiskumar opened this issue Apr 29, 2024 · 2 comments
Assignees

Comments

@deepthiskumar
Copy link
Member

No description provided.

@georgeee
Copy link
Member

Proposal of testing

Pipeline to use: https://buildkite.com/o-1-labs-2/hardfork-package-generation

One needs to trigger a custom build for this pipeline, specifying the branch and environment parameters.

For dry run (with PR #15591):

(We probably do not need DUNE_PROFILE and FORKING_FROM_CONFIG_JSON)

CONFIG_JSON_GZ_URL="https://storage.googleapis.com/tmp-hardfork-testing/fork-config-2024-04-25-1512.json.gz"
DUNE_PROFILE="mainnet"
FORKING_FROM_CONFIG_JSON="genesis_ledgers/mainnet.json"
GENESIS_TIMESTAMP="2024-04-25T21:00:00Z"
NETWORK_NAME="mainnet"
PRECOMPUTED_BLOCK_GS_PREFIX="gs://mina_network_block_data/mainnet-pre-hf-dry-run"

For devnet:

CONFIG_JSON_GZ_URL="https://storage.googleapis.com/tmp-hardfork-testing/devnet_fork_config_apr_09.json.gz"
GENESIS_TIMESTAMP="2024-04-09T21:00:00Z"
NETWORK_NAME="devnet"

For mainnet:

(I found this fork config on bucket, not sure who dumped it and if it is correct)

CONFIG_JSON_GZ_URL="https://storage.googleapis.com/tmp-hardfork-testing/mainnet-fork-config-4-26.json.gz"
GENESIS_TIMESTAMP="2024-04-27T21:00:00Z"
NETWORK_NAME="mainnet"

@deepthiskumar deepthiskumar self-assigned this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants