* Upstream fixes for filters * Filter APIs ``on`` and ``pastEvents`` now callable as both instance and class methods.
2.2.0
-----
* The filters that come back from the contract ``on`` and ``pastEvents`` methods now call their callbacks with the same data format as ``web3.js``.
2.1.1
-----
* Cast RPCProvider port to an integer.
2.1.0
-----
* Remove all monkeypatching
2.0.0
-----
* Pull in downstream updates to proper gevent usage. * Fix ``eth_sign`` * Bugfix with contract operations mutating the transaction object that is passed in. * More explicit linting ignore statements.
1.9.0
-----
* BugFix: fix for python3 only ``json.JSONDecodeError`` handling.