0xMiden / 0xMiden/node

Delegate batch proving

未关闭
#2,619 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
block-producer
主要语言
Rust
星标
104
派生
138
平均合并
1 天 14 小时
30 天内合并 PR
54

描述

Batch proving now actually includes non-trivial amount of computation (https://github.com/0xMiden/protocol/pull/3859#discussion_r3999656928).

This means we should offload batch proving from locally on the sequencer, to a beefy remote prover.

The remote proving service may not be available in time - make the remote url optional so that batch proving can be skipped altogether if unspecified.

Don't forget to add a batch proving service to the local dev network compose setup, in the same optional fashion as the transaction prover.

贡献指南

打开贡献指南

调研方向

Start by searching the node codebase for batch proving in the sequencer and for the existing optional transaction prover configuration. Compare that with the local dev network compose setup mentioned in the issue. Done means batch proving uses a remote prover when a URL is configured, is skipped when unspecified, and the compose setup has an optional batch proving service.

由索引模型根据 Issue 内容生成。

评估

技术栈
blockchain, docker-compose, rust
领域
backend, blockchain, devops
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
48/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。