ethereum / ethereum/execution-apis
Extend `estimateGas` to take block overrides
Open
- Dominant language
- Io
- Stars
- 1.1k
- Forks
- 530
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 9
Description
It isn't clear from the spec whether `estimateGas` should run in the context of the block hash/num provided, or if it should treat it as its parent. By accepting block overrides, we can remove the ambiguity and allow callers to choose exactly what the environment their call executes in.
Contributor guide
Assessment
This issue has not been assessed yet.