devcon 7 / epf day introduction
Duration: 00:09:27
Speaker: Josh Davis, Mario Havel
Type: Lightning Talk
Expertise: Beginner
Event: Devcon
Date: Nov 2024
Categories
EPF Day Panel
Panel with former fellows who became core devs and mentors
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
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
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
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
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
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
EPF project presentation on improving PeerDAS implementation in Grandine
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
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.