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 / epf day introduction

  • YouTube
  • Details

EPF Day Introduction

Duration: 00:09:27

Speaker: Josh Davis, Mario Havel

Type: Lightning Talk

Expertise: Beginner

Event: Devcon

Date: Nov 2024

Josh and Mario introduce the fifth cohort's EPF Day.

Categories

EPFEthereum RoadmapLayer 1
  • Related
EPF Day Panel preview
Devcon
Panel
37:15

EPF Day Panel

Panel with former fellows who became core devs and mentors

Building Parallel Economy Using Ethereum preview
Devcon
Talk
28:25

Building Parallel Economy Using Ethereum

Ethereum is one of the most important tools enabling us to build free parallel structures. Parallel Polis is a humanitarian concept popularized by Czechoslovak dissidents and carried on by cryptoanarchists and cypherpunks in recent years. From their experience of living solely in cryptoeconomy for past 8 years, we learn how Ethereum is an irreplaceable tool for crypto native life, business and social structures.

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.

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.

FOSSify yourself for privacy and security preview
Devcon
Workshop

FOSSify yourself for privacy and security

You will leave this workshop at least a bit more cypherpunk than when you came. The session will introduce FOSS stack of tools for all platforms. We will discuss free operating systems, GNU/Linux distros, GrapheneOS, secure communication, browsing, hardware options and secure environment for handling your crypto or Ethereum validators. The workshop is interactive and open to anyone to participate. Join us to find free and open solutions to your problems or come to share your favorite foss tools!

PeerDAS in Grandine preview
Devcon
Lightning Talk
11:54

PeerDAS in Grandine

EPF project presentation on improving PeerDAS implementation in Grandine

Verkle integration in reth preview
Devcon
Lightning Talk
14:31

Verkle integration in reth

This talk concerns the presentation of EPF Project: Verkle integration in reth. The project comprised of replacing the current state-commitment structure in reth with verkle tries and other modifications for statelessness, including implementing EIPs such as EIP-4762: Statelessness gas cost changes (to REVM), EIP-6800: Ethereum State using a unified verkle trie, EIP-7709: Read BLOCKHASH from storage and update cost, and passing the associated execution-spec-test vectors designed for these EIPs.

EVM Memory Repricing & Gentest preview
Devcon
Lightning Talk

EVM Memory Repricing & Gentest

Memory is a critical resource that enables complex computations within the Ethereum Virtual Machine (EVM). The cost of using memory, designed to prevent its abuse, has not been revised since the inception of Ethereum. However, efficiency gains from hardware advancements and client code optimizations warrants periodic repricing of this cost. We explore possible ways to make memory more accessible.