-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.2.0 Upversioned Web3.py, changelog (#18)
- Loading branch information
1 parent
73e4a4f
commit 705ac40
Showing
5 changed files
with
1,231 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.