You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiencing problems? Have you tried our Stack Exchange first?
This is not a support question.
Description of bug
HI folks!
We have a running testnet babe/grandpa + some custom pallets. Our chain faced a finalization issue so I wanted to revert some blocks back to restore it.
After looking a little bit more into it. The problem being the force canonicalization as I mentioned above. We prune the blocks and thus, we can not revert to them anymore.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
HI folks!
We have a running testnet babe/grandpa + some custom pallets. Our chain faced a finalization issue so I wanted to revert some blocks back to restore it.
Running chain-info gives me this:
After that when I run revert for 10,000 blocks, it says:
The chain-info after that is:
I get why reverting finalized blocks doesn't work, there is an issue in the old repo already, but why isn't it reverting un-finalized blocks still?
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: