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/ehtapi: add BlockOverrides to EstimateGas #28315

Closed

Conversation

bnovil
Copy link
Contributor

@bnovil bnovil commented Oct 11, 2023

In some cases, using next block's context for EstimateGas might be useful, as discussed in #28175

@bnovil bnovil requested a review from s1na as a code owner October 11, 2023 09:08
@s1na
Copy link
Contributor

s1na commented Oct 11, 2023

After the discussion in #28175 I don't see a crucial need for this feature. However it doesn't hurt either.

@karalabe
Copy link
Member

I don't think we should support this. Also adding a new parameter makes the call both convoluted (you need to specify the first optional parameter); as well as it is messing with an API method that should be standardized across all clients. We should not be changing APIs so lightheartedly.

@karalabe karalabe closed this Oct 13, 2023
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