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

Document ibc app expectations and recommendations for channel upgrades #4277

Closed
3 tasks
Tracked by #5089
damiannolan opened this issue Aug 3, 2023 · 1 comment · Fixed by #5506
Closed
3 tasks
Tracked by #5089

Document ibc app expectations and recommendations for channel upgrades #4277

damiannolan opened this issue Aug 3, 2023 · 1 comment · Fixed by #5506
Assignees
Labels
04-channel channel-upgradability Channel upgradability feature docs Improvements or additions to documentation

Comments

@damiannolan
Copy link
Contributor

Summary

Add documentation for applications expectations and recommendations when upgrading a channel.

Apps should be recommended to NOT process packets under new conditions until the upgrade is complete.
Application callbacks should be used for data fields validation and compatibility, and applications should only begin to act and process packets when OnChanUpgradeOpen() has succeeded.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@crodriguezvega
Copy link
Contributor

Closed by #5506

@github-project-automation github-project-automation bot moved this from In review to Done in ibc-go Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
04-channel channel-upgradability Channel upgradability feature docs Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants