Home Merge Surge Scourge Verge Purge Splurge

The Verge

Goal: verifying blocks should be super easy - download N bytes of data, perform a few basic computations, verify a SNARK and you're done
.
.
.
Most serious
EVM DoS
issues solved
Basic light
client support
(sync
committees)
Verkle tree
spec + impl
SNARK based
light clients
Code chunking + gas cost updates
Verkle
trees
Transition spec
+ impl
SNARK for L1
EVM
SNARK for
Verkle proofs
SNARK for
consensus state
transition
Fully
SNARKed
Ethereum
SNARK /
STARK ASICs
Explore EVM
verification
precompile
Quantum-safe
SNARKs (eg.
STARKs)

EVM DoS Issues Solved

October 18, 2016

Gas pricing and resource allocation were changed to prevent attackers from easily overwhelming the network with low-cost, high-computation transactions. This recalibration ensured that operations consuming more computational resources were priced appropriately, making it economically unfeasible for attackers to exploit these vulnerabilities.

Additionally, improvements were made in the EVM's code execution and state management processes, enhancing its ability to handle a large number of requests without sacrificing speed or security. This milestone significantly bolstered Ethereum's resilience against DoS attacks, a crucial step in maintaining the network's stability and efficiency.

Resources