[4.4.0]
Added
web3-eth
- Catch
TransactionPollingTimeoutError
was added to send transaction events (#6623)
Changed
web3-eth-abi
- Use
AbiError
instead ofError
for errors at web3-eth-abi (#6641).
web3-eth-contract
- Allow the
deploy
function 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
common
did not have acopy()
and thechainId
was 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.getPastEvents
orcontract.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)