forked from ethereum/ERCs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AA-429: Create ERC-5792 "capabilities" ERC for Account Abstraction
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
eip: | ||
title: Set of Wallet Capabilities for Account Abstraction Applications | ||
description: | ||
author: | ||
discussions-to: | ||
status: Draft | ||
type: Standards Track | ||
category: ERC | ||
created: | ||
requires: 5792, 7702 | ||
--- | ||
|
||
## Abstract | ||
|
||
## Motivation | ||
|
||
## Specification | ||
|
||
### Static Paymaster Configuration Capability | ||
### On-chain Query Paymaster Configuration Capability | ||
### Validity Time Range Capability | ||
### Multidimensional Nonce Capability | ||
### Account Abstraction Gas Limit Override Capability | ||
### Set Externally Owned Account Code Capability | ||
|
||
## Rationale | ||
|
||
## Reference Implementation | ||
|
||
## Security Considerations | ||
|
||
## Copyright | ||
|
||
Copyright and related rights waived via [CC0](../LICENSE.md). |