Skip to content

Refactor timeout handling to use timestamp only in channel/v2 handlers #7414

Closed
@damiannolan

Description

@damiannolan

Summary

The on the feat/ibc-eureka branch we're currently using the existing v1 type for Timeout which requires it to be fulfilled with both height AND timestamp before calling timeout.Elapsed.

This timeout construction is no longer needed in v2 handlers as we will rely on timeout timestamps only.
We can simply this code and not use the Timeout type, as well as removal any usage of heights in timeout handling.

This can be completed for all packet handlers in channel/v2.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
  • Estimate provided

Metadata

Metadata

Assignees

Type

No type

Projects

  • Status

    Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions