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

[Feature] Figure out how to charge gas for declared calls #5331

Open
lutter opened this issue Apr 9, 2024 · 0 comments
Open

[Feature] Figure out how to charge gas for declared calls #5331

lutter opened this issue Apr 9, 2024 · 0 comments
Labels
area/indexing enhancement New feature or request

Comments

@lutter
Copy link
Collaborator

lutter commented Apr 9, 2024

The implementation of declared calls (#5264) does not charge gas when the call is made before running the handler. It will charge gas when the handler actually executes ethereum.call, but that leaves a small gap for calls that are declared but then never used by the handler.

@lutter lutter added enhancement New feature or request area/indexing labels Apr 9, 2024
@lutter lutter mentioned this issue Apr 9, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/indexing enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant