We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
isValidated
isValidated confirms that the staged contract passed its previous emulated migration which goes through contract validation.
https://github.com/onflow/contract-updater/blob/main/contracts/MigrationContractStaging.cdc#L143-L145
https://github.com/onflow/contract-updater/blob/main/contracts/MigrationContractStaging.cdc#L284-L294
this will be useful for folks to confirm whether this contract update passed the last emulated migration, validating the contained code.
The text was updated successfully, but these errors were encountered:
ianthpun
No branches or pull requests
isValidated
confirms that the staged contract passed its previous emulated migration which goes through contract validation.https://github.com/onflow/contract-updater/blob/main/contracts/MigrationContractStaging.cdc#L143-L145
https://github.com/onflow/contract-updater/blob/main/contracts/MigrationContractStaging.cdc#L284-L294
this will be useful for folks to confirm whether this contract update passed the last emulated migration, validating the contained code.
The text was updated successfully, but these errors were encountered: