Skip to content

Commit c7a9bf2

Browse files
author
Weiwu Zhang
committed
sorry James, I'm removing this large chunk because it belongs to the 2nd ERC and it made the first ERC too wordy
1 parent 89bc557 commit c7a9bf2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ERCs/ERC5XX0 draft.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@ For validation of authenticity we consider two different cases:
5050

5151
2. If the `scriptURI` points to a dynamic location, the client must verify that the script downloaded has actually been issued by the same entity, which issued the token it is enhancing. The client must also warn the user against execution if this is not the case. However, this scenario is not covered by this ERC, but is handled by ERC 5XX1.
5252

53-
54-
#### Script updates
55-
Besides issues of script location, another issue is how the script can be updated in a manner where the caller can be sure it is authentic.
56-
57-
We address this issue by allowing the issuer to update the `scriptURI` on-chain, when the URI points to an immutable location or the URI itself contains info for script validation.
58-
59-
This ensures that the script can be changed, even in cases where the URI points to a location based on the hash digest of the script (which is the case if it is stored on the IPFS).
60-
61-
If instead the `scriptURI` points to a mutable location, it can be updated without on-chain interaction, as described in ERC 5XX1.
62-
6353
#### Overview
6454

6555
With the discussion above in mind we outline the solution proposed by this ERC. For this purpose we consider the following variables:

0 commit comments

Comments
 (0)