This repository was archived by the owner on Mar 5, 2025. It is now read-only.
v4.8.0
[4.8.0]
Changed
web3-eth-abi
- Dependencies updated
web3-eth-accounts
- Dependencies updated
Fixed
web3-eth-contract
- Fix an issue with smart contract function overloading (#6922)
web3-utils
- fixed toHex incorrectly hexing Uint8Arrays and Buffer (#6957)
- fixed isUint8Array not returning true for Buffer (#6957)
Added
web3-eth-contract
- Added a console warning in case of an ambiguous call to a solidity method with parameter overloading (#6942)
- Added contract.deploy(...).decodeData(...) and contract.decodeMethodData(...) that decode data based on the ABI (#6950)
web3-eth
- method
getBlocknow includes properties of eip 4844, 4895, 4788 when returning block (#6933) - update type
withdrawalsSchema,blockSchemaandblockHeaderSchemaschemas to include properties of eip 4844, 4895, 4788 (#6933)
web3-types
- Added
signatureto typeAbiFunctionFragment(#6922) - update type
Withdrawals,blockandBlockHeaderOutputto include properties of eip 4844, 4895, 4788 (#6933)
New Contributors
- @ymonye made their first contribution in #6937