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 Passkey Audit And Deploy Contracts #437

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Add Passkey Audit And Deploy Contracts #437

merged 2 commits into from
Jun 14, 2024

Conversation

nlordell
Copy link
Collaborator

This PR adds the Certora audit report for the passkey contracts and prepares the passkey contracts for deployment 🎉.

Note that there were a few details to take care of:

  • We bumped the FCL version to match the version used by Coinbase's audited webauthn-sol. This included a small fix to ecAff_isOnCurve.
  • Verification of the SafeWebAuthnSignerSingleton contract was a bit tricky as the verify-etherscan task doesn't pick it up, since it is deployed in the constructor of the SafeWebAuthnSignerFactory contract
  • I started a CHANGELOG.md file like we have for our other projects, which lists the expected addresses.
  • Bumped the version in preparation for a release.

@nlordell nlordell requested a review from a team as a code owner June 14, 2024 06:51
@nlordell nlordell requested review from akshay-ap, mmv08 and remedcu and removed request for a team June 14, 2024 06:51
modules/passkey/hardhat.config.ts Outdated Show resolved Hide resolved
modules/passkey/docs/v0.2.0/audit.md Outdated Show resolved Hide resolved
modules/passkey/README.md Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Jun 14, 2024

Pull Request Test Coverage Report for Build 9515069376

Details

  • 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 9481939763: 0.0%
Covered Lines: 90
Relevant Lines: 90

💛 - Coveralls

@nlordell nlordell requested a review from mmv08 June 14, 2024 11:19
@nlordell nlordell merged commit 57142b9 into main Jun 14, 2024
10 checks passed
@nlordell nlordell deleted the passkey-audit branch June 14, 2024 13:18
@github-actions github-actions bot locked and limited conversation to collaborators Jun 14, 2024
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