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.
- Add ERC20 ABI.
- Add EIP1559 support.
- Lint with pylint
- Test with Github actions instead of deprecated Travis.
- Testing uses Foundry Anvil insttead of Truffle Ganache.
- Minor fixes found by working tests.
- Upversioned Web3.py to v6.8.0.
- Minimal readme updates.
- Added this change log.
- Selector command - Returns contract's function by given selector.
- Rest in peace, my beloved cat Dymka.
- Fix raw bytes print.
- pipenv upgrade.
- Added events parsing.
- Added versions.
- More tests.
- Added available account list.
- Added chain id.
- Added Keccak256 computation.
- Added POA compatibility.
- Simple json format.
- Handle unsigned tx send.