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
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Following #224, we have added some new implementations for zk email recovery. These implementations are currently more of a base that we can build on. This issue is concerned with updating the following implementations and writing some happy path tests:
SimpleAccountWithRecovery.sol
ERC6900ZkEmailRecoveryModule.sol
ERC7579ZkEmailRecoveryModule.sol
The initial tests could be a forge test or a hardhat e2e test to show that the modules/accounts can be used and an account can be recovered. The assumption is that we will add more tests in further issues once basic functionality has been completed.
The text was updated successfully, but these errors were encountered:
Following #224, we have added some new implementations for zk email recovery. These implementations are currently more of a base that we can build on. This issue is concerned with updating the following implementations and writing some happy path tests:
SimpleAccountWithRecovery.sol
ERC6900ZkEmailRecoveryModule.sol
ERC7579ZkEmailRecoveryModule.sol
The initial tests could be a forge test or a hardhat e2e test to show that the modules/accounts can be used and an account can be recovered. The assumption is that we will add more tests in further issues once basic functionality has been completed.
The text was updated successfully, but these errors were encountered: