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: rpc stream overhead even if not used #551

Merged
merged 4 commits into from
Nov 1, 2024

ignore pending tx

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

Problem: rpc stream overhead even if not used #551

ignore pending tx
7e3a2b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 1, 2024 in 0s

46.17% (+0.00%) compared to 885530b

View this Pull Request on Codecov

46.17% (+0.00%) compared to 885530b

Details

Codecov Report

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

Project coverage is 46.17%. Comparing base (885530b) to head (7e3a2b7).

Files with missing lines Patch % Lines
rpc/stream/rpc.go 0.00% 22 Missing ⚠️
server/json_rpc.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #551   +/-   ##
========================================
  Coverage    46.16%   46.17%           
========================================
  Files          181      181           
  Lines        18125    18124    -1     
========================================
  Hits          8368     8368           
+ Misses        9040     9039    -1     
  Partials       717      717           
Files with missing lines Coverage Δ
server/json_rpc.go 0.00% <0.00%> (ø)
rpc/stream/rpc.go 0.00% <0.00%> (ø)