Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: eth_estimateGas opts to fallback estimation for contract revert #2834

fix: use `Status.ContractRevertExecuted` from `@hashgraph/sdk`

a2d38ea
Select commit
Loading
Failed to load commit list.
Merged

fix: eth_estimateGas opts to fallback estimation for contract revert #2834

fix: use `Status.ContractRevertExecuted` from `@hashgraph/sdk`
a2d38ea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 18, 2024 in 0s

81.28% (target 80.00%)

View this Pull Request on Codecov

81.28% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.

Project coverage is 81.28%. Comparing base (59a808d) to head (a2d38ea).
Report is 4 commits behind head on main.

Files Patch % Lines
packages/relay/src/lib/eth.ts 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2834      +/-   ##
==========================================
+ Coverage   81.26%   81.28%   +0.02%     
==========================================
  Files          46       46              
  Lines        3394     3415      +21     
  Branches      707      716       +9     
==========================================
+ Hits         2758     2776      +18     
+ Misses        414      410       -4     
- Partials      222      229       +7     
Files Coverage Δ
packages/relay/src/lib/errors/JsonRpcError.ts 70.58% <100.00%> (+4.63%) ⬆️
...ages/relay/src/lib/errors/MirrorNodeClientError.ts 87.50% <100.00%> (+1.13%) ⬆️
packages/relay/src/lib/eth.ts 81.04% <33.33%> (-0.53%) ⬇️

... and 2 files with indirect coverage changes