From 6f96c652a9406826c8c9d50e3ffa2637e6f993d7 Mon Sep 17 00:00:00 2001 From: Dhruvin Parikh <29928916+dhruvinparikh@users.noreply.github.com> Date: Fri, 8 Sep 2023 19:33:33 -0400 Subject: [PATCH 1/2] (docs)schema.md add withdrawals to block schema --- docs/schema.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/schema.md b/docs/schema.md index 28f9e1682..adfa9bcfe 100644 --- a/docs/schema.md +++ b/docs/schema.md @@ -13,6 +13,7 @@ logs_bloom | hex_string | transactions_root | hex_string | state_root | hex_string | receipts_root | hex_string | +withdrawals_root | hex_string | miner | address | difficulty | numeric | total_difficulty | numeric | @@ -22,6 +23,7 @@ gas_limit | bigint | gas_used | bigint | timestamp | bigint | transaction_count | bigint | +withdrawals_count | bigint | base_fee_per_gas | bigint | --- From c188ed263cb4da2d1261450a12cc9ba32a4f4087 Mon Sep 17 00:00:00 2001 From: Evgeny Medvedev Date: Sat, 9 Sep 2023 13:27:37 +0800 Subject: [PATCH 2/2] Update schema.md --- docs/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schema.md b/docs/schema.md index adfa9bcfe..d6ea3a9de 100644 --- a/docs/schema.md +++ b/docs/schema.md @@ -13,7 +13,7 @@ logs_bloom | hex_string | transactions_root | hex_string | state_root | hex_string | receipts_root | hex_string | -withdrawals_root | hex_string | +withdrawals_root | hex_string | miner | address | difficulty | numeric | total_difficulty | numeric |