You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
The current design of the test cases presumes that the chain module will always have the hyperlane ID 12345. This is detrimental to our testing since real message dispatch/process will be on different origins.
Refactor the counterchain into a separate validator and relayer. Follow the Hyperlane guidelines on what a validator and relayer are responsible for doing (e.g. what to query and when).
The text was updated successfully, but these errors were encountered:
The current design of the test cases presumes that the chain module will always have the hyperlane ID
12345
. This is detrimental to our testing since real message dispatch/process will be on different origins.Refactor the counterchain into a separate validator and relayer. Follow the Hyperlane guidelines on what a validator and relayer are responsible for doing (e.g. what to query and when).
The text was updated successfully, but these errors were encountered: