-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✘ Blockchain init failed: unknown command "validate-genesis" #27
Comments
@jeronimoalbi I think this is due to previous versions of ignite having an "appd validate-genesis" and that seems to have been moved to "appd genesis validate", so the network command runs a command that no longer exists perhaps. |
Hi, is there a workaround for this? Want to release a testnet chain as soon as possible. Thank you @mondainai247 |
@yohanelly95 you can launch the chain manually. I don't see any great tutorials for this online, so I intend to create one. |
@yohanelly95 please check out this documentation below. You can also create a chain using ignite an push it to github, then install on a VPS using SSH commands. |
Any updates on this? Tried to fork and change the ignite/cli dependency to v28 but it makes many other dependencies to fail |
@ManuelBilbao FYI - if you use version 26 it should work fine. I think we are still trying to find a solution for this, as seems a newer version of sdk caused this issue. |
Thank you. As I'm working with version 28 because I want Cosmos v0.50, I'll wait for the solution |
The issue actually isn't the name In your
This will then give you
Which allows the network module to find the Also make sure to check in your code as the network module pulls the data from your repo and rebuilds your appd binary. |
To get past the
|
@julienrbrt Hi, how about this issue? I still get this error. |
I switch to ignite v0.26, which version should use for github.com/ignite/cli-plugin-network? |
Still the same error with |
A change in network needs to happen to work with v0.50 chains. @Pantani is on it. |
steps to reproduce:
git clone https://github.com/dhealthproject/dhealth-testnet
cd dhealth-testnet
ignite network chain publish github.com/dhealthproject/dhealth-testnet.git
The text was updated successfully, but these errors were encountered: