Skip to content

Update NetChef devnet.json generator to match current schema #278

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

Closed
teddyknox opened this issue Apr 10, 2025 · 1 comment
Closed

Update NetChef devnet.json generator to match current schema #278

teddyknox opened this issue Apr 10, 2025 · 1 comment

Comments

@teddyknox
Copy link
Contributor

teddyknox commented Apr 10, 2025

Bug Description

Devnet SDK has been updated recently such that the schema of the devnet env files produced by NetChef has fallen out of date (the kurtosis-devnet generation logic has been kept up to date). These env files are used for running acceptance tests against these networks.

This ticket encapsulates two subtasks:

  1. Update the logic in NetChef to generate devnet.json files in the current schema accepted by devnet-sdk. That logic is located in optimism/infrastructure-services/netchef/pkg/devnet_env.go. (this ticket)

  2. Add a CI-integrated test suite for this functionality in the optimism monorepo, such that if the devnet.json schema is changed in the future it will automatically trigger a failing test, indicating that the author should first update NetChef client (Keep devnet env producers and consumers in sync optimism#15358)

@teddyknox
Copy link
Contributor Author

Closing in favor of using ethereum-optimism/optimism#15358 to track.

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

No branches or pull requests

1 participant