We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found by @JayT106
When not passing --unsafe-experimental flag, the current behavior is like this:
--unsafe-experimental
The root cause is the global app.ModuleBasics always includes the gravity module disregarding the experimental flag.
app.ModuleBasics
Change the validate-genesis and export command to have correct module list according to experimental flag.
validate-genesis
export
The text was updated successfully, but these errors were encountered:
fixed by #639
Sorry, something went wrong.
No branches or pull requests
Found by @JayT106
When not passing
--unsafe-experimental
flag, the current behavior is like this:The root cause is the global
app.ModuleBasics
always includes the gravity module disregarding the experimental flag.Change the
validate-genesis
andexport
command to have correct module list according to experimental flag.The text was updated successfully, but these errors were encountered: