Skip to content

Commit 015ca0a

Browse files
fix: bold text
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Lumi <lumi@wonderland.xyz>
1 parent 12b589e commit 015ca0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • sites/wonderland/docs/development/research/onboarding/knowledge-base/core

sites/wonderland/docs/development/research/onboarding/knowledge-base/core/evm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ At its heart, Ethereum is a **transaction-based state machine**. Each transactio
108108

109109
**State Evolves Block by Block:** Each block includes a set of valid transactions, and the network collectively "_"executes_" these on top of the previous state to arrive at a new state. [Mastering Ethereum](https://wiki.anomalous.xyz/pdfs/mastering-ethereum.pdf) (Ch. 4 & 5) and the [Ethereum Gitbook](https://cypherpunks-core.github.io/ethereumbook/02intro.html) detail how balances, contract storage, and code get updated deterministically.
110110

111-
**Block Structure: a b**locks contains:
112-
111+
**Block Structure:** A block contains:
113112
- A **header** (metadata like parent block hash, timestamp, base fee).
114113
- A **list of transactions**.
115114
- (Post-merge) A set of **withdrawals** for PoS validators.

0 commit comments

Comments
 (0)