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

Update core-development.md #303

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 8 additions & 2 deletions docs/wiki/dev/core-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> :warning: This article is a [stub](https://en.wikipedia.org/wiki/Wikipedia:Stub), help the wiki by [contributing](/contributing.md) and expanding it.

The work on core protocol specification, implementation and testing is commonly referred to as core development. Core devs are contributors the client software, its validation and related tooling for building the protocol, all domains covered in this wiki.
The work on core protocol specification, implementation and testing is commonly referred to as core development. Core devs are contributors to the client software, its validation and related tooling for building the protocol and all domains covered in this wiki.

There are many implementation of both [consensus](/wiki/CL/cl-clients.md) and [execution](/wiki/EL/el-clients.md) layer developed by various independent teams. Together with teams working on research, testing and other infrastracture, core developers are maintaining the base technology used by everyone building on Ethereum.

Expand All @@ -12,12 +12,18 @@ There are many implementation of both [consensus](/wiki/CL/cl-clients.md) and [e

Teams working on separate clients are distributed across different organizations, companies or non-profits. They implement the same specification in different languages with various features and performance profiles. The [client diversity](https://ethereum.org/developers/docs/nodes-and-clients/client-diversity) is a fundamental principle embraced by Ethereum. The range of different clients can ensure stability and security of the network while keeping the core development decentralized and open to everyone.

Although different teams come from different organization, they all work together and collaborate on improving the whole network. Progress is achieved through discussions in public channels, mainly carried out in weekly meetings. These calls are public and tracked in [project management repo](https://github.com/ethereum/pm), including ACD - Execution and Consensus Layer calls, various "Breakout Room" and working group calls. Outside of calls, discussions are held in the Ethereum R&D Discord channel, Eth Magicians forum and EthResearch forum.
Although different teams come from different organization, they all work together and collaborate on improving the whole network. Progress is achieved through discussions in public channels, mainly carried out in weekly meetings. These [calls](https://www.youtube.com/@EthereumProtocol/featured) are public and tracked in the [project management repo](https://github.com/ethereum/pm), including ACD - Execution and Consensus Layer calls, various "Breakout Room" and working group calls. Outside of calls, discussions are held in the [Ethereum R&D Discord channel](https://discord.com/invite/qGpsxSA), [Eth Magicians forum](https://ethereum-magicians.org/) and [EthResearch forum](https://ethresear.ch/).

Despite teams working in different parts of the world and mostly working asynchronously, they do come together for in person events throughout the year such as [Devcon](https://devcon.org/en/), [interop](https://blog.ethereum.org/2024/05/22/nyota-interop-recap), or other workshops such as the [Summer of Protocols](https://summerofprotocols.com/protocol-week). These in person events are the perfect opportunity to get a lot done and catch up with one another!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SoP is not really core dev oriented

Suggested change
Despite teams working in different parts of the world and mostly working asynchronously, they do come together for in person events throughout the year such as [Devcon](https://devcon.org/en/), [interop](https://blog.ethereum.org/2024/05/22/nyota-interop-recap), or other workshops such as the [Summer of Protocols](https://summerofprotocols.com/protocol-week). These in person events are the perfect opportunity to get a lot done and catch up with one another!
Despite teams working in different parts of the world and mostly working asynchronously, they do come together for in person events throughout the year such as [Devcon](https://devcon.org/en/), [interop](https://blog.ethereum.org/2024/05/22/nyota-interop-recap), or other [Ethereum conferences](https://ethereum.org/en/community/events/). These in person events are the perfect opportunity to get a lot done and catch up with one another!


# Appendix

[A Day in the Life of a Dev: Ethereum’s Justin Florentine](https://www.coindesk.com/consensus-magazine/2023/02/22/a-day-in-the-life-of-a-dev-ethereums-justin-florentine/)

[The Evolution of Prysm with Preston Van Loon](https://www.youtube.com/watch?v=Lvlit-nIRfM&ab_channel=OverAbstraction)

[Upgrading Ethereum - A technical handbook on Ethereum’s move to proof of stake and beyond](https://eth2book.info/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is CL annotated spec and should be just linked there but some other resources would be nice


[Protocol Guild](https://protocol-guild.readthedocs.io/en/latest/)

[Protocol Guild: Funding Core Protocol Stewardship | Cheeky Gorilla - Protocol Guild ETHDenver 2024 Presentation](https://www.youtube.com/watch?v=9Tc2g7pu-gc&ab_channel=ETHDenver)
Expand Down
Loading