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
Currently the proof specs that can be passed into a MsgCreateClient using the 07-tendermint CLI are one of a couple hardcoded options.
MsgCreateClient
We should allow users to pass in JSON file specifying arbitrary ICS23 ProofSpecs.
ref links:
Code: https://github.com/cosmos/cosmos-sdk/blob/master/x/ibc/07-tendermint/client/cli/tx.go#L101
Review comment: #6374 (comment)
The text was updated successfully, but these errors were encountered:
AdityaSripal
Successfully merging a pull request may close this issue.
Currently the proof specs that can be passed into a
MsgCreateClient
using the 07-tendermint CLI are one of a couple hardcoded options.We should allow users to pass in JSON file specifying arbitrary ICS23 ProofSpecs.
ref links:
Code:
https://github.com/cosmos/cosmos-sdk/blob/master/x/ibc/07-tendermint/client/cli/tx.go#L101
Review comment:
#6374 (comment)
The text was updated successfully, but these errors were encountered: