1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Mark Stacey 98f187c301 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-30 21:01:26 -02:30
..
account-import-strategies
constants
controllers Transaction updates methods return whole tx meta (#14147) 2022-03-25 17:13:43 -02:30
lib Update SRP representation 2022-03-30 21:01:26 -02:30
migrations
platforms
background.js Improvements in connectRemote function in background.js (#13762) 2022-03-09 20:45:07 +05:30
contentscript.js
disable-console.js
first-time-state.js
inpage.js
lockdown-more.js
lockdown-run.js
metamask-controller.js Update SRP representation 2022-03-30 21:01:26 -02:30
metamask-controller.test.js Use hardware wallet constants when possible (#13634) 2022-02-16 14:54:30 -06:00
phishing-detect.js
sentry-install.js
ui.js