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

Add ERC: Smart Contract Delegation Interfaces #433

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

rojotek
Copy link

@rojotek rojotek commented May 21, 2024

Adds a new EIP that specifies a delegation interface for smart contract accounts.

This proposal defines interfaces for smart contracts to delegate capabilities to other smart contracts,
smart contract accounts, or Externally Owned Accounts (EOAs). The delegating contract MUST
implement ERC-1271 along with the IDelegator interface. This framework empowers a
delegating contract with the ability to delegate any actions it has the authority to perform,
thereby enabling more flexible and scalable contract interactions. This standard outlines the
minimal interface necessary to facilitate such delegation.

Additionally, this proposal is compatible with ERC-4337, although its implementation does not
necessitate ERC-4337.

@eip-review-bot
Copy link
Collaborator

eip-review-bot commented May 21, 2024

File ERCS/erc-7710.md

Requires 1 more reviewers from @axic, @g11tech, @SamWilsn, @xinbenlv

@rojotek rojotek changed the title Creation of a new EIP Draft for a delegation interface. Add ERC: Creation of a new EIP Draft for a delegation interface. May 21, 2024
@rojotek rojotek changed the title Add ERC: Creation of a new EIP Draft for a delegation interface. Add ERC: Smart Contract Delegation Interfaces May 21, 2024
@github-actions github-actions bot added the w-ci label May 21, 2024
@github-actions github-actions bot added w-ci and removed w-ci labels May 22, 2024
Copy link

The commit 8484927 (as a parent of 6b03132) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot removed the w-ci label May 23, 2024
@danfinlay
Copy link

Looks like this should be good to merge?

@danfinlay
Copy link

cc @axic could we get a merge here?

@McOso
Copy link

McOso commented Jun 17, 2024

@SamWilsn anything else needed to merge?

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

Successfully merging this pull request may close these issues.

None yet

5 participants