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

Update dependency web3 to v1.10.4 #394

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
web3 1.7.4 -> 1.10.4 age adoption passing confidence

Release Notes

ChainSafe/web3.js (web3)

v1.10.4

Compare Source

Security

Maintenance Countdown:

Commencing from January 1, 2024, a 90-day countdown has been initiated, signaling the transition of Web3.js version 1.x into an end-of-maintenance phase.

Timeline of Changes:

90-Day Countdown (1/1/24 - 3/31/24): During this period, we strongly encourage users to plan accordingly and initiate the upgrade to Web3.js version 4.x

No New Bug Fixes (4/1/24 onwards):

Starting April 1, 2024, new bug fixes for Web3.js version 1.x will no longer be provided. To benefit from continued support and access to new features, we recommend upgrading to Web3.js version 4.x

End of Security Fixes (7/1/24):

Security fixes for Web3.js version 1.x will be discontinued from July 1, 2024. Upgrading to Web3.js version 4.x is crucial to ensure the security of your applications.

v1.10.3

Compare Source

Security
  • web3-eth-accounts: Bumped @ethereumjs dependencies (#​6457)

  • Updated dependencies (#​6491)

v1.10.2

Compare Source

Fixed
  • Fixed broken fetch for Node.js > 18.x and fixed double callback (#​6381)

v1.10.1

Compare Source

Fixed
  • Builds fixed by updating all typescript versions to 4.9.5 (#​6238)
  • ABI encoding for large negative ints (#​6239)
  • Updated type file for submitWork parameters, accepts 3 parameters instead of an array (#​5200)
Changed

v1.10.0

Compare Source

Fixed
  • Improved the error propagation in web3-providers-http package to effectively propagate useful error infomation about failed HTTP connections (#​5955)
  • Fixed "Uncaught TypeError" calling a contract function that revert using MetaMask (#​4454) and related "n.data.substring is not a function", that is raised when there is a revert and web.eth.handleRevert = true (#​6000)
Changed
  • transaction.type is now formatted to a hex string before being send to provider (#​5979)
  • When sending a transaction, if transaction.type === '0x1' && transaction.accessList === undefined, then transaction.accessList is set to [] (#​5979)
  • Removed an unnecessary chainId parameter from toChecksumAddress() function types (#​5888)
Added
  • Added support for getPastEvents method to filter allEvents and specific event (#​6015)
Security

v1.9.0

Compare Source

Fixed
  • Fixed skipped ws-ganache tests (#​5759)
  • Fixed "provider started to reconnect error" in web3-provider-ws (#​5820)
  • Fixed Error: Number can only safely store up to 53 bits (#​5845)
  • Fixed types for packages which have default exports but not declared default export in .d.ts (#​5866)
  • Fixed Transaction type by adding missing properties (#​5856)
Changed
  • Add optional hexFormat param to getTransaction and getBlock that accepts the value 'hex' (#​5845)
  • utils.toNumber and utils.hexToNumber can now return the large unsafe numbers as BigInt, if true was passed to a new optional parameter called bigIntOnOverflow (#​5845)
  • Updated @​types/bn.js dependency to 5.1.1 in web3, web3-core and web3-eth-contract as reason mentioned in #​5640 (#​5885)
  • Add description to error for failed connection on websocket (#​5884)
Security

v1.8.2

Compare Source

Changed
  • Updated Webpack 4 to Webpack 5, more details at (#​5629)
  • crypto-browserify module is now used only in webpack builds for polyfilling browsers (#​5629)
  • Updated ethereumjs-util to 7.1.5 (#​5629)
  • Updated lerna 4 to version 6 (#​5680)
  • Bump utils 0.12.0 to 0.12.5 (#​5691)
Fixed
  • Fixed types for web3.utils._jsonInterfaceMethodToString (#​5550)
  • Fixed Next.js builds failing on Node.js v16, Abortcontroller added if it doesn't exist globally (#​5601)
  • Builds fixed by updating all typescript versions to 4.1 (#​5675)
Removed
  • clean-webpack-plugin has been removed from dev-dependencies (#​5629)
Added
  • https-browserify, process, stream-browserify, stream-http, crypto-browserify added to dev-dependencies for polyfilling (#​5629)
  • Add readable-stream to dev-dependancies for webpack (#​5629)
Security
  • npm audit fix for libraries update (#​5726)

v1.8.1

Compare Source

Fixed
Changed

v1.8.0

Compare Source

Changed
  • Updated sha3 and sha3Raw type definition to accept Buffer (#​5357)
  • Removing legacy field in lerna.json (#​5403)
  • Correct eth_sendSignedTransaction code example (#​5402)
Fixed
  • Browser builds support polyfills (#​5031) (#​5053) (#​4659) (#​4767)
  • Update node version on actions to fix breaking mosaic test (#​5354)
  • Start incrementing jsonrpc.id from random number (#​5327)
  • web3-eth-contract's call and send methods no longer mutate options argument (#​5394)
  • Improvement using provided gas options in web3-eth-accounts for eip-1559 transactions (#​5012)
Added
  • Add missing function type "receive" in AbiType (#​5165)
  • Support of safe and finalized block tags added (#​5410)

v1.7.5

Compare Source

Changed
  • Replace xhr2-cookies deps to cross-fetch for web3-providers-http (#​5085)
Added
  • Documentation details about maxFeePerGas and maxPriorityFeePerGas (#​5121)
  • Added createAccessList types in web3.eth (#​5146)
Fixed
  • Improving AbstractProvider interface (#​5150)
  • Fix typos in web3-eth-accounts.rst & TESTING.md (#​5047)
  • Fix remove wallet using an index when an account address and address lowercase are equal (#​5049)
  • Improve README.md & Fix typos (#​4848)
  • Add optional hex formatting parameter for getTransactionReceipt (#​5153)
  • Fix transactionRoot -> transactionsRoot in BlockHeader (#​5083)
  • Fix Promise in Accounts.signTransaction() throwing errors that cannot be caught (#​4724)
  • Fixed unit tests & removed dead code for web3-providers-http (#​5228)
Security
  • Updated got lib version and fixed other libs using npm audit fix (#​5178) (#​5254)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/web3-1.x branch 4 times, most recently from ecc4404 to c0dcbd6 Compare August 8, 2022 21:32
@renovate renovate bot force-pushed the renovate/web3-1.x branch 2 times, most recently from 5f7c403 to 2895758 Compare August 15, 2022 22:06
@renovate renovate bot force-pushed the renovate/web3-1.x branch 5 times, most recently from c81a23b to bf318c9 Compare August 26, 2022 05:35
@renovate renovate bot force-pushed the renovate/web3-1.x branch 4 times, most recently from 9ccba92 to 1f13e35 Compare September 5, 2022 21:28
@renovate renovate bot force-pushed the renovate/web3-1.x branch 3 times, most recently from 3ae5fdf to d4699c1 Compare September 14, 2022 13:33
@renovate renovate bot changed the title Update dependency web3 to v1.7.5 Update dependency web3 to v1.8.0 Sep 14, 2022
@renovate renovate bot force-pushed the renovate/web3-1.x branch 2 times, most recently from 569e034 to 07c373f Compare September 26, 2022 21:16
@renovate renovate bot force-pushed the renovate/web3-1.x branch 4 times, most recently from aebeb48 to bf4485d Compare October 4, 2022 00:31
@renovate renovate bot force-pushed the renovate/web3-1.x branch 3 times, most recently from 53eaf3d to bd9fddb Compare October 12, 2022 10:15
@renovate renovate bot force-pushed the renovate/web3-1.x branch 2 times, most recently from 0f6d2ee to b9216a7 Compare October 19, 2022 23:07
@renovate renovate bot force-pushed the renovate/web3-1.x branch 2 times, most recently from 673c977 to dbdd2ec Compare July 30, 2023 22:42
@renovate renovate bot changed the title Update dependency web3 to v1.10.0 Update dependency web3 to v1.10.1 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/web3-1.x branch from dbdd2ec to 9de8797 Compare August 14, 2023 13:41
@renovate renovate bot changed the title Update dependency web3 to v1.10.1 Update dependency web3 to v1.10.2 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 9de8797 to dfc0a77 Compare August 28, 2023 13:06
@renovate renovate bot changed the title Update dependency web3 to v1.10.2 Update dependency web3 to v1.10.3 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/web3-1.x branch from dfc0a77 to 944d090 Compare October 18, 2023 14:33
@renovate renovate bot force-pushed the renovate/web3-1.x branch 5 times, most recently from 5eeb67c to 9bfff73 Compare January 26, 2024 00:18
@renovate renovate bot changed the title Update dependency web3 to v1.10.3 Update dependency web3 to v1.10.4 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 9bfff73 to 8eefb0e Compare February 5, 2024 15:50
@renovate renovate bot force-pushed the renovate/web3-1.x branch 4 times, most recently from 4d2166b to 0ef7f9c Compare April 6, 2024 13:36
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 0ef7f9c to e4af5d0 Compare July 9, 2024 01:04
@renovate renovate bot force-pushed the renovate/web3-1.x branch from e4af5d0 to 90e80f1 Compare July 25, 2024 18:48
@renovate renovate bot changed the title Update dependency web3 to v1.10.4 Update dependency web3 to v1.10.4 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/web3-1.x branch December 8, 2024 18:27
@renovate renovate bot changed the title Update dependency web3 to v1.10.4 - autoclosed Update dependency web3 to v1.10.4 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/web3-1.x branch 2 times, most recently from 90e80f1 to 013ef93 Compare December 9, 2024 10:21
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 013ef93 to 7be1905 Compare December 9, 2024 18:02
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

Successfully merging this pull request may close these issues.

0 participants