uport-project / uport-mobile

uPort mobile app
https://uport.me
GNU General Public License v3.0
76 stars 28 forks source link

Fix migration of accounts #106

Closed pelle closed 5 years ago

pelle commented 5 years ago

Should fix the following:

As mentioned, this has only been tested in unit tests and needs thorough testing by a developer before releasing to QA for testing

codecov[bot] commented 5 years ago

Codecov Report

Merging #106 into develop will decrease coverage by <.01%. The diff coverage is 93.75%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #106      +/-   ##
===========================================
- Coverage    54.62%   54.62%   -0.01%     
===========================================
  Files          274      274              
  Lines         9172     9176       +4     
  Branches      1872     1882      +10     
===========================================
+ Hits          5010     5012       +2     
- Misses        3699     3700       +1     
- Partials       463      464       +1
Impacted Files Coverage Δ
lib/sagas/startupSaga.js 0% <ø> (ø) :arrow_up:
lib/sagas/index.js 0% <ø> (ø) :arrow_up:
lib/screens/settings/UportId.js 0% <0%> (ø) :arrow_up:
lib/sagas/keychain.js 75.7% <100%> (ø) :arrow_up:
lib/sagas/migrations/MigrateLegacy.ts 85.93% <100%> (+0.93%) :arrow_up:
lib/actions/hubActions.js 85.71% <0%> (-14.29%) :arrow_down:

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 dbe4073...e7e680b. Read the comment docs.