Skip to content

Commit

Permalink
Update realgu.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengruiGu authored Feb 12, 2025
1 parent b1d7574 commit 8645af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions realgu.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ timezone: Asia/Shanghai
- 一笔交易大概需要21000 gas unit,每个block 的 gas limit 目前大概 30m gas unit,base fee是 gwei / gas unit
- 晕了 EL Spec 很难读下去,暂时跳过吧

### 2024.02.11
### 2025.02.11
State Trasition Function:
```
func stf(parent types.Block, block types.Block, state state.StateDB) (state.StateDB, error) { //1
Expand All @@ -56,7 +56,7 @@ func stf(parent types.Block, block types.Block, state state.StateDB) (state.Stat
```
问题: what exactly does a 'state' contains? what are the tries?

### 2024.02.12
### 2025.02.12
Ethereum state is stored in four different modified merkle patricia tries (MMPTs):
- Transaction Trie
- Receipt Trie
Expand Down

0 comments on commit 8645af2

Please sign in to comment.