attestantio / vouch

Apache License 2.0
112 stars 28 forks source link

Add target scoring for block proposals. #57

Closed mcdee closed 2 years ago

mcdee commented 2 years ago

Scoring target votes requires historical information for chain, however it is not feasible to fetch this at the time the block is proposed. This fetches blocks as they are added to the chain, and uses the information to score target votes accordingly.