1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/store
Harry b4ecc4c3f5
Disable eth_sign by default, allow users to toggle it back on (#17308)
* Added translation for eth sign toggle

* Disabled the ability to call eth_sign by default. Added ability within advanced settings to renable support for eth_sign

* Add test case for eth_sign being enabled and disabled

* Modified copy

* Moved rpc method preference to its own object within store

* Complete work on moving rpc method preference into its own object within store

* Fix with prettier

* Fix lint

* Fix a unit test

* Fix test

* Renamed function and object keys to be more intuitive

* Fix e2e test

* Enabled eth_sign through preferences fixture

* Fix lint

* Fix e2e test

Wait for the notification popup to close, leaving 2 window handles the extension and the test dapp

* Fix e2e test

* Fix unit test

Enable eth_sign method

* Lint fix

---------

Co-authored-by: PeterYinusa <peter.yinusa@consensys.net>
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
2023-02-06 13:17:50 -03:30
..
action-queue Convert action-queue to TypeScript (#17509) 2023-02-02 13:14:56 -06:00
actionConstants.test.js Dead and redundant code removal (#17512) 2023-02-02 16:00:05 -06:00
actionConstants.ts Convert actions.js to typescript (#17446) 2023-02-03 11:56:44 -06:00
actions.test.js Convert actions.js to typescript (#17446) 2023-02-03 11:56:44 -06:00
actions.ts Disable eth_sign by default, allow users to toggle it back on (#17308) 2023-02-06 13:17:50 -03:30
store.ts Convert store.js to typescript and redux toolkit (#17508) 2023-02-02 13:32:44 -06:00