Skip to content

Commit 3da329f

Browse files
authored
Fix links in the Runtime section. Note Runtime version in chapter header (V1).
1 parent 948f6f9 commit 3da329f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Runtime.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# Runtime
2-
3-
|Revision no.|
4-
|---|
5-
|0|
1+
# Runtime (V1)
62

73
The Runtime is the component in the ParallelChain protocol which executes transactions.
84

@@ -11,8 +7,8 @@ The primary interface that the runtime provides to the other components of the P
117
This chapter is organized into four sections:
128
1. [Transition function (V1)](#transition-function-(v1)) specifies the *interface* of the transition function, i.e., its input parameters and output parameters.
139
2. [Execution model of the transition function](#execution-model-of-the-transition-function) introduces the concepts that will be used in the latter two sections to specify the *execution* of the transition function.
14-
3. [Common phases] specifies the sequence flow of executing the two "phases" (pre-charge and charge) that are common in the execution of all transactions.
15-
4. [Commands] specifies the variants of the commands enum and the sequence flow of transaction execution through the commands phase.
10+
3. [Common phases](#common-phases) specifies the sequence flow of executing the two "phases" (pre-charge and charge) that are common in the execution of all transactions.
11+
4. [Commands](#commands) specifies the variants of the commands enum and the sequence flow of transaction execution through the commands phase.
1612

1713
## Transition Function (V1)
1814

0 commit comments

Comments
 (0)