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

Prototype a new ERC7579 recovery module #78

Open
wants to merge 65 commits into
base: main
Choose a base branch
from

Conversation

masaun
Copy link

@masaun masaun commented Jan 15, 2025

Closes #66

  • My approach and its summary (and installation) is here.

  • My approach above would work with the Ether EOA-auth SDK (EOA TX Buider), which I implemented. It would be great if you check this module as well.

I have sent the email to [email protected] as well.
Thanks!

masaun added 30 commits January 8, 2025 12:34
…odule + Add the validation via the Verifier# verifyEoaProof() in order to check whether or not a given 'proof' and 'pubSignals' are correct
…e EmailRecoveryModule#exposed_processRecovery() (= EmailRecoveryManager#processRecovery())
… from the processRecovery.t.sol to UnitBase.t.sol
…structor() and deployEmailRecoveryModule() in the EmailRecoveryFactory.sol
…coveryModuleHarness#exposed_processRecovery() as a parameter
…difier) to the EmailRecoveryManager#processRecovery()
masaun added 29 commits January 11, 2025 09:08
…processRecovery() in the processRecovery.t.sol
…) with the emailRecoveryModule.exposed_processRecoveryWithEoaAuth() in the processRecoveryWithEoaAuth.t.sol
…the exposed_processRecovery() in the UniversalEmailRecoveryModuleHarness.sol
…eploymentHelper - To avoid collision between the DeploymentHelper and Base.t.sol
…n the DeploymentHelper - To avoid collision between the DeploymentHelper and Base.t.sol
…id the collision of name bettween the DeploymentHelper and Base.t.sol
…lement the acceptGuardianWithEoa() in the EmailRecoveryManager.sol
…cceptGuardianWithEoa() in the UniversalEmailRecoveryModuleHarness.sol
…very() and test_ProcessRecoveryWithEoaAuth_RevertWhen_GuardianStatusIsNONE() in the processRecoveryWithEoaAuth.t.sol
Copy link

Prototype a new ERC7579 recovery module

Generated at commit: cccf34f116bec65cb564b4ecbbb64f882a98e8fc

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
0
1
0
6
31
38
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

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

Successfully merging this pull request may close these issues.

Prototype a new ERC7579 recovery module
1 participant