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: tx queue for unordered txs requests #48

Merged
merged 10 commits into from
Aug 20, 2024

use colon

7a47fb4
Select commit
Loading
Failed to load commit list.
Merged

feat: tx queue for unordered txs requests #48

use colon
7a47fb4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 20, 2024 in 0s

26.35% (-0.19%) compared to a4d23d2

View this Pull Request on Codecov

26.35% (-0.19%) compared to a4d23d2

Details

Codecov Report

Attention: Patch coverage is 0.87719% with 113 lines in your changes missing coverage. Please review.

Project coverage is 26.35%. Comparing base (a4d23d2) to head (7a47fb4).

Files Patch % Lines
jsonrpc/backend/tx.go 0.00% 45 Missing ⚠️
jsonrpc/backend/backend.go 0.00% 24 Missing ⚠️
jsonrpc/config/config.go 0.00% 22 Missing ⚠️
jsonrpc/backend/errors.go 0.00% 7 Missing ⚠️
indexer/indexer.go 0.00% 5 Missing ⚠️
jsonrpc/jsonrpc.go 0.00% 5 Missing ⚠️
x/evm/config/config.go 25.00% 3 Missing ⚠️
x/evm/keeper/keeper.go 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
- Coverage   26.53%   26.35%   -0.19%     
==========================================
  Files         111      111              
  Lines       11770    11855      +85     
==========================================
+ Hits         3123     3124       +1     
- Misses       8202     8286      +84     
  Partials      445      445              
Files Coverage Δ
indexer/store.go 69.23% <ø> (ø)
x/evm/keeper/keeper.go 68.53% <0.00%> (-1.58%) ⬇️
x/evm/config/config.go 38.46% <25.00%> (-1.54%) ⬇️
indexer/indexer.go 0.00% <0.00%> (ø)
jsonrpc/jsonrpc.go 0.00% <0.00%> (ø)
jsonrpc/backend/errors.go 0.00% <0.00%> (ø)
jsonrpc/config/config.go 0.00% <0.00%> (ø)
jsonrpc/backend/backend.go 0.00% <0.00%> (ø)
jsonrpc/backend/tx.go 0.00% <0.00%> (ø)