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

op-deployer inspect needs to run standard checks #13487

Open
tessr opened this issue Dec 19, 2024 · 0 comments
Open

op-deployer inspect needs to run standard checks #13487

tessr opened this issue Dec 19, 2024 · 0 comments

Comments

@tessr
Copy link

tessr commented Dec 19, 2024

op-deployer generates SCR files and runs checks for new chains. It looks like these chains are (at least by default) non-standard, non-standard candidate chains: the default standard candidate flag is false.

But op-deployer is often used to deploy both standard candidates and fully standard chains. We need an easy way to make sure that these chains are fully validated with op-deployer inspect (the command that chain deployers run to confirm that a chain has been correctly deployed).

We should probably make the standard checks the default, with an option to run only frontier or standard candidate checks instead.

This might mean one of the following approaches:

  • Adding a non-standard flag to the op-deployer inspect subcommand
  • Adding an option for frontier/standard candidate flags to the intents files consumed by op-deployer
@tessr tessr changed the title op-deployer inspect needs an option to run standard checks op-deployer inspect needs to run standard checks Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant