Skip to content

Commit 8e9e3aa

Browse files
authored
docs: update diagram to be shown properly (#20454)
1 parent 4b5ac9b commit 8e9e3aa

1 file changed

Lines changed: 39 additions & 39 deletions

File tree

docs/learn/beginner/01-tx-lifecycle.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -164,45 +164,45 @@ As mentioned throughout the documentation `BeginBlock`, `ExecuteTx` and `EndBloc
164164
Although every full-node operates individually and locally, the outcome is always consistent and unequivocal. This is because the state changes brought about by the messages are predictable, and the transactions are specifically sequenced in the proposed block.
165165

166166
```text
167-
--------------------------
168-
| Receive Block Proposal |
169-
--------------------------
170-
|
171-
v
172-
-------------------------
173-
| FinalizeBlock |
174-
-------------------------
175-
|
176-
v
177-
-------------------
178-
| BeginBlock |
179-
-------------------
180-
|
181-
v
182-
--------------------
183-
| ExecuteTx(tx0) |
184-
| ExecuteTx(tx1) |
185-
| ExecuteTx(tx2) |
186-
| ExecuteTx(tx3) |
187-
| . |
188-
| . |
189-
| . |
190-
-------------------
191-
|
192-
v
193-
--------------------
194-
| EndBlock |
195-
--------------------
196-
|
197-
v
198-
-----------------------
199-
| Consensus |
200-
-----------------------
201-
|
202-
v
203-
-----------------------
204-
| Commit |
205-
-----------------------
167+
--------------------------
168+
| Receive Block Proposal |
169+
--------------------------
170+
|
171+
v
172+
-------------------------
173+
| FinalizeBlock |
174+
-------------------------
175+
|
176+
v
177+
-------------------
178+
| BeginBlock |
179+
-------------------
180+
|
181+
v
182+
--------------------
183+
| ExecuteTx(tx0) |
184+
| ExecuteTx(tx1) |
185+
| ExecuteTx(tx2) |
186+
| ExecuteTx(tx3) |
187+
| . |
188+
| . |
189+
| . |
190+
-------------------
191+
|
192+
v
193+
--------------------
194+
| EndBlock |
195+
--------------------
196+
|
197+
v
198+
-------------------------
199+
| Consensus |
200+
-------------------------
201+
|
202+
v
203+
-------------------------
204+
| Commit |
205+
-------------------------
206206
```
207207

208208
### Transaction Execution

0 commit comments

Comments
 (0)