From 725ed31b976a2bba8ceaf6db20181300fb1548b7 Mon Sep 17 00:00:00 2001 From: gajinder Date: Tue, 30 Jul 2024 13:03:38 +0530 Subject: [PATCH] add another good point --- EIPS/eip-7702.md | 1 + 1 file changed, 1 insertion(+) diff --git a/EIPS/eip-7702.md b/EIPS/eip-7702.md index 2916dbf1f886d6..2d1ada9bafe50f 100644 --- a/EIPS/eip-7702.md +++ b/EIPS/eip-7702.md @@ -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