Open penumbra23 opened 2 months ago
Is this a pruned node? Or an archive node?
@bkchr It's a prunned node running as a validator, the prunning factor is 10.000 blocks.
Okay. 4096
is the default force canonicalization window. I assume there is some bug around this.
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