aragon-cli icon indicating copy to clipboard operation
aragon-cli copied to clipboard

web3-shh and web3-bzz are no longer supported

Open c0rv0s opened this issue 3 years ago • 1 comments

🐛 Bug Report

When running the tests in test/dao/dao-acl.js the console outputs a warning:

console.warn
    web3-shh package will be deprecated in version 1.3.5 and will no longer be supported.

Have you read the Contributing Guidelines on issues?

  • [. ] Yes

To Reproduce

  1. git checkout issue-1050/update-tests
  2. start the pre test
  3. cd packages/cli && npx jest test/dao/dao-acl.test.js

Expected behavior

There should not be a warning

Actual Behavior

console.warn web3-shh package will be deprecated in version 1.3.5 and will no longer be supported.

  at new Shh (node_modules/ethereum-ens/node_modules/web3-shh/lib/index.js:29:13)
  at new Web3 (node_modules/ethereum-ens/node_modules/web3/lib/index.js:43:16)
  at F.ENS_1 (node_modules/ethereum-ens/index.js:210:17)
  at new F (node_modules/ethereum-ens/src/utils.js:27:26)
  at Object.construct (node_modules/ethereum-ens/src/utils.js:30:12)
  at new ENS (node_modules/ethereum-ens/index.js:61:18)
  at assignId (node_modules/@aragon/toolkit/src/dao/assign-id.js:23:15)

console.warn web3-bzz package will be deprecated in version 1.3.5 and will no longer be supported.

  at new Bzz (node_modules/ethereum-ens/node_modules/web3-bzz/lib/index.js:26:13)
  at new Web3 (node_modules/ethereum-ens/node_modules/web3/lib/index.js:44:16)
  at F.ENS_1 (node_modules/ethereum-ens/index.js:210:17)
  at new F (node_modules/ethereum-ens/src/utils.js:27:26)
  at Object.construct (node_modules/ethereum-ens/src/utils.js:30:12)
  at new ENS (node_modules/ethereum-ens/index.js:61:18)
  at assignId (node_modules/@aragon/toolkit/src/dao/assign-id.js:23:15)

Context

Mainnet or testnet?

Testnet

Organization

(Enter the URL or ENS name of your organization.)

Environment

  • OS and OS version: macOS 11.2.2
  • Browser and browser version: N/A
  • Add any other context about the problem here.

Reproducible Demo

(Paste the link to an example repo, and exact instructions to reproduce the issue.)

c0rv0s avatar Mar 01 '21 19:03 c0rv0s

Thanks for opening your first issue in aragonCLI! Someone will circle back soon ⚡

welcome[bot] avatar Mar 01 '21 19:03 welcome[bot]