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 testcase for timing sensitive crossing hello channel upgrade using historical proofs #3831

Closed
3 tasks
damiannolan opened this issue Jun 13, 2023 · 0 comments
Assignees
Labels
04-channel testing Testing package and unit/integration tests

Comments

@damiannolan
Copy link
Member

Summary

Some testcases become tricky to fit into the general pattern of table structured tests we follow within ibc-go.
This testcase will require creating an additional test function.

See thread

In a channel upgrade crossing hello scenario both parties may perform both INIT and TRY steps.
A timing sensitive case allows both parties to also perform the TRY step. Consider chainA(INIT), chainB(INIT), chainA(TRY) and chainB(TRY) - chainB(TRY) will only succeed if a historical proof is submitted of the channel state prior to chainA(TRY).


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
04-channel testing Testing package and unit/integration tests
Projects
Archived in project
Development

No branches or pull requests

2 participants