Eth_decrypt is not supported anymore? #4889
Unanswered
andrewsoon
asked this question in
Q&A
Replies: 2 comments
-
This is unrelated to Ethers, but the error you are getting back is from MetaMask directly. The eth_decrypt was deprecated, and I think you are right, they may have finally pulled the plug entirely on it. There may be a work around in the MetaMask settings, but you would need to ask them. You may possibly be able to downgrade to an older version of MetaMask? Sorry I can't be more help. :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
(moving to discussion; please keep us updated) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ethers Version
5.6.0
Search Terms
eth_decrypt
Describe the Problem
eth_decrypt used to work but now its throwing this rejected error even after signing the tx
referenced the following PR and verified my implementation coherent with x25519-xsalsa20-poly1305
#4139
i even tried on the docs and its throwing the same error
https://docs.metamask.io/wallet/reference/json-rpc-methods/eth_decrypt/
is eth_decrypt finally deprecated and no longer supported? whats a suggested workaround to decrypt stored cipherTexts from before the deprecation
Code Snippet
Contract ABI
No response
Errors
No response
Environment
No response
Environment (Other)
No response
Beta Was this translation helpful? Give feedback.
All reactions