Store validator list in the states#1592
Store validator list in the states#1592sgkim126 merged 3 commits intoCodeChain-io:masterfrom sgkim126:val-spec
Conversation
|
Hi @majecty, @foriequal0 and @kseo, The first is the block generation should wait a long time if the validator who has been delegated lot's of stake has stopped. The second problem is that it's not easy to calculate the block author. The new way has a simpler approach to decide the proposer but it has better property. Briefly speaking, the order of validators is determined in the same height by considering delegation, generated blocks and round. |
And changes the way to calculate the order of the block proposer.
|
I resolved the conflicts with #1597 |
|
@foriequal0 The only change after you approved is resolving conflicts. I'll merge it. |
And changes the way to calculate the order of the block proposer.