You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that `🟢` means that the `CosmosMsg` is supported but not tested in the contract's test suite.
75
75
These will be tested in the future.
@@ -96,14 +96,16 @@ If both `messages` and `queries` are provided, then the `messages` will be execu
96
96
97
97
In CosmosSDK, query execution is not generally deterministic. This is the main reason why not all query requests are supported. The supported query requests are:
98
98
99
-
|**QueryRequest**|`proto3`|
100
-
|:-------------------:|:--------:|
101
-
|`BankQuery`| ✅ |
102
-
|`Stargate`| ✅ |
103
-
|`StakingQuery`| ✅ |
104
-
|`WasmQuery`| ✅ |
105
-
|`IbcQuery`| ❌ |
106
-
|`DistributionQuery`| ❌ |
99
+
|**QueryRequest**|**Supported**|
100
+
|:-------------------------:|:-------------:|
101
+
|`BankQuery`| ✅ |
102
+
|`Stargate`| ✅ |
103
+
|`WasmQuery::Smart`| ✅ |
104
+
|`WasmQuery::Raw`| ✅ |
105
+
|`WasmQuery::ContractInfo`| ✅ |
106
+
|`WasmQuery::CodeInfo`| ❌ |
107
+
|`IbcQuery`| ❌ |
108
+
|`DistributionQuery`| ❌ |
107
109
108
110
Note that not all Stargate queries are supported. Only queries which are marked with [`module_query_safe`](https://github.com/cosmos/cosmos-sdk/blob/27a231ae4816fd8c3ee39a1cc02eccf977fb1b79/proto/cosmos/query/v1/query.proto#L36) tag are supported. You can find a list of supported queries in the [ibc-go documentation](https://ibc.cosmos.network/main/apps/interchain-accounts/messages/#queries) for different versions of ibc-go.
Note that `🟢` means that the `CosmosMsg` is supported but not tested in the contract's test suite.
75
75
These will be tested in the future.
@@ -96,14 +96,16 @@ If both `messages` and `queries` are provided, then the `messages` will be execu
96
96
97
97
In CosmosSDK, query execution is not generally deterministic. This is the main reason why not all query requests are supported. The supported query requests are:
98
98
99
-
|**QueryRequest**|`proto3`|
100
-
|:-------------------:|:--------:|
101
-
|`BankQuery`| ✅ |
102
-
|`Stargate`| ✅ |
103
-
|`StakingQuery`| ✅ |
104
-
|`WasmQuery`| ✅ |
105
-
|`IbcQuery`| ❌ |
106
-
|`DistributionQuery`| ❌ |
99
+
|**QueryRequest**|**Supported**|
100
+
|:-------------------------:|:-------------:|
101
+
|`BankQuery`| ✅ |
102
+
|`Stargate`| ✅ |
103
+
|`WasmQuery::Smart`| ✅ |
104
+
|`WasmQuery::Raw`| ✅ |
105
+
|`WasmQuery::ContractInfo`| ✅ |
106
+
|`WasmQuery::CodeInfo`| ❌ |
107
+
|`IbcQuery`| ❌ |
108
+
|`DistributionQuery`| ❌ |
107
109
108
110
Note that not all Stargate queries are supported. Only queries which are marked with [`module_query_safe`](https://github.com/cosmos/cosmos-sdk/blob/27a231ae4816fd8c3ee39a1cc02eccf977fb1b79/proto/cosmos/query/v1/query.proto#L36) tag are supported. You can find a list of supported queries in the [ibc-go documentation](https://ibc.cosmos.network/main/apps/interchain-accounts/messages/#queries) for different versions of ibc-go.
0 commit comments