-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the difference in codespace of error between execute and query intended behavior? #926
Comments
Thanks for bringing this up!
Do you have some concrete examples for queries that return the std namespace? |
this issue was fixed in #1068 . There is another problem in the smart query, when there is an error in the contract side e.g. wrong message is passed, then it panics and the following stack trace is printed.
|
Sorry for the late response, thank you for your support and check. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to check something about the behavior of codespace when an error occurs in contract.
The following contract with errors was created, and the behavior of execute and query was investigated.
https://github.com/da1suk8/cosmwasm_cosmwasm/blob/error_behavior/contracts/queue/src/contract.rs
Please could you check below 2 points.
wasm
, and in query, the codespace isstd
. Is this intentional behavior?please see below for log
The text was updated successfully, but these errors were encountered: