This repository was archived by the owner on Mar 5, 2025. It is now read-only.
v4.4.0
[4.4.0]
Added
web3-eth
- Catch
TransactionPollingTimeoutErrorwas added to send transaction events (#6623)
Changed
web3-eth-abi
- Use
AbiErrorinstead ofErrorfor errors at web3-eth-abi (#6641).
web3-eth-contract
- Allow the
deployfunction to accept parameters, even when no ABI was provided to theContract(#6635)
web3
- Dependencies updated
Fixed
web3-eth-abi
- Fixed an issue with detecting Uint8Array (#6486)
web3-eth-accounts
- Send Transaction config used to be ignored if the passed
commondid not have acopy()and thechainIdwas not provided (#6663) - Fixed an issue with detecting Uint8Array (#6486)
web3-eth-contract
- Fix and error that happen when trying to get past events by calling
contract.getPastEventsorcontract.events.allEvents(), if there is no matching events. (#6647) - Fixed: The Contract is not using the context wallet passed if context was passed at constructor. (#6661)
web3-utils
- Fixed an issue with detecting Uint8Array (#6486)
web3-validator
- Fixed an issue with detecting Uint8Array (#6486)