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

Add call to dependency audit contract #430

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

janezpodhostnik
Copy link
Collaborator

@janezpodhostnik janezpodhostnik commented May 15, 2024

ref: onflow/flow-go#5858

This is intended to work together with this FVM PR onflow/flow-go#5908 which is already deployed on testnet, so this can be deployed when it is ready.

This imports the DependenciesAudit contract defined here: onflow/contract-updater#33

This is only needed pre-1.0 and the checkDependencies function can (and will) be removed post-1.0. At that point the DependenciesAudit contract also becomes useless.

DO NOT MERGE

@janezpodhostnik janezpodhostnik self-assigned this May 15, 2024
@janezpodhostnik janezpodhostnik changed the title Add dependency audit contract Add call to dependency audit contract May 20, 2024
@janezpodhostnik janezpodhostnik marked this pull request as ready for review May 20, 2024 18:08
Copy link
Contributor

@sisyphusSmiling sisyphusSmiling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Contract LGTM though CI is failing

@janezpodhostnik
Copy link
Collaborator Author

CI is failing because the generated files were not intentionally not generated, so that this PR would not get accidentally merged.

I don't think this PR should be merged, since we want this feature to go away with 1.0. If we don't merge this PR that would happen automatically when the contract updates to 1.0 during the migration.

@sisyphusSmiling
Copy link
Contributor

I see what you're saying, that makes sense

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.

2 participants