A message call to a contract can be successful or it can fail, either through a generic error, a panic or a revert.
Right now wasm-deploy indicates that a message call is successful even when it actually reverted or panicked (an error is only shown in the case that a generic error happened). This is confusing.
A message call to a contract can be successful or it can fail, either through a generic error, a panic or a revert.
Right now wasm-deploy indicates that a message call is successful even when it actually reverted or panicked (an error is only shown in the case that a generic error happened). This is confusing.
(This bug has been identified in this research: https://github.com/pendulum-chain/tasks/issues/260)