0xMiden / 0xMiden/node

Delegate batch proving

Open
#2,619 1 comment 0 reactions 0 assignees View on GitHub
block-producer
Dominant language
Rust
Stars
104
Forks
138
Avg merge
1d 14h
Merged PRs (30d)
54

Description

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.

Contributor guide

Open the contributing guide

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
blockchain, docker-compose, rust
Domain
backend, blockchain, devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.