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
https://github.com/web3-js/scrypt-shim/blob/master/src/index.js#L38
checks for fallback which I believe the maxmem was fixed to improve addressing from 32 to 53 bits. Can we enable this as of node 12.8 to remove scrypt as a dependency totally? Currently it still tries to find scrypt package if using node >= 12, but as of 12.8 we can depend on the built-in one. This ensures that no scrypt package is required.
https://github.com/web3-js/scrypt-shim/blob/master/src/index.js#L38
checks for fallback which I believe the maxmem was fixed to improve addressing from 32 to 53 bits. Can we enable this as of node 12.8 to remove scrypt as a dependency totally? Currently it still tries to find scrypt package if using node >= 12, but as of 12.8 we can depend on the built-in one. This ensures that no scrypt package is required.
See nodejs/node#28755
and release:
https://nodejs.org/ru/blog/release/v12.8.0/
The text was updated successfully, but these errors were encountered: