Do not allow panics; instead, have an error reporting worker that categorizes errors as system errors or user execution errors.
With a system error, it should gracefully shut down, and the running service (SystemMD in the relay node) will restart, and in the WASM client, the user will restart.
Do not allow panics; instead, have an error reporting worker that categorizes errors as system errors or user execution errors.
With a system error, it should gracefully shut down, and the running service (SystemMD in the relay node) will restart, and in the WASM client, the user will restart.