refactor(evm): remove double JSON escaping of EventEthereumTx
logs
#2188
Codecov / codecov/project
succeeded
Jan 31, 2025 in 0s
64.77% (target 60.00%)
View this Pull Request on Codecov
64.77% (target 60.00%)
Details
Codecov Report
Attention: Patch coverage is 56.09756%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 64.77%. Comparing base (
fda9778
) to head (b24f541
).
Files with missing lines | Patch % | Lines |
---|---|---|
eth/rpc/backend/utils.go | 68.42% | 4 Missing and 2 partials |
x/evm/events.go | 0.00% | 6 Missing |
x/evm/logs.go | 0.00% | 5 Missing |
x/evm/keeper/msg_server.go | 85.71% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #2188 +/- ##
==========================================
- Coverage 65.01% 64.77% -0.24%
==========================================
Files 277 277
Lines 22341 22276 -65
==========================================
- Hits 14524 14430 -94
- Misses 6828 6861 +33
+ Partials 989 985 -4
Files with missing lines | Coverage Δ | |
---|---|---|
eth/rpc/events_parser.go | 53.70% <100.00%> (-1.26%) |
⬇️ |
x/evm/keeper/call_contract.go | 94.23% <100.00%> (ø) |
|
x/evm/msg.go | 62.02% <ø> (-0.13%) |
⬇️ |
x/evm/keeper/msg_server.go | 77.03% <85.71%> (-0.05%) |
⬇️ |
x/evm/logs.go | 24.13% <0.00%> (-75.87%) |
⬇️ |
eth/rpc/backend/utils.go | 67.66% <68.42%> (+0.81%) |
⬆️ |
x/evm/events.go | 0.00% <0.00%> (ø) |
Loading