You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foundry host eventually has to use the 0th validator given by UpdateConsensus, as the proposer.
This will remove old CodeChain proposer selection logic #602 (review).
And also, to express complicated staking rule considering tendermint process, we have to pass the current view (round) to the module, via block_opened().
The text was updated successfully, but these errors were encountered:
junha1
changed the title
Make sorting module to choose the proposer
Make UpdateConsensus to choose the proposer
Dec 22, 2020
Foundry host eventually has to use the 0th validator given by
UpdateConsensus
, as the proposer.This will remove old CodeChain proposer selection logic #602 (review).
And also, to express complicated staking rule considering tendermint process, we have to pass the current view (round) to the module, via
block_opened()
.The text was updated successfully, but these errors were encountered: