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
Update SimApp to be compatible for external usage.
SimApp is useful for doing integration tests, but all its field are unexported.
Make keeper field exported and add getter functions for its keys and cdc.
The text was updated successfully, but these errors were encountered:
colin-axner
Successfully merging a pull request may close this issue.
Summary
Update SimApp to be compatible for external usage.
Problem Definition
SimApp is useful for doing integration tests, but all its field are unexported.
Proposal
Make keeper field exported and add getter functions for its keys and cdc.
For Admin Use
The text was updated successfully, but these errors were encountered: