All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- If an error happens when decoding a value, preserve that exception at
innerErrorinside the error classAbiError. (#5435) - Add basic functionality that is used, by
web3-eth-contract, when decoding error data according to EIP-838. (#5434)
- Return
BigIntinstead ofstringwhen decoding function parameters for large numbers, such asuint256. (#5435)