tiddlywiki-ipfs
tiddlywiki-ipfs copied to clipboard
'eth_decrypt' Firefox Internal Error too much recursion
https://github.com/MetaMask/metamask-extension/issues/9042
Firefox issues are fixed however the Chrome family suffers a regression and is unable to decrypt large message (more that 3Mb).
On top of that there is a performance issue as Metamask convert any encrypted messages in an Hex string rather than using the object format provided by eth-sig-util.
https://github.com/MetaMask/metamask-extension/issues/8152
https://github.com/MetaMask/eth-sig-util/issues/130