ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
280 stars 735 forks source link

feat(WIP): enforce block size limit #307

Closed tchardin closed 1 week ago

tchardin commented 5 months ago

Description

When using a very large gas limit, filling blocks with large transactions can cause blocks to be too large for gossip and batch channel capacity. Until these limits are raised, we hard code a safety limit to prevent blocks from becoming too large while enabling high gas limit for execution.

Tests

To be tested on testnet...