Skip to content

Update web3-provider-engine - #166

Merged
rekmarks merged 2 commits into
MetaMask:developfrom
rekmarks:update-provider-engine
Oct 29, 2019
Merged

Update web3-provider-engine#166
rekmarks merged 2 commits into
MetaMask:developfrom
rekmarks:update-provider-engine

Conversation

@rekmarks

Copy link
Copy Markdown
Member

@codecov-io

codecov-io commented Oct 29, 2019

Copy link
Copy Markdown

Codecov Report

Merging #166 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## develop #166 +/- ##
======================================
Coverage 100% 100% ======================================
Files 23 23 Lines 1498 1498 Branches 209 209 ======================================
Hits 1498 1498

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 b20e803...0054a76. Read the comment docs.

@rekmarks
rekmarks merged commit f7d9188 into MetaMask:developOct 29, 2019
@rekmarks
rekmarks deleted the update-provider-engine branch October 29, 2019 18:10
kanthesha pushed a commit that referenced this pull request Oct 11, 2023
---------
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
Mrtenz pushed a commit that referenced this pull request Oct 16, 2025
`@metamask/network-controller` now contains an `RpcService` class. Using
this class not only allows us to remove a lot of code from this package,
as it incorporates the vast majority of logic contained in
`createFetchMiddleware`, including the retry logic, but it also allows
us to use the circuit breaker pattern and the exponential backoff
pattern to prevent too many retries if the network is unreliable, and
then automatically cut over to a failover node when the network truly
goes down.
Closes#356.
Closes#207.
Closes#209.
Closes#211.
Closes#166.
Sign up for freeto 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.

3 participants

@rekmarks@codecov-io@tmashuang