1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 11:01:41 +01:00
metamask-extension/ui/app/pages/send
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
..
account-list-item Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
send-content Attempt ENS resolution on any valid domain name (#8059) 2020-02-17 21:20:01 -04:00
send-footer Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
send-header Update sinon and proxyquire (#8027) 2020-02-11 17:03:32 -03:30
tests Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00
index.js Add token selection to the send screen (#6445) 2019-04-17 16:45:13 -02:30
send.component.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
send.constants.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
send.container.js Attempt ENS resolution on any valid domain name (#8059) 2020-02-17 21:20:01 -04:00
send.scss Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
send.selectors.js Enable core ESLint no-mixed-operators rule 2020-02-17 21:06:36 -03:30
send.utils.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30