desmos-labs/docs

Add more state sync information

Closed this issue · 0 comments

Currently, since both our testnet and our mainnet had many on-chain updgrades, in order to use the state sync feature a new validator is required to know:

  • which Desmos version to use when starting the sync
  • the height to be used when setting up state sync

In order to make things easier, we should add inside our documentation a page (or a section) that lists all the on-chain upgrade that we had and the associated Desmos binary version that should be used to sync from that chain onward. Something like this could work (mainnet):

State sync height Desmos version
0 - 1149679 v1.0.1
1149680 - 1347304 v2.3.0
> 1347305 v2.3.1

Also, we should explicitly tell that each time the sate sync height is changed, they need to run desmos unsafe-reset-all before trying to state sync again.