Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
This repository was archived by the owner on May 22, 2025. It is now read-only.

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

@c0rv0s

Description

@c0rv0s

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions