graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

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

Open lutter opened this issue 1 year ago • 0 comments

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 avatar Apr 09 '24 18:04 lutter