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

refactor(x/ecocredit): reduce event fields and duplication #1086

Merged
merged 12 commits into from
May 6, 2022
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ devdoc-update:
### Protobuf ###
###############################################################################

containerProtoVer=v0.6
containerProtoVer=v0.7
Copy link
Member Author

Choose a reason for hiding this comment

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

v0.7 required for go 1.18.

containerProtoImage=tendermintdev/sdk-proto-gen:$(containerProtoVer)
containerProtoGen=cosmos-sdk-proto-gen-$(containerProtoVer)
containerProtoFmt=cosmos-sdk-proto-fmt-$(containerProtoVer)
Expand Down
102 changes: 59 additions & 43 deletions api/regen/ecocredit/basket/v1/events.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading