Closed varasev closed 5 years ago
The problem with node 12 still remains in keythereum
lib which uses scrypt. Opened an issue: https://github.com/ethereumjs/keythereum/issues/79
The problem with node 12 still remains in
keythereum
lib which uses scrypt
I think we could get rid of the keythereum
and use web3.eth.accounts
features - seems it allows doing the same things keythereum
allows
posdao-test-setup
probably doesn't work with node js v12 because theweb3
<v1.2.0
uses deprecatedscrypt
package. This should be fixed inweb3 1.2.0
: https://github.com/ethereum/web3.js/issues/2913#issuecomment-521039254