Skip to content

Commit

Permalink
set option deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
tqin7 committed Aug 28, 2024
1 parent 833c24d commit fcf1981
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export interface MsgSetVaultQuotingParamsResponseSDKType {}
* Deprecated since v6.x as is replaced by MsgUpdateDefaultQuotingParams.
*/

/** @deprecated */

export interface MsgUpdateParams {
authority: string;
/** The parameters to update. Each field must be set. */
Expand All @@ -123,6 +125,8 @@ export interface MsgUpdateParams {
* Deprecated since v6.x as is replaced by MsgUpdateDefaultQuotingParams.
*/

/** @deprecated */

export interface MsgUpdateParamsSDKType {
authority: string;
/** The parameters to update. Each field must be set. */
Expand Down
1 change: 1 addition & 0 deletions proto/dydxprotocol/vault/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ message MsgSetVaultQuotingParamsResponse {}
// MsgUpdateParams is the Msg/UpdateParams request type.
// Deprecated since v6.x as is replaced by MsgUpdateDefaultQuotingParams.
message MsgUpdateParams {
option deprecated = true;
// Authority is the address that controls the module.
option (cosmos.msg.v1.signer) = "authority";
string authority = 1 [ (cosmos_proto.scalar) = "cosmos.AddressString" ];
Expand Down
80 changes: 41 additions & 39 deletions protocol/x/vault/types/tx.pb.go

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

0 comments on commit fcf1981

Please sign in to comment.