Expand description
Module contains predefined test-case scenarios for Runtime
with bridging capabilities
with remote GRANDPA chain.
Structs§
- Adapter struct that implements
WithRemoteGrandpaChainHelper
.
Traits§
- Helper trait to test bridges with remote GRANDPA chain.
Functions§
- Estimates transaction fee for default message confirmation transaction (batched with required proofs) from bridged GRANDPA chain.
- Estimates transaction fee for default message delivery transaction (batched with required proofs) from bridged GRANDPA chain.
- Estimates transaction fee for default message confirmation transaction (batched with required proofs) from bridged parachain.
- Estimates transaction fee for default message delivery transaction from bridged GRANDPA chain.
- Test-case makes sure that Runtime can dispatch XCM messages submitted by relayer, with proofs (finality, message) batched together in signed extrinsic. Also verifies relayer transaction signed extensions work as intended.
- Test-case makes sure that Runtime can dispatch XCM messages submitted by relayer, with proofs (finality, message) independently submitted. Finality proof is submitted for free in this test. Also verifies relayer transaction signed extensions work as intended.
- Test-case makes sure that Runtime can dispatch XCM messages submitted by relayer, with proofs (finality, message) independently submitted. Also verifies relayer transaction signed extensions work as intended.