Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

63 lines (35 loc) · 1.12 KB

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.

[Unreleased]

  • Add ERC20 ABI.
  • Add EIP1559 support.
  • Lint with pylint

[1.2.1] - 2023-08-19

  • Test with Github actions instead of deprecated Travis.
  • Testing uses Foundry Anvil insttead of Truffle Ganache.
  • Minor fixes found by working tests.

[1.2.0] - 2023-08-17

  • Upversioned Web3.py to v6.8.0.
  • Minimal readme updates.
  • Added this change log.

[1.1.2] - 2021-06-10

  • Selector command - Returns contract's function by given selector.

[1.1.1] - 2021-04-11

  • Rest in peace, my beloved cat Dymka.

[1.1.0] - 2021-04-11

  • Fix raw bytes print.
  • pipenv upgrade.

[1.0.9] - 2021-04-04

  • Added events parsing.
  • Added versions.
  • More tests.

[1.0.8] - 2021-03-28

  • Added available account list.
  • Added chain id.
  • Added Keccak256 computation.

[1.0.7] - 2019-11-30

  • Added POA compatibility.
  • Simple json format.
  • Handle unsigned tx send.