w3f / polkadot-spec

The Polkadot Protocol Specification
https://spec.polkadot.network
Creative Commons Attribution Share Alike 4.0 International
180 stars 70 forks source link

BABE: added reusing last epoch data in case of skipped epochs #685

Closed bhargavbh closed 1 year ago

bhargavbh commented 1 year ago

Addresses https://github.com/w3f/polkadot-spec/issues/681. In case BABE fails to produce blocks for epochs $E{n+1}$ to $E{n+k}$, the epoch data announced in $En$ is used for producing blocks at $E{n+k+1}$. This detail has been added in the Block Production section

bhargavbh commented 1 year ago

thanks, i updated the PR description and fixed the typo.