-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: Generic Relayer #69
Conversation
…er-email-auth into feat/generic-relayer
…/zkemail/ether-email-auth into feat/generic-relayer
|
||
/// @title Example contract that emits an event for the command in the given email. | ||
contract EmitEmailCommand { | ||
uint8 constant EMAIL_ACCOUNT_RECOVERY_VERSION_ID = 1; |
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.
This is not needed (or should be named something else)
…ail-auth into feat/generic-relayer-new-api-1130
…il-tx-builder into feat/generic-relayer-new-api-1130
refactor: relocate `EmailAuthMsg` implementations
feat: Generic Relayer
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
Feat/generic relayer new api 1130
fix: don't send explorer link in completion email
…il-tx-builder into feat/generic-relayer
I confirmed an e2e test using https://github.com/zkemail/email-tx-builder-template/tree/feat/new-relayer-api worked. |
No description provided.