1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui
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
..
__mocks__ Increase Jest unit test coverage for the Swaps feature to ~60% (#11343) 2021-07-02 08:48:34 -05:00
components Fix missing scss variable 2022-03-28 17:17:19 -02:30
contexts Adding metrics events for EIP-1559 V2 flow (#13329) 2022-02-01 23:23:03 +05:30
css Dark Mode: Network display fix (#14159) 2022-03-28 10:29:43 -07:00
ducks Improvements for Smart Transactions / Swaps (#14022) 2022-03-25 17:13:43 -02:30
helpers Degrade gracefully when gas API is down (#13865) 2022-03-11 11:59:58 -07:00
hooks Refactor token send/method confirmation flow (trimmed down) (#13788) 2022-03-09 08:38:12 -06:00
pages Dark Mode: Network display fix (#14159) 2022-03-28 10:29:43 -07:00
selectors ConfirmAddSuggestToken: replace mapDispatchToProps & mapStateToProps; Add Tests (#13526) 2022-03-10 23:40:06 -03:00
store Update SRP representation 2022-03-30 21:01:26 -02:30
index.js Include transactions from all networks in state logs (#13599) 2022-02-14 13:29:24 -05:00