Releases: guanqun/async-web3.py
Releases · guanqun/async-web3.py
Release 0.3.1
Release v0.3.0
Add two different transportation layer, IPC and Websocket. we don't support HTTP explicitly.
Release v0.2.4
add a new api "get_raw_transaction()"
Release v0.2.3
add two new apis, get_trasaction() and get_transaction_receipt()
Release v0.2.2
Fix the sendRawTransaction
Release v0.2.1
upgrade version
Release v0.2.0
It adds the sendRawTransaction()
api
Release v0.1.2
Fix a constructor issue in OverloadedMethod
Fix the wrong version in PyPi
Release v0.1.1
disable pylint and mypy temporarily
Release v0.1.0
The initial release of this package, it right now has very rough API. The notable one is the eth_subscribe()
streaming API that works great with asyncio
ecosystem.