fix(simapp): do not overwrite tx options (backport #17920) (#17926)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2023-09-29 13:21:10 +02:00
committed by GitHub
co-authored by Julien Robert
parent 74e89952c5
commit e6b06db813
10 changed files with 277 additions and 71 deletions
+15 -30
View File
@@ -14733,6 +14733,7 @@ paths:
the recommended format of the metadata is to be found
here:
https://docs.cosmos.network/v0.47/modules/gov#proposal-3
title:
type: string
@@ -15357,6 +15358,7 @@ paths:
the recommended format of the metadata is to be found
here:
https://docs.cosmos.network/v0.47/modules/gov#proposal-3
title:
type: string
@@ -49855,9 +49857,8 @@ definitions:
description: voting_end_time is the end time of voting on a proposal.
metadata:
type: string
title: >-
title: |-
metadata is any arbitrary metadata attached to the proposal.
the recommended format of the metadata is to be found here:
https://docs.cosmos.network/v0.47/modules/gov#proposal-3
title:
@@ -50457,9 +50458,8 @@ definitions:
description: voting_end_time is the end time of voting on a proposal.
metadata:
type: string
title: >-
title: |-
metadata is any arbitrary metadata attached to the proposal.
the recommended format of the metadata is to be found here:
https://docs.cosmos.network/v0.47/modules/gov#proposal-3
title:
@@ -50751,9 +50751,8 @@ definitions:
description: voting_end_time is the end time of voting on a proposal.
metadata:
type: string
title: >-
title: |-
metadata is any arbitrary metadata attached to the proposal.
the recommended format of the metadata is to be found here:
https://docs.cosmos.network/v0.47/modules/gov#proposal-3
title:
@@ -55625,13 +55624,12 @@ definitions:
verified with raw bytes from Tx.
- SIGN_MODE_TEXTUAL: SIGN_MODE_TEXTUAL is a future signing mode that will verify some
human-readable textual representation on top of the binary representation
from SIGN_MODE_DIRECT. It is currently experimental, and should be used
for testing purposes only, until Textual is fully released. Please follow
the tracking issue https://github.com/cosmos/cosmos-sdk/issues/11970.
from SIGN_MODE_DIRECT.
Since: cosmos-sdk 0.50
- SIGN_MODE_DIRECT_AUX: SIGN_MODE_DIRECT_AUX specifies a signing mode which uses
SignDocDirectAux. As opposed to SIGN_MODE_DIRECT, this sign mode does not
require signers signing over other signers' `signer_info`. It also allows
for adding Tips in transactions.
require signers signing over other signers' `signer_info`.
Since: cosmos-sdk 0.46
- SIGN_MODE_LEGACY_AMINO_JSON: SIGN_MODE_LEGACY_AMINO_JSON is a backwards compatibility mode which uses
@@ -57523,22 +57521,15 @@ definitions:
human-readable textual representation on top of the binary
representation
from SIGN_MODE_DIRECT. It is currently experimental, and should be
used
from SIGN_MODE_DIRECT.
for testing purposes only, until Textual is fully released. Please
follow
the tracking issue
https://github.com/cosmos/cosmos-sdk/issues/11970.
Since: cosmos-sdk 0.50
- SIGN_MODE_DIRECT_AUX: SIGN_MODE_DIRECT_AUX specifies a signing mode which uses
SignDocDirectAux. As opposed to SIGN_MODE_DIRECT, this sign mode
does not
require signers signing over other signers' `signer_info`. It also
allows
for adding Tips in transactions.
require signers signing over other signers' `signer_info`.
Since: cosmos-sdk 0.46
@@ -57634,21 +57625,15 @@ definitions:
human-readable textual representation on top of the binary
representation
from SIGN_MODE_DIRECT. It is currently experimental, and should be
used
from SIGN_MODE_DIRECT.
for testing purposes only, until Textual is fully released. Please
follow
the tracking issue https://github.com/cosmos/cosmos-sdk/issues/11970.
Since: cosmos-sdk 0.50
- SIGN_MODE_DIRECT_AUX: SIGN_MODE_DIRECT_AUX specifies a signing mode which uses
SignDocDirectAux. As opposed to SIGN_MODE_DIRECT, this sign mode does
not
require signers signing over other signers' `signer_info`. It also
allows
for adding Tips in transactions.
require signers signing over other signers' `signer_info`.
Since: cosmos-sdk 0.46