corestario / tendermint

Tendermint with an embedded BLS random beacon
Other
18 stars 6 forks source link

feat: abci extention (reseeding) #132

Closed zavgorodnii closed 4 years ago

zavgorodnii commented 4 years ago

This PR adds processing of blsSeed that is provided by the app. It sets ConsensusState.blsSeed to EndBlock.Seed (may be nil), then always appends the value to previous block's random value when verifying/recovering, and sets ConsensusState.blsSeed after any recover attempt.