lightstreams-network / lightchain

Fast proof-of-authority blockchain based on go-ethereum and tendermint
https://lightstreams.network
GNU General Public License v3.0
55 stars 16 forks source link

Prepare validator set to be updated in ABCI::EndBlock #111

Open EnchanterIO opened 5 years ago

EnchanterIO commented 5 years ago

Add a if condition to code to pull a new validator set from a smart contract after block X.

Not necessarily to use Eth API, query the information directly from the open database.

ggarri commented 5 years ago

I am going to take over of this. The approach I am taking is to include validator set as part of a smart contract