graph-node
graph-node copied to clipboard
[Feature] Figure out how to charge gas for declared calls
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.