From d3db130b9f3025cf29ed5b9553d2296c2421f3cc Mon Sep 17 00:00:00 2001 From: Paul-Henry Kajfasz <42912740+phklive@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:20:05 +0000 Subject: [PATCH] Update docs/architecture/state.md Co-authored-by: Dominik Schmid <35031754+Dominik1999@users.noreply.github.com> --- docs/architecture/state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/state.md b/docs/architecture/state.md index 73fab5b9c..d2b569092 100644 --- a/docs/architecture/state.md +++ b/docs/architecture/state.md @@ -12,7 +12,7 @@ Miden’s state model focuses on: - **Flexible data storage:** Users can store data privately on their own devices or within the network. This approach reduces reliance on the network for data availability, helps maintain user sovereignty, and minimizes unnecessary on-chain storage. -- **Parallelizable Execution:** +- **Concurrency:** Multiple transactions can be processed concurrently by distinct actors which improves throughput and efficiency. Miden’s state model supports a private, secure, and high-throughput environment while also addressing the challenges of state bloat commonly associated with continuously growing blockchain states.