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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
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.