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
The deprecated warnings are due to "solidity-bytes-utils": "github:GNSPS/solidity-bytes-utils" in package.json using the outdated import @truffle/hdwallet-provider. I've submitted a fix for this in feat: foundry GNSPS/solidity-bytes-utils#65.
Output:
carter@lenovo:~/Documents/fraxfinance/frax/dev-bonds-amo$ pnpm add github:fraxfinance/frax-standard-solidity
WARN deprecated [email protected]: New package name format for new versions: @ethereumjs/block. Please update.
WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
WARN deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
WARN deprecated [email protected]: Deprecated in favor of '@metamask/eth-sig-util'
WARN deprecated [email protected]: New package name format for new versions: @ethereumjs/vm. Please update.
WARN deprecated [email protected]: Renamed to @metamask/safe-event-emitter
WARN deprecated [email protected]: New package name format for new versions: @ethereumjs/block. Please update.
WARN deprecated [email protected]: New package name format for new versions: @ethereumjs/tx. Please update.
WARN deprecated [email protected]: this library is no longer supported
WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
WARN deprecated [email protected]: New package name format for new versions: @ethereumjs/common. Please update.
WARN deprecated [email protected]: New package name format for new versions: @ethereumjs/tx. Please update.
WARN deprecated [email protected]: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
WARN deprecated [email protected]: This module has been superseded by the multiformats module
WARN deprecated [email protected]: This module has been superseded by the multiformats module
WARN deprecated [email protected]: This module has been superseded by the multiformats module
WARN deprecated [email protected]: This module has been superseded by the multiformats module
WARN deprecated [email protected]: This module has been superseded by the multiformats module
Packages: +537 -1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
node_modules/.pnpm/[email protected]/node_modules/web3-bzz: Running postinstall script, donnode_modules/.pnpm/[email protected]/node_modules/web3-shh: Running postinstall script, done in 13ms resolved 698, reused 695, downloaded 2, added 537, done
node_modules/.pnpm/[email protected]/node_modules/web3: Running postinstall script, done in 12ms
WARN Failed to create bin at /home/carter/Documents/fraxfinance/frax/dev-bonds-amo/node_modules/.pnpm/github.com+fraxfinance+frax-standard-solidity@[email protected]/node_modules/frax-standard-solidity/node_modules/.bin/frax. The source file at /home/carter/Documents/fraxfinance/frax/dev-bonds-amo/node_modules/.pnpm/github.com+fraxfinance+frax-standard-solidity@[email protected]/node_modules/frax-standard-solidity/dist/cli/main.js does not exist.
WARN Failed to create bin at /home/carter/Documents/fraxfinance/frax/dev-bonds-amo/node_modules/.pnpm/github.com+fraxfinance+frax-standard-solidity@[email protected]/node_modules/frax-standard-solidity/node_modules/.bin/frax. The source file at /home/carter/Documents/fraxfinance/frax/dev-bonds-amo/node_modules/.pnpm/github.com+fraxfinance+frax-standard-solidity@[email protected]/node_modules/frax-standard-solidity/dist/cli/main.js does not exist.
WARN Failed to create bin at /home/carter/Documents/fraxfinance/frax/dev-bonds-amo/node_modules/.bin/frax. The source file at /home/carter/Documents/fraxfinance/frax/dev-bonds-amo/node_modules/frax-standard-solidity/dist/cli/main.js does not exist.
dependencies:
+ frax-standard-solidity 0.0.0
WARN Issues with peer dependencies found
.
└─┬ frax-standard-solidity 0.0.0
└─┬ solidity-bytes-utils 0.8.1
└─┬ @truffle/hdwallet-provider 2.1.15
└─┬ web3-provider-engine 16.0.3
└─┬ eth-block-tracker 4.4.3
└─┬ @babel/plugin-transform-runtime 7.23.6
├── ✕ missing peer @babel/core@^7.0.0-0
├─┬ babel-plugin-polyfill-corejs2 0.4.7
│ ├── ✕ missing peer @babel/core@"^7.4.0 || ^8.0.0-0 <8.0.0"
│ └─┬ @babel/helper-define-polyfill-provider 0.4.4
│ └── ✕ missing peer @babel/core@"^7.4.0 || ^8.0.0-0 <8.0.0"
├─┬ babel-plugin-polyfill-corejs3 0.8.7
│ └── ✕ missing peer @babel/core@"^7.4.0 || ^8.0.0-0 <8.0.0"
└─┬ babel-plugin-polyfill-regenerator 0.5.4
└── ✕ missing peer @babel/core@"^7.4.0 || ^8.0.0-0 <8.0.0"
✕ Conflicting peer dependencies:
@babel/core
This issue will remain open until all conflicts are resolved.
The text was updated successfully, but these errors were encountered:
Several things here:
pnpm add
shouldn't revert when used"solidity-bytes-utils": "github:GNSPS/solidity-bytes-utils"
inpackage.json
using the outdated import@truffle/hdwallet-provider
. I've submitted a fix for this in feat: foundry GNSPS/solidity-bytes-utils#65.Output:
This issue will remain open until all conflicts are resolved.
The text was updated successfully, but these errors were encountered: