Skip to content

Update dependency web3 to v1.8.0 #265

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

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
web3 1.5.2 -> 1.8.0 age adoption passing confidence

Release Notes

ethereum/web3.js

v1.8.0

Compare Source

Changed
  • Updated sha3 and sha3Raw type definition to accept Buffer
  • 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 getTransactionrReceipt (#​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)

v1.7.4

Compare Source

Fixed
  • Fix dead link in web3-eth.rst (#​4916)
  • Fix web3-core-method throws on f.call = this.call when intrinsic is frozen (#​4918) (#​4938)
  • Fix static tuple encoding (#​4673) (#​4884)
  • Fix bug in handleRevert logic for eth_sendRawTransaction (#​4902)
  • Fix resolve type of getBlock function (#​4911)
  • Web3-utils BN fix (#​5132)
Changed
  • Replace deprecated String.prototype.substr() (#​4855)
  • Exporting AbiCoder as coder (#​4937)
  • Github build workflow updated min build for node.js 12 and tests for 12, 14 and 16 (#​5014)
  • Updated libraries using BN and the BN library (#​5072)
Added
  • Exposing web3.eth.Contract.setProvider() as per public documentation (#​4822) (#​5001)
  • Improve npm script commands for development purposes (#​4848)
Security
  • npm audit fix to address vulnerabilities and update libraries (#​5014)

v1.7.3

Compare Source

Fixed
  • Fixed build issues of 1.7.2

v1.7.2

Compare Source

Changed
Security
  • npm audit fix to update libraries (#​4860)
Fixed
  • Fix jsonrpc payload and response types (#​4743) (#​4761)
  • Allowed more flexibility in typing the overly constrained provider.disconnect function (#​4833)

v1.7.1

Compare Source

Added
  • transactionPollingInterval added to web3, contract and method constructor options. defaults to 1 second. (#​4584)
  • Add example import for package level types (#​4611)
Fixed
  • Fix a typo in the documentation for methods.myMethod.send (#​4599)
  • Use globalThis to locate global object if possible (#​4613)
  • Fix typos in web3-utils.rst (#​4662)
  • Added effectiveGasPrice to TransactionReceipt (#​4692)
  • Correction in documentation for web3.eth.accounts.signTransaction (#​4576)
  • Updated README to include Webpack 5 create-react-app support instructions (#​4173)
  • Update the documentation for methods.myMethod.estimateGas (#​4702)
  • Fix typos in REVIEW.md and TESTING.md (#​4691)
  • Fix encoding for "0x" string values (#​4512)
Changed
  • Muted E2E gnosis dex tests in CI until fix for issue #​4436 is applied (#​4701)
Removed
  • Removed deprecated Morden testnet code (#​4339)
Security
  • Ran npm audit fix to address vulnerabilities and update libraries (#​4719) (#​4728)

v1.7.0

Compare Source

Added
  • maxPriorityFeePerGas and maxFeePerGas added to Transaction and TransactionConfig interfaces (#​4232) (#​4585)
Fixed
  • Fix readthedoc's build for web3js documentation (#​4425)
  • Fix response sorting for batch requests (#​4250)
Changed
  • Changed getFeeHistory first parameter type from number to hex according to the spec (#​4529)

v1.6.1

Compare Source

Added
  • Support for eth_createAccessList as both an rpc call (web3.eth.createAccessList) and property of contract method wrappers (contractInstance.methods.getValue().createAccessList) (#​4332)
Changed
  • Not considering tx.chainId if tx.common.customChain.chainId is provided for web3.eth.accounts.signTransaction function (#​4293)
  • Added missing PromiEvent handler types (#​4194)
  • Updated README to include Webpack 5 angular support instructions (#​4174)
  • Updated the documentation for the Web3.utils, removed context for _ (underscore lib) (#​4403)
  • Emit subscription id with connect event when creating a subscription (#​4300)
  • Introduced new configuration "blockHeaderTimeout" for waiting of block headers for transaction receipt (#​3891)
  • Format block.baseFeePerGas to number (#​4330)
  • Correct web3-eth-personal.sendTransaction example in documentation (#​4409)
  • Updated README to include Webpack 5 angular support instructions (#​4174)
Fixed
  • Fix 1.6.1 build size issue with removing static asset files (#​4506)
  • Correct web3.rst example in documentation (#​4511)
  • Correct BlockHeader typing (receiptRoot -> receiptsRoot) (#​4452)

v1.6.0

Compare Source

Changed

v1.5.3

Compare Source

Fixed
  • Unable to send legacy transaction if network supported EIP-1559 (#​4277)
  • Fixed bug in sending transaction with providers not support "newBlockHeaders" event (#​3891)
Changed
  • ethers from 5.1.4 to 5.4.4 (#​4231)
  • karma from 5.2.3 to 6.3.4 (#​4231)
  • lerna from 3.22.1 to 4.0.0 (#​4231)
  • Dropped build tests in CI for Node v8 and v10, and added support for Node v14 (#​4231)
  • Change default value for maxPriorityFeePerGas from 1 Gwei to 2.5 Gwei (#​4284)
  • Fixed bug in signTransaction (#​4295)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency web3 to v1.5.3 Update dependency web3 to v1.6.0 Sep 30, 2021
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 467a56a to e9a1296 Compare September 30, 2021 19:12
@renovate renovate bot changed the title Update dependency web3 to v1.6.0 Update dependency web3 to v1.6.1 Nov 15, 2021
@renovate renovate bot force-pushed the renovate/web3-1.x branch from e9a1296 to 0b7b2e4 Compare November 15, 2021 22:50
@renovate renovate bot changed the title Update dependency web3 to v1.6.1 Update dependency web3 to v1.7.0 Jan 17, 2022
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 0b7b2e4 to 39388ed Compare January 17, 2022 17:09
@renovate renovate bot changed the title Update dependency web3 to v1.7.0 Update dependency web3 to v1.7.1 Mar 3, 2022
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 39388ed to 54c5ef7 Compare March 3, 2022 10:57
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 54c5ef7 to 4684b31 Compare April 5, 2022 16:43
@renovate renovate bot changed the title Update dependency web3 to v1.7.1 Update dependency web3 to v1.7.2 Apr 7, 2022
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 4684b31 to e44e705 Compare April 7, 2022 21:21
@renovate renovate bot changed the title Update dependency web3 to v1.7.2 Update dependency web3 to v1.7.3 Apr 8, 2022
@renovate renovate bot force-pushed the renovate/web3-1.x branch from e44e705 to 2d36081 Compare April 8, 2022 00:44
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 2d36081 to 2bf4bf5 Compare June 21, 2022 17:50
@renovate renovate bot changed the title Update dependency web3 to v1.7.3 Update dependency web3 to v1.7.4 Jun 21, 2022
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 2bf4bf5 to 9ff505d Compare July 20, 2022 13:43
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 9ff505d to 1e1c536 Compare August 1, 2022 19:16
@renovate renovate bot changed the title Update dependency web3 to v1.7.4 Update dependency web3 to v1.7.5 Aug 1, 2022
@renovate renovate bot force-pushed the renovate/web3-1.x branch from 1e1c536 to 2d7b4b1 Compare September 14, 2022 14:17
@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 from 2d7b4b1 to 0478924 Compare October 6, 2022 14:36
@JithinKS97 JithinKS97 mentioned this pull request Oct 14, 2022
@xaler5 xaler5 closed this Oct 17, 2022
@renovate renovate bot deleted the renovate/web3-1.x branch October 17, 2022 13:29
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.

1 participant