Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Whirlpool
Whirlpool
Commits
462b261b
Commit
462b261b
authored
Jun 17, 2019
by
zeroleak
Browse files
add cycle dialog
parent
589550fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
0 deletions
+37
-0
ARCHITECTURE.md
ARCHITECTURE.md
+3
-0
charts/dialog.md
charts/dialog.md
+34
-0
charts/dialog.png
charts/dialog.png
+0
-0
No files found.
ARCHITECTURE.md
View file @
462b261b
...
...
@@ -20,3 +20,6 @@ Whirlpool is modular:

## III. Cycle dialog

charts/dialog.md
0 → 100644
View file @
462b261b
sequenceDiagram
Note over Client,Server:
<
<
WEBSOCKET
>
>
Note left of Client: Connecting...
Client->>+Server: subscribe pool
Server -->>-Client: SubscribePoolResponse
Note left of Client: Waiting for a mix...
Note over Client,Server: ... A new mix starts!
Server-->>Client: ConfirmInputMixStatusNotification
Note left of Client: Trying to join a mix...
Client->>+Server: ConfirmInputRequest
Server -->>-Client: ConfirmInputResponse
Note left of Client: Joined a mix!
Note over Client,Server: ... Anonymity set reached!
Server -->>+Client: RegisterOutputMixStatusNotification
Note left of Client: Registering output...
Note over Client / alt. identity,Server: << REST >> from alternate identity
Client / alt. identity->>-Server: RegisterOutputRequest
Note left of Client: Registered output
Note over Client,Server: ... All outputs registered!
Server -->>+Client: SigningMixStatusNotification
Note left of Client: Signing...
Client->>-Server: SigningRequest
Note left of Client: Signed
Note over Client,Server: ... All signed!
Server -->>+Client: SuccessMixStatusNotification
charts/dialog.png
0 → 100644
View file @
462b261b
158 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment