Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Latest commit

 

History

History
49 lines (26 loc) · 982 Bytes

File metadata and controls

49 lines (26 loc) · 982 Bytes

Changelog

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.

[4.0.1-alpha.1]

Added

  • If an error happens when decoding a value, preserve that exception at innerError inside the error class AbiError. (#5435)
  • Add basic functionality that is used, by web3-eth-contract, when decoding error data according to EIP-838. (#5434)

Fixed

  • Return BigInt instead of string when decoding function parameters for large numbers, such as uint256. (#5435)

[Unreleased]