ENG-6655 : Migrate cryptoStore from redux
Previous diffs modified the code so that they use crypto data in shared worker instead of the data in redux. Now we can migrate the crypto accounts from redux to the shared worker.
Depends on D11348
Paths
| Differential D11351 Authored by michal on Mar 19 2024, 5:56 AM.
Details
Summary ENG-6655 : Migrate cryptoStore from redux Previous diffs modified the code so that they use crypto data in shared worker instead of the data in redux. Now we can migrate the crypto accounts from redux to the shared worker. Depends on D11348 Test Plan Run migration, make sure that the the data that was in redux matches the data in shared worker. Flow.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMar 19 2024, 5:56 AM2024-03-19 05:56:43 (UTC-7) Harbormaster completed remote builds in B27580: Diff 38169.Mar 19 2024, 6:29 AM2024-03-19 06:29:00 (UTC-7)
michal added a child revision: D11352: [web] Deprecate non-worker opaque wasm.Mar 19 2024, 7:34 AM2024-03-19 07:34:57 (UTC-7) kamil added inline comments. This revision is now accepted and ready to land.Mar 19 2024, 8:55 AM2024-03-19 08:55:24 (UTC-7) Harbormaster completed remote builds in B27596: Diff 38187.Mar 19 2024, 9:48 AM2024-03-19 09:48:27 (UTC-7) Closed by commit rCOMMbe6c43405452: [web] Migrate crypto store to shared worker (authored by Michal Gniadek <michal.gniadek@swmansion.com>). · Explain WhyMar 28 2024, 3:58 AM2024-03-28 03:58:54 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38432 lib/types/crypto-types.js
lib/types/redux-types.js
lib/utils/reducers-utils.test.js
web/redux/crypto-store-reducer.js
|