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

cosmos-sdk-proto: add support for no_std #478

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

conr2d
Copy link
Contributor

@conr2d conr2d commented Jul 31, 2024

This PR adds no_std support to cosmos-sdk-proto in a similar way that tendermint-proto chose. (tendermint-proto supports no_std by default unless the feature grpc is enabled. However, checking the feature std is a more common way to disable std.)

This would be a partial implementation of #397.

@tony-iqlusion tony-iqlusion merged commit c5db4e5 into cosmos:main Jul 31, 2024
11 checks passed
@conr2d conr2d deleted the proto/no_std branch August 20, 2024 09:31
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