Skip to content

Releases: guanqun/async-web3.py

Release 0.3.1

29 May 09:37
Compare
Choose a tag to compare

Fix a typo in the parameter for contract's build() function.
Inherit WebsocketTransport from BaseTransport.

Release v0.3.0

27 May 03:19
Compare
Choose a tag to compare

Add two different transportation layer, IPC and Websocket. we don't support HTTP explicitly.

Release v0.2.4

26 May 05:23
Compare
Choose a tag to compare

add a new api "get_raw_transaction()"

Release v0.2.3

25 May 08:53
Compare
Choose a tag to compare

add two new apis, get_trasaction() and get_transaction_receipt()

Release v0.2.2

24 May 01:19
ca95da4
Compare
Choose a tag to compare

Fix the sendRawTransaction

Release v0.2.1

23 May 07:42
Compare
Choose a tag to compare
upgrade version

Release v0.2.0

23 May 07:31
Compare
Choose a tag to compare

It adds the sendRawTransaction() api

Release v0.1.2

21 May 04:53
Compare
Choose a tag to compare

Fix a constructor issue in OverloadedMethod
Fix the wrong version in PyPi

Release v0.1.1

21 May 03:27
b75ff4f
Compare
Choose a tag to compare
disable pylint and mypy temporarily

Release v0.1.0

21 May 02:56
Compare
Choose a tag to compare

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.