mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-14 06:15:57 +00:00
deffa20b07
Simplify `estimateGas` to use `runComputation`; drop other code. The RPC/GraphQL `estimateGas` operation is quite different from the `call` operation. It is much more like ordinary transaction execution than `call`, though there are still enough differences that tx validation cannot be used. Signed-off-by: Jamie Lokier <jamie@shareable.org>