Add RialtoParachain <> Millau bridge to test deployments (#1412)

* add RialtoParachain <> Millau bridge to test deployments

* flush (still not working, but possible fix in comments)

* proper fix

* fixed on-demand parachains relay case: if better relay header is delivered, then we must select para header that may be proved using this relay header

* dashboards

* fmt

* removing debugging code

* more cleanup
This commit is contained in:
Svyatoslav Nikolsky
2022-05-27 17:32:00 +03:00
committed by Bastian Köcher
parent 0a3f8ace26
commit 4001cfb758
4 changed files with 24 additions and 22 deletions
@@ -121,7 +121,7 @@ pub trait TargetClient<P: ParachainsPipeline>: RelayClient {
/// Return prefix that will be used by default to expose Prometheus metrics of the parachains
/// sync loop.
pub fn metrics_prefix<P: ParachainsPipeline>() -> String {
format!("{}_to_{}_Sync", P::SourceChain::NAME, P::TargetChain::NAME)
format!("{}_to_{}_Parachains", P::SourceChain::NAME, P::TargetChain::NAME)
}
/// Run parachain heads synchronization.