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
This is currently allowed but will lead to a KVStore key collision:
panic: Potential key collision between KVStores:ibc - ibc
The text was updated successfully, but these errors were encountered:
Hey! I want to contribute to the project and I think this can be a great starting point. Can I have this issue?
Sorry, something went wrong.
It is already there. These reservedNames are not allowed. When I tried to create a module with the name "ibc", I got this error:
reservedNames
✘ Ibc is a reserved name and can't be used as a module name
I think we can close this.
@0fatih we should also block to create chains called IBC, because the default module will be IBC: e.g.: ignite s chain github.com/ignite/ibc
ignite s chain github.com/ignite/ibc
Pantani
Successfully merging a pull request may close this issue.
This is currently allowed but will lead to a KVStore key collision:
The text was updated successfully, but these errors were encountered: