Skip to content
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

add ePBS at Prysm #8

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion projects/project-ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
- **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.
Loading