ethereum-optimism / ethereum-optimism/optimism
proposer: Support restarts without losing in-flight proofs
Open
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
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