Skip to content
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

Add UpgradeTimeout to 04-channel protobuf definitions #1606

Closed
3 tasks
damiannolan opened this issue Jun 29, 2022 · 1 comment
Closed
3 tasks

Add UpgradeTimeout to 04-channel protobuf definitions #1606

damiannolan opened this issue Jun 29, 2022 · 1 comment
Assignees

Comments

@damiannolan
Copy link
Member

Summary

UpgradeTimeout defines a type which encapsulates the upgrade timeout values at which the counterparty
must no longer proceed with the upgrade handshake.

message UpgradeTimeout {
    ibc.core.client.v1.Height timeout_height = 1;
    uint64 timeout_timestamp = 2;
}
  • timeout_height: Timeout height indicates the height at which the counterparty must no longer proceed with the upgrade handshake. The chains will then preserve their original channel and the upgrade handshake is aborted.
  • timeout_timestamp: Timeout timestamp indicates the time on the counterparty at which the counterparty must no longer proceed with the upgrade handshake. The chains will then preserve their original channel and the upgrade handshake is aborted.

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@damiannolan damiannolan added this to the 04-channel upgrades alpha milestone Jun 29, 2022
@damiannolan damiannolan self-assigned this Jun 29, 2022
@crodriguezvega crodriguezvega changed the title Add UpgradeTimeout to 04-channel protobuf defintions Add UpgradeTimeout to 04-channel protobuf definitions Jun 29, 2022
@damiannolan damiannolan mentioned this issue Jun 30, 2022
10 tasks
@damiannolan
Copy link
Member Author

#1613

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done 🥳
Development

No branches or pull requests

1 participant