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: replace proto build #NTRN-326 #156

Merged
merged 16 commits into from
Aug 13, 2024
Merged

feat: replace proto build #NTRN-326 #156

merged 16 commits into from
Aug 13, 2024

Conversation

joldie777
Copy link
Contributor

@joldie777 joldie777 commented Jul 15, 2024

Task: https://hadronlabs.atlassian.net/browse/NTRN-326

Related PRs:
neutron-org/neutron#634
neutron-org/neutron-dev-contracts#59
neutron-org/neutron-integration-tests#329

List of changes:

  1. Replaced proto build script.
  2. Replaced Stargate with Grpc for QueryRequest and Any for CosmosMsg.
  3. Returned generation of the tendermint.types.EventDataRoundState struct.
  4. Added boxing of the large fields to reduce the total size of the enums.
  5. Removed redundant CosmwasmExt imports from modules with enums only.
  6. Added #[allow(dead_code)] attribute to the corresponding ***Querier structs.
  7. Added #[allow(clippy::too_many_arguments)] attribute to the corresponding ***Querier structs functions.
  8. Regenerated schema.

packages/neutron-std-derive/tests/query.rs Outdated Show resolved Hide resolved
packages/neutron-std-derive/tests/struct.rs Outdated Show resolved Hide resolved
proto-build/src/code_generator.rs Outdated Show resolved Hide resolved
proto-build/src/main.rs Outdated Show resolved Hide resolved
packages/neutron-std-derive/Cargo.toml Outdated Show resolved Hide resolved
proto-build/Cargo.toml Outdated Show resolved Hide resolved
Makefile Show resolved Hide resolved
@pr0n00gler pr0n00gler merged commit 240ab2c into main Aug 13, 2024
14 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.

3 participants