You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
There is breaking change for Message-Digest algo functions in node 17+. Node 17, 18 uses OpenSSL3 which has changed code for initialization context of Message-Digest functions ( including md4 )
one temp fix is to continue use legacy OpenSSL
Webpack 4 issue:
this[kHandle] = new _Hash(algorithm, xofLen);
Error: error:0308010C:digital envelope routines::unsupported
Web3.js tests using ethers issue:
3) eth
accounts
encrypt ethers wallet, and decrypt with eth.account:
Error: error:0308010C:digital envelope routines::unsupported
1.x CI actions failing on v18 #4888 (comment)
The text was updated successfully, but these errors were encountered: