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
{
"jsonrpc": "2.0",
"error":
{
"code": 1002,
"message": "Verification Error: Runtime error: Execution failed: Error calling api function: Failed to convert parameter `tx` from node to runtime of validate_transaction",
"data": "RuntimeApi(\"Execution failed: Error calling api function: Failed to convert parameter `tx` from node to runtime of validate_transaction\")"
},
"id": 1
}
Most likely this is a but in how the extrinsics and/or signatures are serialized prior to sending to the chain. This needs looking into and ideally some Rust tests added to unit test the serialization logic.
The text was updated successfully, but these errors were encountered:
Currently this test is failing with an error:
Most likely this is a but in how the extrinsics and/or signatures are serialized prior to sending to the chain. This needs looking into and ideally some Rust tests added to unit test the serialization logic.
The text was updated successfully, but these errors were encountered: