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

ICS 04: UpgradeSequence set is missing from upgradeInit handler #958

Closed
colin-axner opened this issue Apr 5, 2023 · 1 comment
Closed
Labels
bug tao Transport, authentication, & ordering layer.

Comments

@colin-axner
Copy link
Contributor

Current spec:

  provableStore.set(channelUpgradeTimeoutPath(portIdentifier, channelIdentifier), upgradeTimeout)
  provableStore.set(channelPath(portIdentifier, channelIdentifier), proposedUpgradeChannel)
  privateStore.set(channelRestorePath(portIdentifier, channelIdentifier), currentChannel)

We should be setting:

  • new channel
  • restore path
  • timeout
  • sequence
@crodriguezvega crodriguezvega added tao Transport, authentication, & ordering layer. bug labels Apr 6, 2023
@crodriguezvega crodriguezvega changed the title UpgradeSequence set is missing from upgradeInit handler ICS 04: UpgradeSequence set is missing from upgradeInit handler Apr 6, 2023
@colin-axner
Copy link
Contributor Author

Closed by #967

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug tao Transport, authentication, & ordering layer.
Projects
None yet
Development

No branches or pull requests

2 participants