web3-providers-ipc
Advanced tools
Changelog
[1.7.2]
close
event listener (#4825) (#4839)npm audit fix
to update libraries (#4860)provider.disconnect
function (#4833)Changelog
[1.7.1]
transactionPollingInterval
added to web3, contract and method constructor options. defaults to 1 second. (#4584)methods.myMethod.send
(#4599)web3.eth.accounts.signTransaction
(#4576)methods.myMethod.estimateGas
(#4702)npm audit fix
to address vulnerabilities and update libraries (#4719) (#4728)Changelog
[1.7.0]
maxPriorityFeePerGas
and maxFeePerGas
added to Transaction
and TransactionConfig
interfaces (#4232) (#4585)number
to hex
according to the spec (#4529)Changelog
[1.6.1]
eth_createAccessList
as both an rpc call (web3.eth.createAccessList
) and property of contract method wrappers (contractInstance.methods.getValue().createAccessList
) (#4332)tx.chainId
if tx.common.customChain.chainId
is provided for web3.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)web3.rst
example in documentation (#4511)BlockHeader
typing (receiptRoot
-> receiptsRoot
) (#4452)