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
wasmd v0.27.0 uses v3 of ibc-go. https://github.com/cosmos/ibc-go/blob/v3.0.0/modules/core/24-host/validate.go#L21
I added DefaultMaxPortCharacterLength becase the source related to ibc has not been update in our repository.
It is necessary to decide whether to import and use or update x/ibc before developing IBCs.
Originally posted by @shiki-tak in #570 (comment)
The text was updated successfully, but these errors were encountered:
I think it's better to remove x/ibc module in this repo and import ibc-go.
x/ibc
ibc-go
Sorry, something went wrong.
I think it is difficult to import ibc-go. So I updated x/ibc simply.
ulbqb
Successfully merging a pull request may close this issue.
wasmd v0.27.0 uses v3 of ibc-go.
https://github.com/cosmos/ibc-go/blob/v3.0.0/modules/core/24-host/validate.go#L21
I added DefaultMaxPortCharacterLength becase the source related to ibc has not been update in our repository.
It is necessary to decide whether to import and use or update x/ibc before developing IBCs.
Originally posted by @shiki-tak in #570 (comment)
The text was updated successfully, but these errors were encountered: