Skip to content

Commit 41c7ae7

Browse files
authored
feat: update coauthors and add community consensus section (#194)
1 parent 61c5fc1 commit 41c7ae7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

standard/ERCs/erc-6900.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
eip: 6900
33
title: Modular Smart Contract Accounts
44
description: Interfaces for smart contract accounts and modules, optionally supporting upgradability and introspection
5-
author: Adam Egyed (@adamegyed), Fangting Liu (@trinity-0111), Jay Paik (@jaypaik), Yoav Weiss (@yoavw), Huawei Gu (@huaweigu), Daniel Lim (@dlim-circle), Zhiyu Zhang (@ZhiyuCircle), Ruben Koch (@0xrubes), David Philipson (@dphilipson), Howy Ho (@howydev)
5+
author: Adam Egyed (@adamegyed), Fangting Liu (@trinity-0111), Jay Paik (@jaypaik), Yoav Weiss (@yoavw), Huawei Gu (@huaweigu), Daniel Lim (@dlim-circle), Ruben Koch (@0xrubes), David Philipson (@dphilipson), Howy Ho (@howydev), Nikita Belenkov (@nikita-quantstamp), zer0dot (@zer0dot)
66
discussions-to: https://ethereum-magicians.org/t/eip-modular-smart-contract-accounts-and-plugins/13885
77
status: Draft
88
type: Standards Track
@@ -589,6 +589,15 @@ ERC-4337 compatible accounts must implement the `IAccount` interface, which cons
589589

590590
This proposal includes several interfaces that build on ERC-4337. First, we standardize a set of modular functions that allow smart contract developers greater flexibility in bundling validation, execution, and hook logic. We also propose interfaces that provide methods for querying execution functions, validation functions, and hooks on a modular account. The rest of the interfaces describe a module's methods for exposing its modular functions and desired configuration, and the modular account's methods for installing and removing modules and allowing execution across modules and external addresses.
591591

592+
### Community Consensus
593+
594+
While this standard has largely been the result of collaboration among the coauthors, there have been noteworthy contributions from others in the community with respect to improvements, education, and experimentation. Thank you to the contributors:
595+
596+
- [@sm-stack](https://github.com/sm-stack) Harry Jeon
597+
- [@ZhiyuCircle](https://github.com/ZhiyuCircle) Zhiyu Zhang
598+
599+
We host community calls and working groups to discuss standard improvements and invite anyone with questions or contributions into our discussion.
600+
592601
## Backwards Compatibility
593602

594603
Existing accounts that are deployed as proxies may have the ability to upgrade account implementations to one that supports this standard for modularity. Depending on implementation logic, existing modules may be wrapped in an adapter contract to adhere to the standard.

0 commit comments

Comments
 (0)