From 8645af2d0525a1793b3a8219595085e529e85c62 Mon Sep 17 00:00:00 2001 From: realgu <36865815+ChengruiGu@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:17:35 +0800 Subject: [PATCH] Update realgu.md --- realgu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/realgu.md b/realgu.md index 2c64da9..ab802a1 100644 --- a/realgu.md +++ b/realgu.md @@ -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 @@ -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