Skip to content

Commit

Permalink
Update eip-2930.md
Browse files Browse the repository at this point in the history
Improve text
  • Loading branch information
athevinha committed Jun 13, 2024
1 parent ec89dd6 commit 7f70f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-2930.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ However, this EIP proposes only a 10% initial discount to access lists, so there

### Transaction size bloating

Average block size will increase as a result of access lists being used. However, the per-byte cost of access lists is `1900 / 32 = 59.375` for storage keys and `2400 / 20 = 120` for addresses, making it much more expensive than calldata; hence, worst-case block size will not increase. Additionally, increases in average block size will be partially compensated for by the ability to pre-fetch storage at time of receiving a transaction and/or load storage in parallel upon receiving a block.
The average block size is expected to increase due to the use of access lists. Despite this, the cost per byte of access lists is significantly higher than that of calldata, being 1900 / 32 = 59.375 for storage keys and 2400 / 20 = 120 for addresses. Consequently, the worst-case block size will remain unaffected. Furthermore, the increase in average block size will be partially offset by the ability to pre-fetch storage upon transaction receipt and load storage in parallel when a block is received.

## Copyright

Check failure on line 139 in EIPS/eip-2930.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Copyright"]

EIPS/eip-2930.md:139 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Copyright"]

Check failure on line 139 in EIPS/eip-2930.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Copyright"]

EIPS/eip-2930.md:139 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Copyright"]
Copyright and related rights waived via [CC0](../LICENSE.md).

0 comments on commit 7f70f20

Please sign in to comment.