Skip to content

Commit

Permalink
Proto lint & gen
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Mar 3, 2020
1 parent e9dced8 commit 00180fa
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 118 deletions.
2 changes: 2 additions & 0 deletions simapp/codec/codec.pb.go

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

1 change: 1 addition & 0 deletions simapp/codec/codec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ message Content {
option (gogoproto.equal) = true;
option (cosmos_proto.interface_type) = "github.com/cosmos/cosmos-sdk/x/gov/types.Content";

// sum defines a set of all acceptable concrete governance proposal Content types.
oneof sum {
cosmos_sdk.x.gov.v1.TextProposal text = 1;
cosmos_sdk.x.params.v1.ParameterChangeProposal parameter_change = 2;
Expand Down
227 changes: 120 additions & 107 deletions x/gov/types/types.pb.go

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

Loading

0 comments on commit 00180fa

Please sign in to comment.