This repository was archived by the owner on May 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Relaying v1 #64
Copy link
Copy link
Open
2 / 42 of 4 issues completedDescription
Tracking issue for v1 integrated relaying support.
This includes relaying for both chains.
There are some open questions on how we will do this because it seems most effective for the vote extensions to submit packets right after updating the client, but at the same time, the sidecar will need to implement relaying for the other chain in any case, so it could potentially just relay for both. The downside with that approach is that the validator still needs to pay separately to submit messages (it would need to do this on the counterparty chain in any case), and we lose out on some potential IBC performance boosts (since we can update the client and submit the message in the same block).
Reactions are currently unavailable