pub async fn launch_execution_node<P: AsRef<Path>>(
task_manager: TaskManager,
chain_spec: TempoChainSpec,
datadir: P,
config: ExecutionNodeConfig,
database: Arc<DatabaseEnv>,
) -> Result<ExecutionNode>Expand description
Launches a tempo execution node.
Difference compared to starting the node through the binary:
- faucet is always disabled
- components are not provided (looking at the node command, the components are not passed to it).
- consensus config is not necessary