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
Hello, I'm new to blockchain.
I'm referring to your repo for my project.
I'm trying to write a feature where when the validators are down, they are brought up similar to the support_state_sync.
In this case, the network should be up as we are getting the latest block height.
But in my scenario where I'm only running very few validators(around 6) and the network is down, how to bring up the validators(which went down long before the network went down) and resync them to the latest commit(just before the network went down)
The text was updated successfully, but these errors were encountered:
Hello, I'm new to blockchain.
I'm referring to your repo for my project.
I'm trying to write a feature where when the validators are down, they are brought up similar to the support_state_sync.
In this case, the network should be up as we are getting the latest block height.
But in my scenario where I'm only running very few validators(around 6) and the network is down, how to bring up the validators(which went down long before the network went down) and resync them to the latest commit(just before the network went down)
The text was updated successfully, but these errors were encountered: