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

Multi-Chain RPC Proxy w/ Retries #136

Merged
merged 4 commits into from
Aug 26, 2022
Merged

Multi-Chain RPC Proxy w/ Retries #136

merged 4 commits into from
Aug 26, 2022

Conversation

trajan0x
Copy link
Contributor

@trajan0x trajan0x commented Aug 25, 2022

Description

Fixes #135 (except integration w/ #114)

@github-actions github-actions bot added go Pull requests that update Go code M-ci Module: CI labels Aug 25, 2022
@codecov
Copy link

codecov bot commented Aug 25, 2022

Codecov Report

Merging #136 (6cd0bd1) into master (5e4668d) will increase coverage by 0.40309%.
The diff coverage is 30.86957%.

@@                 Coverage Diff                 @@
##              master        #136         +/-   ##
===================================================
+ Coverage   51.45197%   51.85506%   +0.40308%     
===================================================
  Files            132         137          +5     
  Lines           5372        5768        +396     
  Branches          73          73                 
===================================================
+ Hits            2764        2991        +227     
- Misses          2337        2495        +158     
- Partials         271         282         +11     
Impacted Files Coverage Δ
services/omnirpc/proxy/server.go 0.00000% <0.00000%> (ø)
services/omnirpc/proxy/servereq.go 0.00000% <0.00000%> (ø)
services/omnirpc/rpcmap/rpcmap.go 51.40187% <51.40187%> (ø)
services/omnirpc/config/config.go 68.42105% <68.42105%> (ø)
services/omnirpc/latency/latency.go 66.66667% <100.00000%> (ø)
agents/testutil/typecast.go 92.85714% <0.00000%> (-7.14286%) ⬇️
scribe/db/datastore/sql/base/transaction.go 0.00000% <0.00000%> (ø)
scribe/backfill/filter.go 64.19753% <0.00000%> (ø)
scribe/backfill/contract.go 80.26316% <0.00000%> (ø)
ethergo/signer/signer/kmssigner/signing.go 42.39130% <0.00000%> (+3.26087%) ⬆️
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@trajan0x trajan0x marked this pull request as ready for review August 25, 2022 22:27
@trajan0x trajan0x marked this pull request as draft August 25, 2022 22:27
@trajan0x trajan0x changed the title Rpc proxy Multi-Chain RPC Proxy w/ Retries Aug 26, 2022
@trajan0x trajan0x marked this pull request as ready for review August 26, 2022 02:44
@trajan0x trajan0x merged commit 9ee1191 into master Aug 26, 2022
@trajan0x trajan0x deleted the rpc-proxy branch August 26, 2022 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code M-ci Module: CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPC Proxy
2 participants