chore: prepare v0.50.0 release notes and changelog (#18191)

This commit is contained in:
Julien Robert
2023-11-07 18:14:16 +01:00
committed by GitHub
parent 5bed3ae6de
commit e36a25c65b
14 changed files with 186 additions and 96 deletions
+39
View File
@@ -14235,6 +14235,19 @@ paths:
burn_vote_veto:
type: boolean
title: burn deposits if quorum with vote type no_veto is met
min_deposit_ratio:
type: string
description: >-
The ratio representing the proportion of the deposit value
minimum that must be met when making a deposit.
Default value: 0.01. Meaning that for a chain with a
min_deposit of 100stake, a deposit of 1stake would be
required.
Since: cosmos-sdk 0.50
description: >-
QueryParamsResponse is the response type for the Query/Params RPC
method.
@@ -49609,6 +49622,19 @@ definitions:
burn_vote_veto:
type: boolean
title: burn deposits if quorum with vote type no_veto is met
min_deposit_ratio:
type: string
description: >-
The ratio representing the proportion of the deposit value minimum
that must be met when making a deposit.
Default value: 0.01. Meaning that for a chain with a min_deposit of
100stake, a deposit of 1stake would be
required.
Since: cosmos-sdk 0.50
description: |-
Params defines the parameters for the x/gov module.
@@ -50197,6 +50223,19 @@ definitions:
burn_vote_veto:
type: boolean
title: burn deposits if quorum with vote type no_veto is met
min_deposit_ratio:
type: string
description: >-
The ratio representing the proportion of the deposit value minimum
that must be met when making a deposit.
Default value: 0.01. Meaning that for a chain with a min_deposit
of 100stake, a deposit of 1stake would be
required.
Since: cosmos-sdk 0.50
description: QueryParamsResponse is the response type for the Query/Params RPC method.
cosmos.gov.v1.QueryProposalResponse:
type: object