paritytech/smoldot

Smoldot should return runtime logs on call error through RPC layer

tomaka opened this issue · 1 comments

When the JSON-RPC API calls the runtime, and the runtime call fails, we should return the logs as part of the error message for convenience to the user.

It is actually already the case.