Skip to content

Commit

Permalink
feat: add deferred installation wording to validation installation (#165
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fangting-alchemy authored Aug 27, 2024
1 parent 7c85a43 commit a748955
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions standard/ERCs/erc-6900.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit a748955

Please sign in to comment.