hedera-json-rpc-relay icon indicating copy to clipboard operation
hedera-json-rpc-relay copied to clipboard

feat: adds support in estimateGas for unsupported contract in mirror node

Open konstantinabl opened this issue 1 year ago • 0 comments

Problem

Currently, if we call estimateGas for a contract/contract function thats not in the mirrorNode, as in the case of the new functions in HIP-1010, the relay still tries to make the call and fails.

Solution

We need to return predefined gas for these types of calls

Check: https://github.com/hashgraph/hedera-mirror-node/issues/9136

Alternatives

No response

konstantinabl avatar Sep 17 '24 12:09 konstantinabl