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

Automatic Precompile Fallback Mechanism #313

Closed
nlordell opened this issue Mar 7, 2024 · 2 comments
Closed

Automatic Precompile Fallback Mechanism #313

nlordell opened this issue Mar 7, 2024 · 2 comments
Assignees

Comments

@nlordell
Copy link
Collaborator

nlordell commented Mar 7, 2024

This issue captures the work to introduce an automatic precompile fallback mechanism to the WebAuthn signing scheme. In particular, given that the RIP-7212 precompile for

This mechanism can be directly built into the WebAuthn signature verification contract, by having the verifier address be a packed uint16(precompileAddress) || fallbackVerifierAddress, this way passkeys can be deployed for chains that don't yet have RIP-7212 implemented but automatically upgrade to them once the precompile becomes available, without having to rotate passkeys.

@nlordell
Copy link
Collaborator Author

Requires 4337 validation.

@nlordell
Copy link
Collaborator Author

nlordell commented Apr 3, 2024

4337 team confirmed that they agree to add the required exception to make passkey fallback work.

@nlordell nlordell self-assigned this Apr 3, 2024
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

No branches or pull requests

1 participant