zama-ai / fhevm-devops

Other
9 stars 4 forks source link

DeprecationWarning for `punycode` module #21

Open dd23 opened 4 months ago

dd23 commented 4 months ago

When running make e2e-test there are several warnings for a deprecated module during contract deployment. The same warning shows up when running tests with npx hardhat test.

(node:54562) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Running Node.js v22.4.0 on MacOS 14.5.

This is probably not a big deal, but would be nice to have it fixed.