elrond-wasm-rs
elrond-wasm-rs copied to clipboard
DebuggerBackend panics when an account is not found
It makes catching error very difficult to do, it obliges developers to rewind the stack (not a good practice)
To reproduce: perform a call to an unknown address in a ScenarioWorld
moreover, it's important to note that panicking poisons Mutex, making even harder to catch errors