You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Towards being able to do integration tests against a Tendermint mock chain, we'd like to expand the MockContext struct so that it can accommodate different types of blocks. For instance, using tendermint-testgen, we could generate Tendermint LightBlocks and thus emulate a TM chain history, which could serve as the underlying history representation in MockContext.
Crate
ibc
Summary
Currently,
MockContext
only permits a history of MockHeaders:https://github.com/informalsystems/ibc-rs/blob/2858779c185d9c9578e7f8203cd5c455e75dcbc3/modules/src/mock_context.rs#L36
Towards being able to do integration tests against a Tendermint mock chain, we'd like to expand the MockContext struct so that it can accommodate different types of blocks. For instance, using tendermint-testgen, we could generate Tendermint LightBlocks and thus emulate a TM chain history, which could serve as the underlying history representation in MockContext.
Problem Definition
Why do we need this feature? For informalsystems/hermes#158 and ultimately informalsystems/hermes#381
For Admin Use
The text was updated successfully, but these errors were encountered: