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 delegations from contract accounts #6

Open
danfinlay opened this issue Nov 17, 2022 · 0 comments
Open

Enable delegations from contract accounts #6

danfinlay opened this issue Nov 17, 2022 · 0 comments

Comments

@danfinlay
Copy link
Collaborator

danfinlay commented Nov 17, 2022

There are two basic ways:

  • Just add an EIP-1271 validator in the signature verification logic loop (if the account has code deployed, call the 1271 validation message)
  • EIP-4337 compatibility (Involves much larger changes to Delegatable, as the 4337 relay handles multiple things Delegatable does today, including batching).

Related to: delegatable/delegatable-sol#29

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

No branches or pull requests

1 participant