We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
考察三种 Voting 机制之间的 Refinement 关系:
IncreaseMaxBal(a, b)
理由: VoteFor(a, b) 中已包含 IncreaseMaxBal(a, b) 动作。
VoteFor(a, b)
Voting
EagerVoting
另一个维度的问题: VoteFor 确定值 v 时,使用 All 还是 Quorum?
VoteFor
v
The text was updated successfully, but these errors were encountered:
hengxin
Starydark
No branches or pull requests
考察三种 Voting 机制之间的 Refinement 关系:
IncreaseMaxBal(a, b)
?理由:
VoteFor(a, b)
中已包含IncreaseMaxBal(a, b)
动作。Voting
EagerVoting
另一个维度的问题:
VoteFor
确定值v
时,使用 All 还是 Quorum?The text was updated successfully, but these errors were encountered: