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

Use constant minimum_new_receipt_gas #10941

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Commits on Apr 5, 2024

  1. Use constant minimum_new_receipt_gas

    This addresses the issue from #10829.
    
    Because we plan to decrease the function call cost, we need to modify the refund estimation logic that relies on function call base cost.
    This PR sets minimum_new_receipt_gas to 108_059_500_000 + 2_319_861_500_000 + 2_319_861_500_000 ~= 4.7TGas which would limit the overcharging to 6x which is the current level.
    aborg-dev committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0116edd View commit details
    Browse the repository at this point in the history