Skip to content

Commit 498d9d3

Browse files
committed
Deprecate Stargate query
1 parent e36093c commit 498d9d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/std/src/query/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ pub enum QueryRequest<C> {
5252
/// The response is protobuf encoded data directly without a JSON response wrapper.
5353
/// The caller is responsible for compiling the proper protobuf definitions for both requests and responses.
5454
#[cfg(feature = "stargate")]
55+
#[deprecated = "Please use the GrpcQuery instead"]
5556
Stargate {
5657
/// this is the fully qualified service path used for routing,
5758
/// eg. custom/cosmos_sdk.x.bank.v1.Query/QueryBalance

0 commit comments

Comments
 (0)