Code Monkey home page Code Monkey logo

ethereumdiscordguidebook's Introduction

EthR&D Discord Guidebook

This is a guidebook of links for research topics in the Ethereum R&D Discord, which follows the existing channel structure.

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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.