fix: support accesslist type tx and handle rpc transaction #73
Codecov / codecov/project
succeeded
Oct 18, 2024 in 1s
29.23% (+0.91%) compared to b8164ad
View this Pull Request on Codecov
29.23% (+0.91%) compared to b8164ad
Details
Codecov Report
Attention: Patch coverage is 93.97590%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 29.23%. Comparing base (
b8164ad
) to head (96a7bb2
).
Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
x/evm/keeper/txutils.go | 92.53% | 5 Missing |
jsonrpc/types/tx.go | 93.33% | 4 Missing |
x/evm/keeper/query_server.go | 50.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #73 +/- ##
==========================================
+ Coverage 28.31% 29.23% +0.91%
==========================================
Files 120 120
Lines 12947 13101 +154
==========================================
+ Hits 3666 3830 +164
+ Misses 8745 8725 -20
- Partials 536 546 +10
Files with missing lines | Coverage Δ | |
---|---|---|
x/evm/keeper/context.go | 70.44% <100.00%> (-0.10%) |
⬇️ |
x/evm/keeper/erc20.go | 43.71% <100.00%> (ø) |
|
x/evm/keeper/erc721.go | 43.32% <100.00%> (ø) |
|
x/evm/keeper/genesis.go | 53.54% <100.00%> (+1.58%) |
⬆️ |
x/evm/keeper/msg_server.go | 47.09% <100.00%> (+1.25%) |
⬆️ |
x/evm/keeper/query_server.go | 34.12% <50.00%> (ø) |
|
jsonrpc/types/tx.go | 90.00% <93.33%> (+90.00%) |
⬆️ |
x/evm/keeper/txutils.go | 61.81% <92.53%> (+5.72%) |
⬆️ |
Loading