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

ci: add job to check if anvil state is up to date #480

Merged
merged 16 commits into from
Jan 30, 2025
Merged

Conversation

ricomateo
Copy link
Contributor

@ricomateo ricomateo commented Jan 28, 2025

Fixes #479

What Changed?

This PR introduces a new workflow in the CI. This workflow includes:

  • A job that checks that the script to generate the anvil state works properly.
  • A job that enforces the anvil state to be up to date. This works by checking that whenever the contracts are changed, the anvil state is also changed.

Reviewer Checklist

  • Code is well-documented
  • Code adheres to Go naming conventions
  • Code deprecates any old functionality before removing it

@ricomateo ricomateo marked this pull request as ready for review January 29, 2025 17:35
@ricomateo ricomateo added this pull request to the merge queue Jan 30, 2025
Merged via the queue into dev with commit 5d282a5 Jan 30, 2025
10 checks passed
@ricomateo ricomateo deleted the check-anvil-state-ci branch January 30, 2025 19:51
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.

Check the anvil dump state is up to date in the CI
2 participants