Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deprecation warning for decryption methods (MetaMask#509)
Both decryption-related methods (`eth_decrypt` and `eth_getPublicEncryptionKey`) have been deprecated. They are now labelled as deprecated, and have a deprecation warning that links our blog post with further information on why they were deprecated. I considered making a new "deprecated methods" section, but I wasn't sure how to square that with our current categorization. This seems best for now, at least until we change how methods are organized overall.
- Loading branch information