Skip to content

Commit

Permalink
docs(dal): update ProofGenerationDal docs chart (#2722)
Browse files Browse the repository at this point in the history
It should have been updated as part of these 2 PRs:
- #2258
- #2486

## What ❔

Update ProofGenerationDal docs chart.

## Why ❔

We like up-to-date docs.

## Checklist

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
  • Loading branch information
pbeza authored Aug 26, 2024
1 parent 30e072b commit 7b9e7bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/lib/dal/doc/ProofGenerationDal.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ proof_generation_details
title: Status Diagram
---
stateDiagram-v2
[*] --> ready_to_be_proven : insert_proof_generation_details
ready_to_be_proven --> picked_by_prover : get_next_block_to_be_proven
[*] --> unpicked : insert_proof_generation_details
unpicked --> picked_by_prover : lock_batch_for_proving
picked_by_prover --> generated : save_proof_artifacts_metadata
picked_by_prover --> unpicked : unlock_batch
generated --> [*]
[*] --> skipped : mark_proof_generation_job_as_skipped
Expand Down

0 comments on commit 7b9e7bf

Please sign in to comment.