Use complex headers+messages relay in test deployments (#905)

* use complex relay in deployments

* enable lane 00000001

* add alerts for lane 00000001

* revert local substrate relay

* updated doc

* review
This commit is contained in:
Svyatoslav Nikolsky
2021-04-15 12:59:08 +03:00
committed by Bastian Köcher
parent 888f85e346
commit a69026af44
2 changed files with 2 additions and 2 deletions
@@ -104,7 +104,7 @@ impl messages::ThisChainWithMessages for Millau {
type Call = crate::Call;
fn is_outbound_lane_enabled(lane: &LaneId) -> bool {
*lane == LaneId::default()
*lane == [0, 0, 0, 0] || *lane == [0, 0, 0, 1]
}
fn maximal_pending_messages_at_outbound_lane() -> MessageNonce {