1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui/pages/confirm-transaction
Victor Thomas 2ff289e271
Add Opt-out Settings toggle for 4byte contract method names resolution (#20098)
* Adding 4byte toggle to settings UI and preferences

* Adding 4byte toggle to advanced settings tab

* adding use4ByteResolution privacy logic to getContractMethodData & getMethodDataAsync, removing unused useMethodData hook, adding clearKnownMethodData

* add 4byte setting to onboarding advanced option

* more test changes

* adding e2e for 4byte setting toggle

* test and copy changes, snap updates

* removing 4byte from advanced section

* adding settings constant and fixing refs

* removing clearKnownMethodData, adding flag to selector, test fixes

* e2e refactor, selectors refactor

* adding tests

* Fix jest tests, remove unwanted forceUpdateMetamaskState

* Fix jest tests

* lint:fix

* settingsRefs fixes

---------

Co-authored-by: David Walsh <davidwalsh83@gmail.com>
2023-08-04 13:28:37 -04:00
..
__snapshots__ Refactor ConfirmTransaction to Functional Component (#17473) 2023-02-08 18:00:25 +07:00
confirm-token-transaction-switch.js Enable editing L2 gas on optimism (#18217) 2023-04-26 05:43:38 +05:30
confirm-transaction.component.js Add Opt-out Settings toggle for 4byte contract method names resolution (#20098) 2023-08-04 13:28:37 -04:00
confirm-transaction.test.js Refactor ConfirmTransaction to Functional Component (#17473) 2023-02-08 18:00:25 +07:00
confirm-transaction.transaction.test.js Confirm transaction test (#17780) 2023-02-16 20:23:15 +05:30
index.js Refactor ConfirmTransaction to Functional Component (#17473) 2023-02-08 18:00:25 +07:00