-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stale/Fresh Leaf mechanism in overseer might not actually get used #768
Comments
How can I execute a "chain reversion"? |
You need to trigger a dispute that resolves against a candidate. This will trigger a reversion right before the including block. A dispute can be triggered in Zombienet via malus nodes. See here for example. |
A re-org is not triggering any block import event. We also don't directly re-org from the point of view of the database. Babe will just start building on a different fork as being told by the |
Got it, so this answers the question: The code is not actually in use and can be removed. |
I'm assuming the status for the |
No, |
I'm not sure I'll be able to assist with this issue 😓 |
) * Calculate finalized header time on genesis config import * Finishes up import time check fix. * fmt * Revert switching back to polkadot launch. * Update parachain/pallets/ethereum-beacon-client/src/benchmarking/data.rs Co-authored-by: David Dunn <26876072+doubledup@users.noreply.github.com> Co-authored-by: claravanstaden <Cats 4 life!> Co-authored-by: David Dunn <26876072+doubledup@users.noreply.github.com>
It is not clear whether a chain reversion actually triggers a
BlockImport
event, as technically no block got imported. We should verify through reading code/docs and trying whether that code is actually needed and if not, get rid of it.Semantics of
BlockImport
event should in any case get clarified in code and docs on how it behaves on chain reversions.The text was updated successfully, but these errors were encountered: