LayerXcom / cbc-casper-simulator

CBC Casper simulator
MIT License
5 stars 1 forks source link

CBC validator rotation #29

Closed yudetamago closed 5 years ago

yudetamago commented 5 years ago

We might implement the (mock of ?)weight function proposed in https://ethresear.ch/t/validator-rotation-in-cbc-casper/5200

yudetamago commented 5 years ago

mock

nrryuya commented 5 years ago

I think validator rotation in other chain-based consensus is a relatively small problem so we can skip that for now.

nrryuya commented 5 years ago

so static weight mapping would be fine. I think uniform weight (i.e. w(v1) = w(v2) = ... = w(vn)) is simple and sufficient for now.

yudetamago commented 5 years ago

Finally, we now imported validator rotation functionality from https://github.com/nrryuya/cbc-validator-rotation. Great thanks!