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

feat: add possibility for unordered ica channels #ntrn-376 #160

Merged
merged 6 commits into from
Sep 3, 2024

Conversation

@NeverHappened NeverHappened self-assigned this Aug 7, 2024
@NeverHappened NeverHappened changed the base branch from main to feat/remove-stargate August 7, 2024 10:19
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
#[serde(rename_all = "SCREAMING_SNAKE_CASE")]
pub enum ChannelOrdering {
None,
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like it should be ORDER_NONE_UNSPECIFIED and if you set Ordering to None variant you get the error https://github.com/neutron-org/neutron/blob/b3a0f5d2a31d37a8ac91e81308762f8fc39ea4f3/wasmbinding/message_plugin.go#L877 because there is no NONE in a values map.

joldie777
joldie777 previously approved these changes Sep 2, 2024
swelf19
swelf19 previously approved these changes Sep 2, 2024
@pr0n00gler pr0n00gler changed the base branch from feat/remove-stargate to main September 3, 2024 09:52
@pr0n00gler pr0n00gler dismissed stale reviews from swelf19 and joldie777 September 3, 2024 09:52

The base branch was changed.

@pr0n00gler pr0n00gler merged commit 8ef5964 into main Sep 3, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants