Skip to content

Commit

Permalink
docs(core) - run prettier and ensure branch is up to date with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Dec 7, 2023
1 parent d884cc2 commit 9331ae8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions website/versioned_docs/version-v1.x/coordinator-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ sidebar_position: 13

# Coordinator local processing

The coordinator is responsible for processing and tallying messages locally, before generating proofs that this was done correctly using the zk-SNARK circuits.
The coordinator is responsible for processing and tallying messages locally, before generating proofs that this was done correctly using the zk-SNARK circuits.

To summarize, the coordinator's goal here is to process all of the messages that were submitted by MACI's voters, then tally the votes based on the valid vote messages. Furthermore, each batch processed should be able to be verified by a zk-SNARK proof.
To summarize, the coordinator's goal here is to process all of the messages that were submitted by MACI's voters, then tally the votes based on the valid vote messages. Furthermore, each batch processed should be able to be verified by a zk-SNARK proof.

## Which MACI's components are involved
## Which MACI's components are involved

The following diagram, shows which components are involved and at which step of the way

Expand All @@ -27,7 +27,6 @@ Zooming in..

![message processing](/img/messageProcessingLocal.svg)


**Vote tallying**

![vote tallying](/img/voteTallyingLocal.svg)
Expand All @@ -44,4 +43,4 @@ Zooming in..

**Tally commitments**

![tally commitments](/img/tallyCommitments.svg)
![tally commitments](/img/tallyCommitments.svg)

0 comments on commit 9331ae8

Please sign in to comment.