Skip to content

Commit

Permalink
Add missing interface to osmosis.incentives.CreateGroupsProposal pr…
Browse files Browse the repository at this point in the history
…otobuf (#7385)

* Add missing interface

* Update CHANGELOG.md

* Updated generated protobuf types.
  • Loading branch information
NoahSaso authored Feb 1, 2024
1 parent 83f285f commit de82581
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Misc Improvements

* [#7360](https://github.com/osmosis-labs/osmosis/pull/7360) Bump cometbft-db from 0.8.0 to 0.10.0
* [#7385](https://github.com/osmosis-labs/osmosis/pull/7385) Add missing protobuf interface

### Config

Expand Down
2 changes: 2 additions & 0 deletions proto/osmosis/incentives/gov.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ syntax = "proto3";
package osmosis.incentives;

import "gogoproto/gogo.proto";
import "cosmos_proto/cosmos.proto";
import "osmosis/incentives/group.proto";

option go_package = "github.com/osmosis-labs/osmosis/v22/x/incentives/types";
Expand All @@ -12,6 +13,7 @@ option go_package = "github.com/osmosis-labs/osmosis/v22/x/incentives/types";
message CreateGroupsProposal {
option (gogoproto.goproto_getters) = false;
option (gogoproto.goproto_stringer) = false;
option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content";

string title = 1;
string description = 2;
Expand Down
33 changes: 18 additions & 15 deletions x/incentives/types/gov.pb.go

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

0 comments on commit de82581

Please sign in to comment.