A guidebook to the bleeding edge of research topics in the Ethereum R&D Discord, which should follow the existing channel structure.
Help wanted to get it up to date! Updating channel structure and links to the latest work in each area ensures this resource remains relevant. I have selected the channels which seem most active, related to research & development, or have discrete outputs (eg. documents). Links should be structured as below with most recent on top:
- Title of resource with link - Date created
- Goerli Deprecation - Nov 2023
The Consensus Layer (Beacon Chain) is defined by an executable python implementation of Ethereum that prioritizes readability and simplicity. There is a project underway to do the same for the Execution Layer.
- Consensus Specs - Work Ongoing
- Execution Specs - Work Ongoing
Ethereum Protocol Fellowship Program (EPF) is an effort to onboard more contributors to Ethereum Core Development.
- EPF repositories - Updated frequently.
- EPF Wiki - A wiki maintained by the community formed around the EPF study group. Contributions are welcome!!
- Fifth Cohort Announcement Blog Post - May 2024
- Link1
- Link2
(Summary Needed)
- Sharding FAQs - Ongoing
- Consensus Specs - Sharding - Ongoing
- Why Sharding is Great: demystifying the technical properties - April 2021
- An explanation of the sharding and DAS proposal - January 2021
- ETH2 Shard Chain Simplification Proposal - October 2019
- Dankrad's data sharding design - December 2021
- "Dude, what’s the Danksharding situation?" Workshop - February 2022
- EIP-4844: Shard Blob Transactions ("Proto-Danksharding") - February 2022
- Proto-Danksharding FAQ - March 2022
- Wrapping up the KZG Ceremony - Jan 2024
- KZG Ceremony Special Contributions Aug 2023
- Announcing the KZG Ceremony Jan 2023
- Link1
- Link2
"The Ethereum state size is growing quickly... In order to maintain the scalability and sustainability of Ethereum, we need some solutions."
- Ethereum Statelessness Resource Page - Oct 2021
- Review tying state expiry, witnesses, verkle trees & the portal network - June 2021
- State Expiry EIP - June 2021
- A state expiry and statelessness roadmap - June 2021
- Verkle tree EIP - June 2021
- A theory of state size management - February 2021
- A few paths to statelessness and state expiry - February 2021
- Resurrection-conflict-minimized state bounding - February 2021
- Proposed Verkle tree scheme for Ethereum state - March 2021
- ReGenesis - Explication of Alexey Akhunov’s proposal, can be described as a form of state expiry + history expiry - June 2020
- ASE (Address Space Extension) with Translation Map - June 2020
- Increasing address size from 20 to 32 bytes - March 2020
- The Stateless Client Concept, original ethresear.ch post - 2017
- State rent (precursor to state expiry), original proposal - 2015
- Presentation on bounding witness sizes - Jan 2021
Research and initiatives related to improving the Ethereum Virtual Machine (EVM)
- Everything about the EVM Object Format (EOF) - June 2021
- Memory Copying in Contracts Deployed on Ethereum - June 2021
- EOF Status Update 2023-10-12
Maximal Extractable Value (MEV) represents a centralization vector around block builder. Separating the responsibility of building blocks from proposing blocks helps mitigate centralization concerns and democratize access to the extractable value.
- PBS-friendly fee market designs - June 2021
- Two-slot PBS - October 2021
- Committee-driven MEV smoothing - August 2021
- State of research on censorship resistance under PBS - January 2022
- Current crList proposal - February 2022
(Summary needed)
- Kate polynomial commitments - June 2020
- PCS multiproofs using random evaluation - June 2021
- Fast Amortized Kate Proofs - March 2020
- Understanding PLONK - Sep 2019
- Ethresear.ch posts on kate - Ongoing
- KZG Commitments in C - Ongoing
- KZG Trusted Setup Ceremony specifications - Ongoing
(Summary Needed)
- Ethereum Witness Protocol (wit) - February 2021
- The Formal Witness Spec: An Illustrated Primer - October 2020
- Block Witness Formal Specification - April 2020
An ongoing project to "Introduce a new Verkle state tree alongside the existing hexary Patricia tree. After the hard fork, the Verkle tree stores all edits to state and a copy of all accessed state, and the hexary Patricia tree can no longer be modified." This effort often considered a prerequisite for some degrees of Statelessness.
- [Verkle.info] (https://verkle.info/) - Jan 2024
- Verkle Tree Update - Aug 2023
- Ethereum statelessness roadmap - Oct 2021
- Verkle Tree EIP Draft - Oct 2021
- Verkle Tree EIP Notes - September 2021
- Verkle Trees - June 2021
- Verkle Tree for Eth1 State - June 2021
- Verkle Trees Paper - 2018
(Summary Needed)
- SSZ and Typed Transactions - January 2021
- Typed Transactions - December 2020
- EIP-2976: Typed Transactions over Gossip - September 2020
- Account Abstraction Link Tree: 2015 - 2020
- Proposal for account abstraction via alternative mempool - June 2021
🅰️ 🅰️ Account Abstraction Beyond EIP-2938 🧵🎉 - Nov 2020- Account Abstraction (EIP-2938): Why & What - Nov 2020
- EIP-2938: Account Abstraction - Magician's Discussion - Sept 2020
- EIP-2718: Typed Transaction Envelope - June 2020
- Responding to 51% attacks in Casper FFG - October 2019
(Summary needed)
- Ethereum Wire Protocol (ETH) - Ongoing
- The State of Client Diversity in Ethereum - August 2020
- Study on the SSZification Impact on existing applications/protocol
- Presentation on the SSZification Impact on existing applications/protocol
- LINK 1
- LINK 2
- LINK 1
- LINK 2
(Summary Needed)
- Preventing Eth2 Validator Failure - October 2020
(Summary Needed)
- Formal Verification Blog - Ongoing
- Secret Single Leader Election (SSLE) in Eth2 - September 2022
- Provable Single Secret Leader Election - September 2020
- Secret non-single leader election - January 2022
- Whisk: A practical shuffle-based SSLE protocol for Ethereum - January 2022
- Simplified SSLE - April 2022
The Merge united the Execution and Consensus layers of Ethereum into a single unified system. At the transition, Proof of Work consensus was hot-swapped with the Proof of Stake Beacon Chain consensus, resulting in a more scalable, secure, and sustainable network
- Amphora Interop Milestone tracker - Oct 2021
- Merge Interop Spec - Oct 2021
- EIP-3675: Upgrade consensus to Proof-of-Stake - July 2021
EIP-1559 changed Ethereum's fee market to use elastic blocksizes and burnt Ether to smooth congestion and improve transaction inclusion UX.
- EIP-1559 Resources 🔥 - Tim Beiko, others
- PEEPanEIP #37: EIP-1559: Fee market change with Tim Beiko, Barnabe Monnot, Micah Zoltu - Ethereum Cat Herders
- Cheatsheet: 1559 for Wallets & Users - Trent Van Epps, Tim Beiko
- EIP-4396: Time-Aware Base Fee Calculation - October 2021
- Make EIP-1559 more like an AMM curve - April 2021
- Multidimensional EIP-1559 - January 2022