-
Notifications
You must be signed in to change notification settings - Fork 993
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
Emit warnings for fallible Bridge pool relays #1340
Conversation
8b24a1a
to
1296b2e
Compare
I'm a little bit confused. What does it mean for an event to have been relayed, but not have a quorum of validator signatures? I thought the Ethereum-side contracts checked that all transfers from Namada have a quorum of validator signatures - shouldn't it be impossible to relay an event until it does? |
@cwgoes here's the scenario:
there's a bit of delay between relays because of this flow |
Ah, you mean a quorum of validators agreeing on step (3), that the Ethereum-side contracts have confirmed the transfers. That makes sense but I think we're overloading the word "relay" a bit much, maybe we could say "relayed to Ethereum" or "relayed from Ethereum" so that it's not ambiguous? |
Partially solves #1292
(Missing validator set update UX improvements)