Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion diagrams/interaction_diagram.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ participant Alice2
participant Bob
database Mempool

title Scenario: A Participant Is Consolidating 2 Coins (Alice1, Alice2) Into 1 (Bob)\n
title Scenario: A Participant Is Consolidating 2 Coins (Alice1, Alice2) Into 1 (Bob) with a fake reissuance request \n
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is fake the proper word here?

Copy link

@ghost ghost Feb 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title Scenario: A Participant Is Consolidating 2 Coins (Alice1, Alice2) Into 1 (Bob) with a fake reissuance request \n
title Scenario: A Participant Is Consolidating 2 Coins (Alice1, Alice2) Into 1 (Bob) with an unnecessary reissuance request \n


== Input Registration ==

Expand Down Expand Up @@ -81,6 +81,15 @@ note right of Coordinator
end note
return RealCreds[], ZeroCreds[]

Random Identity -> Coordinator ++: POST credential-reissuance: RoundId, RealCredReqs[], ZeroCredReqs[]
note right of Coordinator
IsRoundFound()
IsInputConnectionConfirmationOrOutputRegistrationPhase()
EnsureUniqueSerialNumber()
CheckCredProofs()
end note
return RealCreds[], ZeroCreds[]

== Output Registration ==

Bob -> Coordinator ++: POST output-registration: RoundId, Output, PresentedCreds[]
Expand Down