Expand description
Module contains predefined test-case scenarios for Runtime
with bridging capabilities
with remote parachain.
Structs§
- With
Remote Parachain Helper Adapter - Adapter struct that implements
WithRemoteParachainHelper
.
Traits§
- With
Remote Parachain Helper - Helper trait to test bridges with remote parachain.
Functions§
- can_
calculate_ fee_ for_ complex_ message_ confirmation_ transaction - Estimates transaction fee for default message confirmation transaction (batched with required proofs) from bridged parachain.
- can_
calculate_ fee_ for_ complex_ message_ delivery_ transaction - Estimates transaction fee for default message delivery transaction (batched with required proofs) from bridged parachain.
- can_
calculate_ fee_ for_ standalone_ message_ confirmation_ transaction - Estimates transaction fee for default message confirmation transaction (batched with required proofs) from bridged parachain.
- can_
calculate_ fee_ for_ standalone_ message_ delivery_ transaction - Estimates transaction fee for default message delivery transaction from bridged parachain.
- complex_
relay_ extrinsic_ works - Test-case makes sure that Runtime can dispatch XCM messages submitted by relayer, with proofs (finality, para heads, message) batched together in signed extrinsic. Also verifies relayer transaction signed extensions work as intended.
- free_
relay_ extrinsic_ works - Test-case makes sure that Runtime can dispatch XCM messages submitted by relayer, with proofs (finality, para heads, message) independently submitted. Finality and para heads are submitted for free in this test. Also verifies relayer transaction signed extensions work as intended.
- relayed_
incoming_ message_ works - Test-case makes sure that Runtime can dispatch XCM messages submitted by relayer, with proofs (finality, para heads, message) independently submitted. Also verifies relayer transaction signed extensions work as intended.