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: Add proto annotations for amino json #412

Merged
merged 2 commits into from
Mar 14, 2023

Conversation

mattverse
Copy link
Member

Closes: #400

What is the purpose of the change

Manually brought changes from cosmos#13501, this could be used to better improve client tooling and proto annotations. Planning to get a PR for Osmosis code base as well once we have merged this

Brief Changelog

  • Add proto annotaitons for amino json

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? (yes / no)
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? (yes / no)
  • How is the feature or change documented? (not applicable / specification (x/<module>/spec/) / Osmosis docs repo / not documented)

@pyramation
Copy link

LGTM!

Copy link
Member

@p0mvn p0mvn left a comment

Choose a reason for hiding this comment

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

utACK

@p0mvn
Copy link
Member

p0mvn commented Mar 13, 2023

Hey @mattverse . Can you please look into conflicts here when you have time?

@github-actions github-actions bot removed the C:CLI label Mar 14, 2023
@mattverse
Copy link
Member Author

Merging this once CI is passing

@mattverse mattverse merged commit c3a425b into osmosis-main Mar 14, 2023
@mattverse mattverse deleted the mattverse/amino-annotations branch March 14, 2023 07:06
@pyramation
Copy link

🙌🏻

mergify bot pushed a commit that referenced this pull request May 31, 2023
(cherry picked from commit c3a425b)

# Conflicts:
#	crypto/keys/ed25519/keys.pb.go
#	crypto/keys/multisig/keys.pb.go
#	crypto/keys/secp256k1/keys.pb.go
#	scripts/protocgen.sh
#	types/coin.pb.go
#	types/tx/amino/amino.pb.go
#	x/auth/types/auth.pb.go
#	x/auth/types/genesis.pb.go
#	x/auth/vesting/types/tx.pb.go
#	x/authz/authz.pb.go
#	x/authz/genesis.pb.go
#	x/authz/tx.pb.go
#	x/bank/types/authz.pb.go
#	x/bank/types/bank.pb.go
#	x/bank/types/genesis.pb.go
#	x/bank/types/query.pb.go
#	x/bank/types/tx.pb.go
#	x/capability/types/capability.pb.go
#	x/capability/types/genesis.pb.go
#	x/crisis/types/genesis.pb.go
#	x/crisis/types/tx.pb.go
#	x/distribution/types/distribution.pb.go
#	x/distribution/types/genesis.pb.go
#	x/distribution/types/query.pb.go
#	x/distribution/types/tx.pb.go
#	x/evidence/types/evidence.pb.go
#	x/evidence/types/tx.pb.go
#	x/feegrant/feegrant.pb.go
#	x/feegrant/genesis.pb.go
#	x/feegrant/tx.pb.go
#	x/genutil/types/genesis.pb.go
#	x/gov/types/genesis.pb.go
#	x/gov/types/gov.pb.go
#	x/gov/types/query.pb.go
#	x/gov/types/tx.pb.go
#	x/mint/types/genesis.pb.go
#	x/mint/types/mint.pb.go
#	x/mint/types/query.pb.go
#	x/params/types/proposal/params.pb.go
#	x/params/types/proposal/query.pb.go
#	x/slashing/types/genesis.pb.go
#	x/slashing/types/query.pb.go
#	x/slashing/types/slashing.pb.go
#	x/slashing/types/tx.pb.go
#	x/staking/types/authz.pb.go
#	x/staking/types/genesis.pb.go
#	x/staking/types/query.pb.go
#	x/staking/types/staking.pb.go
#	x/staking/types/tx.pb.go
#	x/upgrade/types/upgrade.pb.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

new proto annotations exist upstream
3 participants