Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

58 lines (43 loc) · 1.34 KB

CHANGELOG

All notable changes to this project are documented in this file.

This changelog format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2024-07-29

Added

  • Support for Python 3.11

Fixed

  • All logs are now debug level
  • Endpoint addresses removed from logs

[0.6.0] - 2023-03-29

Added

  • FallbackProvider.

[0.5.0] - 2023-01-26

Added

  • Support to web3 v6.

Fixed

  • Check response is dict.

[0.4.2] - 2022-07-28

Fixed

  • More threadsafe logging.
  • Add check for extraData length (PoA chain check)

[0.4.1] - 2022-07-21

Changed

  • Now web3.provider.endpoint_uri will contain current endpoint_uri used by provider.
    (equivalent: web3.provider._http_providers[web3.provider._current_provider_index].endpoint_uri)

[0.4.0] - 2022-07-02

Added

  • Support web sockets connection

Deprecated

  • MultiHTTPProvider deprecated use MultiProvider instead

[0.3.0] - 2022-04-27

Added

  • Support PoA chain

[0.2.0] - 2022-04-07

Changed

  • Library dependencies reduced. (downgrade web3 and python versions)
  • Renamed NoActiveProvider to NoActiveProviderError
  • Add NoActiveProviderError moved to base directory
  • Reduce amount of logs

[0.1.0] - 2022-04-01

Added

  • MultiHTTPProvider class.