Closed daniel-wehbe closed 2 months ago
Describe the bug The Base queries to retrieve the set rates on an action GetRate and all rates AllRates are not working and returning the error that is described below.
GetRate
AllRates
Error Code WebApp: Query failed with (6): UnsupportedOperation: query wasm contract failed: unknown request
CLI: Error: Query failed with (6): Error parsing into type andromeda_data_storage::primitive::QueryMsg: unknown variant get_rate, expected one of get_value, get_type, all_keys, owner_keys, owner, ownership_request, type, kernel_address, app_contract, original_publisher, block_height_upon_creation, version, a_d_o_base_version, permissions, permissioned_actions: query wasm contract failed: unknown request
get_rate
get_value
get_type
all_keys
owner_keys
owner
ownership_request
type
kernel_address
app_contract
original_publisher
block_height_upon_creation
version
a_d_o_base_version
permissions
permissioned_actions
To Reproduce
Describe the bug The Base queries to retrieve the set rates on an action
GetRate
and all ratesAllRates
are not working and returning the error that is described below.Error Code WebApp: Query failed with (6): UnsupportedOperation: query wasm contract failed: unknown request
CLI: Error: Query failed with (6): Error parsing into type andromeda_data_storage::primitive::QueryMsg: unknown variant
get_rate
, expected one ofget_value
,get_type
,all_keys
,owner_keys
,owner
,ownership_request
,type
,kernel_address
,app_contract
,original_publisher
,block_height_upon_creation
,version
,a_d_o_base_version
,permissions
,permissioned_actions
: query wasm contract failed: unknown requestTo Reproduce