1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/store
Mark Stacey c3feabf4de Update SRP representation
An array of integers is now used to represent the SRP in three cases:

* In the import wallet flow, the UI uses it to pass the user-provided
  SRP to the background (which converts the array to a buffer).
* In the create wallet flow, the UI uses it to retrieve the generated
  SRP from the background.
* When persisting the wallet to state, the background uses it to
  serialize the SRP.

Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
2022-03-08 17:15:11 -03:30
..
actionConstants.js Add support for Smart Transactions (#12676) 2022-02-18 17:48:38 +01:00
actionConstants.test.js Refactor send page state management (#10965) 2021-06-23 16:35:25 -05:00
actions.js Update SRP representation 2022-03-08 17:15:11 -03:30
actions.test.js Update SRP representation 2022-03-08 17:15:11 -03:30
store.js Disable remote-redux-devtools in non-dev builds (#12956) 2021-12-06 11:55:40 -03:30