-
Notifications
You must be signed in to change notification settings - Fork 148
Add evmone project with Paweł Bylica & Radosław Zagórowicz #465
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
base: main
Are you sure you want to change the base?
Conversation
1. Add evmone project, change its location to github.com/ipsilon/evmone. 2. Split Paweł Bylica between Erigon and evmone. 3. Move Radosław Zagórowicz to evmone with 0.5 weight. Why is evmone worth being in PG? - Good guest program for zkVMs, see e.g. https://github.com/erigontech/zilkworm. - Reference-like EVM implementation (almost no dependencies), this allows testing projects like ethereum/execution-spec-tests#2194 or ethereum/execution-specs#1614. Why separate project? This effectively allows keeping Radosław as long term contributior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds evmone as a new project in the Protocol Guild membership, reorganizing contributor allocations for Paweł Bylica and Radosław Zagórowicz. The evmone project is positioned as a reference-like EVM implementation with minimal dependencies, useful for testing and zkVM guest programs.
Key changes:
- Add evmone as a new project section with 2 contributors
- Split Paweł Bylica's allocation between Erigon (0.5) and evmone (0.5)
- Move Radosław Zagórowicz from individual zkEVM contributor to evmone project member with 0.5 weight
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| |**EthereumJS** (2 contributors)| | | | ||
| | [Gabriel Rocheleau](https://github.com/gabrocheleau/) | 0.5 | [ethereum/ethereumjs-monorepo](https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=author%3Agabrocheleau) | | ||
| | [Scotty Poi](https://github.com/ScottyPoi/) | 0.5 | [ethereumjs/ethereumjs-monorepo](https://github.com/ethereumjs/ethereumjs-monorepo/pulls?q=is%3Apr+author%3Ascottypoi+), [ethereumjs/ultralight](https://github.com/ethereumjs/ultralight/pulls?q=is%3Apr+author%3Ascottypoi+) | | ||
| | **evmone** (2 contributors) | | | |
Copilot
AI
Jan 9, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The evmone project header row has excessive trailing whitespace in the third column. This should be empty or contain a relevant repository link like other project headers (e.g., line 180 for Geth has the main repository link).
| | **evmone** (2 contributors) | | | | |
| | **evmone** (2 contributors) | | | |
| | [Tullio Canepa](https://github.com/canepat/) | 1 | [erigontech/erigon](https://github.com/erigontech/erigon/pulls?q=author%3Acanepat), [erigontech/silkworm](https://github.com/erigontech/silkworm/pulls?q=author%3Acanepat) | | ||
| | [lupin012](https://github.com/lupin012/) | 0.5 | [erigontech/erigon](https://github.com/erigontech/erigon/pulls?q=author%3Alupin012), [erigontech/rpc-tests](https://github.com/erigontech/rpc-tests/pulls?q=author%3Alupin012), [erigontech/silkworm](https://github.com/erigontech/silkworm/pulls?q=author%3Alupin012) | | ||
| | [Paweł Bylica](https://github.com/chfast/) | 1 | [ethereum/evmone](https://github.com/ethereum/evmone/commits?author=chfast) | | ||
| | [Paweł Bylica](https://github.com/chfast/) | 0.5 | [ipsilon/evmone](https://github.com/ipsilon/evmone/commits?author=chfast), [ethereum/execution-specs](https://github.com/ethereum/execution-specs/commits?author=chfast) | |
Copilot
AI
Jan 9, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Paweł Bylica's entry in the Erigon section is referencing ipsilon/evmone repositories, which are not related to Erigon. This entry should list Erigon-related contributions instead. The evmone-related contributions should only appear in the evmone project section (lines 255-257).
| | [Paweł Bylica](https://github.com/chfast/) | 0.5 | [ipsilon/evmone](https://github.com/ipsilon/evmone/commits?author=chfast), [ethereum/execution-specs](https://github.com/ethereum/execution-specs/commits?author=chfast) | | |
| | [Paweł Bylica](https://github.com/chfast/) | 0.5 | [erigontech/silkworm](https://github.com/erigontech/silkworm/commits?author=chfast) | |
Why is evmone worth being in PG?
Why separate project?
This effectively allows keeping Radosław as long term contributior.