Skip to content

Commit 66a57a2

Browse files
author
Weiwu Zhang
committed
amending to add optional contract inteface
1 parent 588249f commit 66a57a2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ERCs/ERC5XX1 draft.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
### Abstract
2222

23-
This ERC describes how to assert the authenticity of signed client-script and adds a `revokeClientCodeSigningKey()` function for revocation.
23+
This ERC describes how to assert the authenticity of signed client-script.
2424

2525
### Motivation
2626

@@ -49,12 +49,16 @@ The authenticity of the client script may be obtained through `scriptURI()` func
4949

5050
### Format of the certificate and signature
5151

52-
[expand here] certificate is to be in x.509 format. the signature is to be compatible with XMLDSIG.
52+
[expand here] certificate is to be in x.509 format. the signature is to be compatible with XMLDSIG. It's worth noting the key purpose to specify in x.509
5353

5454
### Format to attach signature
5555

5656
This ERC does not specify how a wallet client obtains the signature [examples of ways to obtain]
5757

58+
### Revocation
59+
60+
add a public revocation list. (optional) and adds a `revokeClientCodeSigningKey()` function for revocation.
61+
5862
### Concerning Proxy Contract
5963

6064

0 commit comments

Comments
 (0)