Skip to content

Commit

Permalink
proto: rm deprecated tags from gov prop fields
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Jun 13, 2024
1 parent d0b67d8 commit 455ac3b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions proto/cosmos/gov/v1/gov.proto
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ message Vote {

// DepositParams defines the params for deposits on governance proposals.
message DepositParams {
option deprecated = true;

// Minimum deposit for a proposal to enter voting period.
repeated cosmos.base.v1beta1.Coin min_deposit = 1
[(gogoproto.nullable) = false, (gogoproto.jsontag) = "min_deposit,omitempty"];
Expand All @@ -170,16 +168,12 @@ message DepositParams {

// VotingParams defines the params for voting on governance proposals.
message VotingParams {
option deprecated = true;

// Duration of the voting period.
google.protobuf.Duration voting_period = 1 [(gogoproto.stdduration) = true];
}

// TallyParams defines the params for tallying votes on governance proposals.
message TallyParams {
option deprecated = true;

// Minimum percentage of total stake needed to vote for a result to be
// considered valid.
string quorum = 1 [(cosmos_proto.scalar) = "cosmos.Dec"];
Expand Down

0 comments on commit 455ac3b

Please sign in to comment.