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

Problem: method eth_chainId crashed occasionally #516

Merged
merged 6 commits into from
Sep 10, 2024

fix

c454808
Select commit
Loading
Failed to load commit list.
Merged

Problem: method eth_chainId crashed occasionally #516

fix
c454808
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 10, 2024 in 2s

60.59% (-0.55%) compared to d26adad

View this Pull Request on Codecov

60.59% (-0.55%) compared to d26adad

Details

Codecov Report

Attention: Patch coverage is 26.58228% with 116 lines in your changes missing coverage. Please review.

Project coverage is 60.59%. Comparing base (d26adad) to head (c454808).

Files with missing lines Patch % Lines
rpc/types/utils.go 0.00% 29 Missing ⚠️
types/int.go 5.00% 19 Missing ⚠️
rpc/backend/tx_info.go 44.82% 10 Missing and 6 partials ⚠️
x/evm/types/key.go 0.00% 16 Missing ⚠️
x/evm/keeper/grpc_query.go 22.22% 5 Missing and 2 partials ⚠️
rpc/backend/blocks.go 53.84% 3 Missing and 3 partials ⚠️
rpc/backend/utils.go 28.57% 4 Missing and 1 partial ⚠️
indexer/kv_indexer.go 50.00% 2 Missing and 2 partials ⚠️
rpc/backend/node_info.go 50.00% 2 Missing and 2 partials ⚠️
rpc/stream/rpc.go 0.00% 4 Missing ⚠️
... and 3 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #516      +/-   ##
===========================================
- Coverage    61.13%   60.59%   -0.55%     
===========================================
  Files          128      128              
  Lines         9607     9724     +117     
===========================================
+ Hits          5873     5892      +19     
- Misses        3174     3255      +81     
- Partials       560      577      +17     
Files with missing lines Coverage Δ
rpc/backend/chain_info.go 77.77% <60.00%> (ø)
rpc/types/events.go 68.42% <50.00%> (-0.95%) ⬇️
x/evm/keeper/config.go 91.30% <66.66%> (-2.45%) ⬇️
indexer/kv_indexer.go 66.66% <50.00%> (-1.67%) ⬇️
rpc/backend/node_info.go 46.74% <50.00%> (-0.50%) ⬇️
rpc/stream/rpc.go 0.00% <0.00%> (ø)
rpc/backend/utils.go 47.87% <28.57%> (-0.88%) ⬇️
rpc/backend/blocks.go 84.11% <53.84%> (-1.71%) ⬇️
x/evm/keeper/grpc_query.go 77.67% <22.22%> (-0.89%) ⬇️
rpc/backend/tx_info.go 59.92% <44.82%> (-2.63%) ⬇️
... and 3 more