ethereum / ethereum/execution-specs

Update the signature of the `calculate_excess_blob_gas` function

Open
#1,265 3 comments 0 reactions 1 assignee Claimed by @gurukamath View on GitHub
A-spec-tools C-feat E-medium P-medium stale
Dominant language
Python
Stars
1.2k
Forks
505
Avg merge
2d 14h
Merged PRs (30d)
116

Description

The way the `calculate_excess_blob_gas` function is configured, it requires the parent header as an input. It cannot be used as is in the `t8n` tool since complete headers cannot be constructed in t8n. This means we have to re-implement the logic again in t8n.

We need to move towards a solution where we can simply just call the `calculate_excess_blob_gas` function within the `t8n` tool

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.