1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/ui/app/selectors/tests
Konstantin 6f47fece56
Implementation encrypt/decrypt feature (#7831)
Implement `eth_decrypt` and `eth_getEncryptionPublicKey`. This allows decryption backed by the user's private key. The message decryption uses a confirmation flow similar to the messaging signing flow, where the message to be decrypted is also able to be decrypted inline for the user to read directly before confirming.
2020-02-19 14:24:16 -04:00
..
confirm-transaction.test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
selectors-test-data.js Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00
selectors.test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
tokens.test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
transactions.test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30