Is your feature request related to a problem? Please describe.
There are dependencies on our parachain crates including the runtime which can cause upgrade issues since subxt can have conflicting sub-dependencies.
Describe the solution you'd like
Remove the embedded node (runtime/client) and instead use a local node with an instant seal.
Describe alternatives you've considered
The current alternative is to run an embedded node, which adds substantial compilation time since we also need to build the parachain runtime code.
Is your feature request related to a problem? Please describe. There are dependencies on our parachain crates including the runtime which can cause upgrade issues since subxt can have conflicting sub-dependencies.
Describe the solution you'd like Remove the embedded node (runtime/client) and instead use a local node with an instant seal.
Describe alternatives you've considered The current alternative is to run an embedded node, which adds substantial compilation time since we also need to build the parachain runtime code.