You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing an RPC call with method state_call, I get a "ForbiddenHostCall" error message for certain calls. I am not sure what that means or why the call is forbidden. Until now I have only observed this for state_call with method ParachainHost_availability_cores.
This ForbiddenHostCall means that the runtime has tried to modify the storage.
Since I was generally expecting the runtime calls made by the JSON-RPC layer to not modify the storage, I had decided at the time to forbid modifications to the storage.
When performing an RPC call with method
state_call
, I get a "ForbiddenHostCall" error message for certain calls. I am not sure what that means or why the call is forbidden. Until now I have only observed this forstate_call
with methodParachainHost_availability_cores
.Error Message
Reproduction
{"id": "some_id", "method": "state_call", "params": ["ParachainHost_availability_cores", "0x"], "jsonrpc": "2.0"}
The text was updated successfully, but these errors were encountered: