This repository was archived by the owner on Mar 5, 2025. It is now read-only.
v1.10.0
Fixed
- Improved the error propagation in
web3-providers-httppackage to effectively propagate useful error infomation about failed HTTP connections (#5955) - Fixed "Uncaught TypeError" calling a contract function that revert using MetaMask (#4454) and related "n.data.substring is not a function", that is raised when there is a revert and
web.eth.handleRevert = true(#6000)
Changed
transaction.typeis now formatted to a hex string before being send to provider (#5979)- When sending a transaction, if
transaction.type === '0x1' && transaction.accessList === undefined, thentransaction.accessListis set to[](#5979) - Removed an unnecessary
chainIdparameter fromtoChecksumAddress()function types (#5888)
Added
- Added support for
getPastEventsmethod to filterallEventsand specific event (#6015)
Security
- Updated dependencies (#6044)