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

rpc: improve RPC Client initialization #2468

Merged
merged 1 commit into from
May 6, 2022
Merged

Conversation

AnnaShaleva
Copy link
Member

Close #2463.

@codecov
Copy link

codecov bot commented May 6, 2022

Codecov Report

Merging #2468 (1782e16) into master (a427411) will decrease coverage by 0.07%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master    #2468      +/-   ##
==========================================
- Coverage   85.17%   85.09%   -0.08%     
==========================================
  Files         291      291              
  Lines       36788    36780       -8     
==========================================
- Hits        31334    31298      -36     
- Misses       4138     4170      +32     
+ Partials     1316     1312       -4     
Impacted Files Coverage Δ
pkg/rpc/client/client.go 85.60% <50.00%> (+3.64%) ⬆️
pkg/services/oracle/oracle.go 72.86% <0.00%> (-15.51%) ⬇️
pkg/network/compress.go 64.00% <0.00%> (-12.00%) ⬇️
pkg/services/oracle/request.go 57.99% <0.00%> (-5.03%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75d06d1...1782e16. Read the comment docs.

@roman-khimov roman-khimov merged commit 7a2c7fa into master May 6, 2022
@roman-khimov roman-khimov deleted the rpc/improve-init branch May 6, 2022 12:04
@ixje
Copy link
Contributor

ixje commented May 9, 2022

thanks for the quick follow up 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Speed up RPC client init
3 participants