some text's updates

This commit is contained in:
programmer10110 2020-10-11 15:12:42 +03:00
parent fc8d03a8af
commit 5e0ecfcf5f
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ We moved away from the idea of one large state machine that would perform all ta
We implemented a FSMPoolProvider containing all three state machines that we can switch between each other by hand calling necessary events.
For example, when SignatureProposalFSM collected all agreements from every participant it's state becomes *state_sig_proposal_collected*.
That means it's time to start a new DKG round to create shared public key. We can do it by sending *event_dkg_init_process* event to the FSM.
## Visual representation of FSMs
### SignatureProposalFSM
![SignatureProposalFSM](sigFSM.svg)