-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: Gravity bridge orchestrator always run with relayer #100
Comments
Do you mean only do etherem -> cronos, but don't do cronos -> ethereum? |
Yes the orchestrator main loop also run the relayer main loop we want for the partners to be able to disable the relayer part which requires some ETH fee |
If the orchestrator doesn't have enough eth balance on ethereum, it naturally can't relay successfully. |
I think for the first phase, partners does not want to develop anything for the relayer and we should help them to setup the orchestrator correctly. So being able to run orchestrator without relayer needs to be simplify If partner choose to run relayer, there are also discussion if we should allow or not "competition" between relayers. |
it seems already implemented in upstream. |
Provide a flag to enable/disable running the relayer, or just don't run relayer with it.
That way validators can decide to run only the orchestrator to validate the traffic but not to relay the packet.
The text was updated successfully, but these errors were encountered: