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
This error appears when the existing chain config version is different than the config needed by the Ignite CLI version being run. In this specific case you are running an older binary against a chain with a newer version so the solution is to use a newer binary.
The error message definitely needs more context for the user
We should add the config version to the CLI version command output
We could add a command to migrate the config to the latest version (downgrading doesn't make much sense I think)
Automatic update is not ideal in this case because it would need to be done locally before compiling the app binary and those changes wouldn't be committed.
$ ignite n chain publish github.com/foo/bar
Source code fetched
Blockchain set up
Blockchain init failed: blockchain app uses a previous config version v0 and CLI expects v1
Use a recent CLI version or upgrade blockchain app's config
This error doesn't mean much to a normal user.
The text was updated successfully, but these errors were encountered: