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

ICS27: add support for unordered channels/implement upgrade callbacks #1007

Merged
merged 4 commits into from
Aug 1, 2023

Conversation

crodriguezvega
Copy link
Contributor

@crodriguezvega crodriguezvega commented Jul 25, 2023

It additionally...

closes #650

@crodriguezvega crodriguezvega changed the title ICS27: add support for unordered channels ICS27: add support for unordered channels/implement upgrade callbacks Jul 25, 2023
@crodriguezvega crodriguezvega marked this pull request as ready for review July 25, 2023 14:47
Copy link
Member

@AdityaSripal AdityaSripal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work Carlos!

Additionally in a future PR, we can think about how to open an UNORDERED channel that can be used by multiple owners. THis should be possible by allowing a new ICA port without an owner address, and putting the address instead in the packet data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

ICS27: Should verify that the previous active channel has the same metadata as the new active channel
2 participants