ethereum-optimism / ethereum-optimism/optimism

proposer: Support restarts without losing in-flight proofs

Open
#22,726 0 comments 0 reactions 0 assignees View on GitHub
proofs: ZK
Dominant language
Go
Stars
6.5k
Forks
4k
Avg merge
2d 18h
Merged PRs (30d)
134

Description

Currently `kona-sp1-proposer` tracks in-flight proof requests in memory, but if it's restarted it loses track of in-flight proofs which wastes time and money.

This issue tracks future work to make this durable across proposer restarts. (Check if disk is good enough or if it's ephemeral).

Contributor guide

Open the contributing guide

Research direction

Start by examining how kona-sp1-proposer tracks in-flight proof requests and what happens during a proposer restart. Determine whether disk persistence is sufficient or the state is ephemeral; done means in-flight proofs remain tracked across restarts without wasted work or cost.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.