Skip to content

Commit

Permalink
fixed q/a
Browse files Browse the repository at this point in the history
  • Loading branch information
spikeekips committed Sep 24, 2019
1 parent 4403a66 commit ff2c8cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readthedocs/docs/isaac+/voting-stages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ When *INIT* voting is finished, the new proposer of newly selected acting suffra

.. note::

Node is booted and previous block is already established. Does *INIT* ballot should contain new block and previous round information?
Q. Node is booted and previous block is already established. Does *INIT* ballot should contain new block and previous round information?

TL;DR Yes. Basically *INIT* stage works for verifying the previous voting result and finally establishing it. If previous voting is already established, the new block and it's round information will be used the new starting round is based on the valid block or not.
A. TL;DR Yes. Basically *INIT* stage works for verifying the previous voting result and finally establishing it. If previous voting is already established, the new block and it's round information will be used the new starting round is based on the valid block or not.


Proposal
Expand Down Expand Up @@ -142,9 +142,9 @@ The result of voting:

.. note::

The threshold, 7 is different from 3, threshold of acting suffrage group, why?
Q. The threshold, 7 is different from 3, threshold of acting suffrage group, why?

The default threshold percent is 67%, this means at least 2/3 nodes should agree on the same result. The 7 is 67% of the number of all the suffrage group members.
A. The default threshold percent is 67%, this means at least 2/3 nodes should agree on the same result. The 7 is 67% of the number of all the suffrage group members.


The suffrage group agreed on ``H0`` and ``H0`` will be established as the new block, and then newly selected acting suffrage group will start new round for next block.
Expand Down
1 change: 1 addition & 0 deletions readthedocs/docs/network/designing-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ In mitum these kind of principles, most of policies are managed in block like da
* Policy can be updated by consensus like data.

.. note::

The initial policy is set by the network designer.

Model
Expand Down
1 change: 1 addition & 0 deletions readthedocs/docs/network/node-and-group.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Acting Suffrage Group
* The member of acting suffrage group will be tested and challenged, whether it works correctly without problem by the other suffrage group members.

.. note::

If some node in acting suffrage group members works weirdly, it may be exiled by network policy.

Proposer
Expand Down

0 comments on commit ff2c8cb

Please sign in to comment.