We pickle the OLMAccounts and add them to Redux CryptoStore so the olm.Account can be "unpickled" later for eg signing a message.
Depends on D6882
Differential D6883
[web] Pickle `OLMAccount`s and add to Redux `CryptoStore` Authored by atul on Feb 24 2023, 8:43 AM.
Details We pickle the OLMAccounts and add them to Redux CryptoStore so the olm.Account can be "unpickled" later for eg signing a message. Depends on D6882 Pickled accounts appear in Redux CryptoStore as expected: (Yes, there are four separate actions being dispatched at the moment. Once things are working end-to-end we can refactor/consolidate as needed.) "Unpickling" will be tested in subsequent diffs.
Diff Detail
Event Timeline
| ||||||||||