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
When invoking a smart contract using Run-debug on SmartX, and a 'raise Exception()' is fired, the result returns an error, the same as when deployed. However, the storage debugger still writes retains the storage values that were written as a part of the failed invoke. When deployed, if a 'raise Exception()' is executed, any prior calls to 'Put' appear to be reverted, and not written to storage.
The text was updated successfully, but these errors were encountered:
When invoking a smart contract using Run-debug on SmartX, and a 'raise Exception()' is fired, the result returns an error, the same as when deployed. However, the storage debugger still writes retains the storage values that were written as a part of the failed invoke. When deployed, if a 'raise Exception()' is executed, any prior calls to 'Put' appear to be reverted, and not written to storage.
The text was updated successfully, but these errors were encountered: