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

Enable delegates to sign on behalf of user #107

Open
peersky opened this issue Jan 4, 2025 · 0 comments
Open

Enable delegates to sign on behalf of user #107

peersky opened this issue Jan 4, 2025 · 0 comments

Comments

@peersky
Copy link
Member

peersky commented Jan 4, 2025

If we implement ERC4337 workflow and support smart accounts, the user account participating in the games will not be able to sign off their transactions eventually.

We need to add mapping for participant qualified delegates who are performing as session keys on healf of user in form of mapping(address user => address delegate) delegates;

Due to fact that it is likely that delegates will be managed per user perhaps for multiple possible subjects, this mapping shall be not property of an instance but rather a global protocol value of peeramid network which instances treat as source of trust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant