pub fn ibc_integration_test<A, B>()where
A: TestHost,
B: TestHost,
HostClientState<A>: ClientStateValidation<DefaultIbcStore>,
HostClientState<B>: ClientStateValidation<DefaultIbcStore>,Expand description
Integration test for IBC implementation. This test creates clients,
connections, channels between two TestHosts.
If serde feature is enabled, this also exercises packet relay between TestHosts. This uses
DummyTransferModule
to simulate the transfer of tokens between two contexts.