Adapt relayer to support syncing AssetHub parachains proof#3143
Adapt relayer to support syncing AssetHub parachains proof#3143bkontur merged 32 commits intoparitytech:masterfrom
Conversation
Co-authored-by: Branislav Kontur <[email protected]>
Co-authored-by: Branislav Kontur <[email protected]>
…arachains_to_bridge_hub_polkadot.rs Co-authored-by: Branislav Kontur <[email protected]>
…arachains_to_bridge_hub_polkadot.rs change to asset_hub Co-authored-by: Branislav Kontur <[email protected]>
Co-authored-by: Branislav Kontur <[email protected]>
Co-authored-by: Branislav Kontur <[email protected]>
Co-authored-by: Branislav Kontur <[email protected]>
Co-authored-by: Branislav Kontur <[email protected]>
Co-authored-by: Branislav Kontur <[email protected]>
Change LegacyLaneId to HashedLaneId for AH relay chains order correctly SuffixedCommonTransactionExtension args Co-authored-by: Branislav Kontur <[email protected]>
removed Ah change for kusama/polkadot added relay messages added TypeSubstitute for HashedLaneid
|
@rosarp what is the status of this PR ? Is it ready for review ? I see that there is still a TODO left. Also please fix the CI failures |
|
@serban300 This PR is ready for review. |
added DecodeWithMemTracking replaced structopt with clap parser for cli
Co-authored-by: Branislav Kontur <[email protected]>
|
@bkontur @serban300 can we use same CI image as polkadot-sdk? this PR failing here |
Yes, that would be good |
| }, | ||
| }; | ||
|
|
||
| use structopt::StructOpt; |
There was a problem hiding this comment.
@rosarp please, remove structopt from the main Cargo.toml/Cargo.lockl - as separate PR
…h#3143) * initial commit - Adapt relayer to support syncing AssetHub parachains proof * adding AH messages * Update relay-clients/client-asset-hub-rococo/src/lib.rs Co-authored-by: Branislav Kontur <[email protected]> * UtilityCall not required Co-authored-by: Branislav Kontur <[email protected]> * Update substrate-relay/src/bridges/kusama_polkadot/asset_hub_kusama_parachains_to_bridge_hub_polkadot.rs Co-authored-by: Branislav Kontur <[email protected]> * Update substrate-relay/src/bridges/kusama_polkadot/asset_hub_kusama_parachains_to_bridge_hub_polkadot.rs change to asset_hub Co-authored-by: Branislav Kontur <[email protected]> * Remove MessagesCliBridge in AHP parachains to BHK Co-authored-by: Branislav Kontur <[email protected]> * Change to asset_hub in AHP parachains to BHK Co-authored-by: Branislav Kontur <[email protected]> * Change to asset_hub in AHP parachains to BHK Co-authored-by: Branislav Kontur <[email protected]> * Remove MessagesCliBridge in AHK parachains to BHP Co-authored-by: Branislav Kontur <[email protected]> * AssetHubRococo to AssetHubWestend messages Co-authored-by: Branislav Kontur <[email protected]> * Apply suggestions from code review * removed unsed UtilityCall & MessagesCliBridge * renamed *CliBrige to *ParachainsCliBridge * Apply suggestions from code review Change LegacyLaneId to HashedLaneId for AH relay chains order correctly SuffixedCommonTransactionExtension args Co-authored-by: Branislav Kontur <[email protected]> * changed to HashedLaneId for AH removed Ah change for kusama/polkadot added relay messages added TypeSubstitute for HashedLaneid * Fixed errors while aligning to polkadot-sdk master removed WITH_CHAIN_RELAYERS_PALLET_NAME from ChainWithMessages * added missing dep. of relay-ah client added DecodeWithMemTracking replaced structopt with clap parser for cli * Apply suggestions from code review Co-authored-by: Branislav Kontur <[email protected]> * updating Cargo.lock with latest polkadot-sdk hash * updating CI_IMAGE to align with polkadot-sdk * fixed cargo check * fixed cli args for substrate-relay * Apply suggestions from code review * Update relay-clients/client-polkadot-bulletin/src/lib.rs * Update relay-clients/client-asset-hub-rococo/src/lib.rs * Update relay-clients/client-asset-hub-westend/src/lib.rs * Update relay-clients/client-asset-hub-rococo/src/lib.rs * Update relay-clients/client-asset-hub-westend/src/lib.rs --------- Co-authored-by: Branislav Kontur <[email protected]>
Resolves #3136
Existing cli:
New cli options added:
TODO: