Skip to main content

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.

[0.1.1-alpha.1]

Added

  • Web3EthExecutionAPI export (#5441)
  • Web3NetAPI export (#5441)
  • EthPersonalAPI export (#5441)

Changed

  • Web3APISpec, Web3APIMethod, and Web3APIParams now supports unknown APIs (#5393)

[0.1.1-alpha.2]

Added

  • These types were moved from web3-eth-accounts to web3-types package: Cipher, CipherOptions, ScryptParams, PBKDF2SHA256Params, KeyStore (#5581 )

Fixed

  • Make the request method of EIP1193Provider class, compatible with EIP 1193 (#5591)

[0.1.1-alpha.3]

Changed

  • tsc compiled files moved to lib/ directory from dist/ (#5739)
  • These types were added: ProviderRpcError, EthSubscription, ProviderMessage, ProviderConnectInfo (#5683)

[0.1.1-alpha.4]

Added

  • Add TransactionWithFromLocalWalletIndex, TransactionWithToLocalWalletIndex and TransactionWithFromAndToLocalWalletIndex types (#5731)

[1.0.0-rc.0]

Added

  • Added types from web3-eth-abi and TypedArray from (#5771)
  • Added TypedArray from web3-utils and web3-validator (it was defined twice) (#5771)
  • Added safe and finalized block tags in BlockTags and BlockTag types (#5823)

[Unreleased]

Added

  • Added hybrid build (ESM and CJS) of library (#5904)

Changed

  • data property in TransactionOutput was renamed to input (#5915)

Added

  • Added source files (#5956)