fix: fixed eth_getCode to now use blockNumber when address is an HTS token #3433
+97
−9
Codecov / codecov/project
succeeded
Jan 29, 2025 in 1s
85.45% (target 80.00%)
View this Pull Request on Codecov
85.45% (target 80.00%)
Details
Codecov Report
Attention: Patch coverage is 84.61538%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 85.45%. Comparing base (
fe6c0cf
) to head (004b072
).
Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
packages/relay/src/lib/eth.ts | 81.81% | 1 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## main #3433 +/- ##
==========================================
+ Coverage 85.20% 85.45% +0.25%
==========================================
Files 69 69
Lines 4711 4724 +13
Branches 1048 1052 +4
==========================================
+ Hits 4014 4037 +23
+ Misses 397 391 -6
+ Partials 300 296 -4
Files with missing lines | Coverage Δ | |
---|---|---|
.../lib/services/ethService/ethCommonService/index.ts | 91.42% <100.00%> (+0.12%) |
⬆️ |
packages/relay/src/lib/eth.ts | 86.59% <81.81%> (+0.48%) |
⬆️ |
Loading