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

Separate channel and channel creator in key path in 04-channel v2 #7631

Closed
gjermundgaraba opened this issue Dec 7, 2024 · 1 comment
Closed
Assignees

Comments

@gjermundgaraba
Copy link
Contributor

In 04-channel V2, channel creators are currently keyed by channel_key{channel_id}/creator_key. This means that if you iterate over channels by channel_key, the iterator will return both channels and creators.

To avoid this, we should change the key structure for channels creators to be prefixed with the creator_key instead. For instance creator_key/{channel_id}.

@DimitrisJim
Copy link
Contributor

done in #7696

@github-project-automation github-project-automation bot moved this from Ready for Development to Done in IBC-GO Eureka Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants