-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Question about custom Stride Docker image #1432
Comments
In a draft PR, I was able to start a Stride chain successfully using
This error message is misleading because it can originate from:
|
The only change from v5.1.1 of stride is changing the admin account for the
At the time of writing this test it was a hardcoded variable. Upon a quick skim, it does not look like there is an admin account anymore in the stakeibc module so that should no longer be necessary.
The issue you are seeing is a different one. The genesis file format has changed. I grabbed the default genesis.json generated by |
Thanks for your help. I just tried to create a new stride genesis.json but couldn't find the |
Context
relayer/interchaintest/stride/stride_icq_test.go
Line 55 in b110a7a
Question
Why do these tests rely on a custom version of the Stride docker image? Is there anything in that Docker image that hasn't been upstreamed to the default image (e.g. v19.0.0)?
cc: @agouin
The text was updated successfully, but these errors were encountered: