This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Suppress panic error message in logs while running calls from PolkadotJS #11828
Labels
C1-low
PR touches the given topic and has a low impact on builders.
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
J2-unconfirmed
Issue might be valid, but it’s not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Currently if some JSON-RPC call triggered from PolkadotJS, it leads to the runtime throwing panic error. For example, if the
Core_execute_block
is called manually, the following error is displayed in the logs.According to the @tomaka this behavior is right and the error message should not be displayed in the logs.
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: