crypto-org-chain / cronos

Cronos is the first Ethereum-compatible blockchain network built on Cosmos SDK technology. Cronos aims to massively scale the DeFi, GameFi, and overall Web3 user community by providing builders with the ability to instantly port apps and crypto assets from other chains while benefiting from low transaction fees, high throughput, and fast finality.
Other
295 stars 237 forks source link

Unable to start mainnet node with quicksync snapshots #1514

Closed mookmookoolala closed 4 months ago

mookmookoolala commented 4 months ago

Hi team, Im trying to setup a mainnet full node and decided to use the snapshot from quicksync.

I downloaded the snapshot for levelsdb from quicksync however after replacing data directory and restarting the service, i get this error.

failed to load latest version: version of store authz mismatch root store's version; expected 14790217 got 0

mmsqe commented 4 months ago

@mookmookoolala can you try sync from v1.2.0 since authz get removed since v1.1.0-rc2

mookmookoolala commented 4 months ago

Alright seem to solve the issues! Thanks