Skip to content

Commit 981f401

Browse files
authored
Merge pull request #400 from tvanepps/zkEVM
Add zkEVM working group
2 parents f466668 + e39afeb commit 981f401

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/01-membership.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.1 Active Working Groups + Members
44

5-
Individuals from active working groups produce the membership by opting into Protocol Guild. The delineation between categories and working groups below is for informational purposes only - contributors quite often collaborate across many different working groups and projects. The four categories include:
5+
Individuals from active working groups produce the membership by opting into Protocol Guild. The delineation between categories and working groups below is for informational purposes only - contributors quite often collaborate across many different working groups and projects. Working groups should undergo periodic reviews as the core protocol development roadmap evolves. The four categories include:
66

77
- Wayfinding
88
- Governance
@@ -14,6 +14,13 @@ Individuals from active working groups produce the membership by opting into Pro
1414
- 11 Working Groups, 36 contributors
1515
- Venue: breakout calls
1616
- Artifacts: Research & POCs
17+
- Research Constraints
18+
- Generally agreed to be a significant and worthwhile direction for the protocol
19+
- Composed of contributors who are sufficiently tethered to Ethereum's core protocol R&D, potentially being part of existing entities or teams focused on such work
20+
- Performed according to general research principles, including open production of artifacts, peer review, and systematic, documented efforts to compare different approaches
21+
- Prototyping / "Research Engineering" Constraints
22+
- Supporting a research direction that satisfies the criteria outlined above
23+
- Equipped with sufficient resources that are commensurate with the complexity and confidence of the research direction, necessary to move the research direction to a concrete proposal for mainnet
1724

1825
|**Architecture & Coordination** (5 contributors) |**Weight** |**Other contributions** |
1926
|:---|:---|:---|
@@ -35,8 +42,6 @@ Individuals from active working groups produce the membership by opting into Pro
3542
| [Mark Simkin](https://msimkin.github.io) | 0.5 | [msimkin/pglanding-mark](https://msimkin.github.io) |
3643
| **Data Availability** (2 contributors) | | |
3744
| [Dmitriy Ryajov](https://github.com/dryajov/) | 0.5 | Codex DAS (IFT) |
38-
| **Execution (Gas limit, EVM, delayed, History Expiry)** (1 contributors) | | |
39-
| [Radosław Zagórowicz](https://github.com/rodiazet) | 1 | [ethereum/evmc](https://github.com/ethereum/evmc/pulls?q=author%3Arodiazet), [ethereum/evmone](https://github.com/ethereum/evmone/pulls?q=author%3Arodiazet), [ethereum/tests](https://github.com/ethereum/tests/pulls?q=is%3Apr+author%3Arodiazet), [ipsilon/eof](https://github.com/ipsilon/eof/pulls?q=author%3Arodiazet) |
4045
| **Portal** (1 contributor)| | |
4146
| [Piper Merriam](https://github.com/ethereum/portal-network-specs) | 1 | |
4247
| **Networking** (2 contributor) | | |
@@ -61,10 +66,13 @@ Individuals from active working groups produce the membership by opting into Pro
6166
| [Ignacio Hagopian](https://github.com/jsign/) | 1 | [crate-crypto/go-ipa](https://github.com/crate-crypto/go-ipa/pulls?q=author%3A%22jsign%22), [ethereum/go-verkle](https://github.com/ethereum/go-verkle/pulls?q=author%3A%22jsign%22), [gballet/go-ethereum](https://github.com/gballet/go-ethereum/pulls?q=author%3A%22jsign%22) |
6267
| [Carlos Perez](https://github.com/CPerezz/) | 1 | [BloatNet](https://bloanet.info), [zkevm-circuits](https://github.com/privacy-ethereum/zkevm-circuits), [execution-spec-tests](https://github.com/ethereum/execution-spec-tests/pulls?q=author%3A%22CPerezz%22) [paradigmxyz/reth](https://github.com/paradigmxyz/reth/pulls?q=is%3Apr+author%3ACPerezz) [Halo2](https://github.com/privacy-ethereum/halo2/pulls?q=is%3Apr+author%3ACPerezz), [gballet/go-ethereum](https://github.com/gballet/go-ethereum/pulls?q=author%3A%22CPerezz%22) |
6368
| [Wei Han Ng](https://github.com/weiihann) | 1 | [ethereum/go-ethereum](https://github.com/ethereum/go-ethereum/pulls?q=is%3Apr+author%3Aweiihann) [gballet/go-ethereum](https://github.com/gballet/go-ethereum/pulls?q=is%3Apr+author%3Aweiihann) |
64-
| **Uncategorized** (3 contributors) | | |
69+
| **Uncategorized** (2 contributors) | | |
6570
| [Josh Rudolf](https://github.com/jrudolf/) | 1 | |
66-
| [Kevaundray Wedderburn](https://github.com/kevaundray/) | 1 | |
6771
| [Yoav Weiss](https://github.com/yoavw/) | 1 | [ethereum/protocol-security](https://github.com/ethereum/protocol-security/) |
72+
| **zkEVM** (3 contributors) | | |
73+
| [Ignacio Hagopian](https://github.com/jsign/) | 1 | [crate-crypto/go-ipa](https://github.com/crate-crypto/go-ipa/pulls?q=author%3A%22jsign%22), [ethereum/go-verkle](https://github.com/ethereum/go-verkle/pulls?q=author%3A%22jsign%22), [gballet/go-ethereum](https://github.com/gballet/go-ethereum/pulls?q=author%3A%22jsign%22) |
74+
| [Kevaundray Wedderburn](https://github.com/kevaundray/) | 1 | [zkEVM on L1](https://hackmd.io/@kevaundray/Bypupr9Yge) |
75+
| [Radosław Zagórowicz](https://github.com/rodiazet) | 1 | [ethereum/evmc](https://github.com/ethereum/evmc/pulls?q=author%3Arodiazet), [ethereum/evmone](https://github.com/ethereum/evmone/pulls?q=author%3Arodiazet), [ethereum/tests](https://github.com/ethereum/tests/pulls?q=is%3Apr+author%3Arodiazet), [ipsilon/eof](https://github.com/ipsilon/eof/pulls?q=author%3Arodiazet) |
6876

6977
## GOVERNANCE
7078
- Overview: the deliberative process used to come to consensus on which specific EIPs should be in each upgrade

0 commit comments

Comments
 (0)