interlay / interbtc-clients

interBTC Clients | Vault, Oracle, Faucet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove embedded node dependency

nakul1010 opened this issue · comments

commented

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.