Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Implement Send and Sync for TestExternalitities #4013

@geigerzaehler

Description

@geigerzaehler

It would be helpful if substrate_state_machine::TestExternalities implemented Send and Sync so it can be used in more elaborate tests.

In my particular use case I’m creating a client test double that simulates the node runtime with TestExternalities. I would like to use the client across different threads which requires the Send for TestExternalities.

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