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: fix no_std + serde #500

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

tony-iqlusion
Copy link
Member

Adds some transforms which enable the generated PBJSON-related code to be usable in no_std environments.

This is a workaround until such a time as it can be implemented natively in neoeinstein-prost-serde. See neoeinstein/protoc-gen-prost#102.

Closes #499

Adds some transforms which enable the generated PBJSON-related code to
be usable in `no_std` environments.

This is a workaround until such a time as it can be implemented natively
in `neoeinstein-prost-serde`. See neoeinstein/protoc-gen-prost#102.

Closes #499
@tony-iqlusion tony-iqlusion merged commit 2919744 into main Sep 5, 2024
12 checks passed
@tony-iqlusion tony-iqlusion deleted the cosmos-sdk-proto/fix-no_std+serde branch September 5, 2024 18:43
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.

cosmos-sdk-proto: Generated serde serialization code is not usable in no_std context
1 participant