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

feat(evm): evm tx indexer service implemented #2044

Merged
merged 8 commits into from
Sep 23, 2024

fix: race condition within evm indexer

f61e012
Select commit
Loading
Failed to load commit list.
Merged

feat(evm): evm tx indexer service implemented #2044

fix: race condition within evm indexer
f61e012
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2024 in 0s

65.58% (target 60.00%)

View this Pull Request on Codecov

65.58% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 60.00000% with 20 lines in your changes missing coverage. Please review.

Project coverage is 65.58%. Comparing base (5214349) to head (f61e012).

Files with missing lines Patch % Lines
eth/indexer/evm_tx_indexer.go 50.00% 14 Missing and 2 partials ⚠️
x/common/testutil/testnetwork/validator_node.go 50.00% 1 Missing and 2 partials ⚠️
x/common/testutil/testnetwork/start_node.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2044      +/-   ##
==========================================
- Coverage   65.76%   65.58%   -0.18%     
==========================================
  Files         264      264              
  Lines       16636    16653      +17     
==========================================
- Hits        10940    10922      -18     
- Misses       4808     4846      +38     
+ Partials      888      885       -3     
Files with missing lines Coverage Δ
cmd/nibid/cmd/root.go 77.46% <100.00%> (+0.15%) ⬆️
eth/rpc/backend/backend.go 85.71% <100.00%> (ø)
eth/rpc/backend/tx_info.go 47.05% <100.00%> (-8.83%) ⬇️
x/common/testutil/testnetwork/start_node.go 76.08% <83.33%> (-0.26%) ⬇️
x/common/testutil/testnetwork/validator_node.go 59.13% <50.00%> (-0.64%) ⬇️
eth/indexer/evm_tx_indexer.go 65.11% <50.00%> (ø)