diff --git a/EIPS/eip-xxxx.md b/EIPS/eip-xxxx.md new file mode 100644 index 0000000000000..1863117cb1c2a --- /dev/null +++ b/EIPS/eip-xxxx.md @@ -0,0 +1,61 @@ +--- +eip: tbd +title: Blob throughput increase +description: Increase the number of blobs to reach a new target of x blobs per block, to be defined by performing tests. +author: Parithosh Jayanthi(@parithosh), Toni Wahrstätter(@nerolation), Sam Calder-Mason(@samcm), Andrew Davis(@savid) +discussions-to: tbd +status: Draft +type: Standards Track +category: Core +created: 2024-04-17 +--- + +## Abstract + +This EIP proposes to increase to the number of blobs in a block to provide more scale to Ethereum via L2 solution that rely on L1 data capacity. + +## Motivation + +Ethereum, with its rollup centric roadmap, scales by relying on L2. Since the Dencun fork, the blob gas target and maximum was set to 3/6 respectively. The blob gas limit was arrived at based on a series of big block tests performed on the Ethereum mainnet network as well as a series of testnets. The values were chosen cautiously, as its extremely hard to predict the exact p2p behaviour of Ethereum mainnet. + +As we now have the Dencun upgrade live, we are able to use monitoring tools to check the network health. Initial monitoring indicates that we have a stable network with the current gas target, allowing us to consider starting a series of big block and blob tests to determine the theoretical headroom we currently have. The EIP would then be updated to include a proposed new blob gas target and limit. + +Additional EIPs such as [EIP-7623](./eip-7623.md) proposes a calldata cost increase which would significantly lower the worst case base block size, thus creating more headroom for a potential blob throughput increase. + +The current long term plan of Ethereum is to impliment peerDAS, but given the uncertain timelines, this EIP aims to increase the throughput short term to provide some scaling until future solutions are deployed. + + +## Specification + +### Parameters + +| Constant | Value | +| - | - | +| `PECTRA_FORK_EPOCH` | `tbd` | +| `MAX_BLOBS_PER_BLOCK` | `tbd` | + +## Rationale + +### Simplicity + +A blob limit increase at the fork transition is relatively straightforward from an implimentation perspective. We would need to deploy an increased amount of monitoring around the fork epoch, but after a period of stability we can assume that the blob limit increase was successful, reducing any unexpected co-ordination efforts. + +The EIP aims to minimize the amount of testing and implimentation effort from the perspective of the client teams, to allow for more resources to be allocated to peerDAS and other scaling research. + +While this EIP may not achieve the new optimal blob limit, it offers a compromise for a short term increase. + +### Testable changes + +Through the use of big block/blob tests on Ethereum mainnet as well as testnets, we can earn a high degree of certainity that the blob limit increase would not negatively impact the network. These tests as well as the associated analysis can be performed mostly by non-client team entities, with minimal input required. Since the changes are quite contained, the EIP should be able to reduce the risk of the blob limit increase. + +## Backwards Compatibility + +todo + +## Security Considerations + +todo + +## Copyright + +Copyright and related rights waived via [CC0](../LICENSE.md). \ No newline at end of file