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

Hide StakingMsg and CosmosMsg::Staking behind feature flag #878

Merged
merged 2 commits into from
Apr 14, 2021

Conversation

webmaster128
Copy link
Member

No description provided.

Copy link
Member

@ethanfrey ethanfrey left a comment

Choose a reason for hiding this comment

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

Looks good.
Maybe add this flag for ibc-reflect-send?

@@ -417,118 +405,6 @@
}
}
},
"StakingMsg": {
Copy link
Member

Choose a reason for hiding this comment

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

Ah, so the ibc-reflect-send doesn't import the "staking" feature, so it doesn't support relaying these messages.
I would actually add the "staking" feature to cosmwasm-std in Cargo.toml so these are still supported.

Copy link
Member Author

Choose a reason for hiding this comment

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

okay, will add. The same applies for ibc-reflect, right?

@webmaster128 webmaster128 merged commit 09d800b into main Apr 14, 2021
@webmaster128 webmaster128 deleted the flag-StakingMsg branch April 14, 2021 12:26
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.

2 participants