Skip to content

Commit

Permalink
add another good point
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Jul 30, 2024
1 parent 44968cc commit 725ed31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-7702.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ With this method:
* if EOA is delegated to a new address, it (essentially) starts with clean storage
* if the contract is delegated back to a previous `address`, the EVM will be able to _re-attach_ its old storage.
* chunks of `256` consecutive keys are mapped again to consecutive keys which is nice for debuggings and more importantly state trie optimizations (à la verkle)
* it will be very expensive for a malicious delegation to find storage conflicts and corrupt them

#### In-protocol revocation

Check failure on line 133 in EIPS/eip-7702.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Emphasis style should be consistent [Expected: asterisk; Actual: underscore]

EIPS/eip-7702.md:133:86 MD049/emphasis-style Emphasis style should be consistent [Expected: asterisk; Actual: underscore]

Expand Down

0 comments on commit 725ed31

Please sign in to comment.