Devcon Archive logo
Devcon Forum Blog
  • Watch
  • Event
    Event: background logo
    • Devcon 7
    • Devcon 6
    • Devcon 5
    • Devcon 4
    • Devcon 3
    • Devcon 2
    • Devcon 1
    • Devcon 0
  • Categories
    Categories: background logo
    • Cryptoeconomics
    • Devcon
    • Developer Experience
    • Coordination
    • Core Protocol
    • Layer 2s
    • Real World Ethereum
    • Cypherpunk & Privacy
    • Security
    • Applied Cryptography
    • Usability
  • Playlists

Suggested

Loading results..

View all

About Devcon —

Devcon is the Ethereum conference for developers, researchers, thinkers, and makers.

An intensive introduction for new Ethereum explorers, a global family reunion for those already a part of our ecosystem, and a source of energy and creativity for all.

  • Watch
  • Devcon
  • Forum
  • Blog

Get in touch

devcon@ethereum.org

Subscribe to our newsletter

Crafted with passion ❤️ at the Ethereum Foundation

© 2025 — Ethereum Foundation. All Rights Reserved.

devcon 7 / eip 7732 enshrined proposer builder separation

  • YouTube
  • Details

[EIP-7732] enshrined Proposer Builder Separation

Duration: 00:12:31

Speaker: Caleb, kira

Type: Talk

Expertise: Intermediate

Event: Devcon

Date: Nov 2024

ePBS implementation in Prysm and Nimbus, fundamentally aimed at solving about solving trust issues. We're gonna discuss the block-auction, slot-auction and the approach proposed by Francesco during the cohort. Some technical challenges and problems that we came across like separating EL and CL block, PTC committee etc.

Categories

Censorship ResistanceConsensusCore ProtocolPBS
  • Related
Libp2p implementation in C# and Prysm preview
Devcon
Talk
16:55

Libp2p implementation in C# and Prysm

Joint talk will discuss a project which split to work on the C# implementation of Nethermind's libp2p, where we implemented the TLS protocol, upgraded the Noise protocol, and added the Perf protocol. Although the first version of the C# implementation isn’t released yet, it is integrated with Gnosis Chain’s Shutter node. Second part of the talk focuses on new goland libp2p library for Prysm CL client

PeerDAS metrics specifications preview
Devcon
Lightning Talk
11:46

PeerDAS metrics specifications

The PeerDAS Metrics Specifications help make testing more efficient and straightforward by creating standard metrics for Consensus clients. With a unified Grafana dashboard, teams can monitor performance in real-time, compare client data side by side, and quickly spot issues. This approach makes troubleshooting faster, supports research, and encourages teamwork, helping strengthen the Ethereum ecosystem and improve scalability.

EPF - Nethermind/IL-EVM preview
Devcon
Lightning Talk
11:39

EPF - Nethermind/IL-EVM

This talk will discuss my EPF work on Nethermind's IL-EVM project, which included developing tools to analyze EVM execution patterns, writing (optimised) opcode and top pattern implementations, and conducting and writing tests.

Sszb: A High Performance SSZ Implementation in Rust preview
Devcon
Talk
14:09

Sszb: A High Performance SSZ Implementation in Rust

This talk goes over my EPF project for the SSZ ecosystem: - a benchmarking suite for the various rust SSZ implementations in the ecosystem to properly evaluate performance and point developers to which library they should use. - a high performance ssz implementation that's faster than existing libraries in the ecosystem

Tracing Integration in Lighthouse preview
Devcon
Lightning Talk
14:01

Tracing Integration in Lighthouse

During Ethereum Protocol Fellowship, I've worked on integrating `Tracing`(an async-friendly logging framework) into Lighthouse(CL client) . This presentation will provide a brief overview of the work that I’ve done.

C bindings for Constantine verkle-ipa preview
Devcon
Lightning Talk

C bindings for Constantine verkle-ipa

The session is part of final presentation of Ethereum Protocol Fellowship. In this talk I would be talking about the verkle-ipa provided by Constantine and exporting those to be made available for integration by clients for the verkle integration of ethereum roadmap.

Grandine on Windows preview
Devcon
Talk
12:39

Grandine on Windows

In this talk, the speaker will discuss the problems encountered in porting Grandine, an Ethereum consensus client, to Windows systems and the solutions from the perspectives of language, engineering, and cross-platform. The speaker found that these problems are common to the current Ethereum infrastructure based on the Rust language. Finally, the speaker will summarize and look forward to the development of Ethereum clients based on the Rust language, especially from the point of cross-platform.

JSON-RPC Enhancement in Geth preview
Devcon
Lightning Talk
13:21

JSON-RPC Enhancement in Geth

Introducing trace_* namespace and eth_getTransactionBySenderAndNonce into ethereum execution clients(geth,reth) to enhance the transaction and trace querying capabilities.

Shadow Network Simulations preview
Devcon
Lightning Talk
15:36

Shadow Network Simulations

In my EPF project, I implemented Ethshadow, a configuration generator for simulating Ethereum networks using Shadow, and used it to research improvements to the current state of PeerDAS and to estimate the effects of IDONTWANT on node bandwidth. In this presentation, I will present my findings and make a case for testing using Ethshadow.

PeerDAS in Grandine preview
Devcon
Lightning Talk
11:54

PeerDAS in Grandine

EPF project presentation on improving PeerDAS implementation in Grandine