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
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.)
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
When running the tests in test/dao/dao-acl.js the console outputs a warning:
Have you read the Contributing Guidelines on issues?
To Reproduce
git checkout issue-1050/update-tests
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.
console.warn
web3-bzz package will be deprecated in version 1.3.5 and will no longer be supported.
Context
Mainnet or testnet?
Testnet
Organization
(Enter the URL or ENS name of your organization.)
Environment
Reproducible Demo
(Paste the link to an example repo, and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: