BuildOnViction / tomochain-v1

The efficient blockchain for the token economy
https://tomochain.com
GNU Lesser General Public License v3.0
51 stars 22 forks source link

Masternode calculates its turn to propose block #20

Closed ngtuna closed 6 years ago

ngtuna commented 6 years ago

On every epoch, we sort out masternodes for the list of who can propose which block. Each masternode should know his turn by accessing snapshot and get ordering info. By doing this, we are not allowing masternodes racing to propose blocks

ngtuna commented 6 years ago

fixed via #28