Skip to content

Comments

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

Open
minh-bq wants to merge 1 commit intoronin-chain:masterfrom
minh-bq:fix-basefee-block-override
Open

internal/ethapi: use overriden baseFee for gasPrice (#29051)#9
minh-bq wants to merge 1 commit intoronin-chain:masterfrom
minh-bq:fix-basefee-block-override

Conversation

@minh-bq
Copy link
Contributor

@minh-bq minh-bq commented Feb 18, 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.
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.

2 participants