You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forThis mechanism can be directly built into the
WebAuthn
signature verification contract, by having the verifier address be a packeduint16(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.The text was updated successfully, but these errors were encountered: