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 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
..
account-import-strategies
constants
controllers Small fixes for Swaps (#13732) 2022-02-23 14:28:31 -07:00
lib Update SRP representation 2022-03-08 17:15:11 -03:30
migrations Add JSDoc ESLint rules (#12112) 2022-01-07 12:27:33 -03:30
platforms Update the Firefox prerelease version format (#13158) 2022-01-03 12:48:10 -03:30
background.js Added subjectType to setupProviderConnection and setupUntrustedCommunication (#13437) 2022-01-28 13:42:32 -08:00
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-08 17:15:11 -03: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