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
I have a CW 1.0 contract on testnet with two queries.
The first one simply returns a few contract address/code hashes from the contract's storage. However, querying this with secret.js returns an encrypted string.
The second one calls a CW 0.10 contract, does some math on the result and returns a response. However, the query returns the following error:
"Generic error: Querier system error: Cannot parse response: Error parsing into type
secret_cosmwasm_std::results::system_result::SystemResult<secret_cosmwasm_std::results::contract_result::ContractResult<secret_cosmwasm_std::binary::Binary>>:
Invalid type in: {\\\"Ok\\\":{\\\"Err\\\":{\\\"generic_err\\\":{\\\"msg\\\":\\\"55f701d7e86ad1758f6a812ac35174a4f911bc9a1e1066c3ca3ee63736408005: invalid address\\\"}}}}"
Secret.js versions tested on: 1.5.0-beta.1 and 1.4.5
The text was updated successfully, but these errors were encountered:
@aakamenov Hey, can you share the contract binary for us to be able to reproduce the issue?
Also, were you able to reproduce it on localsecret as well?
Code id on testnet is 17279 and there is an instance with address secret1p3l6x2qww4fym8j496z66cnq48jap83k3wmkjh. Haven't tried on localsecret yet but this contract relies on two 3rd party contracts that we don't have access to so can't make a 1:1 test on localsecret exactly.
I have a CW 1.0 contract on testnet with two queries.
Secret.js versions tested on:
1.5.0-beta.1
and1.4.5
The text was updated successfully, but these errors were encountered: