[Snyk] Upgrade web3 from 1.10.4 to 4.16.0#820
Merged
Conversation
Snyk has created this PR to upgrade web3 from 1.10.4 to 4.16.0. See this package in npm: web3 See this project in Snyk: https://app.snyk.io/org/dargon789/project/2c0bb5c3-7507-432e-a6b5-2de9762d778b?utm_source=github&utm_medium=referral&page=upgrade-pr
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Reviewer's GuideThis PR upgrades the Web3 dependency in the Hardhat‐Web3 plugin from a 1.x beta to the stable 4.16.0 release by adjusting its version specifier in package.json. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade web3 from 1.10.4 to 4.16.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 386 versions ahead of your current version.
The recommended version was released 7 months ago.
Issues fixed by the recommended upgrade:
SNYK-JS-ELLIPTIC-8187303
SNYK-JS-WEB3UTILS-6229337
SNYK-JS-WS-7266574
SNYK-JS-REQUEST-3361831
SNYK-JS-TAR-6476909
SNYK-JS-TOUGHCOOKIE-5672873
SNYK-JS-WS-1296835
Release notes
Package name: web3
What's Changed
What's Changed
decodeFunctionCallanddecodeFunctionReturnavailable atweb3-eth-abiby @ Muhammad-Altabba in #7345New Contributors
Full Changelog: v4.5.0...v4.15.0
What's Changed
baseFeePerGasatweb3.eth.getFeeHistoryby @ Muhammad-Altabba in #7291New Contributors
Full Changelog: v4.13.0...v4.14.0
What's Changed
New Contributors
Hot fix
[4.12.1]
Fixed
web3-eth-accounts
TransactionFactory.registerTransactionTypeif there is a version mistatch betweenweb3-ethandweb3-eth-accountsand fix nextjs problem. (#7216)What's Changed
[4.12.0]
Fixed
web3-core
setConfig()fix forsetMaxListenerWarningThresholdfix (#5079)web3-eth-accounts
TransactionFactory.registerTransactionTypenot working, if there is a version mistatch betweenweb3-ethandweb3-eth-accountsby savingextraTxTypesatglobals. (#7197)Added
web3-eth-accounts
signMessageWithPrivateKey(#7174)web3-eth-contract
populateTransactionto thecontract.deploy(...)properties. (#7197)web3-providers-http
statusCodeof response in ResponseError,statusCodeis optional property in ResponseError.web3-rpc-providers
HttpProviderOptions | SocketOptionsinWeb3ExternalProviderandQuickNodeProviderfor provider configsweb3-errors
statusCodeproperty of response in ResponseError.Changed
web3-eth-contract
contract.deploy(...)are structured with a newly created class namedDeployerMethodClass. (#7197)abiparameter, atdataInputEncodeMethodHelperandgetSendTxParams. (#7197)What's Changed