Skip to content

Commit

Permalink
fix diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Jan 2, 2025
1 parent fba579b commit 74353af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/v2/stf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -85,7 +83,6 @@ TxProcessor-->>Caller: TxResult, simulationState
ValidateTx performs transaction validation without execution.

```mermaid
mermaid
sequenceDiagram
participant Caller
participant STF
Expand All @@ -112,7 +109,6 @@ Validator-->>Caller: TxResult
Query executes a read-only query against the application state.

```mermaid
mermaid
sequenceDiagram
participant Caller
participant STF
Expand Down

0 comments on commit 74353af

Please sign in to comment.