Skip to content

Commit

Permalink
add project ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
taxmeifyoucan committed May 22, 2024
1 parent d3f8593 commit b5d7e8f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions projects/project-ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ In project ideas from previous cohorts, you might find some up to date ideas whi

## Ideas proposed by core devs

### ePBS, Prysm

- **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),
Expand All @@ -23,3 +25,38 @@ In project ideas from previous cohorts, you might find some up to date ideas whi
- [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.

### PandaOps tooling wishlist

By Pari

https://github.com/ethpandaops/tooling-wishlist


### RIG Opened Problems

By Barnabé Monnot

Explore Robus Incentives Group Opened Problems. Most relevant for EPF are tagged https://efdn.notion.site/ROPs-RIG-Open-Problems-c11382c213f949a4b89927ef4e962adf


### Ephemery testnet

By Mario Havel

Contribute to integrations of public ephemeral testnet defined in eip-6916. Implementations in clients, deployments, devops tooling and client testing.
https://github.com/ephemery-testnet/ephemery-resources/issues/1
https://ephemery.dev/


### JSON-RPC in Geth

By Sina

⁃ Implementinng `trace_*` namespace, and most importantly [trace_filter]([https://docs.alchemy.com/reference/what-is-trace_filte](https://docs.alchemy.com/reference/what-is-trace_filter)) in geth. Currently there is only debug_trace, there are basic building blocks of tracers but trace filter needs an additional index for the database.

⁃ Specification and implementation of `eth_getTransactionBySenderAndNonce`, see https://github.com/ethereum/execution-apis/issues/494

⁃ Error codes in the JSON-RPC API. This one needs a lot of cross-client communication. Standardizing error codes across clients json-rpcs

⁃ Benchmarking APIs via [flood](https://github.com/paradigmxyz/flood) and optimising the methods in various clients, compare across clients (not only geth)

0 comments on commit b5d7e8f

Please sign in to comment.