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 wrote a panic code in contract: 'escrow'. then i deployed on my wasmd. after init, i call contract by wasmcli tx wasm execute fred $CONTRACT "$APPROVE" -y
The tx was succeed, when i terminate wasmd by ctrl+c, the stack error print on my terminal
Thank you for the report. Can you send a copy of your forked escrow code? And the value of $APPROVE pass in here? wasmcli tx wasm execute fred $CONTRACT "$APPROVE" -y.
The contract should fail. If not, I will investigate further and fix it.
As to the error message / stack trace when hitting ctrl+C, this is an odd known issue that doesn't affect the chain performance but is worrying on restart. I will create a new issue for this.
Summary of Bug
I wrote a panic code in contract: 'escrow'. then i deployed on my wasmd. after init, i call contract by
wasmcli tx wasm execute fred $CONTRACT "$APPROVE" -y
The tx was succeed, when i terminate wasmd by ctrl+c, the stack error print on my terminal
Version
using branch: master.
commit id: d12c434
nothing to show for
wasmcli --version
andwasmd --version
Steps to Reproduce
pub fn handle<T: Storage>
The error will showed up
For Admin Use
The text was updated successfully, but these errors were encountered: