Skip to content

Remove legacy storage and code cleanup

Martin Santangelo requested to merge chore/remove-legacy-storage into release/4.22.0

Summary

This MR:

  • Removes the legacy AsyncStorage
  • Removes the data migration from the legacy storage to the new one.
  • Removes the keychain logic (used to store encrypted information of the legacy wallets)
  • Removes the legacy wallet exporter
  • Cleans up old logic tight to the legacy storage

closes #4060 (closed)

Steps to test

We should check

  • App initialization
  • Register/login
  • The groups and wallets screen was some code was cleaned up

Estimated Regression Scope

Most of the removed logic was unused, the biggest change was the removal of the data migration on the app initialization. So there is where it could be some regresions.

Edited by Martin Santangelo

Merge request reports