-
Notifications
You must be signed in to change notification settings - Fork 7
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
Outdated recovery example #10
Comments
@SahilVasava any updates about this? It is fairly blocking for us in adopting ZeroDev in production... |
@SahilVasava something is off about the updated example: zerodev-examples/guardians/recovery.ts Line 81 in d16ef97
The client that executes the recovery action is created from the account corresponding to the sudo validator, but it should be the one corresponding to the regular one, otherwise this does not make any sense (if a recovery action is started, presumably, it's because the access to the sudo validator is not available...). |
Same issue, can't get it working. @ennioVisco |
Unfortunately not, we are just hoping that by the time we actually need this feature, things will be clearer somehow 😔 |
It's been 4 months and still no reply to this issue; I have opened other issues as well, like rate limit policy for session key is not working, but no one seem to reply to any of the open issues. For this particular recovery issue even if you try on their hosted demo website, it doesn't work. It's very frustrating. |
For me the recovery example seems to be working on Arbitrum Sepolia, the only issue I feel is that there no option to set the guardian. Ideally, it should be in 2 steps: The example is like transferring ownership directly. |
I think in our case setting the guardian works. |
How do you set the guardian? There's no UserOp executed in the example to set the guardian? |
Example |
We noted two inconsistencies that are very frustrating:
0x756688fe
(which seems to be "InvalidNonce"). This holds true even if the nonce is passed by callingkernelAccount.getNonce(nonceKey)
.Any ideas how to solve it? We love the toolkit you people at ZeroDev are building, and we'd really appreciate if you supported us in getting started with them!
The text was updated successfully, but these errors were encountered: