Open 0xivanov opened 1 week ago
Attention: Patch coverage is 91.07143%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 82.70%. Comparing base (
b86ee46
) to head (dd5edd5
). Report is 159 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description: A new
MirrorNodeContractQuery
is added to support EVM gas estimation and simulation. The inputs should match that ofContractExecuteTransaction
as devs will be looking to calculate the cost of a follow up transaction.This query issues an
api/v1/contracts/call
to the mirror node web3 module that support estimate and simulation of state changing transactions.Related issue(s):
Fixes #2076
Notes for reviewer:
Checklist