You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gateway-contracts/.github/ISSUE_TEMPLATE/docs_bug_report.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,7 @@ Please provide a link to the page where the issue is located:
14
14
15
15
### **Description**
16
16
17
-
Describe in detail what part of the documentation is unclear or provide a clear and detailed description of the bug.
18
-
Include any inconsistencies, typos, broken links, or missing information.
17
+
Describe in detail what part of the documentation is unclear or provide a clear and detailed description of the bug. Include any inconsistencies, typos, broken links, or missing information.
19
18
20
19
<details><summary>For example:</summary>
21
20
<p>
@@ -69,5 +68,4 @@ Choose the impact of the bug on the documentation quality and user experience:
69
68
70
69
---
71
70
72
-
By including these details, we can ensure a faster and more accurate resolution for your issue. Thank you for helping
73
-
improve the `fhevm Gateway's documentation`!
71
+
By including these details, we can ensure a faster and more accurate resolution for your issue. Thank you for helping improve the `fhevm Gateway's documentation`!
Copy file name to clipboardExpand all lines: gateway-contracts/.github/ISSUE_TEMPLATE/feature_request.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,7 @@ labels: enhancement
6
6
assignees: ""
7
7
---
8
8
9
-
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem
10
-
is. Ex. I'm always frustrated when [...]
9
+
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11
10
12
11
**Describe the solution you'd like** A clear and concise description of what you want to happen.
The **FHEVM Gateway** is a set of smart contracts that enables decrypting FHE ciphertexts from different host chains. It
4
-
acts as an intermediary between the chains, the Key Management Service (KMS) and the coprocessors found within the FHEVM
5
-
protocol. These contracts are responsible for:
3
+
The **FHEVM Gateway** is a set of smart contracts that enables decrypting FHE ciphertexts from different host chains. It acts as an intermediary between the chains, the Key Management Service (KMS) and the coprocessors found within the FHEVM protocol. These contracts are responsible for:
6
4
7
5
- Verifying the legitimacy of decryption requests
8
6
- Centralizing multi-chain ciphertexts access
@@ -11,14 +9,14 @@ protocol. These contracts are responsible for:
|`Decryption`| Decrypt FHE ciphertexts | - Request a public decryption<br>- Request a user decryption<br>- Request a delegated user decryption|
17
-
|`InputVerification`| Verify an input's zero-knowledge proof of knowledge (ZKPoK) | - Verify a ZKPoK<br>- Reject a ZKPoK |
18
-
|`MultichainAcl`| Centralize Access Control Lists (ACL) from all host chains| - Grant account access to ciphertexts<br>- Authorize public decryption of ciphertexts<br>- Delegate account access to ciphertexts |
19
-
|`CiphertextCommits`| Store ciphertext commitments from all host chains | - Store regular ciphertext commitments<br>- Store Switch and Squash (SNS) ciphertext commitments|
20
-
|`KmsManagement`| Orchestrate KMS-related materials | 🚧 _Not in use yet_ 🚧|
21
-
|`GatewayConfig`| Administer configuration settings | - Register KMS nodes, coprocessors and host chains. <br> - Update KMS nodes, coprocessors and host chains.|
12
+
| Contract | Description | Features |
13
+
| --- | --- | --- |
14
+
|`Decryption`| Decrypt FHE ciphertexts | - Request a public decryption<br>- Request a user decryption<br>- Request a delegated user decryption |
15
+
|`InputVerification`| Verify an input's zero-knowledge proof of knowledge (ZKPoK) | - Verify a ZKPoK<br>- Reject a ZKPoK |
16
+
|`MultichainAcl`| Centralize Access Control Lists (ACL) from all host chains | - Grant account access to ciphertexts<br>- Authorize public decryption of ciphertexts<br>- Delegate account access to ciphertexts |
17
+
|`CiphertextCommits`| Store ciphertext commitments from all host chains | - Store regular ciphertext commitments<br>- Store Switch and Squash (SNS) ciphertext commitments |
18
+
|`KmsManagement`| Orchestrate KMS-related materials | 🚧 _Not in use yet_ 🚧 |
19
+
|`GatewayConfig`| Administer configuration settings | - Register KMS nodes, coprocessors and host chains. <br> - Update KMS nodes, coprocessors and host chains. |
22
20
23
21
## Getting started
24
22
@@ -34,7 +32,6 @@ Documentation can be found [here](./docs/SUMMARY.md).
34
32
</picture>
35
33
</a>
36
34
37
-
🌟 If you find this project helpful or interesting, please consider giving it a star on GitHub! Your support helps to
38
-
grow the community and motivates further development.
35
+
🌟 If you find this project helpful or interesting, please consider giving it a star on GitHub! Your support helps to grow the community and motivates further development.
@@ -44,5 +45,4 @@ Collaborate with us to advance the FHE spaces and drive innovation together.
44
45
45
46
---
46
47
47
-
We value your feedback! [Take a 5-question developer survey](http://zama.ai/developer-survey) to improve the fhevm
48
-
Gateway and the documentation and help other developers use FHE.
48
+
We value your feedback! [Take a 5-question developer survey](http://zama.ai/developer-survey) to improve the fhevm Gateway and the documentation and help other developers use FHE.
0 commit comments