Ethereum Study Notes Deneb
Type to start searching
    Yc-Chen/ethereum-study-notes
    Yc-Chen/ethereum-study-notes
    • Ethereum Study Notes
    • 1 Ethereum and Its Namings
    • 2 Consensus Client and Execution Client
    • 3 Lodestar
    • 3.1 Code Lodestar CLI Beacon Node
    • 3.2 Code Lodestar CLI Validator
    • 3.3 Code Lodestar Gossip Handling
    • 3.4 Code Lodestar Attestation
    • 3.5 Code Lodestar Block Building
    • 3.6 Code Lodestar Staking
    • 4 Geth
    • 4.1 Code Geth CLI
    • 4.2 Code Geth JSON RPC
    • 4.3 Code Geth Transaction Pool
    • 4.4 Code Geth Block Building
    • 4.5 Code Geth Transactions and EVM
    • 5. Putting It Together
      • 5.1 User Submits A Transaction
      • Blockchain Nodes
      • Go Language
      • IPC and RPC
      • Participate as Solo Staker
      • Dencun
      • EIP 4844
      • Ethash
      • KZG
      • SSZ
      • Capella
      • Catalyst
      • Clique
      • Deneb
      • Gossip network
      • Gossipsub
      • Shanghai
      • Shapella

    Deneb

    An upgrade name of Ethereum consensus protocol, following the naming convention of stars.
    Particularly, it implements EIP-4844, which should dramatically lower gas cost for Layer-2's.

    Previous Clique
    Next Gossip network
    Made with Material for MkDocs