Skip to content

Substrate Wrapper - Issue serializating extrinsics #125

Description

@willemolding

Currently this test is failing with an error:

{
 "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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions