-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
base: develop
Are you sure you want to change the base?
Initial v0.5.0 contracts #15273
Conversation
I see you updated files related to |
Static analysis results are availableHey @Fletch153, you can view Slither reports in the job summary here or download them as artifact here. |
*/ | ||
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; |
There was a problem hiding this comment.
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
@@ -0,0 +1,820 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete me
@@ -0,0 +1,20 @@ | |||
// SPDX-License-Identifier: MIT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Library can be deprecated, move to Verifier.sol
Requires
Supports