Skip to content

Releases: artemistomaras/django-ethereum-events

4.2.0

01 Apr 11:09
Compare
Choose a tag to compare

Updates:

  • Added ETHEREUM_LOGS_FILTER_AVAILABLE option
  • Fixed decoder bug

4.1.1

02 Nov 12:40
Compare
Choose a tag to compare

Fixed a bug in the celery beat scheduler logic

4.1.0

02 Jul 10:04
Compare
Choose a tag to compare

Fixes

  • Fixed middleware injection bug when using Proof of Authority networks

4.0.0

06 Feb 14:29
Compare
Choose a tag to compare

Breaking changes

  • Updated web3 version to 5.5

Additional changes

  • Added example app & smart contract

3.0.2

19 Nov 09:55
Compare
Choose a tag to compare

Handle getTransactionReceipt returning None value (#4)

3.0.1

27 Aug 14:14
Compare
Choose a tag to compare

Changes:

  • Fixed typo in env name

3.0.0

27 Aug 07:25
Compare
Choose a tag to compare

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

18 Jun 11:56
Compare
Choose a tag to compare

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

10 Jun 12:44
Compare
Choose a tag to compare

Changes:

  • Pinned eth-keys version to 0.2.0b3 to fix error due to fresh package install

v1.0.4

21 Sep 14:49
Compare
Choose a tag to compare

Added Django 2.1 support.

Supporting Web3 version [4.1, 4.4]