Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web3-shh and web3-bzz are no longer supported #1831

Open
c0rv0s opened this issue Mar 1, 2021 · 1 comment
Open

web3-shh and web3-bzz are no longer supported #1831

c0rv0s opened this issue Mar 1, 2021 · 1 comment
Assignees

Comments

@c0rv0s
Copy link
Contributor

c0rv0s commented Mar 1, 2021

🐛 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.)

@welcome
Copy link

welcome bot commented Mar 1, 2021

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

@c0rv0s c0rv0s self-assigned this Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant