attestantio / vouch

Apache License 2.0
112 stars 28 forks source link

Handle chain reorganisations. #13

Closed mcdee closed 3 years ago

mcdee commented 3 years ago

When a chain reorganisation occurs it is possible that this impacts Vouch's attestations and proposals for the current and next epoch. This patch listens to the Ethereum 2 events stream for reorganisation notifications. If it finds one it cancels existing and creates new duties, as required.