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: cache on jsonrpc #85

Merged
merged 4 commits into from
Oct 26, 2024

add comments

c763ca6
Select commit
Loading
Failed to load commit list.
Merged

feat: cache on jsonrpc #85

add comments
c763ca6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2024 in 0s

27.77% (-0.09%) compared to 63688ba

View this Pull Request on Codecov

27.77% (-0.09%) compared to 63688ba

Details

Codecov Report

Attention: Patch coverage is 0% with 166 lines in your changes missing coverage. Please review.

Project coverage is 27.77%. Comparing base (63688ba) to head (c763ca6).

Files with missing lines Patch % Lines
jsonrpc/backend/tx.go 0.00% 94 Missing ⚠️
jsonrpc/backend/block.go 0.00% 28 Missing ⚠️
jsonrpc/backend/backend.go 0.00% 18 Missing ⚠️
jsonrpc/backend/filters.go 0.00% 15 Missing ⚠️
jsonrpc/config/config.go 0.00% 4 Missing ⚠️
indexer/reader.go 0.00% 3 Missing ⚠️
jsonrpc/namespaces/eth/filters/filter.go 0.00% 3 Missing ⚠️
jsonrpc/backend/feehistory.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
- Coverage   27.85%   27.77%   -0.09%     
==========================================
  Files         124      124              
  Lines       13777    13818      +41     
==========================================
  Hits         3838     3838              
- Misses       9378     9419      +41     
  Partials      561      561              
Files with missing lines Coverage Δ
indexer/indexer.go 0.00% <ø> (ø)
jsonrpc/backend/feehistory.go 0.00% <0.00%> (ø)
indexer/reader.go 0.00% <0.00%> (ø)
jsonrpc/namespaces/eth/filters/filter.go 0.00% <0.00%> (ø)
jsonrpc/config/config.go 0.00% <0.00%> (ø)
jsonrpc/backend/filters.go 0.00% <0.00%> (ø)
jsonrpc/backend/backend.go 0.00% <0.00%> (ø)
jsonrpc/backend/block.go 0.00% <0.00%> (ø)
jsonrpc/backend/tx.go 0.00% <0.00%> (ø)