From f576eabfeaa1c6db8fd69e26601bf30d23ff3a7a Mon Sep 17 00:00:00 2001 From: Mikers Date: Mon, 25 Nov 2024 10:38:35 -0500 Subject: [PATCH] requirement for independent storage spaces --- FIPS/fip-draft_transient_storage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FIPS/fip-draft_transient_storage.md b/FIPS/fip-draft_transient_storage.md index c387a3cd..fd727bc9 100644 --- a/FIPS/fip-draft_transient_storage.md +++ b/FIPS/fip-draft_transient_storage.md @@ -70,6 +70,7 @@ The addition of transient storage is fully backward-compatible. Existing contrac 2. **Lifecycle Validation:** - Verify that transient storage is automatically cleared and becomes inaccessible after the transaction ends. - Verify that transient storage is properly cleared at the end of each transaction and any out-of-lifecycle data does not interfere with subsequent transaction operations. + - Verify that nested contracts have independent transient storage spaces can read and write independently. - Verify that memory remains accessible and stable after contract reentry. ---