Skip to content

Commit

Permalink
Update docs/architecture/blockchain.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mirko <48352201+Mirko-von-Leipzig@users.noreply.github.com>
  • Loading branch information
phklive and Mirko-von-Leipzig authored Feb 21, 2025
1 parent a6c8e2c commit cf342b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/blockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This approach enables near-instant blockchain syncing by verifying `Block` proof

## Batch production

To reduce the load on the blockchain, transaction proofs are first aggregated into batches by batch producers instead of being added directly into `Block`s. Batch production is highly parallelizable, and multiple batch producers may run simultaneously.
A Miden block consist of multiple transaction batches. This enables recursive proving and also allows transactions to be processed concurrently as batches with no overlap in accounts and notes can be built in parallel. Miden will have multiple batch producers operating simultaneously and, together with offchain/client-side transaction proving, this massively reduces the work the network is required to do.

The purpose of this scheme is to produce a single proof that attests to the validity of a number of transactions. This is achieved by recursively verifying each transaction proof within the Miden VM.

Expand Down

0 comments on commit cf342b1

Please sign in to comment.