Skip to content

Commit

Permalink
docs: update diagram to be shown properly (#20454)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8e9e3aa)

# Conflicts:
#	docs/docs/learn/beginner/01-tx-lifecycle.md
  • Loading branch information
tianyeyouyou authored and mergify[bot] committed May 27, 2024
1 parent b99ca2c commit 73a5258
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/docs/learn/beginner/01-tx-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ As mentioned throughout the documentation `BeginBlock`, `ExecuteTx` and `EndBloc
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.

```text
<<<<<<< HEAD:docs/docs/learn/beginner/01-tx-lifecycle.md
-----------------------
|Receive Block Proposal|
-----------------------
Expand Down Expand Up @@ -203,6 +204,47 @@ Although every full-node operates individually and locally, the outcome is alway
-----------------------
| Commit |
-----------------------
=======
--------------------------
| Receive Block Proposal |
--------------------------
|
v
-------------------------
| FinalizeBlock |
-------------------------
|
v
-------------------
| BeginBlock |
-------------------
|
v
--------------------
| ExecuteTx(tx0) |
| ExecuteTx(tx1) |
| ExecuteTx(tx2) |
| ExecuteTx(tx3) |
| . |
| . |
| . |
-------------------
|
v
--------------------
| EndBlock |
--------------------
|
v
-------------------------
| Consensus |
-------------------------
|
v
-------------------------
| Commit |
-------------------------
>>>>>>> 8e9e3aaf6 (docs: update diagram to be shown properly (#20454)):docs/learn/beginner/01-tx-lifecycle.md
```

### Transaction Execution
Expand Down

0 comments on commit 73a5258

Please sign in to comment.