From d16cbf8bcf9a71a859423b55fcdb7f94459a45f8 Mon Sep 17 00:00:00 2001 From: Fangting Liu Date: Tue, 27 Aug 2024 11:12:23 -0700 Subject: [PATCH] feat: add deferred installation wording to validation installation --- standard/ERCs/erc-6900.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/standard/ERCs/erc-6900.md b/standard/ERCs/erc-6900.md index 088cdeb1..f7c59e1d 100644 --- a/standard/ERCs/erc-6900.md +++ b/standard/ERCs/erc-6900.md @@ -466,9 +466,10 @@ TODO for v0.8 #### Validations and their installation /uninstallation -An account can have more than one validation installed. +An account can have more than one validation module/function installed. An account can have the same validation module installed more than once. -The entityId of a validation installed on an account MUST be unique. +The entityId of a validation function installed on an account MUST be unique. +Validation installation MAY be deferred until a later time, such as upon first use. #### Responsibilties of `StandardExecutor` and `ModuleExecutor`