EthCatHerders: EIP-7825 EIP-7934
the EIPs that scale the L1
What is actually the bottlenecks in Ethereum
the EIPs that scale the L1
State growth
the EIPs that scale the L1
Bandwidth
Bandwidth
History size
Computation
The actual bottleneck: Protocol rules
The actual bottleneck: Protocol rules
EIP-7825: Caps worst case transactions and make parallelization easier
EIP-7934: Removes MESSAGE_TOO_LARGE attack on the Gossip layer for Block limits >100Mgas
EIP-7825
EIP-7825: reasons
Why capping tx limit?
Capping the tx Limit
Add a new clause to block validation:
In short… it makes us sleep well at night!
EIP-7934: RLP Execution Block size limit
EIP-7934: RLP Execution Block size limit
EIP-7934: Network specs
EIP-7934: Network specs
No such thing as a “block limit” in the Core Protocol.
EIP-7934: Preventing MESSAGE_TOO_LARGE
When we e.g 10x the gas limit an attacker can make a “MESSAGE_TOO_LARGE” attack
EIP-7934: Preventing MESSAGE_TOO_LARGE
How do you fix it?
EIP-7934+EIP7825
These EIPs are designed to reach a gas limit of 150Mn.
This is a 5x in L1 throughput by just tweaking protocol rules