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

Commits on Sep 5, 2024

  1. cosmos-sdk-proto: fix no_std + serde

    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 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    26bd4af View commit details
    Browse the repository at this point in the history
  2. rustfmt

    tony-iqlusion committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    19d5249 View commit details
    Browse the repository at this point in the history