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
Sub-issue of #115.
Currently, the ICS02 mock context supports only 1 client and 1 consensus state for that client: https://github.com/informalsystems/ibc-rs/blob/cf6c815eb03ddbee811c5220935f8b96c6b48440/modules/src/ics02_client/context_mock.rs#L11-L16
Consequently, this mock permits very limited testing scenarios.
MockClientContext
consensus_state
client_state
client_id
The text was updated successfully, but these errors were encountered:
chore: lint and add go linting action (cosmos#114)
41288bd
* lint and add go linting * Update go/Makefile * fix Co-authored-by: Marko Baricevic <[email protected]>
adizere
No branches or pull requests
Summary of Bug
Sub-issue of #115.
Currently, the ICS02 mock context supports only 1 client and 1 consensus state for that client:
https://github.com/informalsystems/ibc-rs/blob/cf6c815eb03ddbee811c5220935f8b96c6b48440/modules/src/ics02_client/context_mock.rs#L11-L16
Consequently, this mock permits very limited testing scenarios.
Rough roadmap:
MockClientContext
to permit storing multipleconsensus_state
,client_state
(indexed by theirclient_id
most likely)For Admin Use
The text was updated successfully, but these errors were encountered: