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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: