Function ibc_integration_test

Source
pub fn ibc_integration_test<A, B>()
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.