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

created /notes/kevinbogner/ AND updated development-updates.md #6

Merged
merged 6 commits into from
Oct 6, 2022
Merged
Show file tree
Hide file tree
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
13 changes: 12 additions & 1 deletion development-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- [Development Updates](#development-updates)
- [Table Of Contents](#table-of-contents)
- [Contributing](#contributing)
- [kevinbogner](#kevinbogner)
- [Update #1](#kevinbogner-update-1)

- [Mario](#mario)
- [Mario: Update 1](#mario-update-1)

Expand All @@ -20,6 +23,14 @@ your development updates in this document.
- Add it to the [Table of Contents](#table-of-contents)
- Keep the overall list of people sorted alphabetically.

## kevinbogner

Development updates from [`kevinbogner`](https://github.com/kevinbogner)

### kevinbogner: Update 1

[Update #1](./notes/kevinbogner/update-1.md)

## Mario

Development updates from [`Mario Havel`](https://github.com/taxmeifyoucan/)
Expand All @@ -28,4 +39,4 @@ Development updates from [`Mario Havel`](https://github.com/taxmeifyoucan/)

> Research for estimating

[Week 1](https://notes.ethereum.org/@MarioHavel/merge-ttd)
[Week 1](https://notes.ethereum.org/@MarioHavel/merge-ttd)
19 changes: 19 additions & 0 deletions notes/kevinbogner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Ethereum Protocol Fellowship Program 2022 - Cohort Three

## 🍴 Project - Forkchoice

💻 **Code:** [https://github.com/kevinbogner/forkchoice-epf](https://github.com/kevinbogner/forkchoice-epf)

## Journal
**[01/10/2022]**
- Create my Folder structure for EPF cohort 3.
- Research about [Miga Labs](https://migalabs.es/api-documentation), similar to Blockprint, also provides data for the Consensus Client diversity.

**[30/09/2022]**
- Research about the [Project ideas](https://github.com/eth-protocol-fellows/cohort-three/blob/master/projects/project-ideas.md) proposed by the program's mentors.
- Brainstorming about [Browser tooling](https://github.com/eth-protocol-fellows/cohort-three/blob/master/projects/project-ideas.md#browser-tooling) and with input from [potuz](https://github.com/potuz) & [parithosh](https://github.com/parithosh) decided to dig deeper into **forkchoice** and **Client diversity**.
- Checked out [protovis](https://github.com/tbenr/protovis) work by [tbenr](https://github.com/tbenr), which visualizes the forkchoice. This could possibly be expanded by additionally offering historical data.
- Checked out [Blockprint](https://github.com/sigp/blockprint) work by [Sigma Prime](https://sigmaprime.io/), which gathers data for the Client diversity of the Beacon chain as shown in [sproulM_'s](https://twitter.com/sproulM_/status/1481109509544513539) tweet. There's already [this](https://clientdiversity.org/) site, which shows the client diversity of Ethereum. Partially based on Blockprint data.
- Experimented with [Blockprint's Public API](https://github.com/sigp/blockprint/blob/main/docs/api.md).
- [potuz](https://github.com/potuz) suggested tracking events like block proposals and attestations to catch network splits across clients.
- Set up [my repo](https://github.com/kevinbogner/forkchoice-epf) for EPF with [Create React App](https://create-react-app.dev/).
1 change: 1 addition & 0 deletions notes/kevinbogner/update-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@