pub async fn run_follow_stack(
context: Context,
config: Args,
upstream_url: String,
execution_node: Arc<TempoFullNode>,
feed_state: FeedStateHandle,
) -> Result<()>Expand description
Run the follower stack. This uses RPC to sync consensus state and drive the execution layer from the upstream node.