From 74353af761ce1b54cf5550011f4d2f9c411518f9 Mon Sep 17 00:00:00 2001 From: marbar3778 Date: Thu, 2 Jan 2025 12:44:10 +0100 Subject: [PATCH] fix diagrams --- server/v2/stf/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/v2/stf/README.md b/server/v2/stf/README.md index b5923311b44f..e3ae1b5376ff 100644 --- a/server/v2/stf/README.md +++ b/server/v2/stf/README.md @@ -13,7 +13,6 @@ This document outlines the main external calls in the STF package, their executi DeliverBlock is the main state transition function that processes an entire block of transactions. ```mermaid -mermaid sequenceDiagram participant Caller participant STF @@ -56,7 +55,6 @@ STF-->>Caller: BlockResponse, newState, error Simulate executes a transaction without committing changes to the actual state. ```mermaid -mermaid sequenceDiagram participant Caller participant STF @@ -85,7 +83,6 @@ TxProcessor-->>Caller: TxResult, simulationState ValidateTx performs transaction validation without execution. ```mermaid -mermaid sequenceDiagram participant Caller participant STF @@ -112,7 +109,6 @@ Validator-->>Caller: TxResult Query executes a read-only query against the application state. ```mermaid -mermaid sequenceDiagram participant Caller participant STF