Skip to content

Commit

Permalink
1.2.0 Upversioned Web3.py, changelog (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisglotov authored Aug 17, 2023
1 parent 73e4a4f commit 705ac40
Show file tree
Hide file tree
Showing 5 changed files with 1,231 additions and 249 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

- Add ERC20 ABI.
- Add EIP1559 support.
- Test with Github actions instead of deprecated Travis.


## [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.
Loading

0 comments on commit 705ac40

Please sign in to comment.