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

Fix _validateSignatures NatSpec Documentation #183

Merged
merged 3 commits into from
Dec 6, 2023

Conversation

nlordell
Copy link
Collaborator

@nlordell nlordell commented Dec 6, 2023

This PR fixes the NatSpec documentation for the _validateSignatures internal function. This fixes I6 from the Ackee audit v2.0.

@nlordell nlordell requested a review from a team as a code owner December 6, 2023 11:36
@nlordell nlordell requested review from rmeissner, akshay-ap, mmv08 and remedcu and removed request for a team December 6, 2023 11:36
@coveralls
Copy link

coveralls commented Dec 6, 2023

Pull Request Test Coverage Report for Build 7114266244

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 7062952438: 0.0%
Covered Lines: 33
Relevant Lines: 33

💛 - Coveralls

@@ -167,7 +167,7 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle
}

/**
* @dev Validates that the user operation is correctly signed. Reverts if signatures are invalid.
* @dev Validates that the user operation is correctly signed and returns an ERC-4337 packed validation data.
Copy link
Member

Choose a reason for hiding this comment

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

Minor request (non-blocking): Can we reference what ERC-4337 packed validation data is and how it build? (i.e. a link to the relevant ERC section)

@nlordell nlordell merged commit 25779b5 into master Dec 6, 2023
4 checks passed
@nlordell nlordell deleted the fix-validate-signatures-nat-spec branch December 6, 2023 12:08
@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants