fix: eth_estimateGas
opts to fallback estimation for contract revert
#2834
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%) |
⬇️ |
Loading