Skip to content

Commit

Permalink
changed info! notice re: terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahampshire committed Sep 5, 2024
1 parent 490ae43 commit 6791fab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions documentation/docs/src/zknym/double-spend-prot.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ Each Gateway will periodically share their serial numbers with the Quorum and re
All Gateways periodically forward the collected credits to the Quorum, enabling them to pinpoint and blacklist any clients who double spend. Upon receiving the credits, the Quorum appends all the incoming serial numbers to the global list of spend zk-nym serial numbers and proceed with the identification process for any malicious users engaging in double-spending.

This identification phase involves looking for instances of double spending, identifying the id of the double-spending client, and blacklisting this client by its id. Subsequently, when this client requests a new credential, their plaintext public identifier is included in the request. The Quorum then checks if this identifier is blacklisted. If it is, a new credential is not issued. Furthermore, since the PSCs are only attainable after depositing NYM as payment, the Quorum has the authority to withhold the deposited NYMs as a punitive measure for any detected instances of double-spending.

<!-- extract parts of large diagram & upload as PNG to server + link -->
2 changes: 1 addition & 1 deletion documentation/docs/src/zknym/rerandomise.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Each zk-nym credit will not be valid for the entire amount of data that the cred
```admonish info
The functionality included in the following code block examples were added to the [nym-cli tool](../tools/nym-cli.md) for illustrative purposes only: this is not necessarily how credentials will be accessed in the future.
**Furthermore, the `nym-cli` uses the words 'tickets' in place of 'zkNyms' and 'ticketbook' in place of 'aggregated credential': this was WIP internal wording that we are moving away from now.**
**Furthermore, the `nym-cli` uses the words 'tickets' in place of 'credits' and 'ticketbook' in place of 'aggregated credential': this is wording that we are moving away from now in place of the simpler credential/credit.** This will be updated in the `nym-cli` tool in a future release.
The numbers used in this high level overview are for illustration purposes only. The figures used in production will potentially vary. Note that individual zkNym sizes will be uniform across the Network.
```
Expand Down
4 changes: 2 additions & 2 deletions documentation/docs/src/zknym/unlinkability.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Each time a credential is requested by an ingress Gateway to prove that a client
```admonish info
The functionality included in the following code block examples were added to the [nym-cli tool](../tools/nym-cli.md) for illustrative purposes only: this is not necessarily how credentials will be accessed in the future.
**Furthermore, the `nym-cli` uses the words 'tickets' in place of 'credits' and 'ticketbook' in place of 'credential': this was WIP internal wording that we are moving away from now.**
**Furthermore, the `nym-cli` uses the words 'tickets' in place of 'credits' and 'ticketbook' in place of 'aggregated credential': this is wording that we are moving away from now in place of the simpler credential/credit.** This will be updated in the `nym-cli` tool in a future release.
TODO ONCE THESE DOCS ARE GOOD TO GO, CHANGE NYM-CLI ARGS IN SAME PR
The numbers used in this high level overview are for illustration purposes only. The figures used in production will potentially vary. Note that individual zkNym sizes will be uniform across the Network.
```

```
Expand Down

0 comments on commit 6791fab

Please sign in to comment.