Skip to content

Commit

Permalink
prepare for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
guanqun committed May 21, 2021
1 parent 05b2e68 commit ffdeb41
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
20 changes: 20 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,23 @@ Release Notes

.. towncrier release notes start
v0.1.0 (2021-05-21)v0.1.0 (2021-05-21)
-------------------

Features
~~~~~~~~

- Adapt brownie's contract infrastructure
It now supports following operations:
- web3_clientVersion
- eth_accounts
- eth_blockNumber
- eth_gasPrice
- eth_getBalance
- eth_getStorageAt
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_call
One notable feature of this version is the `eth_subscribe()` and `eth_unsubscribe()`. It compiles smoothly with asyncio. (`#1 <https://github.com/guanqun/async-web3.py/issues/1>`__)


13 changes: 0 additions & 13 deletions newsfragments/1.feature.rst

This file was deleted.

0 comments on commit ffdeb41

Please sign in to comment.