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

Initial v0.5.0 contracts #15273

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

Initial v0.5.0 contracts #15273

wants to merge 3 commits into from

Conversation

ad0ll
Copy link
Collaborator

@ad0ll ad0ll commented Nov 15, 2024

Requires

Supports

Copy link
Contributor

I see you updated files related to contracts. Please run pnpm changeset in the contracts directory to add a changeset.

Copy link
Contributor

github-actions bot commented Nov 15, 2024

Static analysis results are available

Hey @ad0ll, you can view Slither reports in the job summary here or download them as artifact here.
Please check them before merging and make sure you have addressed all issues.

*/
contract Verifier is IVerifier, IVerifierProxyVerifier, ConfirmedOwner, TypeAndVersionInterface {
/// @notice Mapping of configDigest to Config, used to look up the verification configuration for the configDigest of the incoming report
mapping(bytes32 => CommonV5.Config) private s_Configs;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Change casing to s_configs

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.

1 participant