Skip to content

Commit a752870

Browse files
committed
bring csv into eip assets
1 parent fc0aaab commit a752870

File tree

2 files changed

+6872
-1
lines changed

2 files changed

+6872
-1
lines changed

EIPS/eip-4488.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Today, there are two key reasons why this is less of a problem than before:
4949

5050
Hence, it's worth rethinking the historical opposition to multi-dimensional resource limits and considering them as a pragmatic way to simultaneously achieve moderate scalability gains while retaining security.
5151

52-
Additionally, the stipend mechanism makes the two-dimensional optimization problem even less of an issue in practice. 90% of all transactions ([sample](http://vitalik.ca/files/misc_files/gas_and_calldata_sample.csv) taken from blocks `13500000, 13501000 ... 13529000`) have <300 bytes of calldata. Hence, if a naive transaction selection algorithm overfills the calldata of a block that the proposer is creating, the proposer will still be able to keep adding transactions from 90% of their mempool.
52+
Additionally, the stipend mechanism makes the two-dimensional optimization problem even less of an issue in practice. 90% of all transactions ([sample](../assets/eip-4488/gas_and_calldata_sample.csv) taken from blocks `13500000, 13501000 ... 13529000`) have <300 bytes of calldata. Hence, if a naive transaction selection algorithm overfills the calldata of a block that the proposer is creating, the proposer will still be able to keep adding transactions from 90% of their mempool.
5353

5454
## Backwards Compatibility
5555

0 commit comments

Comments
 (0)