[4.6.0]
Added
web3
- Added EIP-6963 utility function
requestEIP6963Providers
for multi provider discovery
web3-eth
- Added
eth.getMaxPriorityFeePerGas
method (#6748)
web3-eth-ens
- Added function
setAddress
in ENS and Resolver classes (#5956)
web3-rpc-methods
- Added
getMaxPriorityFeePerGas
method (#6748)
web3-types
- Type
FeeData
to be filled byawait web3.eth.calculateFeeData()
to be used with EIP-1559 transactions (#6795)
Fixed
web3-utils
- replaced our eventEmitter to EventEmitter3 to support react native builds (#6253)
New Contributors
Thanks for contributions in web3.js lib:
- @Deepak2030 made their first contribution in #6804
- @bobeu made their first contribution in #6806
- @0xthorazine made their first contribution in #6818
- @destinyae made their first contribution in #6838
- @teslaedison made their first contribution in #6863