From 9b5b8a24df8269d59ad4696b2235c747422290dc Mon Sep 17 00:00:00 2001 From: Potuz Date: Wed, 22 May 2024 08:40:11 -0300 Subject: [PATCH] add ePBS at Prysm --- projects/project-ideas.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/project-ideas.md b/projects/project-ideas.md index 4394d214..5c21a35d 100644 --- a/projects/project-ideas.md +++ b/projects/project-ideas.md @@ -15,4 +15,11 @@ In project ideas from previous cohorts, you might find some up to date ideas whi ## Ideas proposed by core devs -Coming soon! \ No newline at end of file +- **ePBS**. Project at prysmaticlabs mentored by [@potuz](https://x.com/potuz_eth) and [@terencechain](https://x.com/terencechain). We currently have a fully specified [ePBS spec](https://github.com/potuz/consensus-specs/pull/2). And are actively working on a Go implementation as part of Prysm [here](https://github.com/prysmaticlabs/prysm/pull/13917). We plan to have a fully working PoC in the comming months and production code ready by exposition time in Devcon. Reading material includes some comprehensive documents. + - The [design notes](https://hackmd.io/uWVGcvcKSoqS4P5c5NHG3g), + - [forkchoice annotated spec](https://hackmd.io/9lWaVhSxSYWmTvODqnapMA), + - [validator guide annotated spec](https://hackmd.io/@ttsao/epbs-annotated-validator), + - [design constraints](https://ethresear.ch/t/epbs-design-constraints/18728), + - [payload boosts](https://ethresear.ch/t/payload-boosts-in-epbs/18769). + +As for working conditions, we would not have weekly calls as in previous cohorts, but rather focus on code review and implementation work. Fellows are expected to carry their own research and asynchronously request help/discussions on Discord. Some areas of independent interest could be implementation of variations of ePBS like *slot auctions* or *execution tickets*. Please refer to [Barnabé's doc](https://mirror.xyz/barnabe.eth/QJ6W0mmyOwjec-2zuH6lZb0iEI2aYFB9gE-LHWIMzjQ) for a high level introduction.