eth-monitor

Monitor and cache ethereum transactions with match filters
git clone git://git.defalsify.org/eth-monitor.git
Log | Files | Refs | README | LICENSE

commit 8c6d5c6d4d5697e37e2698a15f7632e3b1df5961
parent 243ec11321d4fec9754d6308694b87972fca19ea
Author: lash <dev@holbrook.no>
Date:   Sat,  9 Apr 2022 19:17:16 +0000

Bump chainsyncer

Diffstat:
MCHANGELOG | 2++
Meth_monitor/filters/out.py | 2+-
Mrequirements.txt | 2+-
Msetup.cfg | 2+-
4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.3.3 + * Upgrade chainsyncer to shep 0.2.0 - 0.3.2 * Add data-in filter - 0.3.1 diff --git a/eth_monitor/filters/out.py b/eth_monitor/filters/out.py @@ -77,7 +77,7 @@ class OutFilter(RuledFilter): tx.index, tx_count, strip_0x(tx.hash), - tx.status, + tx.status.name, data, ) diff --git a/requirements.txt b/requirements.txt @@ -1,6 +1,6 @@ chainlib-eth>=0.1.0b4,<=0.1.0 chainlib>=0.1.0b1,<=0.1.0 -chainsyncer~=0.3.0 +chainsyncer~=0.3.1 eth-erc20~=0.2.0 leveldir~=0.3.0 eth-cache~=0.1.0 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-monitor -version = 0.3.2 +version = 0.3.3 description = Monitor and cache transactions using match filters author = Louis Holbrook author_email = dev@holbrook.no