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(eth-rpc): RPC backend, Ethereum tracer, KV indexer, and RPC APIs #1861

Merged
merged 4 commits into from
May 6, 2024

fix(indexer): register eth and evm types during test setup

59dacc1
Select commit
Loading
Failed to load commit list.
Merged

feat(eth-rpc): RPC backend, Ethereum tracer, KV indexer, and RPC APIs #1861

fix(indexer): register eth and evm types during test setup
59dacc1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 6, 2024 in 0s

67.84% (target 66.00%)

View this Pull Request on Codecov

67.84% (target 66.00%)

Details

Codecov Report

Attention: Patch coverage is 50.70039% with 1267 lines in your changes are missing coverage. Please review.

Project coverage is 67.84%. Comparing base (2bd7a14) to head (59dacc1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1861      +/-   ##
==========================================
- Coverage   71.97%   67.84%   -4.13%     
==========================================
  Files         183      203      +20     
  Lines       10514    13064    +2550     
==========================================
+ Hits         7567     8863    +1296     
- Misses       2475     3561    +1086     
- Partials      472      640     +168     
Files Coverage Δ
app/app.go 54.36% <ø> (ø)
app/modules.go 95.91% <100.00%> (ø)
cmd/nibid/cmd/root.go 77.93% <100.00%> (ø)
eth/rpc/backend/filters.go 100.00% <100.00%> (ø)
x/common/testutil/sample.go 73.52% <ø> (+14.00%) ⬆️
x/evm/evmtest/eth.go 100.00% <100.00%> (ø)
x/evm/evmtest/signer.go 0.00% <ø> (ø)
x/evm/logs.go 100.00% <100.00%> (ø)
x/evm/params.go 31.48% <ø> (ø)
x/evm/json_tx_args.go 98.49% <98.49%> (ø)
... and 20 more