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
ProofSpecs
ibc
Currently, we use the Cosmos SDK ProofSpecs definition for all Tendermint chains. We should allow users to specify the ProofSpecs for non-SDK chains.
We maybe add a config option [[chains]].proof_spec that takes a file/text with a serialized (JSON?) ProofSpec definition.
[[chains]].proof_spec
ProofSpec
Users are able to specify a custom ProofSpecs for non-SDK chains
The text was updated successfully, but these errors were encountered:
hu55a1n1
Successfully merging a pull request may close this issue.
Crate
ibc
Summary
Currently, we use the Cosmos SDK
ProofSpecs
definition for all Tendermint chains. We should allow users to specify theProofSpecs
for non-SDK chains.Proposal
We maybe add a config option
[[chains]].proof_spec
that takes a file/text with a serialized (JSON?)ProofSpec
definition.Acceptance Criteria
Users are able to specify a custom
ProofSpecs
for non-SDK chainsFor Admin Use
The text was updated successfully, but these errors were encountered: