Releases: artemistomaras/django-ethereum-events
Releases · artemistomaras/django-ethereum-events
4.2.0
4.1.1
Fixed a bug in the celery beat scheduler logic
4.1.0
Fixes
- Fixed middleware injection bug when using Proof of Authority networks
4.0.0
Breaking changes
- Updated web3 version to 5.5
Additional changes
- Added example app & smart contract
3.0.2
3.0.1
Changes:
- Fixed typo in env name
3.0.0
Breaking change
Removed (merged) settings:
- ETHEREUM_NODE_HOST
- ETHEREUM_NODE_PORT
- ETHEREUM_NODE_SSL
To setting:
- ETHEREUM_NODE_URI
For example:
ETHEREUM_NODE_URI = 'http://localhost:8545'
2.0.0
Breaking changes
- Updated package to be compatible with web3 4.9.x version
- Removed support for python 3.5
- Added support for python 3.7
1.0.5
Changes:
- Pinned
eth-keys
version to0.2.0b3
to fix error due to fresh package install
v1.0.4
Added Django 2.1 support.
Supporting Web3 version [4.1, 4.4]