This commit is contained in:
Yong Kang
2025-10-24 07:08:04 +00:00
parent 49ee39c21a
commit 077e5b534d

View File

@@ -12,9 +12,8 @@
//!
//! # Message Flow
//!
//! 1. `MultiProofTask` prepares a storage or account job
//! and hands it to [`ProofWorkerHandle`]. The job carries a
//! [`ProofResultContext`] so the worker knows how to send the result back.
//! 1. `MultiProofTask` prepares a storage or account job and hands it to [`ProofWorkerHandle`]. The
//! job carries a [`ProofResultContext`] so the worker knows how to send the result back.
//! 2. A worker receives the job, runs the proof, and sends a [`ProofResultMessage`] through the
//! provided [`ProofResultSender`].
//! 3. `MultiProofTask` receives the message, uses `sequence_number` to keep proofs in order, and