1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/app/scripts/controllers/network
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
..
middleware Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
contract-addresses.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createInfuraClient.js Remove MetaMask Mesh testing client (#7818) 2020-01-14 15:44:12 -03:30
createJsonRpcClient.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createLocalhostClient.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
createMetamaskMiddleware.js Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00
enums.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
index.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
network.js Remove usage of unlisted extend dependency (#7903) 2020-01-28 13:31:20 -03:30
util.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30