Skip to content

Commit

Permalink
remove deprecated params from x/vault params query
Browse files Browse the repository at this point in the history
  • Loading branch information
tqin7 committed Sep 27, 2024
1 parent 7193a10 commit 0591fc9
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 154 deletions.
6 changes: 2 additions & 4 deletions proto/dydxprotocol/vault/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ message QueryParamsRequest {}

// QueryParamsResponse is a response type for the Params RPC method.
message QueryParamsResponse {
// Deprecated since v6.x in favor of default_quoting_params.
Params params = 1 [ (gogoproto.nullable) = false, deprecated = true ];
QuotingParams default_quoting_params = 2 [ (gogoproto.nullable) = false ];
OperatorParams operator_params = 3 [ (gogoproto.nullable) = false ];
QuotingParams default_quoting_params = 1 [ (gogoproto.nullable) = false ];
OperatorParams operator_params = 2 [ (gogoproto.nullable) = false ];
}

// QueryVaultRequest is a request type for the Vault RPC method.
Expand Down
Loading

0 comments on commit 0591fc9

Please sign in to comment.