Skip to content

Commit

Permalink
Update EIP-3074: update diagrams, add delegate use case
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
lightclient committed Apr 14, 2024
1 parent b1925c1 commit 550d437
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EIPS/eip-3074.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ Using `commit` as a hash of values allows for invokers to implement arbitrary co

![multi-call auth message](../assets/eip-3074/auth-msg-multi-call.png)

Another interesting use is to delegate control of the EOA to other key(s). This would mean the EOA signs a `commit` message with the address of the key(s) and an access policy, if applicable. When the delegate wants to make a call as the EOA it will construct a signature over the invoker-specified call format and relay it (with the actual call data) onto chain with the signature and commit that granted it access to the account. The invoker will then be able to determine that the EOA has allowed this alternative key to make calls on its behalf.

![delegate auth message](../assets/eip-3074/auth-msg-delegate.png)


### Invoker Contracts

Expand Down
Binary file added assets/eip-3074/auth-msg-delegate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/eip-3074/auth-msg-multi-call.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/eip-3074/auth-msg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 550d437

Please sign in to comment.