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
basecoin-store
ibc-testkit
Currently, ibc-testkit uses a MockContext with a very minimalistic data structure. We want to improve this to capture more adversarial scenarios.
To achieve this, along with other refactors, we must introduce a blockchain-compatible store like Merkle Tree.
basecoin already has a working Merkle tree with a helpful set of store data structures and types. We want to move the store crate from there under ibc-testkit. We may directly use it when it is published on crates.io.
basecoin
<= 0.49.1
The text was updated successfully, but these errors were encountered:
ibc
MockContext
closed by #1109
Sorry, something went wrong.
rnbguy
Successfully merging a pull request may close this issue.
Feature Summary
Currently,
ibc-testkit
uses a MockContext with a very minimalistic data structure. We want to improve this to capture more adversarial scenarios.To achieve this, along with other refactors, we must introduce a blockchain-compatible store like Merkle Tree.
basecoin
already has a working Merkle tree with a helpful set of store data structures and types.We want to move the store crate from there under ibc-testkit.We may directly use it when it is published on crates.io.Proposal
<= 0.49.1
The text was updated successfully, but these errors were encountered: