Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal/ethapi: use overriden baseFee for gasPrice (#29051) #663

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

minh-bq
Copy link
Collaborator

@minh-bq minh-bq commented Jan 21, 2025

commit ethereum/go-ethereum@e47a7c2.

eth_call and debug_traceCall allow users to override various block fields, among them base fee. However the overriden base fee was not considered for computing the effective gas price of that message, and instead base fee of the base block was used. This has been fixed in this commit.

commit ethereum/go-ethereum@e47a7c2.

eth_call and debug_traceCall allow users to override various block fields,
among them base fee. However the overriden base fee was not considered for
computing the effective gas price of that message, and instead base fee of the
base block was used. This has been fixed in this commit.
@minh-bq minh-bq force-pushed the fix-basefee-block-override branch from 4a62c4d to 982b893 Compare January 21, 2025 07:29
@chiphamskymavis chiphamskymavis added this to the v2.9.1 milestone Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants