-
Notifications
You must be signed in to change notification settings - Fork 212
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
authorityResponsibleForRelay issue #266
Comments
@LiorRabin as you can see in the Foreign Bridge contract: https://github.com/poanetwork/tokenbridge-contracts/blob/e2d3cdabee6d4579dd6a5e1949ee98c79cd1cbe6/contracts/upgradeable_contracts/BasicForeignBridge.sol#L18-L34, there are no limitations to call the We even have an issue against the TokenBridge UI functionality to allow the end user to submit signatures instead of the validator's oracle. |
Thanks @akolotov. I know there are no limitations to call |
@LiorRabin so far we had no such intention the reasons are:
Otherwise we need to invent a way to build communication channels between oracles that will be used to identify oracles that out-of-service and duplicate the actions. But it was assumed that every oracle does not require any information about other bridge participants: neither the validators number nor their addresses. |
Got it, thanks for the info |
Hello,
I have an issue with
authorityResponsibleForRelay
check in theprocessCollectedSignatures
event watcher.What happens if that specific validator is down indefinitely?
How can the
exectureSignatures
function be called?Is there an option to make some kind of queue there - give the
authorityResponsibleForRelay
some time to process and if not processed, move over to the next validator?The text was updated successfully, but these errors were encountered: