interlay / interbtc-clients

interBTC Clients | Vault, Oracle, Faucet
Apache License 2.0
52 stars 30 forks source link

Remove embedded node dependency #497

Closed nakul1010 closed 1 year ago

nakul1010 commented 1 year ago

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.