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
Same reasoning as #2066. Should be added for 03-connection params
The text was updated successfully, but these errors were encountered:
GenesisState
For reference: #1628 (comment)
Sorry, something went wrong.
The implementation for transfer can serve as reference. See this comment for details.
I think we need to go with some alternative naming. e.g. rename the Params grpc in 02-client to ClientParams and use ConnectionParams here.
Params
ClientParams
ConnectionParams
Otherwise we cause duplicate method: Params compiler errors due to: https://github.com/cosmos/ibc-go/blob/main/modules/core/types/query.go#L15
duplicate method: Params
What do you think?
damiannolan
Successfully merging a pull request may close this issue.
Summary
Same reasoning as #2066. Should be added for 03-connection params
For Admin Use
The text was updated successfully, but these errors were encountered: