This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
try-runtime can panic when RPC requests fail #13695
Labels
U3-nice_to_have
Issue is worth doing eventually.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
If a node doesn't answer RPC requests correctly (for example if
--rpc-max-response-size
or--rpc-max-request-size
are not configured correctly) then it panics and logs a nasty output.Rather than panicing, the cli should exit gracefully and suggest to the user that they check their node config.
The text was updated successfully, but these errors were encountered: