web3-eth-ens
Advanced tools
Changelog
[1.5.2]
type
defaulting for eth.sendTransaction
, eth.sendRawTransaction
(#4241)type: 0x0
was being added to legacy transaction when using eth.signTransaction
(#4241)Changelog
[1.5.1]
maxPriorityFeePerGas
and maxFeePerGas
now included in _txInputFormatter
(#4217)maxPriorityFeePerGas
of maxFeePerGas
present _txInputFormatter
deletes tx.gasPrice
(fixes #4211) (#4217)latest
, pending
, earliest
) to getFeeHistory
(#4224)web3.eth.sendTransaction
(#4220)Changelog
[1.5.0]
eth_feehistory
call (#4191)toNumber
method to web3.utils
(#4191)