Skip to content

A guidebook to the bleeding edge of research topics in the Ethereum R&D Discord.

Notifications You must be signed in to change notification settings

JoshDavisLight/EthereumDiscordGuidebook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EthR&D Discord Guidebook

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.

General

Fellowship Program

Ethereum Protocol Fellowship Program (EPF) is an effort to onboard more contributors to Ethereum Core Development.

Specifications

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.

Merge

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

Execution R&D

Fee Market

EIP-1559 changed Ethereum's fee market to use elastic blocksizes and burnt Ether to smooth congestion and improve transaction inclusion UX.

Account Abstraction

Account abstraction (AA) allows a contract to be the top-level account that pays fees and starts transaction execution. Sometimes used as a general catchall term for delegated transaction validation.

Client Development

(Summary needed)

Statelessness / State Expiry

"The Ethereum state size is growing quickly... In order to maintain the scalability and sustainability of Ethereum, we need some solutions."

EVM

Research and initiatives related to improving the Ethereum Virtual Machine (EVM)

Polynomial Commitments

(Summary needed)

Witnesses

(Summary Needed)

Verkle Trie Migration

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.

Typed Transactions

(Summary Needed)

3074 & Meta Transactions

(Summary needed)

Cryptography

(Summary Needed)

  • LINK 1
  • LINK 2

Attack Vectors

(Summary Needed)

Address Space Extension

(Summary Needed)

  • LINK 1
  • LINK 2

Proposer/Builder Separation (PBS)

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.

EIP-6404 and EIP-6466 SSZification of Transaction and Receipt Roots

Consensus R&D

Portal Network

Pos Consensus

(Summary Needed)

Sharded Data

(Summary Needed)

Secret Single Leader Election

Light Clients

  • LINK 1
  • LINK 2

Withdrawal Methods

  • LINK 1
  • LINK 2

Secret Shared Validators

(Summary Needed)

Formal Methods

(Summary Needed)

About

A guidebook to the bleeding edge of research topics in the Ethereum R&D Discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published