Skip to content

Commit

Permalink
Katya: Week-1 updates (#68)
Browse files Browse the repository at this point in the history
* add week 0 development updates

* Katya: add Week-1 updates

---------

Co-authored-by: Mário Havel <[email protected]>
  • Loading branch information
KatyaRyazantseva and taxmeifyoucan authored Jun 17, 2024
1 parent 2ef67c4 commit a0f6477
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion development-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Phase one is the very beginning of the cohort. The first few weeks are dedicated
| [Cloud](https://github.com/0xClouds/) | [Update 0](https://hackmd.io/@RkzKp199Qb2WyCcgr-HMNA/rkCLfmpSR) | |
| [Caleb](https://github.com/Tomi-3-0) | | [Update 1](https://hackmd.io/@tc3rGbpwSe6dJwI2nuYQsw/BkoLPPdr0) | |
| [DanGoron](https://github.com/gorondan) | [Update 0](https://hackmd.io/@meA4-YJOSaqtagggpgcWMg/SJmdOEmXR) | [Update 1](https://hackmd.io/@kboomro/HJ5EyJjSA) | |
| [Ekaterina Riazantseva](https://github.com/KatyaRyazantseva) | [Update 0](https://hackmd.io/@sWdTSBHnRb63bJ_wVjNsyA/Hk8wjVwSC) | | |
| [Ekaterina Riazantseva](https://github.com/KatyaRyazantseva) | [Update 0](https://hackmd.io/@katya-blockchain-dev/epf5-week-0) | [Update 1](https://hackmd.io/@katya-blockchain-dev/epf5-week-1) | |
| [georgesheth](https://github.com/georgesheth) | [Update 0](https://hackmd.io/@georgesheth/SJ2FqiVSR) | | |
| [ghili](https://github.com/ghiliweld) | [Update 0](https://hackmd.io/@ghili/HJoy-VBS0) | [Update 1](https://hackmd.io/@ghili/ry9-_kISR) | |
| [Hamid Bateni](https://github.com/irnb) | [Update 0](https://hackmd.io/@irnb/epf-update-0) | [Update 1](https://hackmd.io/@irnb/epf_week1) |
Expand Down
24 changes: 23 additions & 1 deletion notes/EkaterinaRiazantseva.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,26 @@ My name is Katya (Ekaterina Riazantseva). I am a web3 developer with a passion f

Project Idea: I came across several ideas, and **PeerDAS** caught my attention. I have already built on DA Layers during hackathons and am familiar with the basics of Data Availability and DA Sampling. Therefore, I would like to dive into this field and find out how I can contribute to it.

Draft: [EIP-7594: PeerDAS - Peer Data Availability Sampling](https://eips.ethereum.org/EIPS/eip-7594).
## Discussions

[Ethereum Magicians](https://ethereum-magicians.org/)
[ethresear.ch](https://ethresear.ch/)

## Links
Draft: [EIP-7594: PeerDAS - Peer Data Availability Sampling](https://eips.ethereum.org/EIPS/eip-7594).
[PeerDAS – a simpler DAS approach using battle-tested p2p components](https://ethresear.ch/t/peerdas-a-simpler-das-approach-using-battle-tested-p2p-components/16541)
[From 4844 to Danksharding: a path to scaling Ethereum DA](https://ethresear.ch/t/from-4844-to-danksharding-a-path-to-scaling-ethereum-da/18046)

[Ethereum Magicians PeerDAS discussion](https://ethereum-magicians.org/t/eip-7594-peerdas-peer-data-availability-sampling/18215)

## Consensus clients
The overview of the consensus clients:

| Client | Lang | Team | Docs | Repo |
| -------- | -------- | -------- | -------- | -------- |
| Lighthouse | Rust | Sigma Prime | [Lighthouse Book](https://lighthouse-book.sigmaprime.io/) | [Github](https://github.com/sigp/lighthouse) |
| Lodestar | TypeScript | ChainSafe | [Lodestar Docs](https://chainsafe.github.io/lodestar/) | [Github](https://github.com/ChainSafe/lodestar/tree/v1.19.0) |
| Nimbus | Nim | Status | [Nimbus Guide](https://nimbus.guide/) | [Github](https://github.com/status-im/nimbus-eth2) |
| Prysm | Go | Offchain Labs | [Prysm Docs](https://docs.prylabs.network/docs/getting-started) | [Github](https://github.com/prysmaticlabs/prysm) |
| Teku | Java | ConsenSys | [Teku Docs](https://consensys.io/teku) | [Github](https://github.com/Consensys/teku) |

0 comments on commit a0f6477

Please sign in to comment.