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 TestHost
s.
If serde
feature is enabled, this also exercises packet relay between TestHost
s. This uses
DummyTransferModule
to simulate the transfer of tokens between two contexts.