From f0f86ddf8be9c2e522e669a91d8cf39cf397a086 Mon Sep 17 00:00:00 2001 From: gorondan Date: Sun, 19 May 2024 20:22:21 +0300 Subject: [PATCH] DanGoron notes and Week0 development update --- development-updates.md | 8 ++++---- notes/DanGoron.md | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 notes/DanGoron.md diff --git a/development-updates.md b/development-updates.md index b81c0f70..da152ca3 100644 --- a/development-updates.md +++ b/development-updates.md @@ -8,10 +8,10 @@ Add your name **alphabetically** and link your updates to the corresponding tabl Phase one is the very beginning of the cohort. The first few weeks are dedicated to general learning about the EPF program, the Ethereum protocol as a whole and its development. Use resources from [EPF Study group](https://epf.wiki) to get started. -| Name/GH | Week 0 | Week 1 | Week 2 | -| --------------------------------- | ------------------------------------- | ------ | ------ | -| [Mario](github.com/taxmeifyoucan) | [Update 0](https://proofof.cat/blog/) | | | -| | | | | +| Name/GH | Week 0 | Week 1 | Week 2 | +| --------------------------------------- | --------------------------------------------------------------- | ------ | ------ | +| [Mario](github.com/taxmeifyoucan) | [Update 0](https://proofof.cat/blog/) | | | +| [DanGoron](https://github.com/gorondan) | [Update 0](https://hackmd.io/@meA4-YJOSaqtagggpgcWMg/SJmdOEmXR) | | | ## Phase 2 diff --git a/notes/DanGoron.md b/notes/DanGoron.md new file mode 100644 index 00000000..251cd663 --- /dev/null +++ b/notes/DanGoron.md @@ -0,0 +1,23 @@ +## Introduction +Hi, my name is Dan Goron, proud participant in EPF cohort 5, working on an implementation of eODS (enshrined Operator-Delegator Separation). + +Before EPF, I joined EPS, being now an active contributor to the [EPF wiki](https://epf.wiki/). Check out my 🆒 [EPS contributor POAP](https://collectors.poap.xyz/token/7125322)! + +## My EPS journey +During the 10 weeks of study group, I deep dived into validator economics and possible solutions to liquid staking centralization, as key factors in paving the road towards SSF, with the best possible trade-offs. Here are [my EPS notes](https://github.com/gorondan/protocol-studies/blob/main/notes/gorondan.md). + +## Leaping into EPF + +I feel that EPF is a great pathway for community members into Ethereum Protocol core research and development and a great opportunity for me to bring my personal contribution to Ethereum. Programs like this provide us, fellows, with the support and resources needed to jump in, harden our understanding of the protocol and put in the much needed work. +During my EPS research phase, I read [Robust Incentives Group](https://efdn.notion.site/RIG-Open-Problems-ROPs-c11382c213f949a4b89927ef4e962adf)'s research work and found plenty of synergies with the topics covered by the Berlin based EF research team. + +Apart from my own research on validator economics (and how it intersects with SSF, ET, ePBS), Barnabé Monnot's [research post](https://ethresear.ch/t/unbundling-staking-towards-rainbow-staking/18683) on unbundling staking, sets the cornerstone for my [eODS implementation proposal](), so it came naturally for me to ask him to review the pages I worked on for the EPS wiki and to mentor my EPF project (for which I am most grateful 🙏). + +I also hope to find synergies with other fellows and previous work done in my area of interest. + +## Weekly updates +Weekly updates on my work under the EPF program can be found [here](/development-updates.md). + +I will also update the weekly list here: + +* [Week 0](https://hackmd.io/@meA4-YJOSaqtagggpgcWMg/SJmdOEmXR)