Bump chainsyncer

This commit is contained in:
lash 2022-04-09 19:17:16 +00:00
parent 243ec11321
commit 8c6d5c6d4d
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
4 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
- 0.3.3
* Upgrade chainsyncer to shep 0.2.0
- 0.3.2
* Add data-in filter
- 0.3.1

View File

@ -77,7 +77,7 @@ class OutFilter(RuledFilter):
tx.index,
tx_count,
strip_0x(tx.hash),
tx.status,
tx.status.name,
data,
)

View File

@ -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

View File

@ -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