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

[Wallet] Fix fail to sync issue #2296

Merged
merged 1 commit into from
Dec 18, 2019

Conversation

jeanregisser
Copy link
Contributor

Description

See all details in valora-inc/react-native-tcp#3

The fix itself is quite short but involved a lot of verifications to be sure it now behaves correctly 😄

Tested

Tested that the fail to sync issue doesn't occur anymore under normal conditions on iOS and Android.

Other changes

None

Related issues

Backwards compatibility

Yes.

@codecov
Copy link

codecov bot commented Dec 18, 2019

Codecov Report

Merging #2296 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2296   +/-   ##
=======================================
  Coverage   74.89%   74.89%           
=======================================
  Files         274      274           
  Lines        7803     7803           
  Branches      985      985           
=======================================
  Hits         5844     5844           
  Misses       1846     1846           
  Partials      113      113
Flag Coverage Δ
#mobile 74.89% <ø> (ø) ⬆️

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 b0a68af...7fcdc34. Read the comment docs.

@cmcewen cmcewen added the automerge Have PR merge automatically when checks pass label Dec 18, 2019
@celo-ci-bot-user celo-ci-bot-user merged commit 765abd9 into master Dec 18, 2019
@celo-ci-bot-user celo-ci-bot-user deleted the jeanregisser/fix-fail-to-sync branch December 18, 2019 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Have PR merge automatically when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

“Failed to sync” screen is shown after 2 mins when in Geth sync mode
4 participants