Update dependency web3 to v1.8.0 #265
Closed
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.
This PR contains the following updates:
1.5.2
->1.8.0
Release Notes
ethereum/web3.js
v1.8.0
Compare Source
Changed
sha3
andsha3Raw
type definition to acceptBuffer
eth_sendSignedTransaction
code example (#5402)Fixed
web3-eth-contract
'scall
andsend
methods no longer mutateoptions
argument (#5394)Added
AbiType
(#5165)safe
andfinalized
block tags added (#5410)v1.7.5
Compare Source
Changed
Added
maxFeePerGas
andmaxPriorityFeePerGas
(#5121)createAccessList
types in web3.eth (#5146)Fixed
AbstractProvider
interface (#5150)Security
got
lib version and fixed other libs using npm audit fix (#5178) (#5254)v1.7.4
Compare Source
Fixed
f.call = this.call
when intrinsic is frozen (#4918) (#4938)Changed
Added
web3.eth.Contract.setProvider()
as per public documentation (#4822) (#5001)Security
npm audit fix
to address vulnerabilities and update libraries (#5014)v1.7.3
Compare Source
Fixed
v1.7.2
Compare Source
Changed
close
event listener (#4825) (#4839)Security
npm audit fix
to update libraries (#4860)Fixed
provider.disconnect
function (#4833)v1.7.1
Compare Source
Added
transactionPollingInterval
added to web3, contract and method constructor options. defaults to 1 second. (#4584)Fixed
methods.myMethod.send
(#4599)web3.eth.accounts.signTransaction
(#4576)methods.myMethod.estimateGas
(#4702)Changed
Removed
Security
npm audit fix
to address vulnerabilities and update libraries (#4719) (#4728)v1.7.0
Compare Source
Added
maxPriorityFeePerGas
andmaxFeePerGas
added toTransaction
andTransactionConfig
interfaces (#4232) (#4585)Fixed
Changed
number
tohex
according to the spec (#4529)v1.6.1
Compare Source
Added
eth_createAccessList
as both an rpc call (web3.eth.createAccessList
) and property of contract method wrappers (contractInstance.methods.getValue().createAccessList
) (#4332)Changed
tx.chainId
iftx.common.customChain.chainId
is provided forweb3.eth.accounts.signTransaction
function (#4293)Web3.utils
, removed context for_
(underscore lib) (#4403)block.baseFeePerGas
to number (#4330)web3-eth-personal.sendTransaction
example in documentation (#4409)Fixed
web3.rst
example in documentation (#4511)BlockHeader
typing (receiptRoot
->receiptsRoot
) (#4452)v1.6.0
Compare Source
Changed
v1.5.3
Compare Source
Fixed
Changed
maxPriorityFeePerGas
from1 Gwei
to2.5 Gwei
(#4284)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.
This PR has been generated by Mend Renovate. View repository job log here.